+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue May 26 09:16:02 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-5d95fcdfcd-dg92k machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fb7fb6a8668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-26 09:16:06.239 8 INFO neutron.common.config [-] Logging enabled! 2026-05-26 09:16:06.240 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-26 09:16:06.279 7 INFO neutron.common.config [-] Logging enabled! 2026-05-26 09:16:06.279 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-26 09:16:07.386 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 09:16:07.445 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 09:16:09.084 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 09:16:09.087 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 09:16:09.091 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 09:16:09.092 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 09:16:09.092 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 09:16:09.092 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 09:16:09.093 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 09:16:09.101 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 09:16:09.101 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 09:16:09.101 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 09:16:09.125 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 09:16:09.126 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 09:16:09.126 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 09:16:09.155 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 09:16:09.156 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 09:16:09.156 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 09:16:09.156 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 09:16:09.207 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 09:16:09.210 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 09:16:09.214 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 09:16:09.215 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 09:16:09.215 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 09:16:09.215 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 09:16:09.215 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 09:16:09.223 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 09:16:09.223 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 09:16:09.223 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 09:16:09.245 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 09:16:09.247 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 09:16:09.247 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 09:16:09.279 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 09:16:09.280 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 09:16:09.280 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 09:16:09.280 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 09:16:09.474 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing driver for type 'vlan' 2026-05-26 09:16:09.601 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 09:16:09.825 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] VlanTypeDriver initialization complete 2026-05-26 09:16:09.825 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 09:16:09.826 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 09:16:09.842 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 09:16:09.842 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 09:16:09.842 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing extension driver 'port_security' 2026-05-26 09:16:09.843 8 INFO neutron.plugins.ml2.extensions.port_security [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 09:16:09.843 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing extension driver 'qos' 2026-05-26 09:16:09.843 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 09:16:09.843 8 INFO neutron.plugins.ml2.managers [None req-70c23e8a-9e61-4284-8ae4-8948d932079c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 09:16:09.859 8 INFO neutron.quota [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded quota_driver: . 2026-05-26 09:16:09.860 8 INFO neutron.plugins.ml2.plugin [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 09:16:09.860 8 INFO neutron.plugins.ml2.managers [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 09:16:09.860 8 INFO neutron.plugins.ml2.managers [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 09:16:09.860 8 INFO neutron.plugins.ml2.managers [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 09:16:09.861 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: qos 2026-05-26 09:16:09.874 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: router 2026-05-26 09:16:09.920 8 INFO neutron.services.service_base [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 09:16:09.920 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: segments 2026-05-26 09:16:09.990 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 09:16:09.991 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 09:16:09.991 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 09:16:10.008 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 09:16:10.008 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 09:16:10.009 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 09:16:10.009 7 INFO neutron.plugins.ml2.extensions.port_security [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 09:16:10.009 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing extension driver 'qos' 2026-05-26 09:16:10.009 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 09:16:10.009 7 INFO neutron.plugins.ml2.managers [None req-005e4a76-33bb-428e-ba83-bd245c527212 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 09:16:10.019 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: trunk 2026-05-26 09:16:10.024 7 INFO neutron.quota [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded quota_driver: . 2026-05-26 09:16:10.025 7 INFO neutron.plugins.ml2.plugin [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 09:16:10.025 7 INFO neutron.plugins.ml2.managers [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 09:16:10.025 7 INFO neutron.plugins.ml2.managers [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 09:16:10.025 7 INFO neutron.plugins.ml2.managers [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 09:16:10.026 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: qos 2026-05-26 09:16:10.034 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: vpnaas 2026-05-26 09:16:10.039 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: router 2026-05-26 09:16:10.078 8 WARNING stevedore.named [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 09:16:10.089 7 INFO neutron.services.service_base [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 09:16:10.090 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: segments 2026-05-26 09:16:10.189 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: trunk 2026-05-26 09:16:10.204 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: vpnaas 2026-05-26 09:16:10.230 8 INFO neutron_vpnaas.services.vpn.plugin [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 09:16:10.231 8 INFO neutron.common.utils [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 09:16:10.231 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: taas 2026-05-26 09:16:10.255 8 WARNING stevedore.named [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 09:16:10.255 8 WARNING stevedore.named [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 09:16:10.258 7 WARNING stevedore.named [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 09:16:10.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 09:16:10.277 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: tapmirror 2026-05-26 09:16:10.291 8 WARNING stevedore.named [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 09:16:10.291 8 WARNING stevedore.named [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 09:16:10.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 09:16:10.305 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 09:16:10.317 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: tag 2026-05-26 09:16:10.326 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: timestamp 2026-05-26 09:16:10.328 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 09:16:10.332 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: flavors 2026-05-26 09:16:10.334 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 09:16:10.334 7 INFO neutron.common.utils [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 09:16:10.334 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: taas 2026-05-26 09:16:10.336 8 INFO neutron.manager [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loading Plugin: revisions 2026-05-26 09:16:10.340 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Initializing extension manager. 2026-05-26 09:16:10.341 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: address-group 2026-05-26 09:16:10.342 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: address-scope 2026-05-26 09:16:10.343 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 09:16:10.344 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: agent 2026-05-26 09:16:10.344 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 09:16:10.345 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 09:16:10.346 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 09:16:10.347 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: availability_zone 2026-05-26 09:16:10.349 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 09:16:10.349 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 09:16:10.350 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 09:16:10.351 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 09:16:10.352 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: dns-integration 2026-05-26 09:16:10.352 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 09:16:10.353 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 09:16:10.353 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: dvr 2026-05-26 09:16:10.354 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 09:16:10.354 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 09:16:10.355 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 09:16:10.355 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 09:16:10.356 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: external-net 2026-05-26 09:16:10.357 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 09:16:10.357 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: extraroute 2026-05-26 09:16:10.358 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 09:16:10.358 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 09:16:10.359 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 09:16:10.359 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 09:16:10.360 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 09:16:10.360 7 WARNING stevedore.named [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 09:16:10.360 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: fip-port-details 2026-05-26 09:16:10.361 7 WARNING stevedore.named [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 09:16:10.361 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: flavors 2026-05-26 09:16:10.362 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 09:16:10.363 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 09:16:10.364 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: ip_allocation 2026-05-26 09:16:10.364 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 09:16:10.366 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 09:16:10.367 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: router 2026-05-26 09:16:10.369 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 09:16:10.370 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 09:16:10.370 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 09:16:10.371 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 09:16:10.371 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: l3-ha 2026-05-26 09:16:10.372 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 09:16:10.372 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 09:16:10.373 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: l3-flavors 2026-05-26 09:16:10.373 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 09:16:10.374 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 09:16:10.376 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 09:16:10.377 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 09:16:10.378 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 09:16:10.379 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 09:16:10.380 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 09:16:10.381 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: multi-provider 2026-05-26 09:16:10.381 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: net-mtu 2026-05-26 09:16:10.382 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 09:16:10.382 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 09:16:10.383 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: network_ha 2026-05-26 09:16:10.384 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 09:16:10.385 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 09:16:10.385 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: pagination 2026-05-26 09:16:10.386 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-device-profile 2026-05-26 09:16:10.386 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 09:16:10.386 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 09:16:10.387 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 09:16:10.387 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-mac-override 2026-05-26 09:16:10.388 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 09:16:10.388 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 09:16:10.389 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 09:16:10.390 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-resource-request 2026-05-26 09:16:10.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 09:16:10.390 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: tapmirror 2026-05-26 09:16:10.390 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 09:16:10.390 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 09:16:10.391 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: binding 2026-05-26 09:16:10.392 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: binding-extended 2026-05-26 09:16:10.392 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-security 2026-05-26 09:16:10.393 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: project-id 2026-05-26 09:16:10.393 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: provider 2026-05-26 09:16:10.394 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 09:16:10.396 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos 2026-05-26 09:16:10.397 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 09:16:10.397 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 09:16:10.398 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-default 2026-05-26 09:16:10.399 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-fip 2026-05-26 09:16:10.399 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 09:16:10.400 7 WARNING stevedore.named [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 09:16:10.400 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 09:16:10.400 7 WARNING stevedore.named [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 09:16:10.400 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 09:16:10.401 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 09:16:10.402 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 09:16:10.402 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-pps 2026-05-26 09:16:10.403 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 09:16:10.403 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 09:16:10.404 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 09:16:10.404 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 09:16:10.405 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 09:16:10.407 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: quotas 2026-05-26 09:16:10.408 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: quota_details 2026-05-26 09:16:10.410 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: rbac-policies 2026-05-26 09:16:10.411 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 09:16:10.412 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 09:16:10.412 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 09:16:10.413 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 09:16:10.413 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: revision-if-match 2026-05-26 09:16:10.414 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 09:16:10.415 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 09:16:10.415 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 09:16:10.417 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 09:16:10.417 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 09:16:10.418 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 09:16:10.418 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 09:16:10.419 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 09:16:10.419 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 09:16:10.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 09:16:10.420 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: auto_allocate 2026-05-26 09:16:10.425 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: tag 2026-05-26 09:16:10.428 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: security-group 2026-05-26 09:16:10.429 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: segment 2026-05-26 09:16:10.430 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 09:16:10.430 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: service-type 2026-05-26 09:16:10.431 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: sorting 2026-05-26 09:16:10.431 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 09:16:10.432 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 09:16:10.432 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 09:16:10.433 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: timestamp 2026-05-26 09:16:10.433 8 WARNING neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 09:16:10.433 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 09:16:10.434 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 09:16:10.435 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 09:16:10.435 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 09:16:10.436 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 09:16:10.436 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 09:16:10.437 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 09:16:10.438 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 09:16:10.439 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: tag-creation 2026-05-26 09:16:10.439 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 09:16:10.440 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: flavors 2026-05-26 09:16:10.444 7 INFO neutron.manager [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loading Plugin: revisions 2026-05-26 09:16:10.445 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 09:16:10.446 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 09:16:10.446 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: trunk 2026-05-26 09:16:10.447 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: trunk-details 2026-05-26 09:16:10.447 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Initializing extension manager. 2026-05-26 09:16:10.447 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 09:16:10.448 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 09:16:10.448 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: address-group 2026-05-26 09:16:10.449 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 09:16:10.449 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 09:16:10.449 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: address-scope 2026-05-26 09:16:10.451 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 09:16:10.451 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 09:16:10.452 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 09:16:10.453 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 09:16:10.453 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: agent 2026-05-26 09:16:10.454 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 09:16:10.454 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: vpnaas 2026-05-26 09:16:10.455 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: taas 2026-05-26 09:16:10.456 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: tap-mirror 2026-05-26 09:16:10.457 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 09:16:10.457 8 INFO neutron.api.extensions [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 09:16:10.458 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 09:16:10.459 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: availability_zone 2026-05-26 09:16:10.460 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 09:16:10.460 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 09:16:10.460 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.460 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 09:16:10.460 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 09:16:10.461 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 09:16:10.461 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: default-subnetpools 2026-05-26 09:16:10.464 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 09:16:10.464 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 09:16:10.464 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 09:16:10.464 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: dns-integration 2026-05-26 09:16:10.465 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 09:16:10.466 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 09:16:10.467 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: dvr 2026-05-26 09:16:10.468 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 09:16:10.469 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 09:16:10.469 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 09:16:10.469 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 09:16:10.470 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 09:16:10.471 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.471 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.471 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.471 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.471 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 09:16:10.472 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 09:16:10.472 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.472 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 09:16:10.473 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.473 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 09:16:10.473 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: external-net 2026-05-26 09:16:10.474 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 09:16:10.474 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 09:16:10.474 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.475 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ipsecpolicy is already registered 2026-05-26 09:16:10.475 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 09:16:10.475 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.475 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ikepolicy is already registered 2026-05-26 09:16:10.476 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: extraroute 2026-05-26 09:16:10.477 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 09:16:10.479 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 09:16:10.480 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 09:16:10.480 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 09:16:10.480 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] router is already registered 2026-05-26 09:16:10.481 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 09:16:10.481 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 09:16:10.481 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] floatingip is already registered 2026-05-26 09:16:10.481 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 09:16:10.482 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: fip-port-details 2026-05-26 09:16:10.483 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: flavors 2026-05-26 09:16:10.484 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 09:16:10.484 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: floatingip-pools 2026-05-26 09:16:10.484 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 09:16:10.485 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] rbac_policy is already registered 2026-05-26 09:16:10.485 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: ip_allocation 2026-05-26 09:16:10.485 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 09:16:10.485 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] security_group is already registered 2026-05-26 09:16:10.485 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 09:16:10.486 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 09:16:10.486 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] security_group_rule is already registered 2026-05-26 09:16:10.486 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: l2_adjacency 2026-05-26 09:16:10.487 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.487 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.487 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: router 2026-05-26 09:16:10.487 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.487 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.488 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 09:16:10.488 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] trunk is already registered 2026-05-26 09:16:10.488 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.488 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ikepolicy is already registered 2026-05-26 09:16:10.489 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 09:16:10.489 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.489 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ipsecpolicy is already registered 2026-05-26 09:16:10.489 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 09:16:10.489 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 09:16:10.489 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] endpoint_group is already registered 2026-05-26 09:16:10.490 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 09:16:10.490 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 09:16:10.490 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] vpnservice is already registered 2026-05-26 09:16:10.490 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 09:16:10.490 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 09:16:10.490 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ipsec_site_connection is already registered 2026-05-26 09:16:10.491 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.491 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: l3-ha 2026-05-26 09:16:10.491 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ipsecpolicy is already registered 2026-05-26 09:16:10.491 8 INFO neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.491 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 09:16:10.491 8 WARNING neutron.quota.resource_registry [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] ikepolicy is already registered 2026-05-26 09:16:10.492 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 09:16:10.492 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: l3-flavors 2026-05-26 09:16:10.493 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 09:16:10.494 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 09:16:10.496 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 09:16:10.497 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 09:16:10.498 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 09:16:10.499 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 09:16:10.500 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 09:16:10.501 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: multi-provider 2026-05-26 09:16:10.501 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: net-mtu 2026-05-26 09:16:10.502 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 09:16:10.503 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: network_availability_zone 2026-05-26 09:16:10.503 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: network_ha 2026-05-26 09:16:10.504 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: network-ip-availability 2026-05-26 09:16:10.505 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 09:16:10.505 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: pagination 2026-05-26 09:16:10.506 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-device-profile 2026-05-26 09:16:10.506 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 09:16:10.507 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 09:16:10.507 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 09:16:10.508 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-mac-override 2026-05-26 09:16:10.508 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 09:16:10.508 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 09:16:10.509 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 09:16:10.509 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-resource-request 2026-05-26 09:16:10.510 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 09:16:10.510 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 09:16:10.511 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: binding 2026-05-26 09:16:10.512 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: binding-extended 2026-05-26 09:16:10.512 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-security 2026-05-26 09:16:10.513 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: project-id 2026-05-26 09:16:10.513 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: provider 2026-05-26 09:16:10.514 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 09:16:10.516 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos 2026-05-26 09:16:10.517 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 09:16:10.518 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 09:16:10.518 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-default 2026-05-26 09:16:10.519 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-fip 2026-05-26 09:16:10.519 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 09:16:10.520 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 09:16:10.520 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 09:16:10.521 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 09:16:10.521 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 09:16:10.522 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-pps 2026-05-26 09:16:10.523 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 09:16:10.523 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 09:16:10.524 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 09:16:10.524 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: quota-check-limit 2026-05-26 09:16:10.525 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 09:16:10.528 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: quotas 2026-05-26 09:16:10.529 8 WARNING keystonemiddleware._common.config [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 09:16:10.529 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: quota_details 2026-05-26 09:16:10.531 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: rbac-policies 2026-05-26 09:16:10.532 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: rbac-address-group 2026-05-26 09:16:10.532 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 09:16:10.533 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 09:16:10.533 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 09:16:10.534 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: revision-if-match 2026-05-26 09:16:10.534 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 09:16:10.535 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: router_availability_zone 2026-05-26 09:16:10.535 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 09:16:10.535 8 WARNING oslo_config.cfg [None req-746a1ee4-9073-4613-9158-7132819c51f2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-26 09:16:10.537 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 09:16:10.538 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: security-groups-normalized-cidr WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fb7fb6a8668 pid: 8 (default app) 2026-05-26 09:16:10.538 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 09:16:10.539 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 09:16:10.540 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 09:16:10.540 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 09:16:10.546 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: security-group 2026-05-26 09:16:10.547 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: segment 2026-05-26 09:16:10.547 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 09:16:10.548 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: service-type 2026-05-26 09:16:10.548 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: sorting 2026-05-26 09:16:10.549 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 09:16:10.550 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: standard-attr-description 2026-05-26 09:16:10.550 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: stateful-security-group 2026-05-26 09:16:10.551 7 WARNING neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 09:16:10.551 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 09:16:10.552 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: subnet-external-network 2026-05-26 09:16:10.552 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: subnet_onboard 2026-05-26 09:16:10.553 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 09:16:10.554 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: subnet-service-types 2026-05-26 09:16:10.554 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: subnet_allocation 2026-05-26 09:16:10.555 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 09:16:10.556 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: tag-creation 2026-05-26 09:16:10.556 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 09:16:10.562 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 09:16:10.563 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 09:16:10.563 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: trunk 2026-05-26 09:16:10.564 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: trunk-details 2026-05-26 09:16:10.565 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 09:16:10.565 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 09:16:10.566 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 09:16:10.567 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 09:16:10.569 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 09:16:10.570 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 09:16:10.571 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: vpn-flavors 2026-05-26 09:16:10.573 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: vpnaas 2026-05-26 09:16:10.575 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: taas 2026-05-26 09:16:10.576 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: tap-mirror 2026-05-26 09:16:10.576 7 INFO neutron.api.extensions [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 09:16:10.579 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 09:16:10.579 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 09:16:10.580 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.580 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 09:16:10.583 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 09:16:10.584 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 09:16:10.589 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 09:16:10.590 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 09:16:10.590 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 09:16:10.591 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.592 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.592 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.592 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.593 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 09:16:10.593 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.593 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.594 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 09:16:10.594 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 09:16:10.595 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 09:16:10.597 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.598 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ipsecpolicy is already registered 2026-05-26 09:16:10.598 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.598 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ikepolicy is already registered 2026-05-26 09:16:10.604 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 09:16:10.605 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] router is already registered 2026-05-26 09:16:10.605 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 09:16:10.606 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] floatingip is already registered 2026-05-26 09:16:10.610 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 09:16:10.610 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] rbac_policy is already registered 2026-05-26 09:16:10.611 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 09:16:10.611 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] security_group is already registered 2026-05-26 09:16:10.611 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 09:16:10.611 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] security_group_rule is already registered 2026-05-26 09:16:10.612 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.612 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.613 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 09:16:10.613 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] subnetpool is already registered 2026-05-26 09:16:10.613 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 09:16:10.614 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] trunk is already registered 2026-05-26 09:16:10.614 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.614 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ikepolicy is already registered 2026-05-26 09:16:10.614 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.615 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ipsecpolicy is already registered 2026-05-26 09:16:10.615 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 09:16:10.615 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] endpoint_group is already registered 2026-05-26 09:16:10.615 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 09:16:10.616 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] vpnservice is already registered 2026-05-26 09:16:10.616 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 09:16:10.616 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ipsec_site_connection is already registered 2026-05-26 09:16:10.616 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 09:16:10.617 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ipsecpolicy is already registered 2026-05-26 09:16:10.617 7 INFO neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 09:16:10.617 7 WARNING neutron.quota.resource_registry [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] ikepolicy is already registered 2026-05-26 09:16:10.657 7 WARNING keystonemiddleware._common.config [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 09:16:10.666 7 WARNING oslo_config.cfg [None req-f5fe9c53-7d10-4118-a543-7ecabb23826d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fb7fb6a8668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:16:16.238 8 INFO neutron.pecan_wsgi.hooks.translation [None req-206ff343-6a15-446a-85d8-4195116f0161 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.65 () {44 vars in 924 bytes} [Tue May 26 09:16:15 2026] GET /v2.0/networks/public => generated 108 bytes in 911 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:16:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:16:17.078 8 WARNING neutron.services.revisions.revision_plugin [None req-862ee285-1cd0-4969-ab5d-187dca16daf9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Could not find related network for resource to bump revision. 2026-05-26 09:16:17.099 8 INFO neutron.db.segments_db [None req-862ee285-1cd0-4969-ab5d-187dca16daf9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 75dbaffe-f670-412f-ada9-f827334fba3e of type flat for network a5795f2a-4e22-4a6c-b423-a93deae7cc10 2026-05-26 09:16:17.151 8 INFO neutron.pecan_wsgi.hooks.translation [None req-862ee285-1cd0-4969-ab5d-187dca16daf9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.65 () {48 vars in 964 bytes} [Tue May 26 09:16:16 2026] POST /v2.0/networks => generated 124 bytes in 502 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:16:23.582 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74a49cd9-9724-4197-a241-22972e1c0d0e 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.204.45.65 () {44 vars in 924 bytes} [Tue May 26 09:16:23 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: 8|app: 0|req: 6/8] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:16:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:16:23.860 7 WARNING neutron.services.revisions.revision_plugin [None req-eeaf03e3-222a-4e8f-b48f-2adb4bc570e2 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Could not find related network for resource to bump revision. 2026-05-26 09:16:23.883 7 INFO neutron.db.segments_db [None req-eeaf03e3-222a-4e8f-b48f-2adb4bc570e2 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment b3794ab4-e6aa-40af-8556-5430f70cc142 of type flat for network b17185c8-0fb3-4b8d-b966-3d5d16fcead3 2026-05-26 09:16:23.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eeaf03e3-222a-4e8f-b48f-2adb4bc570e2 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.204.45.65 () {48 vars in 964 bytes} [Tue May 26 09:16:23 2026] POST /v2.0/networks => generated 124 bytes in 344 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:16:30.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4dc13d4e-7472-4fea-adec-d449fa5ee4b6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.65 () {44 vars in 924 bytes} [Tue May 26 09:16:29 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:16:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:16:30.072 7 WARNING neutron.services.revisions.revision_plugin [None req-0d2a644f-6061-4f44-9a42-2ce7d6e77e2b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Could not find related network for resource to bump revision. 2026-05-26 09:16:30.087 7 INFO neutron.db.segments_db [None req-0d2a644f-6061-4f44-9a42-2ce7d6e77e2b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment d1127f55-23d1-4a97-a601-c953ed093b16 of type flat for network 39fe7d1a-910c-4506-88e0-db4dce1da2ea 2026-05-26 09:16:30.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d2a644f-6061-4f44-9a42-2ce7d6e77e2b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.65 () {48 vars in 964 bytes} [Tue May 26 09:16:30 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:16:36.328 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5287c52a-0578-459b-bd0b-3f28bd0b8ada 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.65 () {44 vars in 924 bytes} [Tue May 26 09:16:36 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: 6/15] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:16:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:16:36.412 8 WARNING neutron.services.revisions.revision_plugin [None req-f2a5b7d8-3979-45bf-92f9-42deeec6695c 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Could not find related network for resource to bump revision. 2026-05-26 09:16:36.438 8 INFO neutron.db.segments_db [None req-f2a5b7d8-3979-45bf-92f9-42deeec6695c 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 5dd5def4-b857-4a73-8cdc-fff7b4bdf78c of type flat for network 80460514-aa39-46eb-9943-b6ca301eaf4f 2026-05-26 09:16:36.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2a5b7d8-3979-45bf-92f9-42deeec6695c 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.65 () {48 vars in 964 bytes} [Tue May 26 09:16:36 2026] POST /v2.0/networks => generated 124 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:16:42.594 8 INFO neutron.pecan_wsgi.hooks.translation [None req-501deea9-d18e-46d3-b4f6-f47ff57a3f97 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.65 () {44 vars in 924 bytes} [Tue May 26 09:16:42 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:16:42 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-05-26 09:16:42.714 8 WARNING neutron.services.revisions.revision_plugin [None req-9ee26f10-8e84-4b82-8a68-54cbed6e8b0d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Could not find related network for resource to bump revision. 2026-05-26 09:16:42.736 8 INFO neutron.db.segments_db [None req-9ee26f10-8e84-4b82-8a68-54cbed6e8b0d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment c9495b74-9c07-4c77-9ead-3c7a8c05628d of type flat for network 523a1b02-41d3-4e45-92b5-9cdeded31f6c [pid: 8|app: 0|req: 12/20] 199.204.45.65 () {48 vars in 964 bytes} [Tue May 26 09:16:42 2026] POST /v2.0/networks => generated 706 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:16:44.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89ff33c1-4abd-412d-b4d6-9689dfdbe2be 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.65 () {44 vars in 924 bytes} [Tue May 26 09:16:44 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: 13/22] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:16:44 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:16:44.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51386b71-f1d5-4820-b28b-c22e12d40a4e 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 199.204.45.65 () {44 vars in 1031 bytes} [Tue May 26 09:16:44 2026] GET /v2.0/subnets/public-subnet?network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/24] 199.204.45.65 () {44 vars in 1054 bytes} [Tue May 26 09:16:44 2026] GET /v2.0/subnets?name=public-subnet&network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.65 () {48 vars in 962 bytes} [Tue May 26 09:16:44 2026] POST /v2.0/subnets => generated 664 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:17:43.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da4f86c8-f59d-44c8-ad6f-92a1f0abf3c4 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/33] 199.204.45.65 () {44 vars in 934 bytes} [Tue May 26 09:17:43 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: 8|app: 0|req: 19/34] 199.204.45.65 () {44 vars in 956 bytes} [Tue May 26 09:17:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:17:44.037 7 INFO neutron.db.segments_db [None req-89c81c76-407d-4127-a6a3-80dda7b659d8 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 506a1e4b-9f1b-4e40-9df9-0f723c54dd17 of type vxlan for network 9555eac6-45d4-430c-a137-9cdce70b41ec [pid: 7|app: 0|req: 16/35] 199.204.45.65 () {48 vars in 963 bytes} [Tue May 26 09:17:43 2026] POST /v2.0/networks => generated 688 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:17:45.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9370252c-5149-4d10-9eed-efeec0d0097d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 20/36] 199.204.45.65 () {44 vars in 934 bytes} [Tue May 26 09:17:45 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: 17/37] 199.204.45.65 () {44 vars in 956 bytes} [Tue May 26 09:17:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:17:45.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6cf2179-1166-4569-bca7-a39713205596 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 21/38] 199.204.45.65 () {44 vars in 1033 bytes} [Tue May 26 09:17:45 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/39] 199.204.45.65 () {44 vars in 1056 bytes} [Tue May 26 09:17:45 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/40] 199.204.45.65 () {48 vars in 962 bytes} [Tue May 26 09:17:45 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:17:47.121 7 INFO neutron.api.v2.resource [None req-fe6fe98f-b503-452c-9aeb-c1f8a69a9c0d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 19/41] 199.204.45.65 () {44 vars in 968 bytes} [Tue May 26 09:17:47 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/42] 199.204.45.65 () {44 vars in 990 bytes} [Tue May 26 09:17:47 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/43] 199.204.45.65 () {48 vars in 977 bytes} [Tue May 26 09:17:47 2026] POST /v2.0/security-groups => generated 1616 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/44] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:48 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/45] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:48 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => 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: 25/46] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:48 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/47] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:17:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/48] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:49 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/49] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:49 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/50] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:49 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/51] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:17:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/52] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:51 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/53] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:51 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/54] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:51 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/55] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:17:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/56] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:52 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/57] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:52 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/58] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:52 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/59] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:17:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/60] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:53 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 4078 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/61] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:53 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/62] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:53 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:17:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/66] 199.204.45.65 () {44 vars in 984 bytes} [Tue May 26 09:17:55 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:17:55.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3292be8e-804e-408c-8c0f-e527032097ae 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/67] 199.204.45.65 () {44 vars in 1073 bytes} [Tue May 26 09:17:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.65 () {44 vars in 1096 bytes} [Tue May 26 09:17:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/69] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:17:55 2026] GET /v2.0/security-groups/ab526f3a-792c-408c-9f7b-43b6337f8436 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.65 () {48 vars in 958 bytes} [Tue May 26 09:17:55 2026] POST /v2.0/ports => generated 1100 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 09:18:04.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ac8393d-d663-4618-9b2a-f892228d25f3 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.65 () {44 vars in 976 bytes} [Tue May 26 09:18:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 35/72] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.65 () {48 vars in 1028 bytes} [Tue May 26 09:18:04 2026] PUT /v2.0/ports/73706415-6d8b-472a-a38b-40e44c590333 => generated 1249 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.65 () {44 vars in 917 bytes} [Tue May 26 09:18:06 2026] GET /v2.0/ports => generated 3730 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:18:08.592 8 INFO neutron.api.v2.resource [None req-4c19cc59-007f-4cb2-bc4a-fbaf8dcd3e34 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/75] 199.204.45.65 () {44 vars in 956 bytes} [Tue May 26 09:18:08 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.65 () {44 vars in 978 bytes} [Tue May 26 09:18:08 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.65 () {48 vars in 977 bytes} [Tue May 26 09:18:08 2026] POST /v2.0/security-groups => generated 1610 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:09 2026] GET /v2.0/security-groups/67223e15-9b7a-42f0-978e-97715572226f => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:09 2026] GET /v2.0/security-groups/67223e15-9b7a-42f0-978e-97715572226f => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:09 2026] GET /v2.0/security-groups/67223e15-9b7a-42f0-978e-97715572226f => 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: 42/83] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:18:10 2026] POST /v2.0/security-group-rules => generated 623 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:11 2026] GET /v2.0/security-groups/67223e15-9b7a-42f0-978e-97715572226f => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:11 2026] GET /v2.0/security-groups/67223e15-9b7a-42f0-978e-97715572226f => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:18:11 2026] GET /v2.0/security-groups/67223e15-9b7a-42f0-978e-97715572226f => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:18:11 2026] POST /v2.0/security-group-rules => generated 627 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.65 () {44 vars in 972 bytes} [Tue May 26 09:19:22 2026] GET /v2.0/quotas/a2ab1807d46a4a6395e8027eed21cf2b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.65 () {48 vars in 1024 bytes} [Tue May 26 09:19:23 2026] PUT /v2.0/quotas/a2ab1807d46a4a6395e8027eed21cf2b => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:21:54.385 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a4ebc0a-051f-4a5d-bea8-7a55a3d63368 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 60/118] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:21:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 242 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: 59/119] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:21:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:21:56.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38afe13a-48ad-4e1a-ae3c-5c7255379519 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 61/122] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:21:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/123] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:21:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:23:21.365 8 INFO neutron.api.v2.resource [None req-4880c3de-ddf1-48bf-8fd5-4ccebd36976c 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 68/134] 199.204.45.65 () {44 vars in 1071 bytes} [Tue May 26 09:23:21 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 139 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/135] 199.204.45.65 () {44 vars in 1094 bytes} [Tue May 26 09:23:21 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ec71cd01fd264a8c90aca96b612873ec => generated 23 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/136] 199.204.45.65 () {48 vars in 978 bytes} [Tue May 26 09:23:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/137] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:23 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 1624 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/138] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:23:23 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/139] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:23 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/140] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:23:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/141] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:24 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 2234 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 72/142] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:23:24 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8 => generated 2234 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/143] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:24 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/144] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:23:24 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/147] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:25 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/148] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:23:25 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 74/149] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:26 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/150] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:23:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/151] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:27 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/152] 199.204.45.65 () {44 vars in 998 bytes} [Tue May 26 09:23:27 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8 => generated 3460 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/153] 199.204.45.65 () {44 vars in 1085 bytes} [Tue May 26 09:23:27 2026] GET /v2.0/security-groups/1132f16d-609d-4d21-adbd-d8c5cdeb98e8?project_id=ec71cd01fd264a8c90aca96b612873ec => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/154] 199.204.45.65 () {48 vars in 988 bytes} [Tue May 26 09:23:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/175] 199.204.45.65 () {30 vars in 739 bytes} [Tue May 26 09:26:04 2026] GET /v2.0/networks?tenant_id=ec71cd01fd264a8c90aca96b612873ec&shared=False => generated 15 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:26:04.510 7 INFO neutron.db.segments_db [None req-03ba1a62-cf85-4740-86ed-4c6ee6b3b620 bae734a4aa7f46d08b3f03b47e74e769 ec71cd01fd264a8c90aca96b612873ec - - d7cc2653663748d8ac3e907b8f8c864a d7cc2653663748d8ac3e907b8f8c864a] Added segment f8d5706b-bb68-498b-b70b-265109cc1733 of type vxlan for network 853f54df-3a98-4712-ace2-e33d6c26c8ad [pid: 7|app: 0|req: 87/176] 199.204.45.65 () {34 vars in 681 bytes} [Tue May 26 09:26:04 2026] POST /v2.0/networks => generated 699 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/177] 199.204.45.65 () {30 vars in 721 bytes} [Tue May 26 09:26:04 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/178] 199.204.45.65 () {30 vars in 632 bytes} [Tue May 26 09:26:04 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: 91/179] 199.204.45.65 () {34 vars in 676 bytes} [Tue May 26 09:26:04 2026] POST /v2.0/ports => generated 999 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/180] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:26:05 2026] GET /v2.0/networks/853f54df-3a98-4712-ace2-e33d6c26c8ad => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/181] 199.204.45.65 () {30 vars in 721 bytes} [Tue May 26 09:26:07 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/182] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:26:07 2026] GET /v2.0/networks/853f54df-3a98-4712-ace2-e33d6c26c8ad => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/187] 199.204.45.65 () {44 vars in 972 bytes} [Tue May 26 09:26:25 2026] GET /v2.0/quotas/ec71cd01fd264a8c90aca96b612873ec => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/188] 199.204.45.65 () {48 vars in 1024 bytes} [Tue May 26 09:26:25 2026] PUT /v2.0/quotas/ec71cd01fd264a8c90aca96b612873ec => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/201] 199.204.45.65 () {44 vars in 946 bytes} [Tue May 26 09:28:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/208] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:28:49 2026] GET /v2.0/networks => generated 2168 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/209] 10.0.0.130 () {32 vars in 655 bytes} [Tue May 26 09:28:50 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:28:50 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:28:50 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:28:50 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:28:50 2026] GET /v2.0/networks => generated 2168 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:28:50 2026] GET /v2.0/security-groups => generated 17401 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 10.0.0.130 () {32 vars in 655 bytes} [Tue May 26 09:28:50 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-05-26 09:29:02.148 8 INFO neutron.db.segments_db [None req-ad9816ec-ad4a-4961-8daa-e31d4a6e5087 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment a1cc6b8f-580c-429b-b721-eb700bd5ff37 of type vxlan for network bcad9718-c565-4f41-9fe2-50449b1c3db9 [pid: 8|app: 0|req: 110/218] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:01 2026] POST /v2.0/networks => generated 729 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:02.343 7 INFO neutron.db.segments_db [None req-6a12f6a5-ddb7-42f5-9e7e-e28fe2d4c9ed 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 46b84f3f-622d-4654-a882-d4b1210ee922 of type vxlan for network 559deb4b-761d-4e08-96b1-e7a9dfa04791 [pid: 7|app: 0|req: 109/219] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/networks => generated 724 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:02.429 8 INFO neutron.db.segments_db [None req-c96b878d-4527-466f-9acd-fb0db052a131 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment fe399c12-666d-452d-98d3-04eb6f731b2f of type vxlan for network 7e6fb4ff-d017-451f-8c41-98388ade58cb [pid: 8|app: 0|req: 111/220] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/networks => generated 717 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/subnets => generated 695 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/subnets => generated 690 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/subnets => generated 684 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:02.721 8 INFO neutron.db.segments_db [None req-7d991d53-706c-4c1e-93d4-30b25dd8c8db 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment d2299fe4-36bc-46b3-83b3-17886bb63cb5 of type vxlan for network b550c1a1-f9d2-4974-a372-3cf4baf85cc6 2026-05-26 09:29:02.747 7 INFO neutron.db.segments_db [None req-a81ae449-f30a-4261-8780-3f27e1d0cb74 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 55bea422-5fba-40c3-9b56-644212479dc6 of type vxlan for network d458525e-0a2d-44ba-bf62-2a3f1f46f240 2026-05-26 09:29:02.938 7 INFO neutron.db.l3_hamode_db [None req-a81ae449-f30a-4261-8780-3f27e1d0cb74 8e0bb0c6456642d58d39c0d76ac97b86 b7552deed27e45338471408e80d9f62d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:02.982 8 INFO neutron.db.l3_hamode_db [None req-7d991d53-706c-4c1e-93d4-30b25dd8c8db 8e0bb0c6456642d58d39c0d76ac97b86 5044d223133b4d599a4f46c906f5fb6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:03.768 7 INFO neutron.db.l3_hamode_db [None req-a81ae449-f30a-4261-8780-3f27e1d0cb74 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:03.940 8 INFO neutron.db.l3_hamode_db [None req-7d991d53-706c-4c1e-93d4-30b25dd8c8db 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 112/224] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/routers => generated 730 bytes in 2534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:05.291 7 INFO neutron.db.segments_db [None req-d5bfe609-9669-443d-8059-e9ff207b7708 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 8909a231-0d55-4c0e-87f0-b929fdb7941b of type vxlan for network 6af6e16d-f128-40a4-91da-3315ced9e589 [pid: 8|app: 0|req: 113/225] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:02 2026] POST /v2.0/routers => generated 735 bytes in 2705 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/226] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:05 2026] GET /v2.0/security-groups?tenant_id=ecde442f893d49ccb47a85e80448ec90&name=default => generated 2921 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:05.584 7 INFO neutron.db.l3_hamode_db [None req-d5bfe609-9669-443d-8059-e9ff207b7708 8e0bb0c6456642d58d39c0d76ac97b86 8117c9bb776b40c7b78470e06b61aa3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:06.329 7 INFO neutron.db.l3_hamode_db [None req-d5bfe609-9669-443d-8059-e9ff207b7708 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 115/227] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:29:05 2026] PUT /v2.0/routers/84c53ca2-2edf-4959-80ed-af620b13658e/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/228] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:05 2026] POST /v2.0/routers => generated 724 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/229] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:07 2026] DELETE /v2.0/security-groups/f599942b-8b1b-4287-add2-49557ecd2a63 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/230] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:29:06 2026] PUT /v2.0/routers/e8019027-3230-41d7-bf77-47d21f88edd6/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/231] 10.0.0.236 () {38 vars in 971 bytes} [Tue May 26 09:29:07 2026] POST /v2.0/security-groups => generated 1681 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/232] 10.0.0.236 () {38 vars in 971 bytes} [Tue May 26 09:29:08 2026] POST /v2.0/security-groups => generated 1685 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/233] 10.0.0.236 () {38 vars in 971 bytes} [Tue May 26 09:29:08 2026] POST /v2.0/security-groups => generated 1681 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/234] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:08 2026] GET /v2.0/security-groups/dd4f1f11-6241-4ae9-8bc5-c40243f2bf64 => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/235] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:29:07 2026] PUT /v2.0/routers/ded464cd-b880-40a5-90f6-d43f58fd050a/add_router_interface => generated 309 bytes in 1388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/236] 10.0.0.236 () {38 vars in 981 bytes} [Tue May 26 09:29:08 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/237] 10.0.0.236 () {38 vars in 971 bytes} [Tue May 26 09:29:08 2026] POST /v2.0/security-groups => generated 1682 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/238] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:29:08 2026] GET /v2.0/security-groups?tenant_id=b7552deed27e45338471408e80d9f62d => generated 7905 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/239] 10.0.0.236 () {38 vars in 971 bytes} [Tue May 26 09:29:08 2026] POST /v2.0/security-groups => generated 1685 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/240] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/2f813eda-4db9-4c01-b08c-89b1172bf8c4 => generated 2918 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] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/00bbcf55-5e03-4fa3-8d25-0fb49c4700c7 => generated 1685 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/2f813eda-4db9-4c01-b08c-89b1172bf8c4 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/243] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/fa16fd38-65b2-4e88-a0c8-0c8f6b94c9b0 => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/244] 10.0.0.236 () {38 vars in 981 bytes} [Tue May 26 09:29:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/245] 10.0.0.236 () {36 vars in 1013 bytes} [Tue May 26 09:29:09 2026] DELETE /v2.0/security-groups/fa16fd38-65b2-4e88-a0c8-0c8f6b94c9b0 => 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: 121/246] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/00bbcf55-5e03-4fa3-8d25-0fb49c4700c7 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/247] 10.0.0.236 () {38 vars in 981 bytes} [Tue May 26 09:29:09 2026] POST /v2.0/security-group-rules => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:09.490 8 INFO neutron.api.v2.resource [req-253fa98c-4b84-4212-a067-997abc070fad req-47ad949b-44a2-4d42-8875-cf5d78bb15ce 899b1cccdba4482888af8b078170c2e1 b7552deed27e45338471408e80d9f62d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 127/248] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/fa16fd38-65b2-4e88-a0c8-0c8f6b94c9b0 => 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: 128/249] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/00bbcf55-5e03-4fa3-8d25-0fb49c4700c7 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/250] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/9030a560-aeed-4313-9848-034fb8237618 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/251] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:29:09 2026] POST /v2.0/security-groups => generated 1658 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/252] 10.0.0.236 () {36 vars in 1013 bytes} [Tue May 26 09:29:09 2026] DELETE /v2.0/security-groups/9030a560-aeed-4313-9848-034fb8237618 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/253] 10.0.0.236 () {34 vars in 1001 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-group-rules/5cfdaa12-d074-4a1c-81c5-3c39c5e1fe40 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/254] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/255] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/00bbcf55-5e03-4fa3-8d25-0fb49c4700c7 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/256] 10.0.0.236 () {36 vars in 1023 bytes} [Tue May 26 09:29:09 2026] DELETE /v2.0/security-group-rules/5cfdaa12-d074-4a1c-81c5-3c39c5e1fe40 => 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: 124/257] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:09.863 8 INFO neutron.api.v2.resource [req-1c62d25f-6b66-4c0d-97c4-76baf4d383f7 req-a58ef5ad-d975-4ad7-8e66-7d54ec55fdd5 899b1cccdba4482888af8b078170c2e1 b7552deed27e45338471408e80d9f62d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 134/258] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/9030a560-aeed-4313-9848-034fb8237618 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/259] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/00bbcf55-5e03-4fa3-8d25-0fb49c4700c7 => 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: 136/260] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:09 2026] GET /v2.0/security-groups/7b63cb50-350d-47bb-9aea-5ae9137aa927 => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/261] 10.0.0.236 () {36 vars in 1013 bytes} [Tue May 26 09:29:09 2026] DELETE /v2.0/security-groups/00bbcf55-5e03-4fa3-8d25-0fb49c4700c7 => 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: 138/262] 10.0.0.236 () {36 vars in 1013 bytes} [Tue May 26 09:29:10 2026] DELETE /v2.0/security-groups/7b63cb50-350d-47bb-9aea-5ae9137aa927 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/265] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/dd4f1f11-6241-4ae9-8bc5-c40243f2bf64 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:10.112 8 INFO neutron.api.v2.resource [req-f5d946ba-bd74-435d-abaa-13fb9ee94bcb req-35721f11-a634-45c6-8bb3-ec6eb73905f1 899b1cccdba4482888af8b078170c2e1 b7552deed27e45338471408e80d9f62d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 142/266] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/7b63cb50-350d-47bb-9aea-5ae9137aa927 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/267] 10.0.0.236 () {36 vars in 1013 bytes} [Tue May 26 09:29:10 2026] DELETE /v2.0/security-groups/dd4f1f11-6241-4ae9-8bc5-c40243f2bf64 => 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: 144/268] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups?tenant_id=b7552deed27e45338471408e80d9f62d => generated 2921 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/269] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:29:09 2026] POST /v2.0/floatingips => generated 552 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/270] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/2f813eda-4db9-4c01-b08c-89b1172bf8c4 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/271] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/2f813eda-4db9-4c01-b08c-89b1172bf8c4 => generated 2918 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:10.598 7 INFO neutron.api.v2.resource [req-6b1fffab-9a49-4f68-8802-b18e4c2b0ee0 req-b156676b-884d-4386-92ea-d3dced6f7776 899b1cccdba4482888af8b078170c2e1 b7552deed27e45338471408e80d9f62d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 128/272] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/7b63cb50-350d-47bb-9aea-5ae9137aa927 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:29:10.637 7 INFO neutron.api.v2.resource [req-be340dc0-09f4-4383-8670-642d0d9d8021 req-3f6a729e-b424-40e7-8d3b-7c4b9f2b013f 899b1cccdba4482888af8b078170c2e1 b7552deed27e45338471408e80d9f62d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 129/273] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/9030a560-aeed-4313-9848-034fb8237618 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:29:10.678 7 INFO neutron.api.v2.resource [req-f8d13a3d-a965-487c-bd75-7dc84f017ae2 req-ef12a8bd-1cc8-41f8-921d-c7e4ff314011 899b1cccdba4482888af8b078170c2e1 b7552deed27e45338471408e80d9f62d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 130/274] 10.0.0.236 () {34 vars in 991 bytes} [Tue May 26 09:29:10 2026] GET /v2.0/security-groups/fa16fd38-65b2-4e88-a0c8-0c8f6b94c9b0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:29:10.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc3b7b98-f317-4766-a2f4-2a24904b5e1a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: a3176a7d-98f0-4e58-aed0-e14fd3e703da 2026-05-26 09:29:10.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc3b7b98-f317-4766-a2f4-2a24904b5e1a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: a3176a7d-98f0-4e58-aed0-e14fd3e703da 2026-05-26 09:29:11.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd8c74b1-3eb0-4a89-b3b3-bde608964bf7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: fe898651-f232-4a29-9c07-8900177d9e95 2026-05-26 09:29:11.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd8c74b1-3eb0-4a89-b3b3-bde608964bf7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: fe898651-f232-4a29-9c07-8900177d9e95 [pid: 8|app: 0|req: 145/275] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:29:10 2026] PUT /v2.0/routers/e8019027-3230-41d7-bf77-47d21f88edd6/remove_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/276] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:11 2026] GET /v2.0/security-groups?tenant_id=e8d193462a4849d7a2dd7a35b8b55e27&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/277] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:29:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--525170363&fields=id&tenant_id=8117c9bb776b40c7b78470e06b61aa3d => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:11.999 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa2796de-813c-47dc-b90b-0323fd403ca6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 52a66b23-7549-49c0-8398-d8c4234c7225 2026-05-26 09:29:12.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2796de-813c-47dc-b90b-0323fd403ca6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 52a66b23-7549-49c0-8398-d8c4234c7225 2026-05-26 09:29:12.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa2796de-813c-47dc-b90b-0323fd403ca6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 5a298cd5-946d-46a3-992b-9307ed57fd69 2026-05-26 09:29:12.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2796de-813c-47dc-b90b-0323fd403ca6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 5a298cd5-946d-46a3-992b-9307ed57fd69 2026-05-26 09:29:12.228 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-aa2796de-813c-47dc-b90b-0323fd403ca6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 131/278] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:29:10 2026] PUT /v2.0/routers/84c53ca2-2edf-4959-80ed-af620b13658e/remove_router_interface => generated 309 bytes in 1546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/279] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:12 2026] DELETE /v2.0/security-groups/13e66895-ede5-48b4-bdd2-ec93f6f84cec => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/280] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:29:12 2026] GET /v2.0/networks?id=7e6fb4ff-d017-451f-8c41-98388ade58cb => generated 669 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:12.546 8 INFO neutron.db.l3_hamode_db [None req-aa2796de-813c-47dc-b90b-0323fd403ca6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network b550c1a1-f9d2-4974-a372-3cf4baf85cc6 was deleted as no HA routers are present in tenant 5044d223133b4d599a4f46c906f5fb6b. [pid: 8|app: 0|req: 148/281] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:11 2026] DELETE /v2.0/routers/e8019027-3230-41d7-bf77-47d21f88edd6 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/282] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:29:12 2026] GET /v2.0/quotas/8117c9bb776b40c7b78470e06b61aa3d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:12.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cd0fa05-009d-44e6-98c4-c4704b848c51 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: f5826903-4032-43b4-8c05-59d15580ccaf 2026-05-26 09:29:12.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd0fa05-009d-44e6-98c4-c4704b848c51 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: f5826903-4032-43b4-8c05-59d15580ccaf [pid: 8|app: 0|req: 150/283] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:12 2026] DELETE /v2.0/subnets/2f93153d-80f4-41ba-b302-8e9b744b856f => 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: 151/284] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:29:12 2026] GET /v2.0/ports?tenant_id=8117c9bb776b40c7b78470e06b61aa3d&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:12.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cd0fa05-009d-44e6-98c4-c4704b848c51 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 1e5b6e71-ab6d-43e7-a006-203b97a23aa3 2026-05-26 09:29:12.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd0fa05-009d-44e6-98c4-c4704b848c51 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 1e5b6e71-ab6d-43e7-a006-203b97a23aa3 2026-05-26 09:29:12.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d9c9c61-cc7d-4b31-a854-75c7c8c8c61f 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 9649fd97-a504-4805-ae02-7bab706ef852 2026-05-26 09:29:12.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d9c9c61-cc7d-4b31-a854-75c7c8c8c61f 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 9649fd97-a504-4805-ae02-7bab706ef852 2026-05-26 09:29:12.931 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6cd0fa05-009d-44e6-98c4-c4704b848c51 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 152/285] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:12 2026] DELETE /v2.0/networks/bcad9718-c565-4f41-9fe2-50449b1c3db9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:13.097 8 INFO neutron.services.segments.plugin [-] Segment d2299fe4-36bc-46b3-83b3-17886bb63cb5 resource provider aggregate not found 2026-05-26 09:29:13.118 8 INFO neutron.services.segments.plugin [-] Segment d2299fe4-36bc-46b3-83b3-17886bb63cb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2299fe4-36bc-46b3-83b3-17886bb63cb5 found for delete ", "request_id": "req-96e1fd97-b021-4997-bbe0-af6fafd25c47"}]} [pid: 8|app: 0|req: 153/286] 10.0.0.236 () {34 vars in 907 bytes} [Tue May 26 09:29:13 2026] GET /v2.0/extensions => generated 21537 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/287] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:13 2026] GET /v2.0/security-groups?tenant_id=5044d223133b4d599a4f46c906f5fb6b&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/288] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:29:13 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:13.309 7 INFO neutron.db.l3_hamode_db [None req-6cd0fa05-009d-44e6-98c4-c4704b848c51 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network d458525e-0a2d-44ba-bf62-2a3f1f46f240 was deleted as no HA routers are present in tenant b7552deed27e45338471408e80d9f62d. [pid: 7|app: 0|req: 134/289] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:12 2026] DELETE /v2.0/routers/84c53ca2-2edf-4959-80ed-af620b13658e => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/290] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:29:13 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/291] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:13 2026] DELETE /v2.0/security-groups/f3a21fe9-54a1-4cb8-84eb-331354f0ffdc => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:13.494 8 INFO neutron.services.segments.plugin [-] Segment d2299fe4-36bc-46b3-83b3-17886bb63cb5 resource provider aggregate not found 2026-05-26 09:29:13.516 8 INFO neutron.services.segments.plugin [-] Segment d2299fe4-36bc-46b3-83b3-17886bb63cb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2299fe4-36bc-46b3-83b3-17886bb63cb5 found for delete ", "request_id": "req-5b5453e3-3f31-424c-b16f-83ddb3407c0b"}]} [pid: 7|app: 0|req: 136/292] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:13 2026] DELETE /v2.0/subnets/968b2e87-4b0c-49ce-a57b-12eb4421adc6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/293] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:13 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:13.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ddf2b19-d60b-4610-bad0-fbb6127842a4 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: ef6bbcd7-da66-4367-86e8-5a20849372ff 2026-05-26 09:29:13.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ddf2b19-d60b-4610-bad0-fbb6127842a4 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: ef6bbcd7-da66-4367-86e8-5a20849372ff 2026-05-26 09:29:13.803 7 INFO neutron.services.segments.plugin [-] Segment 55bea422-5fba-40c3-9b56-644212479dc6 resource provider aggregate not found 2026-05-26 09:29:13.827 7 INFO neutron.services.segments.plugin [-] Segment 55bea422-5fba-40c3-9b56-644212479dc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55bea422-5fba-40c3-9b56-644212479dc6 found for delete ", "request_id": "req-a9077177-8057-45ed-aa47-96f53edfa596"}]} 2026-05-26 09:29:13.856 7 INFO neutron.services.segments.plugin [-] Segment 55bea422-5fba-40c3-9b56-644212479dc6 resource provider aggregate not found [pid: 8|app: 0|req: 157/294] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:13 2026] DELETE /v2.0/networks/559deb4b-761d-4e08-96b1-e7a9dfa04791 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:13.877 7 INFO neutron.services.segments.plugin [-] Segment 55bea422-5fba-40c3-9b56-644212479dc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55bea422-5fba-40c3-9b56-644212479dc6 found for delete ", "request_id": "req-da781492-07fe-4e39-8f11-17bb6df2b52a"}]} [pid: 7|app: 0|req: 138/295] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:14 2026] GET /v2.0/security-groups?tenant_id=b7552deed27e45338471408e80d9f62d&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/296] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:14 2026] DELETE /v2.0/security-groups/2f813eda-4db9-4c01-b08c-89b1172bf8c4 => 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: 139/297] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:14 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:15.140 8 INFO neutron.services.segments.plugin [-] Segment a1cc6b8f-580c-429b-b721-eb700bd5ff37 resource provider aggregate not found 2026-05-26 09:29:15.163 8 INFO neutron.services.segments.plugin [-] Segment a1cc6b8f-580c-429b-b721-eb700bd5ff37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1cc6b8f-580c-429b-b721-eb700bd5ff37 found for delete ", "request_id": "req-3da3dcf9-7e78-4af4-9dce-362f3c5ace76"}]} 2026-05-26 09:29:15.206 8 INFO neutron.services.segments.plugin [-] Segment 46b84f3f-622d-4654-a882-d4b1210ee922 resource provider aggregate not found 2026-05-26 09:29:15.228 8 INFO neutron.services.segments.plugin [-] Segment 46b84f3f-622d-4654-a882-d4b1210ee922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46b84f3f-622d-4654-a882-d4b1210ee922 found for delete ", "request_id": "req-fe8989c9-f778-4c49-9839-3bd05c9251dd"}]} 2026-05-26 09:29:15.547 8 INFO neutron.services.segments.plugin [-] Segment a1cc6b8f-580c-429b-b721-eb700bd5ff37 resource provider aggregate not found 2026-05-26 09:29:15.561 8 INFO neutron.services.segments.plugin [-] Segment a1cc6b8f-580c-429b-b721-eb700bd5ff37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1cc6b8f-580c-429b-b721-eb700bd5ff37 found for delete ", "request_id": "req-fde8eeff-7139-4b5e-9ff2-27ed441aab20"}]} 2026-05-26 09:29:15.582 8 INFO neutron.services.segments.plugin [-] Segment 46b84f3f-622d-4654-a882-d4b1210ee922 resource provider aggregate not found 2026-05-26 09:29:15.598 8 INFO neutron.services.segments.plugin [-] Segment 46b84f3f-622d-4654-a882-d4b1210ee922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46b84f3f-622d-4654-a882-d4b1210ee922 found for delete ", "request_id": "req-aa3f410b-4651-4edd-bee8-2b11f61dd1ac"}]} 2026-05-26 09:29:15.862 8 INFO neutron.db.segments_db [None req-c5b7d4fc-7482-47ac-bf75-102844cf27ad 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment e67bf978-0dd1-4403-b9f9-65e46646eba7 of type vxlan for network 8d7d9591-35dc-486e-9487-f1bac0e27dfc [pid: 7|app: 0|req: 140/298] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:15 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => 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: 159/299] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:15 2026] POST /v2.0/networks => generated 729 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/300] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:15 2026] POST /v2.0/subnets => generated 695 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:16.219 8 INFO neutron.db.segments_db [None req-fd4da9b5-2dd6-4715-b1eb-adbd86f4ab96 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b of type vxlan for network 2150f845-7ed8-42f3-a177-bb4cfbbb4444 2026-05-26 09:29:16.486 7 INFO neutron.db.segments_db [None req-5e5a71c3-d96e-48ac-ab8b-a1d3050fa22a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 5534dd42-c319-435b-9840-1c08930d9f30 of type vxlan for network 1c7d96ca-8ed6-4113-b01e-13e644b093b3 2026-05-26 09:29:16.487 8 INFO neutron.db.l3_hamode_db [None req-fd4da9b5-2dd6-4715-b1eb-adbd86f4ab96 8e0bb0c6456642d58d39c0d76ac97b86 336d4cbf3fe048f7850661d796fbe742 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 142/301] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:16 2026] POST /v2.0/networks => generated 731 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/302] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:16 2026] POST /v2.0/subnets => generated 697 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:16.925 7 INFO neutron.db.segments_db [None req-891cc97c-2f72-4cf2-81e3-47b395f934e8 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 06dfa00b-a26c-42ae-9938-913d94cbb681 of type vxlan for network a63a3b85-cf7d-4205-b766-51f185ec4f63 2026-05-26 09:29:17.177 7 INFO neutron.db.l3_hamode_db [None req-891cc97c-2f72-4cf2-81e3-47b395f934e8 8e0bb0c6456642d58d39c0d76ac97b86 f72978242cfa412cb33f75dff6fb279c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:17.275 8 INFO neutron.db.l3_hamode_db [None req-fd4da9b5-2dd6-4715-b1eb-adbd86f4ab96 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:18.094 7 INFO neutron.db.l3_hamode_db [None req-891cc97c-2f72-4cf2-81e3-47b395f934e8 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 160/303] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:16 2026] POST /v2.0/routers => generated 735 bytes in 2098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/304] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:18 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/305] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:18 2026] GET /v2.0/security-groups?tenant_id=c99587159d8b4d71bea67e081e2a05ed&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/306] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:16 2026] POST /v2.0/routers => generated 737 bytes in 2274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/307] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:19 2026] DELETE /v2.0/security-groups/403f651c-d923-4f3d-8737-b6f43cf9c2f9 => 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: 146/308] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:19 2026] GET /v2.0/networks?id=7e6fb4ff-d017-451f-8c41-98388ade58cb => generated 669 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/309] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:29:18 2026] PUT /v2.0/routers/2bf4dad5-b665-48e4-bf8e-1e9162b4dfdb/add_router_interface => generated 309 bytes in 1387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/310] 199.204.45.65 () {34 vars in 910 bytes} [Tue May 26 09:29:19 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: 165/311] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:19 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => 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: 166/312] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:20 2026] GET /v2.0/security-groups?tenant_id=3b0e064d73d5466f8e33edf0691c1834&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/313] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:29:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8117c9bb776b40c7b78470e06b61aa3d => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/314] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:20 2026] DELETE /v2.0/security-groups/1196947c-8ae9-47c3-990d-ec7aa57d2e22 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/315] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:29:19 2026] PUT /v2.0/routers/df5e8c4d-1d0a-48f2-aa2c-2b99163bf7a2/add_router_interface => generated 309 bytes in 1473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/316] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:29:20 2026] POST /v2.0/ports => generated 954 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/317] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:29:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 170/318] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/319] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:21 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 957 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/320] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/321] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:21 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 172/322] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:29:21 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/323] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:29:21 2026] POST /v2.0/security-groups => generated 1660 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/324] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:29:21 2026] PUT /v2.0/ports/df4d291e-5fae-45b2-9a64-9f3a2a7716ed => generated 1235 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/325] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 152/326] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/327] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:22 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/328] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:22 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:22.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa9d240a-52bc-4915-b2df-541b8567958b'] response: {'name': 'network-changed', 'server_uuid': '2c9920b4-1a27-49df-8a63-e608966ac094', 'tag': 'df4d291e-5fae-45b2-9a64-9f3a2a7716ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 175/329] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:29:22 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/330] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:22 2026] GET /v2.0/ports?tenant_id=8117c9bb776b40c7b78470e06b61aa3d&device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 1238 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/331] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=df4d291e-5fae-45b2-9a64-9f3a2a7716ed => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/332] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/subnets?id=50f082b5-e81b-40ef-8756-923b5a6c7e49 => generated 687 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/333] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/ports?network_id=7e6fb4ff-d017-451f-8c41-98388ade58cb&device_owner=network%3Adhcp => generated 1244 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/334] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--710145699&fields=id&tenant_id=f72978242cfa412cb33f75dff6fb279c => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/335] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/336] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 682 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/337] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/quotas/f72978242cfa412cb33f75dff6fb279c => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/338] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?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: 160/339] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/340] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/341] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/342] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 162/343] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 182/344] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:23 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 163/345] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/ports?tenant_id=8117c9bb776b40c7b78470e06b61aa3d&device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/346] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/networks?id=7e6fb4ff-d017-451f-8c41-98388ade58cb => generated 764 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/347] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=df4d291e-5fae-45b2-9a64-9f3a2a7716ed => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/348] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/subnets?id=50f082b5-e81b-40ef-8756-923b5a6c7e49 => generated 687 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/349] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/ports?network_id=7e6fb4ff-d017-451f-8c41-98388ade58cb&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: 165/350] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/351] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?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: 166/352] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 187/353] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/354] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 188/357] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:24 2026] GET /v2.0/security-groups?tenant_id=00b1636002a4481f9f581998c9b376e9&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/358] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:25 2026] DELETE /v2.0/security-groups/84fb1aac-6d8e-42df-8e38-4e89c7ca487d => 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: 189/359] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:25 2026] GET /v2.0/security-groups?tenant_id=86680b94e0a348e0ba1945ee32754d2f&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/360] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:25 2026] DELETE /v2.0/security-groups/ed3a71dd-1722-47ac-8d29-365f62916433 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/361] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:26 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/362] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:25 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/363] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:26 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 191/364] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:29:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--567145222&fields=id&tenant_id=336d4cbf3fe048f7850661d796fbe742 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/365] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:29:26 2026] GET /v2.0/networks?id=8d7d9591-35dc-486e-9487-f1bac0e27dfc => generated 680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/366] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/quotas/336d4cbf3fe048f7850661d796fbe742 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/367] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/ports?tenant_id=336d4cbf3fe048f7850661d796fbe742&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/368] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 176/369] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/370] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/371] 10.0.0.236 () {34 vars in 907 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/extensions => generated 21537 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/372] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?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: 178/373] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:29:27 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?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: 196/374] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 197/375] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 179/376] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/security-groups?tenant_id=ddf7f108f09845d09973933e6babe4af&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/377] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/378] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:28 2026] DELETE /v2.0/security-groups/704bc144-2502-4148-b7e0-f9c7506c703a => 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: 199/379] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 682 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/380] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 200/381] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:29:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f72978242cfa412cb33f75dff6fb279c => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/382] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:29:28 2026] POST /v2.0/ports => generated 954 bytes in 498 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: 183/383] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:29 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 184/384] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:29 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/385] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:29 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/386] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:29 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/387] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:29 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 201/388] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:29:29 2026] PUT /v2.0/ports/ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 1235 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/389] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:30 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:30.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fbd6321-dea7-4b6a-bc7a-4625bf02f88c'] response: {'name': 'network-changed', 'server_uuid': 'ef93a6b2-838b-40fa-b122-548836b4abc5', 'tag': 'ed05692d-ef43-41a4-bcca-2c8f7621c015', '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: 202/390] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:30 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/391] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:30 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&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: 204/392] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:30 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/393] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:30 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/394] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:31.066 7 INFO neutron.db.segments_db [None req-1a676ac8-48fc-4724-8caa-43c1e04069d7 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Added segment abdd59b0-14c2-4fbd-9b04-eeb78574ff7b of type vxlan for network b9b049cd-0a09-49ad-a04f-ad03abe81c3e [pid: 8|app: 0|req: 207/395] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/396] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/397] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&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-05-26 09:29:31.165 7 INFO neutron.db.segments_db [None req-1a676ac8-48fc-4724-8caa-43c1e04069d7 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Added segment 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 of type vxlan for network c91c41ac-97b9-422d-8bd5-c013c89760fd [pid: 8|app: 0|req: 210/398] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/399] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:29:30 2026] POST /v2.0/networks => generated 1207 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/400] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/401] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 212/402] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:29:31 2026] GET /v2.0/networks => generated 1844 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:32.032 8 INFO neutron.services.segments.plugin [-] Segment abdd59b0-14c2-4fbd-9b04-eeb78574ff7b resource provider aggregate not found 2026-05-26 09:29:32.038 8 INFO neutron.services.segments.plugin [-] Segment abdd59b0-14c2-4fbd-9b04-eeb78574ff7b resource provider aggregate not found 2026-05-26 09:29:32.073 8 INFO neutron.services.segments.plugin [-] Segment abdd59b0-14c2-4fbd-9b04-eeb78574ff7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abdd59b0-14c2-4fbd-9b04-eeb78574ff7b found for delete ", "request_id": "req-0f07a5c1-f691-4e77-b95b-c6d061ce6c0f"}]} 2026-05-26 09:29:32.079 8 INFO neutron.services.segments.plugin [-] Segment abdd59b0-14c2-4fbd-9b04-eeb78574ff7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abdd59b0-14c2-4fbd-9b04-eeb78574ff7b found for delete ", "request_id": "req-ef0da680-81ce-4496-b874-bef3758bb2c9"}]} [pid: 8|app: 0|req: 213/403] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:31 2026] DELETE /v2.0/networks/b9b049cd-0a09-49ad-a04f-ad03abe81c3e => generated 0 bytes in 732 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/404] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 215/405] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/406] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:32 2026] DELETE /v2.0/networks/c91c41ac-97b9-422d-8bd5-c013c89760fd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:32.311 7 INFO neutron.db.l3_db [None req-ccf5ab2c-7a86-4965-9a71-1443469fa4ba ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] Floating IP c7e6bacc-4497-432f-b1fb-b2cd3ce148d3 associated. External IP: 10.96.250.219, port: df4d291e-5fae-45b2-9a64-9f3a2a7716ed. [pid: 8|app: 0|req: 217/407] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&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: 8|app: 0|req: 218/408] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/409] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:32.520 8 INFO neutron.db.segments_db [None req-cba46272-1788-48b9-8de1-18491ba076e3 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Added segment 5a42c057-8080-443c-a6ee-453028ab0659 of type vxlan for network f48913e5-682b-42b6-88f1-59fd96ad0e1c [pid: 8|app: 0|req: 220/410] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:29:32 2026] POST /v2.0/networks => generated 630 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/411] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:29:31 2026] PUT /v2.0/floatingips/c7e6bacc-4497-432f-b1fb-b2cd3ce148d3 => generated 855 bytes in 1323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/412] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 778 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/413] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/networks?id=8d7d9591-35dc-486e-9487-f1bac0e27dfc => generated 680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:32.716 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd8ede74-2267-472e-b445-70b4f9697746'] response: {'name': 'network-changed', 'server_uuid': '2c9920b4-1a27-49df-8a63-e608966ac094', 'tag': 'df4d291e-5fae-45b2-9a64-9f3a2a7716ed', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 193/414] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => 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: 194/415] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=336d4cbf3fe048f7850661d796fbe742 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:32.775 8 INFO neutron.db.segments_db [None req-f558cc6f-b283-4889-a978-b426370d294f cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Added segment 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba of type vxlan for network dacc4d26-dd98-46a9-9806-efbe0680f7f0 [pid: 7|app: 0|req: 195/416] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => 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: 196/417] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/418] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:29:32 2026] POST /v2.0/networks => generated 631 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/419] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 224/420] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:32 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/421] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:29:32 2026] POST /v2.0/ports => generated 958 bytes in 435 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: 198/422] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 199/423] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 961 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/424] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/ports?tenant_id=8117c9bb776b40c7b78470e06b61aa3d&device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/425] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:29:33 2026] POST /v2.0/ports => generated 1505 bytes in 774 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: 201/426] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:29:33 2026] PUT /v2.0/ports/4806ac53-fb19-4cba-afad-6271b25c8956 => generated 1239 bytes in 414 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: 226/427] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/428] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 227/429] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 203/430] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/networks?id=7e6fb4ff-d017-451f-8c41-98388ade58cb => generated 764 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/431] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 228/432] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/ports => generated 1505 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/433] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:33 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/434] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=df4d291e-5fae-45b2-9a64-9f3a2a7716ed => generated 858 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:34.106 8 INFO neutron.services.segments.plugin [-] Segment 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 resource provider aggregate not found 2026-05-26 09:29:34.115 8 INFO neutron.services.segments.plugin [-] Segment 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 resource provider aggregate not found 2026-05-26 09:29:34.140 8 INFO neutron.services.segments.plugin [-] Segment 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 found for delete ", "request_id": "req-ddddf155-7c35-48c6-9a23-fd7cb8bafb92"}]} [pid: 8|app: 0|req: 230/435] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:34.148 8 INFO neutron.services.segments.plugin [-] Segment 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b48aa7-84a1-4b55-8f1e-7a32f8c72bf4 found for delete ", "request_id": "req-d1b2ffc9-ff6f-4cd0-b145-79a66b6160ba"}]} [pid: 8|app: 0|req: 231/436] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/subnets?id=50f082b5-e81b-40ef-8756-923b5a6c7e49 => generated 687 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/437] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/ports?network_id=7e6fb4ff-d017-451f-8c41-98388ade58cb&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:34.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-3849ddd0-b4be-41aa-9cc0-df8bb4d4abee cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] TaaS: Handle Delete Port: 73e239e4-1b4d-4e92-b18c-f0c4cf8e9e54 [pid: 8|app: 0|req: 233/438] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:34.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3849ddd0-b4be-41aa-9cc0-df8bb4d4abee cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Tap Mirror: Handle Delete Port: 73e239e4-1b4d-4e92-b18c-f0c4cf8e9e54 [pid: 8|app: 0|req: 234/439] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb?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: 206/440] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:29:34 2026] DELETE /v2.0/ports/73e239e4-1b4d-4e92-b18c-f0c4cf8e9e54 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:34.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9929c07-987f-42d9-a4e8-50c56cacd3e1 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] TaaS: Handle Delete Port: cd6e9fb3-b327-4a3d-b2c5-305b8c3cf231 2026-05-26 09:29:34.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9929c07-987f-42d9-a4e8-50c56cacd3e1 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Tap Mirror: Handle Delete Port: cd6e9fb3-b327-4a3d-b2c5-305b8c3cf231 [pid: 8|app: 0|req: 235/441] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:29:34 2026] DELETE /v2.0/ports/cd6e9fb3-b327-4a3d-b2c5-305b8c3cf231 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/442] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/ports => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:34.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cedd0bd0-95cc-45f0-a916-715a8007a01d'] response: {'name': 'network-changed', 'server_uuid': '0fb51953-7b47-4576-93fb-d363c27739d8', 'tag': '4806ac53-fb19-4cba-afad-6271b25c8956', 'status': 'completed', 'code': 200} 2026-05-26 09:29:34.885 8 INFO neutron.db.segments_db [None req-f9872ccc-eaea-4c40-b1c8-ba8401330fd8 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Added segment 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 of type vxlan for network 5e0d856a-3ac7-45cc-979f-3a1dd7b14f4f [pid: 7|app: 0|req: 208/443] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/ports?tenant_id=336d4cbf3fe048f7850661d796fbe742&device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/444] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=4806ac53-fb19-4cba-afad-6271b25c8956 => 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: 210/445] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/subnets?id=e50a00bc-3ae2-4e12-b035-92322c2cb2af => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/446] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:29:34 2026] POST /v2.0/networks => generated 630 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/447] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/ports?network_id=8d7d9591-35dc-486e-9487-f1bac0e27dfc&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/448] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:34 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:35.117 7 INFO neutron.db.segments_db [None req-96af8bf2-929c-40e7-95c3-2ad104ac1576 cb2dd85b6eb1476d9b543205dc8fded5 5e513146a91a4ad69bcf235e9de460b7 - - default default] Added segment dce74392-f5fd-41c8-92d0-1aeba665c4c0 of type vxlan for network 79ce9cee-d50a-41b1-ba70-c669cb01ca65 [pid: 8|app: 0|req: 238/449] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?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: 239/450] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/451] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 212/452] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:29:35 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/453] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/security-groups?id=f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b&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: 241/454] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?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: 242/455] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 243/456] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/457] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:35 2026] POST /v2.0/subnets => generated 1274 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/458] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/subnets => generated 1910 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/459] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:29:35 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:36.039 7 INFO neutron_taas.services.taas.taas_plugin [req-5a654915-2145-4229-a1a9-fcfe5c3e7681 req-4853b06d-762c-4348-9f19-e196ec540b8c ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] TaaS: Handle Delete Port: df4d291e-5fae-45b2-9a64-9f3a2a7716ed 2026-05-26 09:29:36.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5a654915-2145-4229-a1a9-fcfe5c3e7681 req-4853b06d-762c-4348-9f19-e196ec540b8c ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] Tap Mirror: Handle Delete Port: df4d291e-5fae-45b2-9a64-9f3a2a7716ed [pid: 8|app: 0|req: 245/460] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:35 2026] DELETE /v2.0/subnets/a3b72ba0-ec03-4dab-9dbf-18c867b6d146 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/461] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:36 2026] DELETE /v2.0/subnets/c6df7473-da9a-4faa-ae29-7c58dec47342 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:36.237 7 INFO neutron.db.l3_db [req-5a654915-2145-4229-a1a9-fcfe5c3e7681 req-4853b06d-762c-4348-9f19-e196ec540b8c ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] Floating IP c7e6bacc-4497-432f-b1fb-b2cd3ce148d3 disassociated. External IP: 10.96.250.219, port: df4d291e-5fae-45b2-9a64-9f3a2a7716ed. [pid: 8|app: 0|req: 247/462] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:29:36 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) [pid: 8|app: 0|req: 248/463] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/ports?tenant_id=336d4cbf3fe048f7850661d796fbe742&device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 249/464] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:36.478 8 INFO neutron.services.segments.plugin [-] Segment dce74392-f5fd-41c8-92d0-1aeba665c4c0 resource provider aggregate not found 2026-05-26 09:29:36.487 8 INFO neutron.services.segments.plugin [-] Segment dce74392-f5fd-41c8-92d0-1aeba665c4c0 resource provider aggregate not found 2026-05-26 09:29:36.506 8 INFO neutron.services.segments.plugin [-] Segment dce74392-f5fd-41c8-92d0-1aeba665c4c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dce74392-f5fd-41c8-92d0-1aeba665c4c0 found for delete ", "request_id": "req-dfdd55c6-dd7e-4207-9b70-48078872ff34"}]} 2026-05-26 09:29:36.518 8 INFO neutron.services.segments.plugin [-] Segment dce74392-f5fd-41c8-92d0-1aeba665c4c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dce74392-f5fd-41c8-92d0-1aeba665c4c0 found for delete ", "request_id": "req-c20a76a6-8343-4430-a3da-1dfb8a3d2ed2"}]} [pid: 8|app: 0|req: 250/465] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:36 2026] DELETE /v2.0/networks/79ce9cee-d50a-41b1-ba70-c669cb01ca65 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/466] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/networks?id=8d7d9591-35dc-486e-9487-f1bac0e27dfc => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/467] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => 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: 253/468] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 7|app: 0|req: 216/469] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:29:35 2026] DELETE /v2.0/ports/df4d291e-5fae-45b2-9a64-9f3a2a7716ed => generated 0 bytes in 710 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/470] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=4806ac53-fb19-4cba-afad-6271b25c8956 => 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: 254/471] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:36 2026] DELETE /v2.0/networks/5e0d856a-3ac7-45cc-979f-3a1dd7b14f4f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/472] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/473] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/subnets?id=e50a00bc-3ae2-4e12-b035-92322c2cb2af => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/474] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/475] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/ports?network_id=8d7d9591-35dc-486e-9487-f1bac0e27dfc&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:36.851 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0450621-9683-4c2e-a8c5-5000f267379e'] response: {'server_uuid': '2c9920b4-1a27-49df-8a63-e608966ac094', 'name': 'network-vif-deleted', 'tag': 'df4d291e-5fae-45b2-9a64-9f3a2a7716ed', 'status': 'completed', 'code': 200} 2026-05-26 09:29:36.863 7 INFO neutron.services.segments.plugin [-] Segment 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba resource provider aggregate not found 2026-05-26 09:29:36.874 7 INFO neutron.services.segments.plugin [-] Segment 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba resource provider aggregate not found [pid: 8|app: 0|req: 258/476] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:36.895 7 INFO neutron.services.segments.plugin [-] Segment 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba found for delete ", "request_id": "req-b64bca04-7b9a-4559-89ba-1b60b663def7"}]} 2026-05-26 09:29:36.902 7 INFO neutron.services.segments.plugin [-] Segment 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a7efb84-a5cc-40b7-abe1-54c4ed8c20ba found for delete ", "request_id": "req-8dec03f6-caa5-4098-850f-4da0b9ff5dbc"}]} [pid: 7|app: 0|req: 219/477] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:36 2026] DELETE /v2.0/networks/dacc4d26-dd98-46a9-9806-efbe0680f7f0 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/478] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/479] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:36 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/480] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:36 2026] DELETE /v2.0/networks/f48913e5-682b-42b6-88f1-59fd96ad0e1c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:37.380 8 INFO neutron.db.l3_db [None req-965974a8-3385-4f00-b4be-1b6262cdf36a 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] Floating IP fc3bfecf-9b7a-4161-9891-8a535366f268 associated. External IP: 10.96.250.215, port: ed05692d-ef43-41a4-bcca-2c8f7621c015. [pid: 8|app: 0|req: 260/481] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:29:36 2026] PUT /v2.0/floatingips/fc3bfecf-9b7a-4161-9891-8a535366f268 => generated 855 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/482] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:37 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => 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: 262/483] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:37 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/484] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:37 2026] GET /v2.0/security-groups?tenant_id=5e513146a91a4ad69bcf235e9de460b7&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: 263/485] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:37 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 223/486] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:37 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:37.857 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa0ddc12-cb2b-4bd5-8643-1649afd2dd19'] response: {'name': 'network-changed', 'server_uuid': 'ef93a6b2-838b-40fa-b122-548836b4abc5', 'tag': 'ed05692d-ef43-41a4-bcca-2c8f7621c015', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 224/487] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:37 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&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: 264/488] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:37 2026] DELETE /v2.0/security-groups/988cbcfe-6e20-48bd-ad8e-bc7d752bc270 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/489] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/490] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:38.534 8 INFO neutron.services.segments.plugin [-] Segment 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 resource provider aggregate not found [pid: 7|app: 0|req: 226/491] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:38.540 8 INFO neutron.services.segments.plugin [-] Segment 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 resource provider aggregate not found 2026-05-26 09:29:38.568 8 INFO neutron.services.segments.plugin [-] Segment 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 found for delete ", "request_id": "req-e3d64c5e-e31b-4d62-8531-1971deddcac0"}]} 2026-05-26 09:29:38.576 8 INFO neutron.services.segments.plugin [-] Segment 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e11ed8a-bdd7-4e6a-beda-3cda8bf48152 found for delete ", "request_id": "req-0bc3ea56-4755-418f-818d-44805b5817ba"}]} [pid: 8|app: 0|req: 266/492] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/493] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/494] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/495] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 268/496] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/ports?device_id=2c9920b4-1a27-49df-8a63-e608966ac094 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:38.923 7 INFO neutron.services.segments.plugin [-] Segment 5a42c057-8080-443c-a6ee-453028ab0659 resource provider aggregate not found 2026-05-26 09:29:38.927 7 INFO neutron.services.segments.plugin [-] Segment 5a42c057-8080-443c-a6ee-453028ab0659 resource provider aggregate not found 2026-05-26 09:29:38.944 7 INFO neutron.services.segments.plugin [-] Segment 5a42c057-8080-443c-a6ee-453028ab0659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a42c057-8080-443c-a6ee-453028ab0659 found for delete ", "request_id": "req-e334efaa-9c10-451e-8d71-4edc8ab4618e"}]} 2026-05-26 09:29:38.952 7 INFO neutron.services.segments.plugin [-] Segment 5a42c057-8080-443c-a6ee-453028ab0659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a42c057-8080-443c-a6ee-453028ab0659 found for delete ", "request_id": "req-c7aa8072-823f-44ec-9653-bac61cbd50a2"}]} [pid: 7|app: 0|req: 229/497] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/498] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:38 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 270/499] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:39 2026] DELETE /v2.0/security-groups/f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:40.115 8 INFO neutron.api.v2.resource [None req-a567914f-26f8-47f3-8961-8f77514a1cb9 ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/502] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/security-groups/f4284b5a-ded1-4e3b-a2f0-b52f1217ae2b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/503] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/504] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:29:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/505] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/506] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/security-groups => generated 4529 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:40.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-03202628-613e-4e93-8bf0-586ff0a1c70c ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] TaaS: Handle Delete Port: 7e805817-59ec-4f70-814e-2097db2375af 2026-05-26 09:29:40.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03202628-613e-4e93-8bf0-586ff0a1c70c ad4b42cba184407fa2eebd80e5ea42f0 8117c9bb776b40c7b78470e06b61aa3d - - default default] Tap Mirror: Handle Delete Port: 7e805817-59ec-4f70-814e-2097db2375af [pid: 7|app: 0|req: 233/507] 10.0.0.130 () {34 vars in 758 bytes} [Tue May 26 09:29:40 2026] PUT /v2.0/security-groups/8f975fbc-3219-4ba0-aa6e-93cf3013d13c => generated 1663 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/508] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/security-groups/8f975fbc-3219-4ba0-aa6e-93cf3013d13c => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/509] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:40 2026] DELETE /v2.0/security-groups/8f975fbc-3219-4ba0-aa6e-93cf3013d13c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/510] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:29:40 2026] DELETE /v2.0/floatingips/c7e6bacc-4497-432f-b1fb-b2cd3ce148d3 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/511] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:29:40 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) 2026-05-26 09:29:40.554 7 INFO neutron.api.v2.resource [None req-272e7a3a-18ef-4210-8799-937c1f3f7a70 e792e22494c040e599c3f78016205bf8 761d5333b2364ee7bca49130296ede5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/512] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:40 2026] DELETE /v2.0/security-groups/8f975fbc-3219-4ba0-aa6e-93cf3013d13c => 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: 238/513] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:29:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/514] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/515] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/security-group-rules/decbd94e-cc23-49eb-b623-3f66aeff7224 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/516] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:29:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:40.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-302f594d-6ed0-4c5a-8aa0-1ff6697716eb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 560fe59e-75e5-4f36-9541-4d153bac6ecd 2026-05-26 09:29:40.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-302f594d-6ed0-4c5a-8aa0-1ff6697716eb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 560fe59e-75e5-4f36-9541-4d153bac6ecd [pid: 7|app: 0|req: 242/517] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:29:40 2026] DELETE /v2.0/security-group-rules/decbd94e-cc23-49eb-b623-3f66aeff7224 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/518] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/519] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/520] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-group-rules/4ca61c11-3c0d-450e-b16d-2ca8c6cbbd3f => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/521] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/522] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/523] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:29:41 2026] DELETE /v2.0/security-group-rules/4ca61c11-3c0d-450e-b16d-2ca8c6cbbd3f => 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: 249/524] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 276/525] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:29:40 2026] PUT /v2.0/routers/ded464cd-b880-40a5-90f6-d43f58fd050a/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/526] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:41.698 7 INFO neutron.db.securitygroups_db [None req-8d215beb-19d5-47c7-a3d2-5b74c3f27797 e792e22494c040e599c3f78016205bf8 761d5333b2364ee7bca49130296ede5c - - default default] Project 761d5333b2364ee7bca49130296ede5c 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: 251/527] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:29:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/528] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-group-rules/ba8d27cb-589e-4bf8-90e8-4b5ff2c7059e => generated 607 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:41.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-c30c26bc-0b76-4d00-8a52-c9ba79fc9d3a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: ed70397f-2753-49e0-b950-6059af9f0741 2026-05-26 09:29:41.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c30c26bc-0b76-4d00-8a52-c9ba79fc9d3a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: ed70397f-2753-49e0-b950-6059af9f0741 [pid: 7|app: 0|req: 253/529] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:29:41 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/530] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:29:41 2026] DELETE /v2.0/security-group-rules/ba8d27cb-589e-4bf8-90e8-4b5ff2c7059e => 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: 255/531] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:29:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/532] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:42 2026] DELETE /v2.0/security-groups/cb753e0f-feef-4825-880a-ce5b5474c9c2 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:42.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-c30c26bc-0b76-4d00-8a52-c9ba79fc9d3a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 82abf28e-b302-49f2-ad0e-e18d360fe628 2026-05-26 09:29:42.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c30c26bc-0b76-4d00-8a52-c9ba79fc9d3a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 82abf28e-b302-49f2-ad0e-e18d360fe628 [pid: 7|app: 0|req: 257/533] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:29:42 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: 7|app: 0|req: 258/534] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:29:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:29:42.579 8 INFO neutron.services.segments.plugin [-] Segment 8909a231-0d55-4c0e-87f0-b929fdb7941b resource provider aggregate not found 2026-05-26 09:29:42.584 8 INFO neutron.services.segments.plugin [-] Segment 8909a231-0d55-4c0e-87f0-b929fdb7941b resource provider aggregate not found 2026-05-26 09:29:42.598 8 INFO neutron.services.segments.plugin [-] Segment 8909a231-0d55-4c0e-87f0-b929fdb7941b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8909a231-0d55-4c0e-87f0-b929fdb7941b found for delete ", "request_id": "req-93b1539f-c78e-4548-83b5-d2506b24e3b5"}]} 2026-05-26 09:29:42.599 8 INFO neutron.services.segments.plugin [-] Segment 8909a231-0d55-4c0e-87f0-b929fdb7941b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8909a231-0d55-4c0e-87f0-b929fdb7941b found for delete ", "request_id": "req-fb44fba4-2413-45f7-9949-f233c950276b"}]} 2026-05-26 09:29:42.624 8 INFO neutron.db.l3_hamode_db [None req-c30c26bc-0b76-4d00-8a52-c9ba79fc9d3a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network 6af6e16d-f128-40a4-91da-3315ced9e589 was deleted as no HA routers are present in tenant 8117c9bb776b40c7b78470e06b61aa3d. [pid: 8|app: 0|req: 277/535] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:41 2026] DELETE /v2.0/routers/ded464cd-b880-40a5-90f6-d43f58fd050a => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/536] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:42 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/537] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:42 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 259/538] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:42 2026] DELETE /v2.0/subnets/50f082b5-e81b-40ef-8756-923b5a6c7e49 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:42.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-18c68bee-1da8-4fad-9bfc-7ef6445fa921 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 2a2b8187-ba05-41aa-bffa-8b05b6b174e8 2026-05-26 09:29:42.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18c68bee-1da8-4fad-9bfc-7ef6445fa921 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 2a2b8187-ba05-41aa-bffa-8b05b6b174e8 [pid: 8|app: 0|req: 280/539] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:42 2026] GET /v2.0/security-groups?tenant_id=761d5333b2364ee7bca49130296ede5c&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/540] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:43 2026] DELETE /v2.0/security-groups/e8ffd6ea-4158-4268-b031-6054e8b2a48d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:43.180 7 INFO neutron.services.segments.plugin [-] Segment fe399c12-666d-452d-98d3-04eb6f731b2f resource provider aggregate not found 2026-05-26 09:29:43.194 7 INFO neutron.services.segments.plugin [-] Segment fe399c12-666d-452d-98d3-04eb6f731b2f resource provider aggregate not found 2026-05-26 09:29:43.207 7 INFO neutron.services.segments.plugin [-] Segment fe399c12-666d-452d-98d3-04eb6f731b2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe399c12-666d-452d-98d3-04eb6f731b2f found for delete ", "request_id": "req-97603392-c78f-4f51-92dc-7535fa753d70"}]} 2026-05-26 09:29:43.217 7 INFO neutron.services.segments.plugin [-] Segment fe399c12-666d-452d-98d3-04eb6f731b2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe399c12-666d-452d-98d3-04eb6f731b2f found for delete ", "request_id": "req-bd3f1fc9-f0a1-49da-9809-721186ffb6da"}]} [pid: 7|app: 0|req: 260/541] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:42 2026] DELETE /v2.0/networks/7e6fb4ff-d017-451f-8c41-98388ade58cb => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/542] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:43 2026] GET /v2.0/security-groups?tenant_id=8117c9bb776b40c7b78470e06b61aa3d&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/543] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:43 2026] DELETE /v2.0/security-groups/a8f3ec18-588a-4094-9002-054b6ae152bf => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/544] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:43 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/545] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:43 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/546] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:45 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 263/547] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:45 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 264/548] 10.0.0.130 () {32 vars in 623 bytes} [Tue May 26 09:29:45 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: 285/549] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:45 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/550] 10.0.0.130 () {32 vars in 633 bytes} [Tue May 26 09:29:45 2026] GET /v2.0/ => generated 632 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:45.700 8 INFO neutron.db.l3_db [None req-487a046e-24d7-4c6d-9fc7-7bb3bd81d228 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] Floating IP 8a75ec6b-61c2-48df-8676-b3c362889d97 associated. External IP: 10.96.250.204, port: 4806ac53-fb19-4cba-afad-6271b25c8956. [pid: 8|app: 0|req: 286/551] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:29:45 2026] PUT /v2.0/floatingips/8a75ec6b-61c2-48df-8676-b3c362889d97 => generated 856 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:46.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b48e3bd0-4116-4106-8bb2-ce7b1c7e7cfd'] response: {'name': 'network-changed', 'server_uuid': '0fb51953-7b47-4576-93fb-d363c27739d8', 'tag': '4806ac53-fb19-4cba-afad-6271b25c8956', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 287/552] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 288/553] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 266/554] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:45 2026] GET /v2.0/security-groups?tenant_id=0d55fd3fa44a44d29be132656e4f2189&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/555] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:46 2026] DELETE /v2.0/security-groups/485504c5-543d-4e48-b2b8-51d2a600aa3e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/556] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/557] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/ports?tenant_id=336d4cbf3fe048f7850661d796fbe742&device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 292/558] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 293/559] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/networks?id=8d7d9591-35dc-486e-9487-f1bac0e27dfc => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/560] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=4806ac53-fb19-4cba-afad-6271b25c8956 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/561] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/subnets?id=e50a00bc-3ae2-4e12-b035-92322c2cb2af => generated 698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/562] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1240 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/563] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/ports?network_id=8d7d9591-35dc-486e-9487-f1bac0e27dfc&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/564] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&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: 297/565] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:29:46 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/566] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:29:47 2026] GET /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc?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: 298/567] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:47 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/568] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:47 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&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: 299/569] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:48 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/570] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:29:49 2026] GET /v2.0/security-groups?id=31420e26-e0ee-4845-b4cc-5c13b3fdc3c9&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/571] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:29:49 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:49.321 7 INFO neutron_taas.services.taas.taas_plugin [req-c82dec5b-52ad-4b3e-8166-a26a1cb1a958 req-7f7b83db-7d01-4647-bd75-06887db854c0 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] TaaS: Handle Delete Port: 4806ac53-fb19-4cba-afad-6271b25c8956 2026-05-26 09:29:49.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c82dec5b-52ad-4b3e-8166-a26a1cb1a958 req-7f7b83db-7d01-4647-bd75-06887db854c0 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] Tap Mirror: Handle Delete Port: 4806ac53-fb19-4cba-afad-6271b25c8956 2026-05-26 09:29:49.464 7 INFO neutron.db.l3_db [req-c82dec5b-52ad-4b3e-8166-a26a1cb1a958 req-7f7b83db-7d01-4647-bd75-06887db854c0 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] Floating IP 8a75ec6b-61c2-48df-8676-b3c362889d97 disassociated. External IP: 10.96.250.204, port: 4806ac53-fb19-4cba-afad-6271b25c8956. [pid: 7|app: 0|req: 272/572] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:29:49 2026] DELETE /v2.0/ports/4806ac53-fb19-4cba-afad-6271b25c8956 => generated 0 bytes in 742 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:49.930 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05991064-4fe1-49f7-8392-c7e535d39a65'] response: {'server_uuid': '0fb51953-7b47-4576-93fb-d363c27739d8', 'name': 'network-vif-deleted', 'tag': '4806ac53-fb19-4cba-afad-6271b25c8956', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 301/573] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:50 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 302/574] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:50 2026] GET /v2.0/security-groups?tenant_id=9e470e5cee804854b3fcc75d30528995&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/575] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:50 2026] GET /v2.0/security-groups?tenant_id=d379d3162d27482293452ce102b1449f&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/576] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:51 2026] DELETE /v2.0/security-groups/81912686-7a9b-46e6-8733-f01f73b6f576 => 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: 274/577] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:51 2026] DELETE /v2.0/security-groups/ce8f289a-b150-438c-b5ec-4d43983a4385 => 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: 304/578] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:51 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 275/579] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:51 2026] GET /v2.0/security-groups?tenant_id=8f6660b957644fc38cff25140d1832c9&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/580] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:51 2026] DELETE /v2.0/security-groups/0737ebea-9cad-4f0c-afdc-66de0b92afcd => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/581] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:52 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:29:53.369 8 INFO neutron.db.segments_db [None req-b5b055f3-7f07-4114-8e96-da6a6ea3e621 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 456ec9ba-5e9c-45df-b152-a02938fc360e of type vxlan for network e07c813f-e615-46b5-b876-ecf22a4b204e [pid: 8|app: 0|req: 306/582] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:52 2026] POST /v2.0/networks => generated 722 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/583] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:53 2026] GET /v2.0/ports?device_id=0fb51953-7b47-4576-93fb-d363c27739d8 => 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: 277/584] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:53 2026] POST /v2.0/subnets => generated 688 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:29:53.769 8 INFO neutron.db.segments_db [None req-7173f081-f619-40bd-8f19-cfb0e9a8f902 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 5b37e58e-684b-4317-b10f-56cc8fde0121 of type vxlan for network 9f6b6700-76b1-402a-b8c5-4612eab9423d 2026-05-26 09:29:54.018 8 INFO neutron.db.l3_hamode_db [None req-7173f081-f619-40bd-8f19-cfb0e9a8f902 8e0bb0c6456642d58d39c0d76ac97b86 4576b470517f4b119992872b4b9a2e17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 278/585] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:54 2026] DELETE /v2.0/security-groups/31420e26-e0ee-4845-b4cc-5c13b3fdc3c9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:54.758 7 INFO neutron.api.v2.resource [None req-0f82171e-e823-44e1-94fc-ecaec0519248 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 279/586] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:29:54 2026] GET /v2.0/security-groups/31420e26-e0ee-4845-b4cc-5c13b3fdc3c9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:29:54.858 8 INFO neutron.db.l3_hamode_db [None req-7173f081-f619-40bd-8f19-cfb0e9a8f902 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:29:54.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9d07436-b8a8-441c-a0cb-3e9ffb4b03dc 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] TaaS: Handle Delete Port: ede34920-6c09-48d7-9565-387edd27e44c 2026-05-26 09:29:54.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9d07436-b8a8-441c-a0cb-3e9ffb4b03dc 0d2df8d0d7724b74801ae94714135862 336d4cbf3fe048f7850661d796fbe742 - - default default] Tap Mirror: Handle Delete Port: ede34920-6c09-48d7-9565-387edd27e44c [pid: 7|app: 0|req: 280/587] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:29:54 2026] DELETE /v2.0/floatingips/8a75ec6b-61c2-48df-8676-b3c362889d97 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:55.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b25af67-d410-4164-b31f-7d3fe62ee28d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 99a9ffac-0232-4611-b56c-6202814b951c 2026-05-26 09:29:55.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b25af67-d410-4164-b31f-7d3fe62ee28d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 99a9ffac-0232-4611-b56c-6202814b951c [pid: 8|app: 0|req: 308/590] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:29:53 2026] POST /v2.0/routers => generated 728 bytes in 2083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/591] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:55 2026] GET /v2.0/security-groups?tenant_id=551edcbcbcd64171a8fbfa6b85ec3f47&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/592] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:29:55 2026] PUT /v2.0/routers/2bf4dad5-b665-48e4-bf8e-1e9162b4dfdb/remove_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/593] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:56 2026] DELETE /v2.0/security-groups/896cc9df-9585-48ca-ba72-a70cbbc4cd96 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:29:56.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-4adebd6b-0562-49a1-a4fa-16b8d18d71ef 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: bebd2a2f-560c-45a9-b812-93c60b035ed9 2026-05-26 09:29:56.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4adebd6b-0562-49a1-a4fa-16b8d18d71ef 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: bebd2a2f-560c-45a9-b812-93c60b035ed9 2026-05-26 09:29:56.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-4adebd6b-0562-49a1-a4fa-16b8d18d71ef 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 0016fd1f-d591-4f60-9893-ed0624f056a5 2026-05-26 09:29:56.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4adebd6b-0562-49a1-a4fa-16b8d18d71ef 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 0016fd1f-d591-4f60-9893-ed0624f056a5 2026-05-26 09:29:57.149 7 INFO neutron.services.segments.plugin [-] Segment ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b resource provider aggregate not found 2026-05-26 09:29:57.152 7 INFO neutron.services.segments.plugin [-] Segment ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b resource provider aggregate not found 2026-05-26 09:29:57.168 7 INFO neutron.services.segments.plugin [-] Segment ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b found for delete ", "request_id": "req-b2f9e806-ed94-4e21-9765-857f65d5094b"}]} 2026-05-26 09:29:57.172 7 INFO neutron.services.segments.plugin [-] Segment ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee508fa5-a28d-4ba6-b13f-bc1e29eb2f3b found for delete ", "request_id": "req-ac50d854-1395-41a2-af3b-6081f601cdd1"}]} 2026-05-26 09:29:57.181 7 INFO neutron.db.l3_hamode_db [None req-4adebd6b-0562-49a1-a4fa-16b8d18d71ef 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network 2150f845-7ed8-42f3-a177-bb4cfbbb4444 was deleted as no HA routers are present in tenant 336d4cbf3fe048f7850661d796fbe742. [pid: 7|app: 0|req: 285/594] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:56 2026] DELETE /v2.0/routers/2bf4dad5-b665-48e4-bf8e-1e9162b4dfdb => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/595] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:57 2026] GET /v2.0/security-groups?tenant_id=741bb920acb8423caffa0fbf6772d792&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/596] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:29:56 2026] PUT /v2.0/routers/220f4565-d5f8-45da-bcd2-c7ed425423e8/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/597] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:29:57 2026] DELETE /v2.0/subnets/e50a00bc-3ae2-4e12-b035-92322c2cb2af => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:29:57.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-feedec94-0e0c-4b0f-8365-bcd167da304b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 234f1876-65b4-4424-b457-0b42e1d1d321 2026-05-26 09:29:57.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feedec94-0e0c-4b0f-8365-bcd167da304b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 234f1876-65b4-4424-b457-0b42e1d1d321 [pid: 8|app: 0|req: 311/598] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:57 2026] DELETE /v2.0/security-groups/0bffaff1-7c39-4018-9036-6cf4c1c4d7c5 => 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: 288/599] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:29:57 2026] DELETE /v2.0/networks/8d7d9591-35dc-486e-9487-f1bac0e27dfc => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/600] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:29:57 2026] GET /v2.0/security-groups?tenant_id=336d4cbf3fe048f7850661d796fbe742&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/601] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:29:57 2026] DELETE /v2.0/security-groups/e7e4e316-a0b4-4dc0-b7fe-1b2c5d0ee865 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/602] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:29:58 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/603] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:29:58 2026] GET /v2.0/ports/ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 968 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:29:59.192 7 INFO neutron.services.segments.plugin [-] Segment e67bf978-0dd1-4403-b9f9-65e46646eba7 resource provider aggregate not found 2026-05-26 09:29:59.197 7 INFO neutron.services.segments.plugin [-] Segment e67bf978-0dd1-4403-b9f9-65e46646eba7 resource provider aggregate not found 2026-05-26 09:29:59.210 7 INFO neutron.services.segments.plugin [-] Segment e67bf978-0dd1-4403-b9f9-65e46646eba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e67bf978-0dd1-4403-b9f9-65e46646eba7 found for delete ", "request_id": "req-6254e375-03ec-4dc2-9b1a-031757895654"}]} 2026-05-26 09:29:59.217 7 INFO neutron.services.segments.plugin [-] Segment e67bf978-0dd1-4403-b9f9-65e46646eba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e67bf978-0dd1-4403-b9f9-65e46646eba7 found for delete ", "request_id": "req-92cd4e59-e365-43c8-a7f2-b9a8fd96c5ba"}]} [pid: 8|app: 0|req: 314/604] 199.204.45.65 () {34 vars in 999 bytes} [Tue May 26 09:29:59 2026] GET /v2.0/subnets?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 682 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/605] 199.204.45.65 () {34 vars in 1145 bytes} [Tue May 26 09:29:59 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5&device_owner=compute%3Anova&network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:00.089 8 INFO neutron.db.segments_db [None req-a8f8ca0e-c5cd-4c92-8673-e7e6f7856203 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment add90876-50de-4bb2-9b69-dc23243b7e67 of type vxlan for network 9d580e6c-3b04-4529-bb53-551b6b2d2999 [pid: 7|app: 0|req: 292/606] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:29:59 2026] PUT /v2.0/ports/ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 1145 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:30:00.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1be7c59-43c8-460e-b5a4-86429db9c63a'] response: {'name': 'network-changed', 'server_uuid': 'ef93a6b2-838b-40fa-b122-548836b4abc5', 'tag': 'ed05692d-ef43-41a4-bcca-2c8f7621c015', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 293/607] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/networks?id=e07c813f-e615-46b5-b876-ecf22a4b204e => generated 673 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/608] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/quotas/4576b470517f4b119992872b4b9a2e17 => 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: 295/609] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/ports?tenant_id=4576b470517f4b119992872b4b9a2e17&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/610] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/networks/e07c813f-e615-46b5-b876-ecf22a4b204e?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/611] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/networks/e07c813f-e615-46b5-b876-ecf22a4b204e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/612] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:29:59 2026] POST /v2.0/networks => generated 725 bytes in 921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/613] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 317/614] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1417 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/615] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/616] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:00 2026] POST /v2.0/subnets => generated 691 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/617] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:01.014 7 INFO neutron.db.segments_db [None req-1fdee8b8-4bb8-4303-abed-743b65894681 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 5e4573b5-992e-43c8-b89c-fdcd971ecba1 of type vxlan for network a38d5843-3088-4fe1-8bec-5160b1731d26 [pid: 8|app: 0|req: 320/618] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => 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: 321/619] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/620] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/621] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/622] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:01.344 7 INFO neutron.db.l3_hamode_db [None req-1fdee8b8-4bb8-4303-abed-743b65894681 8e0bb0c6456642d58d39c0d76ac97b86 37401489a34a4cf89044f39427f07ba7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 325/623] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1148 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/624] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&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: 327/625] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:01 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 328/626] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1417 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/627] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/628] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/629] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/630] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/631] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&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: 334/632] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 335/633] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:02.916 7 INFO neutron.db.l3_hamode_db [None req-1fdee8b8-4bb8-4303-abed-743b65894681 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 336/634] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:02 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/635] 199.204.45.65 () {34 vars in 1117 bytes} [Tue May 26 09:30:03 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1148 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/636] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:30:03 2026] PUT /v2.0/ports/ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 968 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:03.765 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74e19967-a7af-4e50-b49d-a701b920687e'] response: {'name': 'network-changed', 'server_uuid': 'ef93a6b2-838b-40fa-b122-548836b4abc5', 'tag': 'ed05692d-ef43-41a4-bcca-2c8f7621c015', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 299/637] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:00 2026] POST /v2.0/routers => generated 731 bytes in 3030 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: 300/638] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 301/639] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1240 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/640] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 778 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/641] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/642] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/643] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&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: 306/644] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?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: 307/645] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/646] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:04 2026] GET /v2.0/security-groups?tenant_id=258cdb35d3464a02a27fd0cd34cff1c8&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/647] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/648] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:05 2026] DELETE /v2.0/security-groups/3c00a130-6dd1-4acf-b197-378c9f1be630 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/649] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 312/650] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&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: 339/651] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:30:04 2026] PUT /v2.0/routers/518c7b77-813e-40a3-b25a-a632fda46f6c/add_router_interface => generated 309 bytes in 1551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/652] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/networks?id=e07c813f-e615-46b5-b876-ecf22a4b204e => generated 673 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/653] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/security-groups?tenant_id=8325a32296c641d18342156d8d913b7d&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/654] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/ports?tenant_id=f72978242cfa412cb33f75dff6fb279c&device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/655] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:05 2026] DELETE /v2.0/security-groups/240be795-dfd4-452f-8725-fb04a20664d4 => 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: 343/656] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/networks?id=1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/657] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/658] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:05 2026] GET /v2.0/subnets?id=987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 700 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/659] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/ports?network_id=1c7d96ca-8ed6-4113-b01e-13e644b093b3&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/660] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:30:05 2026] POST /v2.0/ports => generated 958 bytes in 540 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: 347/661] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/662] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/663] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:30:06 2026] POST /v2.0/security-groups => generated 1658 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/664] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/665] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:30:06 2026] PUT /v2.0/ports/69623cfa-af15-47ed-9f51-adcbd9285c35 => generated 1239 bytes in 573 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: 351/666] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 316/667] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/668] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&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: 7|app: 0|req: 318/669] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:06 2026] GET /v2.0/security-groups?id=793dba76-4f9b-467f-ac05-9667fc3dbf9d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:06.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e622f202-2cf3-4755-92a2-eb9a34be2321'] response: {'name': 'network-changed', 'server_uuid': 'bca3a0f3-09eb-4d83-beae-5987ae183bc9', 'tag': '69623cfa-af15-47ed-9f51-adcbd9285c35', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/670] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/671] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:30:06 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/672] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/ports?tenant_id=4576b470517f4b119992872b4b9a2e17&device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 320/673] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/674] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/networks?tenant_id=4576b470517f4b119992872b4b9a2e17&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/675] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:07.618 7 INFO neutron_taas.services.taas.taas_plugin [req-b451e327-79b9-4058-9a93-a9e19804be8d req-8192d3f0-ddd1-4e14-bbba-bae56c8176e3 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] TaaS: Handle Delete Port: ed05692d-ef43-41a4-bcca-2c8f7621c015 2026-05-26 09:30:07.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b451e327-79b9-4058-9a93-a9e19804be8d req-8192d3f0-ddd1-4e14-bbba-bae56c8176e3 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] Tap Mirror: Handle Delete Port: ed05692d-ef43-41a4-bcca-2c8f7621c015 2026-05-26 09:30:07.758 7 INFO neutron.db.l3_db [req-b451e327-79b9-4058-9a93-a9e19804be8d req-8192d3f0-ddd1-4e14-bbba-bae56c8176e3 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] Floating IP fc3bfecf-9b7a-4161-9891-8a535366f268 disassociated. External IP: 10.96.250.215, port: ed05692d-ef43-41a4-bcca-2c8f7621c015. [pid: 8|app: 0|req: 356/676] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/677] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--560068937&fields=id&tenant_id=37401489a34a4cf89044f39427f07ba7 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/678] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/679] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:30:07 2026] GET /v2.0/networks?id=9d580e6c-3b04-4529-bb53-551b6b2d2999 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/680] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 361/681] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/quotas/37401489a34a4cf89044f39427f07ba7 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/682] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:30:07 2026] DELETE /v2.0/ports/ed05692d-ef43-41a4-bcca-2c8f7621c015 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/683] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/ports?tenant_id=37401489a34a4cf89044f39427f07ba7&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/684] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999?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: 363/685] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/686] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 364/687] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/ports?tenant_id=4576b470517f4b119992872b4b9a2e17&device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/688] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=69623cfa-af15-47ed-9f51-adcbd9285c35 => 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: 365/689] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/subnets?id=4a29a91c-e59a-4819-bdff-d40b7228159d => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/690] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/ports?network_id=e07c813f-e615-46b5-b876-ecf22a4b204e&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: 8|app: 0|req: 366/691] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/networks/e07c813f-e615-46b5-b876-ecf22a4b204e?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: 326/692] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:08 2026] GET /v2.0/networks/e07c813f-e615-46b5-b876-ecf22a4b204e?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-05-26 09:30:08.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fa26da9-7a86-435e-90c9-1010490679c3'] response: {'server_uuid': 'ef93a6b2-838b-40fa-b122-548836b4abc5', 'name': 'network-vif-deleted', 'tag': 'ed05692d-ef43-41a4-bcca-2c8f7621c015', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 367/693] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:09 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/694] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:09 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 368/695] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:09 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&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: 7|app: 0|req: 328/696] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:09 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 330/699] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:10 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 370/700] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:10 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/701] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:10 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&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: 371/702] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:10 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 372/703] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:11 2026] GET /v2.0/ports?device_id=ef93a6b2-838b-40fa-b122-548836b4abc5 => 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: 332/704] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:11 2026] GET /v2.0/security-groups?tenant_id=4f24fa1419c0441f88e42008a193d831&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/705] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:11 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/706] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:11 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&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: 333/707] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:11 2026] DELETE /v2.0/security-groups/19fcdbf1-1c6b-4643-918e-692d1a85eea1 => 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: 375/708] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:11 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 376/709] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:12 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/710] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:12 2026] DELETE /v2.0/security-groups/793dba76-4f9b-467f-ac05-9667fc3dbf9d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:30:12.718 7 INFO neutron.api.v2.resource [None req-a791928c-d58c-4530-856e-8ee373eaf4e0 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 335/711] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:30:12 2026] GET /v2.0/security-groups/793dba76-4f9b-467f-ac05-9667fc3dbf9d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/712] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:12 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:12.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-4152c4bd-ccfc-4fc8-b469-c685d94d1d44 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] TaaS: Handle Delete Port: d57c9f61-f6f0-4fba-818e-fe1b6f85a83e 2026-05-26 09:30:12.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4152c4bd-ccfc-4fc8-b469-c685d94d1d44 7a97f9f96bdd4186a6e2fd34453ee136 f72978242cfa412cb33f75dff6fb279c - - default default] Tap Mirror: Handle Delete Port: d57c9f61-f6f0-4fba-818e-fe1b6f85a83e [pid: 8|app: 0|req: 378/713] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:12 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 336/714] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:30:12 2026] DELETE /v2.0/floatingips/fc3bfecf-9b7a-4161-9891-8a535366f268 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/715] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:13 2026] GET /v2.0/networks?id=9d580e6c-3b04-4529-bb53-551b6b2d2999 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:13.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa1c1cdf-2908-4fc3-bd14-c1704862497f 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: aae4ae58-e788-44d1-8509-d3b25a52c194 2026-05-26 09:30:13.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa1c1cdf-2908-4fc3-bd14-c1704862497f 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: aae4ae58-e788-44d1-8509-d3b25a52c194 2026-05-26 09:30:13.816 7 INFO neutron.db.segments_db [None req-be34206e-6d63-4eb8-8e7c-5b9e2823a1e4 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Added segment a65040ad-7786-4cd0-900a-62858e0f1859 of type vxlan for network c82794f8-395a-4184-ba70-822be1038863 [pid: 7|app: 0|req: 338/716] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:13 2026] POST /v2.0/networks => generated 631 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/717] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:30:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=37401489a34a4cf89044f39427f07ba7 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/718] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:13 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/719] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:14 2026] POST /v2.0/subnets => generated 627 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/720] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:30:13 2026] PUT /v2.0/routers/df5e8c4d-1d0a-48f2-aa2c-2b99163bf7a2/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/721] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:14 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 381/722] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:14 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:14.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f008c9e-be22-4b94-9574-b5ecec17539b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: c59de333-47b5-4d69-bc88-1417ff9bf7fb 2026-05-26 09:30:14.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f008c9e-be22-4b94-9574-b5ecec17539b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: c59de333-47b5-4d69-bc88-1417ff9bf7fb [pid: 7|app: 0|req: 342/723] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:30:14 2026] POST /v2.0/ports => generated 958 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:30:14.730 7 INFO neutron.db.segments_db [None req-c6e5ead0-8f47-4969-b929-6779fdfe8e91 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Added segment fe1483da-a1fe-466c-b9ae-3de3c27e432f of type vxlan for network b6fb25f0-d2cf-411f-bdfd-043de79aa4be 2026-05-26 09:30:14.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f008c9e-be22-4b94-9574-b5ecec17539b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 59df1b76-5825-49df-9b7c-a64a93622e76 2026-05-26 09:30:14.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f008c9e-be22-4b94-9574-b5ecec17539b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 59df1b76-5825-49df-9b7c-a64a93622e76 2026-05-26 09:30:14.983 7 INFO neutron.db.l3_hamode_db [None req-c6e5ead0-8f47-4969-b929-6779fdfe8e91 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:30:15.179 8 INFO neutron.services.segments.plugin [-] Segment 06dfa00b-a26c-42ae-9938-913d94cbb681 resource provider aggregate not found 2026-05-26 09:30:15.184 8 INFO neutron.services.segments.plugin [-] Segment 06dfa00b-a26c-42ae-9938-913d94cbb681 resource provider aggregate not found 2026-05-26 09:30:15.200 8 INFO neutron.services.segments.plugin [-] Segment 06dfa00b-a26c-42ae-9938-913d94cbb681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06dfa00b-a26c-42ae-9938-913d94cbb681 found for delete ", "request_id": "req-c4f09f93-68ab-433c-a116-f0d04078b9b4"}]} 2026-05-26 09:30:15.208 8 INFO neutron.services.segments.plugin [-] Segment 06dfa00b-a26c-42ae-9938-913d94cbb681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06dfa00b-a26c-42ae-9938-913d94cbb681 found for delete ", "request_id": "req-a745733a-0579-4ff3-bcb7-c10ddc7f7ee0"}]} 2026-05-26 09:30:15.212 8 INFO neutron.db.l3_hamode_db [None req-7f008c9e-be22-4b94-9574-b5ecec17539b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network a63a3b85-cf7d-4205-b766-51f185ec4f63 was deleted as no HA routers are present in tenant f72978242cfa412cb33f75dff6fb279c. [pid: 8|app: 0|req: 382/724] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:14 2026] DELETE /v2.0/routers/df5e8c4d-1d0a-48f2-aa2c-2b99163bf7a2 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/725] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:30:15 2026] PUT /v2.0/ports/878d414f-506c-4f23-b1a4-52059b16d8a0 => generated 1239 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:30:15.705 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed60495b-58d0-4071-8615-79854106d6ad'] response: {'name': 'network-changed', 'server_uuid': '5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e', 'tag': '878d414f-506c-4f23-b1a4-52059b16d8a0', 'status': 'completed', 'code': 200} 2026-05-26 09:30:15.810 7 INFO neutron.db.l3_hamode_db [None req-c6e5ead0-8f47-4969-b929-6779fdfe8e91 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 384/726] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:15 2026] DELETE /v2.0/subnets/987c5180-4727-41d7-9c5e-37324c3d3e2a => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/727] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:15 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/728] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:15 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:16.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bf8f313-daa6-4035-834f-836adb65efbd 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: d46e6cfc-459a-4b45-a641-c8fa7c7e539d 2026-05-26 09:30:16.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bf8f313-daa6-4035-834f-836adb65efbd 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: d46e6cfc-459a-4b45-a641-c8fa7c7e539d [pid: 8|app: 0|req: 387/729] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:15 2026] DELETE /v2.0/networks/1c7d96ca-8ed6-4113-b01e-13e644b093b3 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/730] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:16 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&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: 389/731] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:16 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&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: 390/732] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:16 2026] GET /v2.0/ports?tenant_id=37401489a34a4cf89044f39427f07ba7&device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/733] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:30:16 2026] GET /v2.0/networks?tenant_id=37401489a34a4cf89044f39427f07ba7&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/734] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:30:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/735] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:16 2026] GET /v2.0/security-groups?tenant_id=f72978242cfa412cb33f75dff6fb279c&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/736] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:16 2026] DELETE /v2.0/security-groups/1eb1cb87-5383-47bc-bcea-6af43836e562 => 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: 343/737] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:14 2026] POST /v2.0/routers => generated 695 bytes in 2136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:17.249 8 INFO neutron.services.segments.plugin [-] Segment 5534dd42-c319-435b-9840-1c08930d9f30 resource provider aggregate not found 2026-05-26 09:30:17.250 8 INFO neutron.services.segments.plugin [-] Segment 5534dd42-c319-435b-9840-1c08930d9f30 resource provider aggregate not found 2026-05-26 09:30:17.271 8 INFO neutron.services.segments.plugin [-] Segment 5534dd42-c319-435b-9840-1c08930d9f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5534dd42-c319-435b-9840-1c08930d9f30 found for delete ", "request_id": "req-e9f65328-96fa-4e71-8295-3c740d273e44"}]} 2026-05-26 09:30:17.274 8 INFO neutron.services.segments.plugin [-] Segment 5534dd42-c319-435b-9840-1c08930d9f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5534dd42-c319-435b-9840-1c08930d9f30 found for delete ", "request_id": "req-3b7cd121-a7c1-44e4-81cd-48c736fe3b81"}]} [pid: 7|app: 0|req: 344/738] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/739] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 346/740] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/741] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/security-groups?id=4a8f3321-82ce-429e-9c50-c51a227d53cf&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: 348/742] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/ports?tenant_id=37401489a34a4cf89044f39427f07ba7&device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/743] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=878d414f-506c-4f23-b1a4-52059b16d8a0 => 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: 350/744] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/subnets?id=afad1a9c-e798-43c3-9d36-c48378dd0a9a => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/745] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/ports?network_id=9d580e6c-3b04-4529-bb53-551b6b2d2999&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/746] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999?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: 353/747] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:17 2026] GET /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/748] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:30:18 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:18.271 7 INFO neutron_taas.services.taas.taas_plugin [req-40d7b892-b11a-436a-9876-42a8969b5b95 req-b4598340-7ef9-4bbd-a652-28e46fff9292 91a6c37aa6424670b3e01106e9b96eb8 4576b470517f4b119992872b4b9a2e17 - - default default] TaaS: Handle Delete Port: 69623cfa-af15-47ed-9f51-adcbd9285c35 2026-05-26 09:30:18.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40d7b892-b11a-436a-9876-42a8969b5b95 req-b4598340-7ef9-4bbd-a652-28e46fff9292 91a6c37aa6424670b3e01106e9b96eb8 4576b470517f4b119992872b4b9a2e17 - - default default] Tap Mirror: Handle Delete Port: 69623cfa-af15-47ed-9f51-adcbd9285c35 [pid: 8|app: 0|req: 395/749] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:30:16 2026] PUT /v2.0/routers/0c02a804-00d9-4ebf-a825-95d88f02f5cf/add_router_interface => generated 309 bytes in 1555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/750] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:30:18 2026] DELETE /v2.0/ports/69623cfa-af15-47ed-9f51-adcbd9285c35 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:18.481 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40b9e21e-f3e6-421e-8480-b4091dc578cd'] response: {'server_uuid': 'bca3a0f3-09eb-4d83-beae-5987ae183bc9', 'name': 'network-vif-deleted', 'tag': '69623cfa-af15-47ed-9f51-adcbd9285c35', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 356/751] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:18 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/752] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:18 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 358/753] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:18 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&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: 396/754] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:30:18 2026] POST /v2.0/ports => generated 955 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/755] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:30:18 2026] POST /v2.0/ports => generated 958 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 360/756] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:19 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 361/757] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:19 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/758] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:19 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:20.063 8 INFO neutron.db.l3_db [None req-86474b4e-fc96-4dc5-b3f3-6bd6453b8e8b 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Floating IP e6916ae0-c131-4186-8961-a56d27ae5d23 associated. External IP: 10.96.250.219, port: 0a61afe4-3013-4915-a922-f8c2e9f670ae. [pid: 8|app: 0|req: 397/759] 10.0.0.130 () {34 vars in 677 bytes} [Tue May 26 09:30:19 2026] POST /v2.0/floatingips => generated 842 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:20.555 7 INFO neutron.db.l3_db [None req-400678d3-0f0b-445c-a903-e363dc2782f6 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Floating IP e6916ae0-c131-4186-8961-a56d27ae5d23 disassociated. External IP: 10.96.250.219, port: 0a61afe4-3013-4915-a922-f8c2e9f670ae. [pid: 8|app: 0|req: 398/760] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:20 2026] GET /v2.0/ports?device_id=bca3a0f3-09eb-4d83-beae-5987ae183bc9 => 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: 363/761] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:30:20 2026] PUT /v2.0/floatingips/e6916ae0-c131-4186-8961-a56d27ae5d23 => generated 552 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/762] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:20 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 365/763] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:20 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:21.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c8492fa-b742-49f1-901a-a04f5753b497 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: 88cf4ca1-8f06-4b99-a8df-1b3511598b53 2026-05-26 09:30:21.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c8492fa-b742-49f1-901a-a04f5753b497 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: 88cf4ca1-8f06-4b99-a8df-1b3511598b53 [pid: 8|app: 0|req: 399/764] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:30:20 2026] DELETE /v2.0/floatingips/e6916ae0-c131-4186-8961-a56d27ae5d23 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/765] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:21 2026] GET /v2.0/security-groups?tenant_id=bd6d76f5adc1465aaf066d872c3ff02f&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/766] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:21 2026] DELETE /v2.0/security-groups/1ae45954-a513-40eb-baad-201ce715438b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/767] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:21 2026] GET /v2.0/security-groups?tenant_id=055d28e130e743669f69bc84a21b0516&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/768] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:21 2026] DELETE /v2.0/security-groups/f3a8fab6-abce-4dcf-9709-17a0973d0cd1 => 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: 370/769] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:22 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:22.151 8 INFO neutron.db.l3_db [None req-618edf34-444a-4db2-b395-632bc481e98f 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Floating IP 8416d314-4a81-489d-8167-a7e85663558f associated. External IP: 10.96.250.205, port: 599e945a-2da1-40dc-ad2f-ece07121895b. [pid: 7|app: 0|req: 371/770] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:22 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/771] 10.0.0.130 () {34 vars in 677 bytes} [Tue May 26 09:30:21 2026] POST /v2.0/floatingips => generated 842 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/772] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:30:22 2026] GET /v2.0/floatingips/8416d314-4a81-489d-8167-a7e85663558f => generated 842 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/773] 10.0.0.130 () {32 vars in 655 bytes} [Tue May 26 09:30:22 2026] GET /v2.0/floatingips => generated 845 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:23.138 7 INFO neutron.db.l3_db [None req-652327c6-957f-477c-95fc-2b78f9552d4b 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Floating IP 8416d314-4a81-489d-8167-a7e85663558f associated. External IP: 10.96.250.205, port: 599e945a-2da1-40dc-ad2f-ece07121895b. 2026-05-26 09:30:23.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-1decc210-130b-4226-9751-d82e2aebfe9b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 41390d5f-f255-4f78-8716-aacad4c067f2 2026-05-26 09:30:23.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1decc210-130b-4226-9751-d82e2aebfe9b 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 41390d5f-f255-4f78-8716-aacad4c067f2 [pid: 7|app: 0|req: 373/774] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:30:22 2026] PUT /v2.0/floatingips/8416d314-4a81-489d-8167-a7e85663558f => generated 842 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/775] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:23 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:24.030 7 INFO neutron.db.l3_db [None req-2604d23e-169d-4d8d-85b2-2561f47db79f 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Floating IP 8416d314-4a81-489d-8167-a7e85663558f disassociated. External IP: 10.96.250.205, port: 0a61afe4-3013-4915-a922-f8c2e9f670ae. [pid: 8|app: 0|req: 402/776] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:30:23 2026] PUT /v2.0/routers/220f4565-d5f8-45da-bcd2-c7ed425423e8/remove_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/777] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:30:23 2026] PUT /v2.0/floatingips/8416d314-4a81-489d-8167-a7e85663558f => generated 552 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/778] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:24 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:24.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-f049f7f7-7630-4d8b-92dc-17bcee569813 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: c8aa65a3-2837-4334-bd3e-85ea344afc2b 2026-05-26 09:30:24.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f049f7f7-7630-4d8b-92dc-17bcee569813 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: c8aa65a3-2837-4334-bd3e-85ea344afc2b 2026-05-26 09:30:24.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-70600a1b-f4f8-4179-bf9f-f03e295b2dd1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: db53ff12-845c-416e-8a87-d29abbf40d36 2026-05-26 09:30:24.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70600a1b-f4f8-4179-bf9f-f03e295b2dd1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: db53ff12-845c-416e-8a87-d29abbf40d36 [pid: 8|app: 0|req: 404/779] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:30:24 2026] DELETE /v2.0/floatingips/8416d314-4a81-489d-8167-a7e85663558f => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/780] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:24 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:24.802 8 INFO neutron.api.v2.resource [None req-f15b304e-e432-4994-a526-9c8112d242aa 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 406/781] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:30:24 2026] DELETE /v2.0/floatingips/8416d314-4a81-489d-8167-a7e85663558f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:30:24.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-70600a1b-f4f8-4179-bf9f-f03e295b2dd1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 21b382e4-73cf-41ef-9f61-843003bad159 2026-05-26 09:30:24.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70600a1b-f4f8-4179-bf9f-f03e295b2dd1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 21b382e4-73cf-41ef-9f61-843003bad159 2026-05-26 09:30:25.137 8 INFO neutron.db.l3_db [None req-08b656e6-2ff0-4cda-8f9a-9a3827fae128 d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] Floating IP 5647a08f-3983-4213-a250-a5a0d948adab associated. External IP: 10.96.250.210, port: 878d414f-506c-4f23-b1a4-52059b16d8a0. 2026-05-26 09:30:25.429 7 INFO neutron.services.segments.plugin [-] Segment 5b37e58e-684b-4317-b10f-56cc8fde0121 resource provider aggregate not found 2026-05-26 09:30:25.433 7 INFO neutron.services.segments.plugin [-] Segment 5b37e58e-684b-4317-b10f-56cc8fde0121 resource provider aggregate not found 2026-05-26 09:30:25.458 7 INFO neutron.services.segments.plugin [-] Segment 5b37e58e-684b-4317-b10f-56cc8fde0121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b37e58e-684b-4317-b10f-56cc8fde0121 found for delete ", "request_id": "req-89fd0666-0e44-4e10-940f-7d5125140e3a"}]} 2026-05-26 09:30:25.459 7 INFO neutron.services.segments.plugin [-] Segment 5b37e58e-684b-4317-b10f-56cc8fde0121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b37e58e-684b-4317-b10f-56cc8fde0121 found for delete ", "request_id": "req-6f3265c4-2056-4595-9d5e-a48c9c963d5f"}]} 2026-05-26 09:30:25.472 7 INFO neutron.db.l3_hamode_db [None req-70600a1b-f4f8-4179-bf9f-f03e295b2dd1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network 9f6b6700-76b1-402a-b8c5-4612eab9423d was deleted as no HA routers are present in tenant 4576b470517f4b119992872b4b9a2e17. [pid: 7|app: 0|req: 376/782] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:24 2026] DELETE /v2.0/routers/220f4565-d5f8-45da-bcd2-c7ed425423e8 => generated 0 bytes in 1098 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/783] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:30:24 2026] PUT /v2.0/floatingips/5647a08f-3983-4213-a250-a5a0d948adab => generated 856 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:25.614 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c86bed61-b5bc-4376-bb32-32cda77fa66e'] response: {'name': 'network-changed', 'server_uuid': '5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e', 'tag': '878d414f-506c-4f23-b1a4-52059b16d8a0', 'status': 'completed', 'code': 200} 2026-05-26 09:30:25.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-2da54980-fc2e-46fa-85c1-53b5106c1fce 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: 0a61afe4-3013-4915-a922-f8c2e9f670ae 2026-05-26 09:30:25.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2da54980-fc2e-46fa-85c1-53b5106c1fce 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: 0a61afe4-3013-4915-a922-f8c2e9f670ae [pid: 8|app: 0|req: 410/786] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:25 2026] DELETE /v2.0/subnets/4a29a91c-e59a-4819-bdff-d40b7228159d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/787] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:25 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/788] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:30:25 2026] DELETE /v2.0/ports/0a61afe4-3013-4915-a922-f8c2e9f670ae => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/789] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:25 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:25.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-754eafee-574a-460a-a58e-1f34af1e577d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 9f962d2e-df5b-4c79-9d18-206f8c94116a 2026-05-26 09:30:25.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754eafee-574a-460a-a58e-1f34af1e577d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 9f962d2e-df5b-4c79-9d18-206f8c94116a 2026-05-26 09:30:25.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccf2cb43-eb98-410c-adb4-c3e96b9f8571 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: 599e945a-2da1-40dc-ad2f-ece07121895b 2026-05-26 09:30:25.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccf2cb43-eb98-410c-adb4-c3e96b9f8571 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: 599e945a-2da1-40dc-ad2f-ece07121895b 2026-05-26 09:30:26.098 8 INFO neutron.services.segments.plugin [-] Segment 456ec9ba-5e9c-45df-b152-a02938fc360e resource provider aggregate not found 2026-05-26 09:30:26.108 8 INFO neutron.services.segments.plugin [-] Segment 456ec9ba-5e9c-45df-b152-a02938fc360e resource provider aggregate not found 2026-05-26 09:30:26.125 8 INFO neutron.services.segments.plugin [-] Segment 456ec9ba-5e9c-45df-b152-a02938fc360e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 456ec9ba-5e9c-45df-b152-a02938fc360e found for delete ", "request_id": "req-f0b26802-70c8-4c85-bf5a-84d47472b92d"}]} 2026-05-26 09:30:26.133 8 INFO neutron.services.segments.plugin [-] Segment 456ec9ba-5e9c-45df-b152-a02938fc360e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 456ec9ba-5e9c-45df-b152-a02938fc360e found for delete ", "request_id": "req-652182be-2d55-44ad-8d1e-020365866b1b"}]} [pid: 8|app: 0|req: 412/790] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:25 2026] DELETE /v2.0/networks/e07c813f-e615-46b5-b876-ecf22a4b204e => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/791] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:30:25 2026] DELETE /v2.0/ports/599e945a-2da1-40dc-ad2f-ece07121895b => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/792] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/793] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/ports?tenant_id=37401489a34a4cf89044f39427f07ba7&device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/794] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/795] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/networks?id=9d580e6c-3b04-4529-bb53-551b6b2d2999 => generated 772 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/796] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/ports?device_id=0c02a804-00d9-4ebf-a825-95d88f02f5cf => generated 958 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/797] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=878d414f-506c-4f23-b1a4-52059b16d8a0 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/798] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/subnets?id=afad1a9c-e798-43c3-9d36-c48378dd0a9a => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/799] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/ports?network_id=9d580e6c-3b04-4529-bb53-551b6b2d2999&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/800] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999?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: 387/801] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/security-groups?tenant_id=4576b470517f4b119992872b4b9a2e17&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: 388/802] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:26 2026] GET /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999?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: 389/803] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:26 2026] DELETE /v2.0/security-groups/4a8f3321-82ce-429e-9c50-c51a227d53cf => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:30:26.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-b66a2390-8591-47bb-a24f-64de81147b14 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: 0f4a042a-4bbe-41e7-87b2-500d0226b954 2026-05-26 09:30:26.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b66a2390-8591-47bb-a24f-64de81147b14 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: 0f4a042a-4bbe-41e7-87b2-500d0226b954 [pid: 8|app: 0|req: 415/804] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:30:26 2026] PUT /v2.0/routers/0c02a804-00d9-4ebf-a825-95d88f02f5cf/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/805] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:27 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:27.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-197c73b0-f697-4bd0-a2e9-92830aca5dc5 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: 99339890-8c47-4565-9ad5-c2d750cd8653 2026-05-26 09:30:27.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-197c73b0-f697-4bd0-a2e9-92830aca5dc5 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: 99339890-8c47-4565-9ad5-c2d750cd8653 [pid: 8|app: 0|req: 417/806] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:27 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:27.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-197c73b0-f697-4bd0-a2e9-92830aca5dc5 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] TaaS: Handle Delete Port: 34b2a013-a6c8-4153-8679-53ad3e011812 2026-05-26 09:30:27.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-197c73b0-f697-4bd0-a2e9-92830aca5dc5 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] Tap Mirror: Handle Delete Port: 34b2a013-a6c8-4153-8679-53ad3e011812 2026-05-26 09:30:28.027 7 INFO neutron.services.segments.plugin [-] Segment fe1483da-a1fe-466c-b9ae-3de3c27e432f resource provider aggregate not found 2026-05-26 09:30:28.031 7 INFO neutron.services.segments.plugin [-] Segment fe1483da-a1fe-466c-b9ae-3de3c27e432f resource provider aggregate not found 2026-05-26 09:30:28.052 7 INFO neutron.services.segments.plugin [-] Segment fe1483da-a1fe-466c-b9ae-3de3c27e432f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe1483da-a1fe-466c-b9ae-3de3c27e432f found for delete ", "request_id": "req-77e21001-0977-447f-af0b-e1a77ae0a1b5"}]} 2026-05-26 09:30:28.054 7 INFO neutron.services.segments.plugin [-] Segment fe1483da-a1fe-466c-b9ae-3de3c27e432f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe1483da-a1fe-466c-b9ae-3de3c27e432f found for delete ", "request_id": "req-98f7ca86-13b1-4982-a94f-a8203b116d08"}]} 2026-05-26 09:30:28.079 7 INFO neutron.db.l3_hamode_db [None req-197c73b0-f697-4bd0-a2e9-92830aca5dc5 1b7de5904f4a47ab8436ed53e6813d93 0de9b3e33d89443fa034bb85718fe490 - - default default] HA network b6fb25f0-d2cf-411f-bdfd-043de79aa4be was deleted as no HA routers are present in tenant 0de9b3e33d89443fa034bb85718fe490. [pid: 7|app: 0|req: 390/807] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:27 2026] DELETE /v2.0/routers/0c02a804-00d9-4ebf-a825-95d88f02f5cf => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/808] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:28 2026] DELETE /v2.0/subnets/3e39002e-0758-4ce5-8b9a-955a2d7a7511 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/809] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:28 2026] DELETE /v2.0/networks/c82794f8-395a-4184-ba70-822be1038863 => 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: 419/810] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:28 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/811] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:28 2026] GET /v2.0/security-groups?id=fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f&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: 420/812] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:30:28 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:28.770 7 INFO neutron_taas.services.taas.taas_plugin [req-34caf9f2-9b02-4f57-9657-52a656c2c174 req-29a758c0-6f21-4b07-b675-9e7fce59eca0 d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] TaaS: Handle Delete Port: 878d414f-506c-4f23-b1a4-52059b16d8a0 2026-05-26 09:30:28.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-34caf9f2-9b02-4f57-9657-52a656c2c174 req-29a758c0-6f21-4b07-b675-9e7fce59eca0 d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] Tap Mirror: Handle Delete Port: 878d414f-506c-4f23-b1a4-52059b16d8a0 2026-05-26 09:30:28.912 7 INFO neutron.db.l3_db [req-34caf9f2-9b02-4f57-9657-52a656c2c174 req-29a758c0-6f21-4b07-b675-9e7fce59eca0 d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] Floating IP 5647a08f-3983-4213-a250-a5a0d948adab disassociated. External IP: 10.96.250.210, port: 878d414f-506c-4f23-b1a4-52059b16d8a0. [pid: 8|app: 0|req: 421/813] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:28 2026] GET /v2.0/security-groups?tenant_id=53f3af9cf0c441a5b4db6e170dff982d&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/814] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:29 2026] GET /v2.0/security-groups?tenant_id=0de9b3e33d89443fa034bb85718fe490&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/815] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:29 2026] DELETE /v2.0/security-groups/e3d74e6f-c837-4f55-ac3b-23c41d5b771b => 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: 393/816] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:30:28 2026] DELETE /v2.0/ports/878d414f-506c-4f23-b1a4-52059b16d8a0 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:29.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32e79c51-a85a-4bc0-941f-bb606c2a4b17'] response: {'server_uuid': '5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e', 'name': 'network-vif-deleted', 'tag': '878d414f-506c-4f23-b1a4-52059b16d8a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 424/817] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:29 2026] DELETE /v2.0/security-groups/4b47b5c8-922d-4f04-a643-872a04c5c6ae => 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: 394/818] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:29 2026] GET /v2.0/security-groups?tenant_id=19bd389bed6d45869d6694dc7b1543df&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/819] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:29 2026] DELETE /v2.0/security-groups/20dd4d29-b377-44af-becc-ccf179b7fa35 => 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: 395/820] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:29 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:30.072 7 INFO neutron.services.segments.plugin [-] Segment a65040ad-7786-4cd0-900a-62858e0f1859 resource provider aggregate not found 2026-05-26 09:30:30.077 7 INFO neutron.services.segments.plugin [-] Segment a65040ad-7786-4cd0-900a-62858e0f1859 resource provider aggregate not found 2026-05-26 09:30:30.092 7 INFO neutron.services.segments.plugin [-] Segment a65040ad-7786-4cd0-900a-62858e0f1859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65040ad-7786-4cd0-900a-62858e0f1859 found for delete ", "request_id": "req-30020128-9f94-4767-99e2-b8c1404e3308"}]} 2026-05-26 09:30:30.100 7 INFO neutron.services.segments.plugin [-] Segment a65040ad-7786-4cd0-900a-62858e0f1859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65040ad-7786-4cd0-900a-62858e0f1859 found for delete ", "request_id": "req-e820750c-8673-46cc-8fe6-a4668cf1e0ed"}]} [pid: 8|app: 0|req: 426/821] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:30 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:31.533 7 INFO neutron.db.segments_db [None req-59f8b5b6-98e5-4a27-9bed-3f6b678f3a32 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] Added segment ede4f061-25ef-40ea-a0ba-2a165622c870 of type vxlan for network a7f19866-5ed2-4366-8f3f-92e13d0b019d [pid: 7|app: 0|req: 396/822] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:31 2026] POST /v2.0/networks => generated 629 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/823] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:31 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => 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: 397/824] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:32 2026] POST /v2.0/subnets => generated 673 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:32.464 8 INFO neutron.db.segments_db [None req-11e3589d-9251-4752-b304-430bcc19ad67 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] Added segment ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 of type vxlan for network 63ea8ae2-f739-4ad5-b965-7d0fefb72e95 [pid: 8|app: 0|req: 428/825] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:32 2026] POST /v2.0/networks => generated 628 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/826] 10.0.0.130 () {34 vars in 743 bytes} [Tue May 26 09:30:32 2026] PUT /v2.0/networks/63ea8ae2-f739-4ad5-b965-7d0fefb72e95 => generated 592 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/827] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:32 2026] POST /v2.0/subnets => generated 646 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/828] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:32 2026] GET /v2.0/ports?device_id=5c8c7ecd-bc7e-4d6e-84c0-7e274f62ca3e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/829] 10.0.0.130 () {34 vars in 741 bytes} [Tue May 26 09:30:33 2026] PUT /v2.0/subnets/414b5781-78b7-46eb-a323-5618d45cb05d => generated 656 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:33.449 7 INFO neutron.services.segments.plugin [-] Segment ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 resource provider aggregate not found 2026-05-26 09:30:33.454 7 INFO neutron.services.segments.plugin [-] Segment ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 resource provider aggregate not found 2026-05-26 09:30:33.481 7 INFO neutron.services.segments.plugin [-] Segment ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 found for delete ", "request_id": "req-3d57070d-c721-481d-a1e2-e7adc3517ce9"}]} 2026-05-26 09:30:33.486 7 INFO neutron.services.segments.plugin [-] Segment ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec4a0a90-4a4e-4a7f-a9a6-407fc9861206 found for delete ", "request_id": "req-7d896ef2-bb1b-4aba-917b-6459bb7ca86a"}]} [pid: 7|app: 0|req: 400/830] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:33 2026] DELETE /v2.0/networks/63ea8ae2-f739-4ad5-b965-7d0fefb72e95 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:33.517 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7893f6df-cda9-4298-a3ac-8813337f5b1a 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 431/831] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:33 2026] DELETE /v2.0/networks/63ea8ae2-f739-4ad5-b965-7d0fefb72e95 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/832] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/833] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/subnets?network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/834] 10.0.0.130 () {32 vars in 653 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/835] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/networks => generated 1313 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/836] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/subnets => generated 1312 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/837] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/networks/a7f19866-5ed2-4366-8f3f-92e13d0b019d => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/838] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:30:33 2026] GET /v2.0/subnets/ff18a982-2eff-47f8-97fb-30449fd05841 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:33.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-321c0ede-7e5a-4098-ba6a-5fd0385f0aca 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 435/839] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:33 2026] DELETE /v2.0/subnets/414b5781-78b7-46eb-a323-5618d45cb05d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:30:33.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7512236c-25d9-4b63-b88f-6c6724c71ebd 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/840] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:33 2026] DELETE /v2.0/networks/63ea8ae2-f739-4ad5-b965-7d0fefb72e95 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/841] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:33 2026] DELETE /v2.0/subnets/ff18a982-2eff-47f8-97fb-30449fd05841 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:34.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-f91ba25f-fa57-431c-a6c5-1cc580fcbc31 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] TaaS: Handle Delete Port: cfd7bce5-5125-436e-866a-26855046f567 2026-05-26 09:30:34.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f91ba25f-fa57-431c-a6c5-1cc580fcbc31 7481f6fb97a44c6eb49c1b913129f188 f8a4512dbd5648f583972dd1b3cb32db - - default default] Tap Mirror: Handle Delete Port: cfd7bce5-5125-436e-866a-26855046f567 [pid: 8|app: 0|req: 437/842] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:34 2026] DELETE /v2.0/security-groups/fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:30:34.286 8 INFO neutron.api.v2.resource [None req-c85d9877-ff10-4ce1-b6fe-1d2839e92c4f d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/843] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:30:34 2026] GET /v2.0/security-groups/fae1cc98-3cc1-4d6f-8cdf-109a5a0ac93f => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/844] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:34 2026] DELETE /v2.0/networks/a7f19866-5ed2-4366-8f3f-92e13d0b019d => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:34.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-eac8704f-2cf6-4924-9147-19a66f487029 d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] TaaS: Handle Delete Port: 82934f58-fbfa-4f70-bd09-3cfcc0a143e0 2026-05-26 09:30:34.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eac8704f-2cf6-4924-9147-19a66f487029 d00c6831bf484151a98b56abcfe064f1 37401489a34a4cf89044f39427f07ba7 - - default default] Tap Mirror: Handle Delete Port: 82934f58-fbfa-4f70-bd09-3cfcc0a143e0 [pid: 8|app: 0|req: 439/845] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:30:34 2026] DELETE /v2.0/floatingips/5647a08f-3983-4213-a250-a5a0d948adab => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/846] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:34 2026] GET /v2.0/security-groups?tenant_id=3cdcec9c3cfc4f32ab34cfddb58eaa17&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/847] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:34 2026] GET /v2.0/security-groups?tenant_id=f8a4512dbd5648f583972dd1b3cb32db&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/848] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:35 2026] DELETE /v2.0/security-groups/b00977db-61e5-4500-830b-6f3d654c2461 => 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: 410/849] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:35 2026] DELETE /v2.0/security-groups/e89defb9-ffef-434f-930c-97c0fc0aa15c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/850] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:35 2026] GET /v2.0/security-groups?tenant_id=54be583dc5c242bc8e6cc62336c5e7a1&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:30:35.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-f356d244-07ff-4b33-ae15-f14e4e3f4429 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: f6f41f18-6c73-4073-be5e-5bb5f7ba8c28 2026-05-26 09:30:35.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f356d244-07ff-4b33-ae15-f14e4e3f4429 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: f6f41f18-6c73-4073-be5e-5bb5f7ba8c28 2026-05-26 09:30:35.508 7 INFO neutron.services.segments.plugin [-] Segment ede4f061-25ef-40ea-a0ba-2a165622c870 resource provider aggregate not found 2026-05-26 09:30:35.517 7 INFO neutron.services.segments.plugin [-] Segment ede4f061-25ef-40ea-a0ba-2a165622c870 resource provider aggregate not found 2026-05-26 09:30:35.541 7 INFO neutron.services.segments.plugin [-] Segment ede4f061-25ef-40ea-a0ba-2a165622c870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede4f061-25ef-40ea-a0ba-2a165622c870 found for delete ", "request_id": "req-d5857dfd-1def-4c6e-b1b1-e031928115e7"}]} 2026-05-26 09:30:35.542 7 INFO neutron.services.segments.plugin [-] Segment ede4f061-25ef-40ea-a0ba-2a165622c870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede4f061-25ef-40ea-a0ba-2a165622c870 found for delete ", "request_id": "req-e6ace9ec-d81c-4a45-a488-b454295c7480"}]} [pid: 7|app: 0|req: 412/851] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:35 2026] DELETE /v2.0/security-groups/8d7c1ce0-601c-413a-a447-f17bf4861159 => 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: 440/852] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:30:34 2026] PUT /v2.0/routers/518c7b77-813e-40a3-b25a-a632fda46f6c/remove_router_interface => generated 309 bytes in 1439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:36.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd53e215-c9f4-44e7-a044-64b137d853bf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: f6ad4762-eb0b-46a2-9a13-5ec21c18738b 2026-05-26 09:30:36.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd53e215-c9f4-44e7-a044-64b137d853bf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: f6ad4762-eb0b-46a2-9a13-5ec21c18738b 2026-05-26 09:30:36.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd53e215-c9f4-44e7-a044-64b137d853bf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: ee4e4dba-1012-480b-a0ce-07478327821c 2026-05-26 09:30:36.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd53e215-c9f4-44e7-a044-64b137d853bf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: ee4e4dba-1012-480b-a0ce-07478327821c 2026-05-26 09:30:36.947 7 INFO neutron.db.l3_hamode_db [None req-cd53e215-c9f4-44e7-a044-64b137d853bf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network a38d5843-3088-4fe1-8bec-5160b1731d26 was deleted as no HA routers are present in tenant 37401489a34a4cf89044f39427f07ba7. [pid: 7|app: 0|req: 413/853] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:36 2026] DELETE /v2.0/routers/518c7b77-813e-40a3-b25a-a632fda46f6c => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/854] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:36 2026] DELETE /v2.0/subnets/afad1a9c-e798-43c3-9d36-c48378dd0a9a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:37.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-3061d9ed-eb9b-4fce-9d53-b268e7867b00 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 6c9d2ade-3d32-4141-8389-c2fa3966e79d 2026-05-26 09:30:37.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3061d9ed-eb9b-4fce-9d53-b268e7867b00 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 6c9d2ade-3d32-4141-8389-c2fa3966e79d [pid: 7|app: 0|req: 414/855] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:37 2026] GET /v2.0/security-groups?tenant_id=e46aeb94fc1c437a9c26a951f609b5d3&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:30:37.462 8 INFO neutron.services.segments.plugin [-] Segment add90876-50de-4bb2-9b69-dc23243b7e67 resource provider aggregate not found 2026-05-26 09:30:37.468 8 INFO neutron.services.segments.plugin [-] Segment add90876-50de-4bb2-9b69-dc23243b7e67 resource provider aggregate not found 2026-05-26 09:30:37.491 8 INFO neutron.services.segments.plugin [-] Segment add90876-50de-4bb2-9b69-dc23243b7e67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add90876-50de-4bb2-9b69-dc23243b7e67 found for delete ", "request_id": "req-a47c7989-efd2-437e-a485-501099869e98"}]} 2026-05-26 09:30:37.491 8 INFO neutron.services.segments.plugin [-] Segment add90876-50de-4bb2-9b69-dc23243b7e67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add90876-50de-4bb2-9b69-dc23243b7e67 found for delete ", "request_id": "req-2cf8be07-35d0-45e3-864f-7e66f82ed66f"}]} [pid: 8|app: 0|req: 442/856] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:37 2026] DELETE /v2.0/networks/9d580e6c-3b04-4529-bb53-551b6b2d2999 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:37.568 7 INFO neutron.services.segments.plugin [-] Segment 5e4573b5-992e-43c8-b89c-fdcd971ecba1 resource provider aggregate not found 2026-05-26 09:30:37.575 7 INFO neutron.services.segments.plugin [-] Segment 5e4573b5-992e-43c8-b89c-fdcd971ecba1 resource provider aggregate not found 2026-05-26 09:30:37.585 7 INFO neutron.services.segments.plugin [-] Segment 5e4573b5-992e-43c8-b89c-fdcd971ecba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e4573b5-992e-43c8-b89c-fdcd971ecba1 found for delete ", "request_id": "req-3983aa95-3ef5-491b-9b4e-88000f741a9d"}]} [pid: 8|app: 0|req: 443/857] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:37 2026] DELETE /v2.0/security-groups/3e5f66b3-8459-473e-803d-7b5366fe8594 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:30:37.604 7 INFO neutron.services.segments.plugin [-] Segment 5e4573b5-992e-43c8-b89c-fdcd971ecba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e4573b5-992e-43c8-b89c-fdcd971ecba1 found for delete ", "request_id": "req-693e5470-fec7-4877-a879-80cc283d1823"}]} 2026-05-26 09:30:37.615 7 INFO neutron.db.segments_db [None req-49f52184-9603-4ec4-8337-b6b066827a63 4a347524431b40e9a7b29799d07d20b3 2bdd42525d36457287fdb52cfe212495 - - default default] Added segment 484c33ac-366c-478c-ba2a-e19373d89865 of type vxlan for network dfa07b54-d195-49ca-afa2-21b5441d16e9 [pid: 7|app: 0|req: 415/858] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:37 2026] POST /v2.0/networks => generated 624 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/859] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:37 2026] GET /v2.0/security-groups?tenant_id=37401489a34a4cf89044f39427f07ba7&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/860] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:37 2026] DELETE /v2.0/security-groups/e457cb77-defd-4439-a220-4603bdd656fb => 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: 445/861] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:37 2026] POST /v2.0/subnets => generated 641 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:38.128 7 INFO neutron.db.segments_db [None req-cbda85da-900a-40b4-9664-4e3869a1f2f4 4a347524431b40e9a7b29799d07d20b3 2bdd42525d36457287fdb52cfe212495 - - default default] Added segment 7b08f872-7241-4553-876e-dcf9b998d895 of type vxlan for network 1aed1304-f197-46dc-8261-44520a508ba2 [pid: 7|app: 0|req: 417/862] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:38 2026] POST /v2.0/networks => generated 625 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/863] 10.0.0.130 () {34 vars in 743 bytes} [Tue May 26 09:30:38 2026] PUT /v2.0/networks/1aed1304-f197-46dc-8261-44520a508ba2 => generated 592 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/864] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:38 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/865] 10.0.0.130 () {34 vars in 741 bytes} [Tue May 26 09:30:38 2026] PUT /v2.0/subnets/bbee4fed-a0c7-4f99-aa32-342c2615e7c3 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/866] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:38 2026] DELETE /v2.0/networks/1aed1304-f197-46dc-8261-44520a508ba2 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:38.920 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79804017-ac09-4a35-a98c-d970ceda4582 4a347524431b40e9a7b29799d07d20b3 2bdd42525d36457287fdb52cfe212495 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 448/867] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:38 2026] DELETE /v2.0/networks/1aed1304-f197-46dc-8261-44520a508ba2 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/868] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:30:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/869] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:30:39 2026] GET /v2.0/subnets?network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/870] 10.0.0.130 () {32 vars in 653 bytes} [Tue May 26 09:30:39 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/871] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:30:39 2026] GET /v2.0/networks => generated 1308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/872] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:30:39 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/873] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:30:39 2026] GET /v2.0/networks/dfa07b54-d195-49ca-afa2-21b5441d16e9 => generated 668 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/874] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:30:39 2026] GET /v2.0/subnets/1b074525-b530-4fd8-a45f-2183e78d356e => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:39.281 8 INFO neutron.pecan_wsgi.hooks.translation [None req-301b9918-4a34-48af-a775-8ea7d7d870ae 4a347524431b40e9a7b29799d07d20b3 2bdd42525d36457287fdb52cfe212495 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 452/875] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:39 2026] DELETE /v2.0/subnets/bbee4fed-a0c7-4f99-aa32-342c2615e7c3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:30:39.304 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48811e2b-7089-406f-b358-e48c070735f0 4a347524431b40e9a7b29799d07d20b3 2bdd42525d36457287fdb52cfe212495 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 424/876] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:39 2026] DELETE /v2.0/networks/1aed1304-f197-46dc-8261-44520a508ba2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/877] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:39 2026] DELETE /v2.0/subnets/1b074525-b530-4fd8-a45f-2183e78d356e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/878] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:39 2026] DELETE /v2.0/networks/dfa07b54-d195-49ca-afa2-21b5441d16e9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:30:39.615 7 INFO neutron.services.segments.plugin [-] Segment 7b08f872-7241-4553-876e-dcf9b998d895 resource provider aggregate not found 2026-05-26 09:30:39.632 7 INFO neutron.services.segments.plugin [-] Segment 7b08f872-7241-4553-876e-dcf9b998d895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b08f872-7241-4553-876e-dcf9b998d895 found for delete ", "request_id": "req-9b97a013-cefc-4820-8f5f-05c6725a8ef9"}]} 2026-05-26 09:30:39.637 7 INFO neutron.services.segments.plugin [-] Segment 7b08f872-7241-4553-876e-dcf9b998d895 resource provider aggregate not found 2026-05-26 09:30:39.653 7 INFO neutron.services.segments.plugin [-] Segment 484c33ac-366c-478c-ba2a-e19373d89865 resource provider aggregate not found 2026-05-26 09:30:39.660 7 INFO neutron.services.segments.plugin [-] Segment 7b08f872-7241-4553-876e-dcf9b998d895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b08f872-7241-4553-876e-dcf9b998d895 found for delete ", "request_id": "req-03789227-30af-428a-ae9b-bae824f9cbdc"}]} 2026-05-26 09:30:39.670 7 INFO neutron.services.segments.plugin [-] Segment 484c33ac-366c-478c-ba2a-e19373d89865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 484c33ac-366c-478c-ba2a-e19373d89865 found for delete ", "request_id": "req-a1883b7e-304f-4de8-aca0-9b8a6c915a89"}]} 2026-05-26 09:30:39.676 7 INFO neutron.services.segments.plugin [-] Segment 484c33ac-366c-478c-ba2a-e19373d89865 resource provider aggregate not found 2026-05-26 09:30:39.695 7 INFO neutron.services.segments.plugin [-] Segment 484c33ac-366c-478c-ba2a-e19373d89865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 484c33ac-366c-478c-ba2a-e19373d89865 found for delete ", "request_id": "req-bf1fe072-a2b9-4820-9c3e-109938b9445b"}]} 2026-05-26 09:30:40.118 8 INFO neutron.db.segments_db [None req-f184b809-5801-41a7-b865-eb0617b7c34c 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 3c2df12c-16d2-46b9-8918-decdc77d8722 of type vxlan for network bd84f246-3a79-40a5-b4c7-d54f3027abfa [pid: 8|app: 0|req: 454/881] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:30:39 2026] POST /v2.0/networks => generated 723 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/882] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:40 2026] GET /v2.0/security-groups?tenant_id=2bdd42525d36457287fdb52cfe212495&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/883] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:40 2026] DELETE /v2.0/security-groups/d4474610-808d-4b08-843b-644926fcaf3c => 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: 455/884] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:40 2026] POST /v2.0/subnets => generated 690 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:40.504 7 INFO neutron.db.segments_db [None req-f0e5c485-6a6c-4fb1-8739-1892f13c683a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment d3a2df67-4489-49f8-9b16-d9ad764e3d36 of type vxlan for network 37abb34e-4541-432f-be70-554f584de5d0 2026-05-26 09:30:40.826 7 INFO neutron.db.l3_hamode_db [None req-f0e5c485-6a6c-4fb1-8739-1892f13c683a 8e0bb0c6456642d58d39c0d76ac97b86 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 456/885] 10.0.0.172 () {32 vars in 802 bytes} [Tue May 26 09:30:41 2026] GET /v2.0/extensions => generated 21537 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/886] 10.0.0.172 () {30 vars in 724 bytes} [Tue May 26 09:30:41 2026] GET /v2.0/quotas/cc8d478909124a1b9447b2ac758d9000/details => generated 847 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:41.674 7 INFO neutron.db.l3_hamode_db [None req-f0e5c485-6a6c-4fb1-8739-1892f13c683a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 458/887] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:41 2026] GET /v2.0/security-groups?tenant_id=804e6ac848a841d5afe65090ae67ee1f&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/888] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:42 2026] DELETE /v2.0/security-groups/a0765ece-a3af-4111-b81b-9c487ffd1ad1 => 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: 460/889] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:30:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/890] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:42 2026] GET /v2.0/security-groups?tenant_id=7f139f8d6f174def8130aa5aa1795626&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/891] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:30:42 2026] GET /v2.0/security-groups => generated 4529 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/892] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:43 2026] DELETE /v2.0/security-groups/889ba4f6-58e7-45c6-8897-8962805e8c69 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/893] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:40 2026] POST /v2.0/routers => generated 730 bytes in 2805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/894] 10.0.0.130 () {34 vars in 758 bytes} [Tue May 26 09:30:43 2026] PUT /v2.0/security-groups/3aa46d6c-f490-4297-9333-4f368efc35f2 => generated 1664 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/895] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:30:43 2026] GET /v2.0/security-groups/3aa46d6c-f490-4297-9333-4f368efc35f2 => generated 1664 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/896] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:43 2026] DELETE /v2.0/security-groups/3aa46d6c-f490-4297-9333-4f368efc35f2 => 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: 467/897] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:30:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:30:43.496 8 INFO neutron.api.v2.resource [None req-e17e2bcb-b7a7-456b-b356-bed51e6ebb07 59001f8d416b44b0a082a8d4314a4348 48315ec45c0f466f93530099c90d1043 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/898] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:43 2026] DELETE /v2.0/security-groups/3aa46d6c-f490-4297-9333-4f368efc35f2 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/899] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:30:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/900] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/901] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:30:43 2026] GET /v2.0/security-group-rules/cbc49d1a-bca8-4a49-be36-9cb2392f8913 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/902] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:30:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/903] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:30:43 2026] DELETE /v2.0/security-group-rules/cbc49d1a-bca8-4a49-be36-9cb2392f8913 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/904] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/905] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/906] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules/6521140a-82c3-446f-a6bd-eff1e2abd170 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/907] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/908] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:30:44 2026] DELETE /v2.0/security-group-rules/6521140a-82c3-446f-a6bd-eff1e2abd170 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/909] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/910] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/911] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules/e3569a59-4fbc-43a4-9de0-81c7966d8655 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/912] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/913] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:30:43 2026] PUT /v2.0/routers/6ba20d64-f9a6-4570-9472-2e4550348654/add_router_interface => generated 309 bytes in 1512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/914] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:30:44 2026] DELETE /v2.0/security-group-rules/e3569a59-4fbc-43a4-9de0-81c7966d8655 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/915] 10.0.0.130 () {32 vars in 673 bytes} [Tue May 26 09:30:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/916] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:44 2026] DELETE /v2.0/security-groups/22000472-8eed-4564-b64a-9647c70072f3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/917] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:30:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/918] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:30:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/919] 10.0.0.172 () {32 vars in 802 bytes} [Tue May 26 09:30:45 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/920] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:30:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/921] 10.0.0.172 () {30 vars in 724 bytes} [Tue May 26 09:30:45 2026] GET /v2.0/quotas/cc8d478909124a1b9447b2ac758d9000/details => generated 847 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/922] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/923] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/924] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:45 2026] GET /v2.0/security-groups?tenant_id=48315ec45c0f466f93530099c90d1043&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/925] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:46 2026] DELETE /v2.0/security-groups/77191f9a-d52c-4f17-86d6-6651df982754 => 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: 490/926] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:46 2026] GET /v2.0/security-groups?tenant_id=795bd26195b546d984e7720e825b1bc3&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/927] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:46 2026] DELETE /v2.0/security-groups/ed4f6fe2-38c9-4940-9fe3-151a5d2b7624 => 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: 437/928] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:30:45 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/929] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:30:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--715952338&fields=id&tenant_id=b6ecfb79370b4f22969c92e42bcd0a38 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/930] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:30:46 2026] GET /v2.0/networks?id=bd84f246-3a79-40a5-b4c7-d54f3027abfa => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/931] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:30:47 2026] GET /v2.0/quotas/b6ecfb79370b4f22969c92e42bcd0a38 => 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: 439/932] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:30:47 2026] GET /v2.0/ports?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/933] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:30:47 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?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: 440/934] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:30:47 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/935] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:47 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 441/936] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:48 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 442/937] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:48 2026] GET /v2.0/security-groups?tenant_id=cc8d478909124a1b9447b2ac758d9000&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/938] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:48 2026] GET /v2.0/security-groups?tenant_id=77d2846c56f64837b601d82bc9f8124c&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/939] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:49 2026] DELETE /v2.0/security-groups/37295b1d-3246-4b11-92e9-b81411a8e2cf => 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: 497/940] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:49 2026] DELETE /v2.0/security-groups/2b5acfd4-47d3-43e0-ab8d-af87f360862c => 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: 444/941] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:49 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 498/942] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:50 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:51.350 7 INFO neutron.db.segments_db [None req-2f524018-1a62-454d-aa3c-dd930b108678 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Added segment a8713c14-556c-43a3-83b6-f0d43bff1b91 of type vxlan for network 8b422485-449c-4fa1-abfe-7b82d13cbb94 2026-05-26 09:30:51.398 7 INFO neutron.db.segments_db [None req-2f524018-1a62-454d-aa3c-dd930b108678 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Added segment 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 of type vxlan for network cdc82f0a-5dff-4ff3-a7a6-9e07d6fac82c [pid: 7|app: 0|req: 445/943] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:51 2026] POST /v2.0/networks => generated 1206 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/944] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:30:51 2026] GET /v2.0/networks => generated 1843 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:30:51.731 7 INFO neutron.services.segments.plugin [-] Segment a8713c14-556c-43a3-83b6-f0d43bff1b91 resource provider aggregate not found 2026-05-26 09:30:51.748 7 INFO neutron.services.segments.plugin [-] Segment a8713c14-556c-43a3-83b6-f0d43bff1b91 resource provider aggregate not found [pid: 8|app: 0|req: 500/945] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:30:51 2026] GET /v2.0/networks?id=bd84f246-3a79-40a5-b4c7-d54f3027abfa => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:51.761 7 INFO neutron.services.segments.plugin [-] Segment a8713c14-556c-43a3-83b6-f0d43bff1b91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8713c14-556c-43a3-83b6-f0d43bff1b91 found for delete ", "request_id": "req-971c25a5-71ec-47b3-a468-dc6289d2a125"}]} 2026-05-26 09:30:51.768 7 INFO neutron.services.segments.plugin [-] Segment a8713c14-556c-43a3-83b6-f0d43bff1b91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8713c14-556c-43a3-83b6-f0d43bff1b91 found for delete ", "request_id": "req-4d0724c3-372d-442c-8b06-823193d21179"}]} [pid: 7|app: 0|req: 446/946] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:51 2026] DELETE /v2.0/networks/8b422485-449c-4fa1-abfe-7b82d13cbb94 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/947] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:30:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b6ecfb79370b4f22969c92e42bcd0a38 => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/948] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:51 2026] DELETE /v2.0/networks/cdc82f0a-5dff-4ff3-a7a6-9e07d6fac82c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/949] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:51 2026] GET /v2.0/security-groups?tenant_id=2e44699d080843b1a809edf511e8ee08&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/950] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:52 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 504/951] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:30:52 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/952] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:52 2026] DELETE /v2.0/security-groups/0c28bf03-5f46-404a-a9d3-db49632cd627 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:30:52.290 8 INFO neutron.db.segments_db [None req-79f4a79e-4bf7-46fe-8f13-e61ad6b7d5a4 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Added segment 2c209196-f3f6-4185-b84f-21cadcaef8a4 of type vxlan for network 86e504a5-7028-4c4e-8305-53c6d67362a4 [pid: 7|app: 0|req: 448/953] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:30:51 2026] POST /v2.0/ports => generated 958 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 506/954] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:52 2026] POST /v2.0/networks => generated 635 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:52.460 8 INFO neutron.db.segments_db [None req-bf020cb8-b7a6-460e-bbe2-7c43766ab80e 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Added segment b72c9084-ea50-4eec-93e6-d12541d2b498 of type vxlan for network 4dcdfe80-0349-4440-9eb3-f5995d06f7f0 [pid: 8|app: 0|req: 507/955] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:52 2026] POST /v2.0/networks => generated 635 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/956] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:52 2026] GET /v2.0/security-groups?tenant_id=f64f2c1df19f40558975f2557a157756&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/957] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:30:52 2026] PUT /v2.0/ports/d4bbe216-090d-45a2-8234-f2c5a6590471 => generated 1239 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:30:52.827 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-579a2e22-263e-4108-ae1d-d50955907fd5'] response: {'name': 'network-changed', 'server_uuid': '3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4', 'tag': 'd4bbe216-090d-45a2-8234-f2c5a6590471', '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, ' 2026-05-26 09:30:53.180 7 INFO neutron.db.segments_db [None req-004a3560-abd0-4837-8387-006f6954ae19 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Added segment 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f of type vxlan for network 86cf180d-5821-48ba-8b72-25384a505de8 [pid: 7|app: 0|req: 450/958] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:30:52 2026] POST /v2.0/networks => generated 613 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/959] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:53 2026] DELETE /v2.0/security-groups/b5c61410-7a1a-4d00-b449-cc53a150b2e4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/960] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:53 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:53.479 7 INFO neutron.db.segments_db [None req-3ce033eb-8431-469a-993c-02f373b236ca c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Added segment 5f5d835f-61bc-48f8-a232-aec411ed3e16 of type vxlan for network 9f061374-2db9-480d-b93f-bf2f35c2798d [pid: 8|app: 0|req: 509/961] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:30:52 2026] POST /v2.0/ports => generated 1506 bytes in 828 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: 510/962] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:53 2026] GET /v2.0/ports?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/963] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:53 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 512/964] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:30:53 2026] GET /v2.0/ports => generated 1506 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/965] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:30:53 2026] GET /v2.0/networks?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&shared=False => generated 770 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:53.753 7 INFO neutron.db.l3_hamode_db [None req-3ce033eb-8431-469a-993c-02f373b236ca c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:30:53.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e2a6967-60e4-48ec-9546-0e773a8394e1 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] TaaS: Handle Delete Port: 9be5f5a9-b376-4d68-884f-6d70e36345b9 2026-05-26 09:30:53.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e2a6967-60e4-48ec-9546-0e773a8394e1 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Tap Mirror: Handle Delete Port: 9be5f5a9-b376-4d68-884f-6d70e36345b9 2026-05-26 09:30:53.787 7 INFO neutron.services.segments.plugin [-] Segment 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 resource provider aggregate not found 2026-05-26 09:30:53.804 7 INFO neutron.services.segments.plugin [-] Segment 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 resource provider aggregate not found 2026-05-26 09:30:53.821 7 INFO neutron.services.segments.plugin [-] Segment 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 found for delete ", "request_id": "req-3fd25d58-785e-4718-b6d7-4bd6c10357d0"}]} 2026-05-26 09:30:53.824 7 INFO neutron.services.segments.plugin [-] Segment 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41256f34-45b1-41f2-a4ac-5026cf1d8bf5 found for delete ", "request_id": "req-b26c0678-5c2c-4ed3-9887-174b0216275f"}]} [pid: 8|app: 0|req: 514/966] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:30:53 2026] DELETE /v2.0/ports/9be5f5a9-b376-4d68-884f-6d70e36345b9 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/967] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:30:53 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) 2026-05-26 09:30:54.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb55cc01-9adc-4f44-be8b-3f74b6fc3c0f 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] TaaS: Handle Delete Port: f37c6e37-ce5d-40af-8b67-2e0d1fc2d608 2026-05-26 09:30:54.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb55cc01-9adc-4f44-be8b-3f74b6fc3c0f 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Tap Mirror: Handle Delete Port: f37c6e37-ce5d-40af-8b67-2e0d1fc2d608 [pid: 8|app: 0|req: 516/968] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:30:53 2026] DELETE /v2.0/ports/f37c6e37-ce5d-40af-8b67-2e0d1fc2d608 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/969] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:30:54 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:30:54.211 8 INFO neutron.db.segments_db [None req-8f5db87f-033d-423a-9393-d15a270eb7d6 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Added segment b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a of type vxlan for network f2dd8904-ab78-455b-9d27-76c37d916784 [pid: 8|app: 0|req: 518/970] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:54 2026] POST /v2.0/networks => generated 633 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:54.393 8 INFO neutron.db.segments_db [None req-8a02924c-bde4-4b6b-9107-379a6043e4ff 2df8e305e6d6419089c877466bf1a0e2 b754002180244d56b217a47e2784ca57 - - default default] Added segment b483b194-f8ce-4b0b-bed2-4e01845ada71 of type vxlan for network 591f2a08-d031-498e-a42c-e68d73b9b37d [pid: 8|app: 0|req: 519/971] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:54 2026] POST /v2.0/networks => generated 634 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:30:54.618 7 INFO neutron.db.l3_hamode_db [None req-3ce033eb-8431-469a-993c-02f373b236ca c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 520/972] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:54 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/973] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:54 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 522/974] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:30:54 2026] GET /v2.0/ports?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/975] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:54 2026] POST /v2.0/subnets => generated 1324 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/978] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4bbe216-090d-45a2-8234-f2c5a6590471 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/979] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/subnets => generated 1960 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/980] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/subnets?id=0bc96d47-7f63-4c8a-bb96-bd3c4ea666cd => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/981] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:53 2026] POST /v2.0/routers => generated 695 bytes in 2102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/982] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/ports?network_id=bd84f246-3a79-40a5-b4c7-d54f3027abfa&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/983] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:55 2026] DELETE /v2.0/subnets/0949b32d-704d-4b4e-80fb-881a4e061e99 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/984] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?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: 455/985] 10.0.0.130 () {32 vars in 776 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/subnets?project_id=470f5b17507149f391d21e9c4a0deec3&cidr=10.100.0.0%2F28 => generated 14 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/986] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:30:55 2026] DELETE /v2.0/subnets/1fc79cfd-2975-495b-b244-35e4f075c4d5 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/987] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?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: 532/988] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/networks?router%3Aexternal=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: 457/989] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/990] 10.0.0.130 () {32 vars in 784 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/subnets?network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/991] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:55 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:56.059 8 INFO neutron.services.segments.plugin [-] Segment b483b194-f8ce-4b0b-bed2-4e01845ada71 resource provider aggregate not found 2026-05-26 09:30:56.064 8 INFO neutron.services.segments.plugin [-] Segment b483b194-f8ce-4b0b-bed2-4e01845ada71 resource provider aggregate not found 2026-05-26 09:30:56.082 8 INFO neutron.services.segments.plugin [-] Segment b483b194-f8ce-4b0b-bed2-4e01845ada71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b483b194-f8ce-4b0b-bed2-4e01845ada71 found for delete ", "request_id": "req-4cce1e46-e531-4fb6-8531-5effe3e4e7e0"}]} 2026-05-26 09:30:56.083 8 INFO neutron.services.segments.plugin [-] Segment b483b194-f8ce-4b0b-bed2-4e01845ada71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b483b194-f8ce-4b0b-bed2-4e01845ada71 found for delete ", "request_id": "req-62d0853f-8cc5-4459-911d-d021c74b6cb5"}]} [pid: 8|app: 0|req: 534/992] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:55 2026] DELETE /v2.0/networks/591f2a08-d031-498e-a42c-e68d73b9b37d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/993] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:56 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 459/994] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:30:55 2026] POST /v2.0/subnets => generated 656 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/995] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:56 2026] DELETE /v2.0/networks/f2dd8904-ab78-455b-9d27-76c37d916784 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/996] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:56 2026] DELETE /v2.0/networks/4dcdfe80-0349-4440-9eb3-f5995d06f7f0 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/997] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:30:56 2026] DELETE /v2.0/networks/86e504a5-7028-4c4e-8305-53c6d67362a4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/998] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/security-groups?tenant_id=316100d2de1145b4835f10720be77dce&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/999] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/security-groups?tenant_id=b754002180244d56b217a47e2784ca57&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1000] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1001] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:57 2026] DELETE /v2.0/security-groups/3f145da3-c30c-4b95-bd05-8513dc7e95f7 => 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: 543/1002] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:30:57 2026] DELETE /v2.0/security-groups/0e50171a-b5d6-474e-8e27-9745e8fbbce7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/1003] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:30:56 2026] PUT /v2.0/routers/97b5e62d-0a92-4ef2-97b4-d2880c888dbc/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1004] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1005] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/networks => generated 5058 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1006] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/subnets => generated 3896 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1007] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:30:57 2026] GET /v2.0/routers => generated 1464 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:30:58.115 8 INFO neutron.services.segments.plugin [-] Segment b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a resource provider aggregate not found 2026-05-26 09:30:58.119 8 INFO neutron.services.segments.plugin [-] Segment b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a resource provider aggregate not found 2026-05-26 09:30:58.137 8 INFO neutron.services.segments.plugin [-] Segment b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a found for delete ", "request_id": "req-298cf906-52bf-4b27-976d-79e29167044d"}]} 2026-05-26 09:30:58.146 8 INFO neutron.services.segments.plugin [-] Segment b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b56ec30b-2fa9-49d4-b4db-41b2a2b0a12a found for delete ", "request_id": "req-97bfdf9e-e66d-42b1-b721-7c55b1ad511d"}]} [pid: 8|app: 0|req: 546/1008] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:30:57 2026] POST /v2.0/security-groups => generated 1673 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 09:30:58.160 8 INFO neutron.services.segments.plugin [-] Segment b72c9084-ea50-4eec-93e6-d12541d2b498 resource provider aggregate not found 2026-05-26 09:30:58.173 8 INFO neutron.services.segments.plugin [-] Segment b72c9084-ea50-4eec-93e6-d12541d2b498 resource provider aggregate not found 2026-05-26 09:30:58.188 8 INFO neutron.services.segments.plugin [-] Segment b72c9084-ea50-4eec-93e6-d12541d2b498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b72c9084-ea50-4eec-93e6-d12541d2b498 found for delete ", "request_id": "req-cfb6ff05-0f28-4239-9e80-d1b4c9613e05"}]} 2026-05-26 09:30:58.196 8 INFO neutron.services.segments.plugin [-] Segment b72c9084-ea50-4eec-93e6-d12541d2b498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b72c9084-ea50-4eec-93e6-d12541d2b498 found for delete ", "request_id": "req-968e755a-84b4-4450-a81d-a52896c224af"}]} 2026-05-26 09:30:58.206 8 INFO neutron.services.segments.plugin [-] Segment 2c209196-f3f6-4185-b84f-21cadcaef8a4 resource provider aggregate not found 2026-05-26 09:30:58.211 8 INFO neutron.services.segments.plugin [-] Segment 2c209196-f3f6-4185-b84f-21cadcaef8a4 resource provider aggregate not found 2026-05-26 09:30:58.227 8 INFO neutron.services.segments.plugin [-] Segment 2c209196-f3f6-4185-b84f-21cadcaef8a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c209196-f3f6-4185-b84f-21cadcaef8a4 found for delete ", "request_id": "req-190d3265-0d6f-442f-bf23-a0aaf002cba4"}]} 2026-05-26 09:30:58.234 8 INFO neutron.services.segments.plugin [-] Segment 2c209196-f3f6-4185-b84f-21cadcaef8a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c209196-f3f6-4185-b84f-21cadcaef8a4 found for delete ", "request_id": "req-c5b497f7-dd2a-4e27-8cbc-fcd489ad5640"}]} [pid: 7|app: 0|req: 463/1009] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:58 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: 547/1010] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/1011] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1012] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:58 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) 2026-05-26 09:30:58.837 8 INFO neutron.db.securitygroups_db [None req-867ade1b-8640-4534-a8e6-debf69418fd6 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Project 470f5b17507149f391d21e9c4a0deec3 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: 465/1013] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:30:58 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1014] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1015] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:30:58 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:30:58.991 8 INFO neutron.db.securitygroups_db [None req-a4fd6c71-7d79-4905-9cbd-a4478116cf44 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Project 470f5b17507149f391d21e9c4a0deec3 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: 550/1016] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:30:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/1017] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:30:59 2026] GET /v2.0/networks => generated 1297 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1018] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:30:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-902187930&fields=id&tenant_id=470f5b17507149f391d21e9c4a0deec3 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1019] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:30:59 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1020] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:30:59 2026] GET /v2.0/quotas/470f5b17507149f391d21e9c4a0deec3 => 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: 554/1021] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:30:59 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:00.131 7 INFO neutron.db.segments_db [None req-48485318-67f2-480b-bfea-d4b96108b147 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Added segment 1fc47091-6026-48ff-a4c8-d64159e8ad84 of type vxlan for network ae85584c-37ed-4798-ad95-8366ef6f429b [pid: 8|app: 0|req: 555/1022] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:00 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1023] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:31:00 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1024] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:30:59 2026] POST /v2.0/networks => generated 629 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1025] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:00 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1026] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:31:00 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1027] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:00 2026] GET /v2.0/security-groups?tenant_id=b4fe086c78154adf835739980df341a0&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1028] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:00 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 471/1029] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:00 2026] DELETE /v2.0/security-groups/55c8aa51-66e6-4cf2-be52-5df7d896d50b => 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: 559/1030] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:31:00 2026] POST /v2.0/ports => generated 778 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:00.700 7 INFO neutron.db.segments_db [None req-352d8807-ff79-46a4-8cdf-3b292e29e57c ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Added segment a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 of type vxlan for network 9bf4a61e-9911-41db-ae10-8c11a0fa80d9 [pid: 7|app: 0|req: 472/1031] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:00 2026] POST /v2.0/networks => generated 617 bytes in 155 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: 560/1032] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:00 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1033] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:01 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1034] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:01 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1035] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:31:01 2026] POST /v2.0/ports => generated 965 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: 7|app: 0|req: 474/1036] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:01 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1037] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:01 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:01.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-554c9350-35ca-4d5f-9083-3c2d454bc64b ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] TaaS: Handle Delete Port: b4dff2ea-726f-4255-9044-e05689904574 2026-05-26 09:31:01.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-554c9350-35ca-4d5f-9083-3c2d454bc64b ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Tap Mirror: Handle Delete Port: b4dff2ea-726f-4255-9044-e05689904574 [pid: 8|app: 0|req: 563/1038] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:01 2026] DELETE /v2.0/ports/b4dff2ea-726f-4255-9044-e05689904574 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:01.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7016993d-38f1-4e0d-9bd9-287641380068 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1039] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:01 2026] DELETE /v2.0/ports/b4dff2ea-726f-4255-9044-e05689904574 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:01.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2a72ff5-cdfb-40ad-9421-84d94c8adbe5 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1040] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:01 2026] GET /v2.0/ports/b4dff2ea-726f-4255-9044-e05689904574 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1041] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:01 2026] DELETE /v2.0/subnets/0ca463be-05a6-4474-8507-2322e4cea24d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:01.918 7 INFO neutron.db.l3_db [None req-d93ac9b5-2dea-47b9-b91e-357bed8e227e 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] Floating IP 8db2356e-abdd-478c-9881-dac6eac0406e associated. External IP: 10.96.250.206, port: d4bbe216-090d-45a2-8234-f2c5a6590471. 2026-05-26 09:31:01.978 8 INFO neutron.services.segments.plugin [-] Segment a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 resource provider aggregate not found 2026-05-26 09:31:01.983 8 INFO neutron.services.segments.plugin [-] Segment a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 resource provider aggregate not found 2026-05-26 09:31:02.001 8 INFO neutron.services.segments.plugin [-] Segment a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 found for delete ", "request_id": "req-2f3e26c2-d6c9-48b7-8ef9-c2d5ba5c6177"}]} 2026-05-26 09:31:02.009 8 INFO neutron.services.segments.plugin [-] Segment a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8eb2be4-a6f7-4bd2-9c6c-38f327f83bd5 found for delete ", "request_id": "req-814be027-196b-418e-878d-7b020ec57db2"}]} [pid: 8|app: 0|req: 567/1042] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:01 2026] DELETE /v2.0/networks/9bf4a61e-9911-41db-ae10-8c11a0fa80d9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:02.102 8 INFO neutron.db.segments_db [None req-99514349-eb7f-4043-8128-f69298f93119 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Added segment bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c of type vxlan for network 41abdb7c-e7f2-47c9-9dee-5c40849d36e5 [pid: 8|app: 0|req: 568/1043] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:02 2026] POST /v2.0/networks => generated 615 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1044] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:01 2026] PUT /v2.0/floatingips/8db2356e-abdd-478c-9881-dac6eac0406e => generated 856 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:02.317 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d46b13b-17bd-4d76-9791-55a08cbf37e1'] response: {'name': 'network-changed', 'server_uuid': '3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4', 'tag': 'd4bbe216-090d-45a2-8234-f2c5a6590471', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 569/1045] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:02 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1046] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:02 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 571/1047] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:02 2026] GET /v2.0/ports?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1048] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:31:02 2026] POST /v2.0/ports => generated 926 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1049] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:02 2026] GET /v2.0/networks?id=bd84f246-3a79-40a5-b4c7-d54f3027abfa => generated 770 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1050] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:31:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4bbe216-090d-45a2-8234-f2c5a6590471 => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:03.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc36e17b-caa8-4a18-82a2-c8796cfe451f ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] TaaS: Handle Delete Port: bf76e273-085b-447c-8060-b29113bc79ec 2026-05-26 09:31:03.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc36e17b-caa8-4a18-82a2-c8796cfe451f ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Tap Mirror: Handle Delete Port: bf76e273-085b-447c-8060-b29113bc79ec [pid: 8|app: 0|req: 574/1051] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:03 2026] GET /v2.0/subnets?id=0bc96d47-7f63-4c8a-bb96-bd3c4ea666cd => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1052] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:03 2026] GET /v2.0/ports?network_id=bd84f246-3a79-40a5-b4c7-d54f3027abfa&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1053] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:02 2026] DELETE /v2.0/ports/bf76e273-085b-447c-8060-b29113bc79ec => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1054] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:03 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:03.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c853836-6efa-4a34-a16e-a7f7aacd889e ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/1055] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:03 2026] GET /v2.0/ports/bf76e273-085b-447c-8060-b29113bc79ec => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1056] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:03 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?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: 480/1057] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:03 2026] DELETE /v2.0/subnets/9113919b-0691-4c42-bef0-d265e9d1659d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1058] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:03 2026] DELETE /v2.0/networks/41abdb7c-e7f2-47c9-9dee-5c40849d36e5 => 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: 579/1059] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:03 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 481/1060] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:31:03 2026] POST /v2.0/ports => generated 778 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1061] 10.0.0.130 () {34 vars in 737 bytes} [Tue May 26 09:31:03 2026] PUT /v2.0/ports/19e028eb-51c1-4d83-a70e-cfa092ba9d69 => generated 752 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:04.022 8 INFO neutron.services.segments.plugin [-] Segment bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c resource provider aggregate not found 2026-05-26 09:31:04.027 8 INFO neutron.services.segments.plugin [-] Segment bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c resource provider aggregate not found 2026-05-26 09:31:04.044 8 INFO neutron.services.segments.plugin [-] Segment bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c found for delete ", "request_id": "req-555f9644-babb-4877-8ed5-49da6da4e9a3"}]} 2026-05-26 09:31:04.045 8 INFO neutron.services.segments.plugin [-] Segment bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bafaa1f6-ddc1-4d0a-9a5a-2267a8e7da5c found for delete ", "request_id": "req-c8a0dba3-0eba-4b59-b74f-9626c54898b2"}]} 2026-05-26 09:31:04.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1a3e29f-2300-414c-9a64-0d1d97a0db6c ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] TaaS: Handle Delete Port: 19e028eb-51c1-4d83-a70e-cfa092ba9d69 2026-05-26 09:31:04.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a3e29f-2300-414c-9a64-0d1d97a0db6c ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Tap Mirror: Handle Delete Port: 19e028eb-51c1-4d83-a70e-cfa092ba9d69 [pid: 7|app: 0|req: 482/1062] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:03 2026] DELETE /v2.0/ports/19e028eb-51c1-4d83-a70e-cfa092ba9d69 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 581/1063] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/ports => generated 781 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:04.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-268ce3b0-a775-4e70-b7da-92fc1f729896 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/1064] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/ports/19e028eb-51c1-4d83-a70e-cfa092ba9d69 => 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: 582/1065] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1066] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/ports/a45e4fff-805d-4b92-89be-f66d3b62f0e7 => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:04.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d90be03-df20-4574-9800-f04cd3aed65b ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 583/1067] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:04 2026] DELETE /v2.0/ports/bf76e273-085b-447c-8060-b29113bc79ec => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:04.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d4649ca-dc7f-4611-bd7f-4e19b6b59be6 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/1068] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:04 2026] DELETE /v2.0/subnets/9113919b-0691-4c42-bef0-d265e9d1659d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:04.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bfaaf1d-2a71-41a0-b475-e51018064d76 ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1069] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:04 2026] DELETE /v2.0/subnets/0ca463be-05a6-4474-8507-2322e4cea24d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:04.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cfabd8b-a1c9-4c4e-aeed-6b67b300aa9a ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] TaaS: Handle Delete Port: a45e4fff-805d-4b92-89be-f66d3b62f0e7 2026-05-26 09:31:04.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cfabd8b-a1c9-4c4e-aeed-6b67b300aa9a ff526f8ccc844bf892c62ae9dc97d544 dcb9b437f38a426dbb1895df325a64c8 - - default default] Tap Mirror: Handle Delete Port: a45e4fff-805d-4b92-89be-f66d3b62f0e7 [pid: 7|app: 0|req: 486/1070] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:04 2026] DELETE /v2.0/ports/a45e4fff-805d-4b92-89be-f66d3b62f0e7 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1071] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1072] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=470f5b17507149f391d21e9c4a0deec3 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:04.856 7 INFO neutron.services.segments.plugin [-] Segment 1fc47091-6026-48ff-a4c8-d64159e8ad84 resource provider aggregate not found 2026-05-26 09:31:04.861 7 INFO neutron.services.segments.plugin [-] Segment 1fc47091-6026-48ff-a4c8-d64159e8ad84 resource provider aggregate not found 2026-05-26 09:31:04.878 7 INFO neutron.services.segments.plugin [-] Segment 1fc47091-6026-48ff-a4c8-d64159e8ad84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc47091-6026-48ff-a4c8-d64159e8ad84 found for delete ", "request_id": "req-c257f2d4-480f-477a-964e-d234c0e8656c"}]} 2026-05-26 09:31:04.880 7 INFO neutron.services.segments.plugin [-] Segment 1fc47091-6026-48ff-a4c8-d64159e8ad84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc47091-6026-48ff-a4c8-d64159e8ad84 found for delete ", "request_id": "req-2b04dd0d-ca68-43c9-bdce-10ea97293098"}]} [pid: 7|app: 0|req: 487/1073] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:04 2026] DELETE /v2.0/networks/ae85584c-37ed-4798-ad95-8366ef6f429b => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1074] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:04 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 587/1075] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:31:04 2026] POST /v2.0/ports => generated 954 bytes in 422 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: 588/1076] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:05 2026] GET /v2.0/security-groups?tenant_id=dcb9b437f38a426dbb1895df325a64c8&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1077] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:31:05 2026] PUT /v2.0/ports/7bd17fee-1e65-460f-b285-a884f9633471 => generated 1235 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1078] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:05 2026] DELETE /v2.0/security-groups/e0749a55-f3c8-424b-a017-2a8026951cd8 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:05.785 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2eeb03c-88a8-4c65-b179-0207650c5744'] response: {'name': 'network-changed', 'server_uuid': '8279935f-05b7-48a0-99fe-c9c0c4c6727b', 'tag': '7bd17fee-1e65-460f-b285-a884f9633471', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 490/1079] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:05 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1080] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:06 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1081] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:06 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1082] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:31:06 2026] GET /v2.0/networks?tenant_id=470f5b17507149f391d21e9c4a0deec3&shared=False => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1083] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:31:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1084] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1085] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&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: 593/1086] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1087] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7bd17fee-1e65-460f-b285-a884f9633471 => 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: 595/1088] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/subnets?id=c6e1cf53-231a-406c-b465-286ba940ed78 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1089] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/ports?network_id=86cf180d-5821-48ba-8b72-25384a505de8&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1090] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1091] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:07 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:07.843 7 INFO neutron.db.segments_db [None req-7ee04ef3-b831-4aed-9bab-b82c65b9796d d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f of type vxlan for network 90d5c555-ce75-44b6-aaae-472c79df9274 [pid: 7|app: 0|req: 494/1092] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:07 2026] POST /v2.0/networks => generated 614 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:08.008 8 INFO neutron.db.segments_db [None req-206e4b37-f953-4ee2-8188-70e8bddd74ea d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 433f4ae1-158d-4283-a3c9-c9b79555f701 of type vxlan for network ba9fc624-4e2b-4ce0-83c9-25e08cb989bd [pid: 8|app: 0|req: 599/1093] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:07 2026] POST /v2.0/networks => generated 615 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1094] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:08 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1095] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:08 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1096] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:08 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&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: 496/1097] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:08 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:08.682 8 INFO neutron.db.segments_db [None req-afd9e8ff-1c90-4441-8f93-b261f561bbdc d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a of type vxlan for network 43539d51-14e6-449d-947a-f7f85e63e86e 2026-05-26 09:31:08.933 8 INFO neutron.db.l3_hamode_db [None req-afd9e8ff-1c90-4441-8f93-b261f561bbdc d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:09.042 8 INFO neutron.db.l3_hamode_db [None req-afd9e8ff-1c90-4441-8f93-b261f561bbdc d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 497/1098] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:09 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 498/1099] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:09 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&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: 602/1100] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:08 2026] POST /v2.0/routers => generated 511 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1103] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:10 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1104] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:10 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&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: 499/1105] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:09 2026] PUT /v2.0/routers/17afcee2-0c8c-4d64-95dc-492d88c56753/add_router_interface => generated 309 bytes in 1242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1106] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:10 2026] GET /v2.0/ports/4352caee-aa5c-4eee-a0b1-d32ad7d6cc8b => generated 959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1107] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:31:10 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 1244 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1108] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:31:10 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 609/1109] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:11 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1110] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:10 2026] PUT /v2.0/routers/17afcee2-0c8c-4d64-95dc-492d88c56753/add_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1111] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:11 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&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: 502/1112] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:11 2026] GET /v2.0/ports/b90a3a43-729e-4fb2-b011-143e8c457679 => generated 967 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:12.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e41244d-1458-4dc8-aadb-962aeff41a22 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: b90a3a43-729e-4fb2-b011-143e8c457679 2026-05-26 09:31:12.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e41244d-1458-4dc8-aadb-962aeff41a22 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: b90a3a43-729e-4fb2-b011-143e8c457679 [pid: 8|app: 0|req: 611/1113] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:12 2026] PUT /v2.0/routers/17afcee2-0c8c-4d64-95dc-492d88c56753/remove_router_interface => generated 309 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1114] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:13 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:13.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-34124478-099d-4163-bf01-9c36906bf5ca d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 4352caee-aa5c-4eee-a0b1-d32ad7d6cc8b 2026-05-26 09:31:13.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34124478-099d-4163-bf01-9c36906bf5ca d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 4352caee-aa5c-4eee-a0b1-d32ad7d6cc8b [pid: 8|app: 0|req: 613/1115] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:13 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1116] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:13 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1117] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:13 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1118] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:13 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1119] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:12 2026] PUT /v2.0/routers/17afcee2-0c8c-4d64-95dc-492d88c56753/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1120] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:13 2026] GET /v2.0/ports?device_id=17afcee2-0c8c-4d64-95dc-492d88c56753 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:13.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d10b69c-4716-418c-b422-a722109ec8da d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 82efb3e7-fe7b-4aa0-8e90-52fde49cb4ab 2026-05-26 09:31:13.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d10b69c-4716-418c-b422-a722109ec8da d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 82efb3e7-fe7b-4aa0-8e90-52fde49cb4ab 2026-05-26 09:31:14.269 7 INFO neutron.services.segments.plugin [-] Segment 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a resource provider aggregate not found 2026-05-26 09:31:14.278 7 INFO neutron.services.segments.plugin [-] Segment 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a resource provider aggregate not found 2026-05-26 09:31:14.287 8 INFO neutron.db.l3_db [None req-e70d90b7-c357-421e-b405-3ed1986cc7f0 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Floating IP 358822b2-6de1-4e25-857e-31426660b017 associated. External IP: 10.96.250.214, port: 7bd17fee-1e65-460f-b285-a884f9633471. 2026-05-26 09:31:14.289 7 INFO neutron.services.segments.plugin [-] Segment 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a found for delete ", "request_id": "req-eb4055fe-c31d-407c-bc58-58cc3dd3fc99"}]} 2026-05-26 09:31:14.314 7 INFO neutron.services.segments.plugin [-] Segment 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37f3ee99-f7a6-40da-a8f8-7a0f8bf3237a found for delete ", "request_id": "req-cb8f2152-d990-4064-b17e-4bcda51be285"}]} 2026-05-26 09:31:14.323 7 INFO neutron.db.l3_hamode_db [None req-1d10b69c-4716-418c-b422-a722109ec8da d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] HA network 43539d51-14e6-449d-947a-f7f85e63e86e was deleted as no HA routers are present in tenant 24e8aff7bc3f4e1ebf3d1e3927abf9c8. [pid: 7|app: 0|req: 505/1121] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:13 2026] DELETE /v2.0/routers/17afcee2-0c8c-4d64-95dc-492d88c56753 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1122] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:14 2026] DELETE /v2.0/subnets/5a6f938d-43e7-47d9-b0dd-d8397847e086 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1123] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:14 2026] DELETE /v2.0/subnets/b2f0a314-145c-4e56-9250-d92b197b5be4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1124] 10.0.0.130 () {34 vars in 677 bytes} [Tue May 26 09:31:13 2026] POST /v2.0/floatingips => generated 855 bytes in 1290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:14.784 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99e75eb5-7f7e-4504-a755-32414992e1cf'] response: {'name': 'network-changed', 'server_uuid': '8279935f-05b7-48a0-99fe-c9c0c4c6727b', 'tag': '7bd17fee-1e65-460f-b285-a884f9633471', 'status': 'completed', 'code': 200} 2026-05-26 09:31:14.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b48d186-3b83-4686-8de4-b02a1597fb31 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 24329ff8-6f15-4862-87f8-d1d5ba34a9bd 2026-05-26 09:31:14.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b48d186-3b83-4686-8de4-b02a1597fb31 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 24329ff8-6f15-4862-87f8-d1d5ba34a9bd [pid: 7|app: 0|req: 508/1125] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:14 2026] GET /v2.0/security-groups?tenant_id=22712a5954cd424da443320075a82a66&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1126] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:14 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 855 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1127] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:14 2026] DELETE /v2.0/security-groups/55cb61e5-6d4a-41f6-b3db-d1b00b2523b0 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:15.119 8 INFO neutron.services.segments.plugin [-] Segment 433f4ae1-158d-4283-a3c9-c9b79555f701 resource provider aggregate not found 2026-05-26 09:31:15.126 8 INFO neutron.services.segments.plugin [-] Segment 433f4ae1-158d-4283-a3c9-c9b79555f701 resource provider aggregate not found 2026-05-26 09:31:15.143 8 INFO neutron.services.segments.plugin [-] Segment 433f4ae1-158d-4283-a3c9-c9b79555f701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 433f4ae1-158d-4283-a3c9-c9b79555f701 found for delete ", "request_id": "req-d8bd30b6-adf2-4f5b-8b0c-7c2f2f20395c"}]} 2026-05-26 09:31:15.145 8 INFO neutron.services.segments.plugin [-] Segment 433f4ae1-158d-4283-a3c9-c9b79555f701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 433f4ae1-158d-4283-a3c9-c9b79555f701 found for delete ", "request_id": "req-e92f6235-8274-4969-b854-7d642422e0b1"}]} [pid: 8|app: 0|req: 618/1128] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:14 2026] DELETE /v2.0/networks/ba9fc624-4e2b-4ce0-83c9-25e08cb989bd => generated 0 bytes in 433 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:15.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-d528ad94-3389-4290-acb3-08caf18769a5 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: a9887842-c8df-47d9-a7f2-856e84666a4e 2026-05-26 09:31:15.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d528ad94-3389-4290-acb3-08caf18769a5 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: a9887842-c8df-47d9-a7f2-856e84666a4e [pid: 8|app: 0|req: 619/1129] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1130] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1131] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7bd17fee-1e65-460f-b285-a884f9633471 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1132] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:15 2026] DELETE /v2.0/networks/90d5c555-ce75-44b6-aaae-472c79df9274 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1133] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/subnets?id=c6e1cf53-231a-406c-b465-286ba940ed78 => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1134] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/ports?network_id=86cf180d-5821-48ba-8b72-25384a505de8&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:15.571 7 INFO neutron.db.segments_db [None req-e60b07eb-19f6-4bbc-a3b8-cf86459db081 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 234ec5b5-254e-4ee0-b065-420c423db065 of type vxlan for network cfdab8ee-8e69-4b25-b450-f863f8c530f7 [pid: 8|app: 0|req: 624/1135] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 512/1136] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:15 2026] POST /v2.0/networks => generated 615 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1137] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 513/1138] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:15 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:15.994 8 INFO neutron.db.segments_db [None req-bb175ca5-d3c4-4152-a42a-28b2b6ebece0 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment b304fdb1-9d01-44e1-ba3f-9cd145edc4ce of type vxlan for network 6caab457-141f-4c94-b2ce-76ec91a1f88f [pid: 7|app: 0|req: 514/1139] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:15 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:16.253 8 INFO neutron.db.l3_hamode_db [None req-bb175ca5-d3c4-4152-a42a-28b2b6ebece0 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:16.321 7 INFO neutron.services.segments.plugin [-] Segment 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f resource provider aggregate not found 2026-05-26 09:31:16.334 7 INFO neutron.services.segments.plugin [-] Segment 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f resource provider aggregate not found 2026-05-26 09:31:16.340 7 INFO neutron.services.segments.plugin [-] Segment 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f found for delete ", "request_id": "req-8c42d81c-0c39-4b93-b9b9-d37042fa2193"}]} 2026-05-26 09:31:16.346 7 INFO neutron.services.segments.plugin [-] Segment 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0051ea51-15c1-4bdd-ab29-1a12dbc1ca4f found for delete ", "request_id": "req-fa45aa0f-0da9-4979-82e6-56e56764a64c"}]} 2026-05-26 09:31:16.391 8 INFO neutron.db.l3_hamode_db [None req-bb175ca5-d3c4-4152-a42a-28b2b6ebece0 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 626/1140] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:15 2026] POST /v2.0/routers => generated 510 bytes in 1046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1141] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:31:16 2026] POST /v2.0/ports => generated 962 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1142] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:17 2026] PUT /v2.0/routers/8773f9ae-d751-432c-b87a-4c3910d5bb71/add_router_interface => generated 309 bytes in 1162 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: 516/1143] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:18 2026] GET /v2.0/ports/a4271d1f-50be-468b-8225-3f379bf18338 => generated 1036 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:18.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-c15b1cc5-9eec-4197-8b23-d069cfa5f27d d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: a4271d1f-50be-468b-8225-3f379bf18338 2026-05-26 09:31:18.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c15b1cc5-9eec-4197-8b23-d069cfa5f27d d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: a4271d1f-50be-468b-8225-3f379bf18338 [pid: 8|app: 0|req: 628/1144] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:18 2026] PUT /v2.0/routers/8773f9ae-d751-432c-b87a-4c3910d5bb71/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:19.547 7 INFO neutron.db.segments_db [None req-142d73b2-ffa5-4a3e-94de-31bab0130721 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Added segment 8fedfd8e-229d-47e9-b75f-44036fcc207b of type vxlan for network 73016476-0bf6-4be6-9458-7ab342949d81 2026-05-26 09:31:19.583 8 INFO neutron.api.v2.resource [None req-5c4558cf-1851-4026-be59-dbacfaace7e7 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1145] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:19 2026] PUT /v2.0/routers/8773f9ae-d751-432c-b87a-4c3910d5bb71/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1146] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:19 2026] GET /v2.0/ports?device_id=8773f9ae-d751-432c-b87a-4c3910d5bb71 => 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: 517/1147] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:19 2026] POST /v2.0/networks => generated 613 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:19.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-b620e2fe-0f19-44d2-89f2-53bc072ac92f d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: be2711e4-3ac6-41c1-9951-614779f31010 2026-05-26 09:31:19.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b620e2fe-0f19-44d2-89f2-53bc072ac92f d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: be2711e4-3ac6-41c1-9951-614779f31010 [pid: 7|app: 0|req: 518/1148] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:31:19 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:20.155 8 INFO neutron.services.segments.plugin [-] Segment b304fdb1-9d01-44e1-ba3f-9cd145edc4ce resource provider aggregate not found 2026-05-26 09:31:20.165 8 INFO neutron.services.segments.plugin [-] Segment b304fdb1-9d01-44e1-ba3f-9cd145edc4ce resource provider aggregate not found [pid: 7|app: 0|req: 519/1149] 10.0.0.130 () {34 vars in 666 bytes} [Tue May 26 09:31:19 2026] POST /v2.0/trunks => generated 407 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:20.175 8 INFO neutron.services.segments.plugin [-] Segment b304fdb1-9d01-44e1-ba3f-9cd145edc4ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b304fdb1-9d01-44e1-ba3f-9cd145edc4ce found for delete ", "request_id": "req-dd24dbdc-7f81-4d37-a9ed-56cb1aa6cc40"}]} 2026-05-26 09:31:20.187 8 INFO neutron.services.segments.plugin [-] Segment b304fdb1-9d01-44e1-ba3f-9cd145edc4ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b304fdb1-9d01-44e1-ba3f-9cd145edc4ce found for delete ", "request_id": "req-5790178f-86f0-49a6-b5a5-b6fb766648b4"}]} 2026-05-26 09:31:20.189 8 INFO neutron.db.l3_hamode_db [None req-b620e2fe-0f19-44d2-89f2-53bc072ac92f d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] HA network 6caab457-141f-4c94-b2ce-76ec91a1f88f was deleted as no HA routers are present in tenant 24e8aff7bc3f4e1ebf3d1e3927abf9c8. [pid: 8|app: 0|req: 631/1150] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:19 2026] DELETE /v2.0/routers/8773f9ae-d751-432c-b87a-4c3910d5bb71 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:20.244 7 INFO neutron.db.segments_db [None req-415c2474-2280-4836-95d5-73e107c5eba6 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Added segment 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd of type vxlan for network 9cd9d262-2ac8-44b9-a77c-bdf620a1f897 [pid: 8|app: 0|req: 632/1151] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:20 2026] DELETE /v2.0/subnets/fef2e281-fab6-4614-927d-3a01fdb5c87e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1152] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/networks => generated 612 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1153] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:20 2026] DELETE /v2.0/networks/cfdab8ee-8e69-4b25-b450-f863f8c530f7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:20.509 8 INFO neutron.db.segments_db [None req-6b371d1e-c0c7-4b31-b636-f7fa0e955633 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 9e0662a9-8a86-46c9-abbe-6cef931009e5 of type vxlan for network 00d60a83-d626-4d0e-8fda-cadf5d4bb902 [pid: 8|app: 0|req: 634/1154] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/networks => generated 615 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1155] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/ports => generated 743 bytes in 314 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: 522/1156] 10.0.0.130 () {34 vars in 666 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1157] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:20.889 8 INFO neutron.db.segments_db [None req-f23de324-93c3-4c5b-9b5c-1f0e9197b7f8 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 51f98f55-10b4-4824-a9e5-bcedef01b20b of type vxlan for network ac1d4c93-ec14-46a8-aa55-1c621a3cb170 2026-05-26 09:31:20.895 7 INFO neutron.db.segments_db [None req-4acd350f-f685-4e3a-bafc-35ac46b9df28 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Added segment 53b5e310-e1f9-46c1-93d9-420627bd9ec7 of type vxlan for network d1d0a3d8-eb2b-4d90-8e4e-b014deceb17d [pid: 7|app: 0|req: 523/1158] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:21.153 8 INFO neutron.db.l3_hamode_db [None req-f23de324-93c3-4c5b-9b5c-1f0e9197b7f8 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:21.296 8 INFO neutron.db.l3_hamode_db [None req-f23de324-93c3-4c5b-9b5c-1f0e9197b7f8 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/1159] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/ports => generated 743 bytes in 314 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: 525/1160] 10.0.0.130 () {34 vars in 666 bytes} [Tue May 26 09:31:21 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:21.535 7 INFO neutron.db.segments_db [None req-91adee0c-bb72-4e9b-bdca-c096f385e494 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Added segment e7b0c012-b3d9-40b5-9ab8-559ab7058a95 of type vxlan for network cfb83549-2eb0-4549-9c7e-2599e8f8029e [pid: 7|app: 0|req: 526/1161] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:21 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1162] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:20 2026] POST /v2.0/routers => generated 510 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1163] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:31:21 2026] POST /v2.0/ports => generated 743 bytes in 316 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: 528/1164] 10.0.0.130 () {34 vars in 666 bytes} [Tue May 26 09:31:21 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:22.203 8 INFO neutron.services.segments.plugin [-] Segment 234ec5b5-254e-4ee0-b065-420c423db065 resource provider aggregate not found 2026-05-26 09:31:22.214 8 INFO neutron.services.segments.plugin [-] Segment 234ec5b5-254e-4ee0-b065-420c423db065 resource provider aggregate not found 2026-05-26 09:31:22.221 8 INFO neutron.services.segments.plugin [-] Segment 234ec5b5-254e-4ee0-b065-420c423db065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 234ec5b5-254e-4ee0-b065-420c423db065 found for delete ", "request_id": "req-e63d79d7-7678-4fc0-bea0-3918bdc5a51b"}]} 2026-05-26 09:31:22.232 8 INFO neutron.services.segments.plugin [-] Segment 234ec5b5-254e-4ee0-b065-420c423db065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 234ec5b5-254e-4ee0-b065-420c423db065 found for delete ", "request_id": "req-c54c2e24-eb90-4c32-8418-65a6e41f50a0"}]} [pid: 7|app: 0|req: 529/1165] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:22 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1166] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:31:22 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:22.327 7 INFO neutron.db.segments_db [None req-b79e90fd-7ce5-4a01-ba1b-c3456543a12a bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Added segment f3744602-de8b-48b3-91f2-9883b005c1f2 of type vxlan for network 5604a6b5-c409-4609-924f-40ca9d0eaec2 [pid: 7|app: 0|req: 531/1167] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:22 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1168] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:22 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1169] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:31:22 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&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: 534/1170] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:31:22 2026] POST /v2.0/ports => generated 743 bytes in 345 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: 535/1171] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:22 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1172] 10.0.0.130 () {34 vars in 666 bytes} [Tue May 26 09:31:22 2026] POST /v2.0/trunks => generated 407 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1173] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1174] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:23 2026] PUT /v2.0/trunks/51a43c79-1f8f-423f-b3aa-dc5fb21179c0/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1175] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:23 2026] PUT /v2.0/trunks/859536e0-ccc1-47b3-9ae6-2f692fb7e5a4/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1176] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:23 2026] PUT /v2.0/trunks/df7f1a7a-e807-49a4-bffd-3afe7cc79ef0/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: 541/1177] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:23 2026] PUT /v2.0/trunks/4d44252c-a4f6-4712-a0e9-c7d7cc2dbd8a/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1178] 10.0.0.130 () {32 vars in 662 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1179] 10.0.0.130 () {32 vars in 676 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1180] 10.0.0.130 () {32 vars in 672 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1181] 10.0.0.130 () {32 vars in 684 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1182] 10.0.0.130 () {32 vars in 670 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1183] 10.0.0.130 () {32 vars in 684 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1184] 10.0.0.130 () {32 vars in 680 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1185] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1186] 10.0.0.130 () {32 vars in 692 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1187] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1188] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks/51a43c79-1f8f-423f-b3aa-dc5fb21179c0 => generated 412 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1189] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:21 2026] PUT /v2.0/routers/3542672d-07cf-41af-a14d-0d8189ba1d60/add_router_interface => generated 309 bytes in 1670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1190] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/ports/2ab44e70-1a05-4acc-b42a-deef4b07ff5f => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1191] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/ports/1113aef9-4144-4032-9ed0-840e33899f7f => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1192] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:31:23 2026] DELETE /v2.0/trunks/51a43c79-1f8f-423f-b3aa-dc5fb21179c0 => 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: 555/1193] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks/859536e0-ccc1-47b3-9ae6-2f692fb7e5a4 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1194] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/ports/20480abc-c76e-42d0-b093-9c7f23d85ea6 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1195] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:31:23 2026] DELETE /v2.0/trunks/859536e0-ccc1-47b3-9ae6-2f692fb7e5a4 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1196] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/trunks/df7f1a7a-e807-49a4-bffd-3afe7cc79ef0 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1197] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:23 2026] GET /v2.0/ports/aea92533-834d-49e0-a075-92c0a86704ab => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:23.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-1286f3cc-b8b7-4661-a7d4-c94a1e9ce48a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 2ab44e70-1a05-4acc-b42a-deef4b07ff5f 2026-05-26 09:31:23.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1286f3cc-b8b7-4661-a7d4-c94a1e9ce48a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 2ab44e70-1a05-4acc-b42a-deef4b07ff5f [pid: 7|app: 0|req: 560/1198] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:31:23 2026] DELETE /v2.0/trunks/df7f1a7a-e807-49a4-bffd-3afe7cc79ef0 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1199] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/trunks/4d44252c-a4f6-4712-a0e9-c7d7cc2dbd8a => 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: 562/1200] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/ports/71d4b529-8559-4cc3-bfaa-6d9bdc2301af => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1201] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:23 2026] PUT /v2.0/routers/3542672d-07cf-41af-a14d-0d8189ba1d60/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1202] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/ports?device_id=3542672d-07cf-41af-a14d-0d8189ba1d60 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:24.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-84d7305a-d435-4ed3-bb21-95b520ba13a1 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: b57510bc-b52a-4a84-a330-fcf672e5b5a4 2026-05-26 09:31:24.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84d7305a-d435-4ed3-bb21-95b520ba13a1 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: b57510bc-b52a-4a84-a330-fcf672e5b5a4 [pid: 7|app: 0|req: 563/1203] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:31:24 2026] DELETE /v2.0/trunks/4d44252c-a4f6-4712-a0e9-c7d7cc2dbd8a => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1204] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1205] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/trunks/cc4a5efa-57c6-4d35-a516-b416e58ddeae => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1206] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 567/1207] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:24 2026] GET /v2.0/ports/b4507ad3-f5f7-452f-a6f9-a135fd0ece63 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1208] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:31:24 2026] DELETE /v2.0/trunks/cc4a5efa-57c6-4d35-a516-b416e58ddeae => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:24.982 8 INFO neutron.services.segments.plugin [-] Segment 51f98f55-10b4-4824-a9e5-bcedef01b20b resource provider aggregate not found 2026-05-26 09:31:24.991 8 INFO neutron.services.segments.plugin [-] Segment 51f98f55-10b4-4824-a9e5-bcedef01b20b resource provider aggregate not found 2026-05-26 09:31:25.007 8 INFO neutron.services.segments.plugin [-] Segment 51f98f55-10b4-4824-a9e5-bcedef01b20b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51f98f55-10b4-4824-a9e5-bcedef01b20b found for delete ", "request_id": "req-666c0c62-9d17-4e3c-afea-a7c53fe35259"}]} 2026-05-26 09:31:25.009 8 INFO neutron.services.segments.plugin [-] Segment 51f98f55-10b4-4824-a9e5-bcedef01b20b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51f98f55-10b4-4824-a9e5-bcedef01b20b found for delete ", "request_id": "req-16acda76-26f9-4540-b579-e1f551ced7eb"}]} 2026-05-26 09:31:25.024 8 INFO neutron.db.l3_hamode_db [None req-84d7305a-d435-4ed3-bb21-95b520ba13a1 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] HA network ac1d4c93-ec14-46a8-aa55-1c621a3cb170 was deleted as no HA routers are present in tenant 24e8aff7bc3f4e1ebf3d1e3927abf9c8. [pid: 8|app: 0|req: 641/1209] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:24 2026] DELETE /v2.0/routers/3542672d-07cf-41af-a14d-0d8189ba1d60 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:25.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-6931ea34-5951-444b-8b56-475c91629896 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] TaaS: Handle Delete Port: 1113aef9-4144-4032-9ed0-840e33899f7f 2026-05-26 09:31:25.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6931ea34-5951-444b-8b56-475c91629896 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Tap Mirror: Handle Delete Port: 1113aef9-4144-4032-9ed0-840e33899f7f [pid: 8|app: 0|req: 642/1210] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/ports?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1213] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:24 2026] DELETE /v2.0/ports/1113aef9-4144-4032-9ed0-840e33899f7f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1214] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/networks?id=bd84f246-3a79-40a5-b4c7-d54f3027abfa => generated 770 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1215] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:25 2026] DELETE /v2.0/subnets/040c23a7-e2d9-4d18-b797-bf9335bf05b3 => 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: 646/1216] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4bbe216-090d-45a2-8234-f2c5a6590471 => generated 861 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:25.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-aafe7487-fc7d-40c3-96a8-186aaee1aa29 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] TaaS: Handle Delete Port: 20480abc-c76e-42d0-b093-9c7f23d85ea6 2026-05-26 09:31:25.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aafe7487-fc7d-40c3-96a8-186aaee1aa29 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Tap Mirror: Handle Delete Port: 20480abc-c76e-42d0-b093-9c7f23d85ea6 2026-05-26 09:31:25.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e8c30d3-668a-4a67-bcfe-6eecb9d40558 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 7af6b163-8b08-4909-95a8-39745dd05a8c 2026-05-26 09:31:25.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e8c30d3-668a-4a67-bcfe-6eecb9d40558 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 7af6b163-8b08-4909-95a8-39745dd05a8c [pid: 7|app: 0|req: 571/1217] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:25 2026] DELETE /v2.0/ports/20480abc-c76e-42d0-b093-9c7f23d85ea6 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1218] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/subnets?id=0bc96d47-7f63-4c8a-bb96-bd3c4ea666cd => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:25.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb934381-bcca-4735-8b48-a76b01150d02 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] TaaS: Handle Delete Port: aea92533-834d-49e0-a075-92c0a86704ab 2026-05-26 09:31:25.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb934381-bcca-4735-8b48-a76b01150d02 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Tap Mirror: Handle Delete Port: aea92533-834d-49e0-a075-92c0a86704ab [pid: 8|app: 0|req: 647/1219] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:25 2026] DELETE /v2.0/networks/00d60a83-d626-4d0e-8fda-cadf5d4bb902 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1220] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/ports?network_id=bd84f246-3a79-40a5-b4c7-d54f3027abfa&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:25.605 8 INFO neutron.db.segments_db [None req-bde9e5a2-84b1-4ccd-b899-acc17742d09a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Added segment 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 of type vxlan for network b13b438c-b2ca-4edb-8b37-207a447afd29 [pid: 7|app: 0|req: 573/1221] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:25 2026] DELETE /v2.0/ports/aea92533-834d-49e0-a075-92c0a86704ab => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1222] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:25.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-14dcacaa-48c6-4d4a-84c2-4d5efe3f2cec bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] TaaS: Handle Delete Port: 71d4b529-8559-4cc3-bfaa-6d9bdc2301af 2026-05-26 09:31:25.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14dcacaa-48c6-4d4a-84c2-4d5efe3f2cec bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Tap Mirror: Handle Delete Port: 71d4b529-8559-4cc3-bfaa-6d9bdc2301af [pid: 7|app: 0|req: 575/1223] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:25 2026] DELETE /v2.0/ports/71d4b529-8559-4cc3-bfaa-6d9bdc2301af => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1224] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:25 2026] GET /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:25.885 8 INFO neutron.db.l3_hamode_db [None req-bde9e5a2-84b1-4ccd-b899-acc17742d09a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:25.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-7441662d-03e3-4b3d-80d2-2e438a3688a5 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] TaaS: Handle Delete Port: b4507ad3-f5f7-452f-a6f9-a135fd0ece63 2026-05-26 09:31:25.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7441662d-03e3-4b3d-80d2-2e438a3688a5 bce6a1dca0ee4b8eb2cfecedf5d8d173 ab36c6a8f5434c2eaeaba5f91b51ed75 - - default default] Tap Mirror: Handle Delete Port: b4507ad3-f5f7-452f-a6f9-a135fd0ece63 [pid: 7|app: 0|req: 577/1225] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:25 2026] DELETE /v2.0/ports/b4507ad3-f5f7-452f-a6f9-a135fd0ece63 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1226] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:26 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:26.242 7 INFO neutron.services.segments.plugin [-] Segment 8fedfd8e-229d-47e9-b75f-44036fcc207b resource provider aggregate not found 2026-05-26 09:31:26.250 7 INFO neutron.services.segments.plugin [-] Segment 8fedfd8e-229d-47e9-b75f-44036fcc207b resource provider aggregate not found 2026-05-26 09:31:26.268 7 INFO neutron.services.segments.plugin [-] Segment 8fedfd8e-229d-47e9-b75f-44036fcc207b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fedfd8e-229d-47e9-b75f-44036fcc207b found for delete ", "request_id": "req-5a0d4c58-1dc8-4291-99d0-8d2878d8302f"}]} 2026-05-26 09:31:26.271 7 INFO neutron.services.segments.plugin [-] Segment 8fedfd8e-229d-47e9-b75f-44036fcc207b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fedfd8e-229d-47e9-b75f-44036fcc207b found for delete ", "request_id": "req-34ccc06b-7b17-46b8-ba56-6df6550c3cbb"}]} [pid: 7|app: 0|req: 579/1227] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:26 2026] DELETE /v2.0/networks/73016476-0bf6-4be6-9458-7ab342949d81 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1228] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:26 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 581/1229] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:26 2026] DELETE /v2.0/networks/9cd9d262-2ac8-44b9-a77c-bdf620a1f897 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1230] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:26 2026] DELETE /v2.0/networks/d1d0a3d8-eb2b-4d90-8e4e-b014deceb17d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:26.720 8 INFO neutron.db.l3_hamode_db [None req-bde9e5a2-84b1-4ccd-b899-acc17742d09a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 583/1231] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:26 2026] DELETE /v2.0/networks/cfb83549-2eb0-4549-9c7e-2599e8f8029e => 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: 584/1232] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:26 2026] DELETE /v2.0/networks/5604a6b5-c409-4609-924f-40ca9d0eaec2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:27.029 8 INFO neutron.services.segments.plugin [-] Segment 9e0662a9-8a86-46c9-abbe-6cef931009e5 resource provider aggregate not found 2026-05-26 09:31:27.034 8 INFO neutron.services.segments.plugin [-] Segment 9e0662a9-8a86-46c9-abbe-6cef931009e5 resource provider aggregate not found 2026-05-26 09:31:27.061 8 INFO neutron.services.segments.plugin [-] Segment 9e0662a9-8a86-46c9-abbe-6cef931009e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e0662a9-8a86-46c9-abbe-6cef931009e5 found for delete ", "request_id": "req-ca98b749-9cb1-4304-a0a7-d379112f654e"}]} 2026-05-26 09:31:27.062 8 INFO neutron.services.segments.plugin [-] Segment 9e0662a9-8a86-46c9-abbe-6cef931009e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e0662a9-8a86-46c9-abbe-6cef931009e5 found for delete ", "request_id": "req-f0208c48-8a52-4cc0-8b57-0804525b5e41"}]} [pid: 7|app: 0|req: 585/1233] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:27 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1234] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:27 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 649/1235] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:25 2026] POST /v2.0/routers => generated 692 bytes in 2129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1236] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:31:27 2026] GET /v2.0/routers/ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 698 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1237] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:31:27 2026] GET /v2.0/routers => generated 701 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1238] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:27 2026] GET /v2.0/security-groups?tenant_id=28836793c1be47ac8011a84e5fb13237&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1239] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:27 2026] DELETE /v2.0/security-groups/6ac371ff-f756-43fe-99f2-5a60fe6b9715 => 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: 589/1240] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:28 2026] GET /v2.0/security-groups?tenant_id=0846e394b9494d8fbc94f572a3d7ccde&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:28.291 7 INFO neutron.services.segments.plugin [-] Segment 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd resource provider aggregate not found 2026-05-26 09:31:28.295 7 INFO neutron.services.segments.plugin [-] Segment 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd resource provider aggregate not found 2026-05-26 09:31:28.313 7 INFO neutron.services.segments.plugin [-] Segment 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd found for delete ", "request_id": "req-3f46028e-6433-4544-9192-1ccb3ab83d00"}]} 2026-05-26 09:31:28.325 7 INFO neutron.services.segments.plugin [-] Segment 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 220e2ce3-f30c-4662-a4cf-a078ba5b5cfd found for delete ", "request_id": "req-95f868cd-28d1-49d0-8ffd-fce8e6b18caa"}]} 2026-05-26 09:31:28.335 7 INFO neutron.services.segments.plugin [-] Segment 53b5e310-e1f9-46c1-93d9-420627bd9ec7 resource provider aggregate not found [pid: 8|app: 0|req: 652/1241] 10.0.0.130 () {34 vars in 741 bytes} [Tue May 26 09:31:27 2026] PUT /v2.0/routers/ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 705 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:28.346 7 INFO neutron.services.segments.plugin [-] Segment 53b5e310-e1f9-46c1-93d9-420627bd9ec7 resource provider aggregate not found 2026-05-26 09:31:28.352 7 INFO neutron.services.segments.plugin [-] Segment 53b5e310-e1f9-46c1-93d9-420627bd9ec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53b5e310-e1f9-46c1-93d9-420627bd9ec7 found for delete ", "request_id": "req-a44950b4-e32d-40bb-b075-828d2cf6568a"}]} 2026-05-26 09:31:28.370 7 INFO neutron.services.segments.plugin [-] Segment 53b5e310-e1f9-46c1-93d9-420627bd9ec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53b5e310-e1f9-46c1-93d9-420627bd9ec7 found for delete ", "request_id": "req-d431ac94-04b9-4eb7-8c4c-3998f59584a5"}]} 2026-05-26 09:31:28.377 7 INFO neutron.services.segments.plugin [-] Segment e7b0c012-b3d9-40b5-9ab8-559ab7058a95 resource provider aggregate not found [pid: 7|app: 0|req: 590/1242] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:28 2026] DELETE /v2.0/security-groups/d5d0b63d-900c-447f-a3b8-57c4f4d3e16b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:28.391 7 INFO neutron.services.segments.plugin [-] Segment e7b0c012-b3d9-40b5-9ab8-559ab7058a95 resource provider aggregate not found 2026-05-26 09:31:28.395 7 INFO neutron.services.segments.plugin [-] Segment e7b0c012-b3d9-40b5-9ab8-559ab7058a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b0c012-b3d9-40b5-9ab8-559ab7058a95 found for delete ", "request_id": "req-5efbe130-39c8-462e-b3ab-9c22d66c8843"}]} 2026-05-26 09:31:28.406 7 INFO neutron.services.segments.plugin [-] Segment f3744602-de8b-48b3-91f2-9883b005c1f2 resource provider aggregate not found [pid: 8|app: 0|req: 653/1243] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:31:28 2026] GET /v2.0/routers/ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:28.411 7 INFO neutron.services.segments.plugin [-] Segment e7b0c012-b3d9-40b5-9ab8-559ab7058a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b0c012-b3d9-40b5-9ab8-559ab7058a95 found for delete ", "request_id": "req-e099d9af-7280-452d-8ba6-550a884b8a63"}]} 2026-05-26 09:31:28.428 7 INFO neutron.services.segments.plugin [-] Segment f3744602-de8b-48b3-91f2-9883b005c1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3744602-de8b-48b3-91f2-9883b005c1f2 found for delete ", "request_id": "req-5eab9461-57fa-4216-83e1-af1f9d7d3973"}]} 2026-05-26 09:31:28.436 7 INFO neutron.services.segments.plugin [-] Segment f3744602-de8b-48b3-91f2-9883b005c1f2 resource provider aggregate not found [pid: 7|app: 0|req: 591/1244] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:28 2026] GET /v2.0/ports?device_id=ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:28.459 7 INFO neutron.services.segments.plugin [-] Segment f3744602-de8b-48b3-91f2-9883b005c1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3744602-de8b-48b3-91f2-9883b005c1f2 found for delete ", "request_id": "req-ae4b6bc2-71f3-46d5-9823-8c8ed4aa3c20"}]} [pid: 7|app: 0|req: 592/1245] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:28 2026] GET /v2.0/security-groups?tenant_id=ab36c6a8f5434c2eaeaba5f91b51ed75&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:28.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bf86181-89f2-481e-b66e-40310d81ce6a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 3a011522-aad7-49ea-85b9-67416b927444 2026-05-26 09:31:28.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf86181-89f2-481e-b66e-40310d81ce6a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 3a011522-aad7-49ea-85b9-67416b927444 [pid: 7|app: 0|req: 593/1246] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:28 2026] DELETE /v2.0/security-groups/5d9c83d7-be35-4184-9865-960d00686d05 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1247] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:28 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 595/1248] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:28 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:28.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bf86181-89f2-481e-b66e-40310d81ce6a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] TaaS: Handle Delete Port: 2dbd5810-82fa-4743-bcd3-2554b54e0754 2026-05-26 09:31:28.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf86181-89f2-481e-b66e-40310d81ce6a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] Tap Mirror: Handle Delete Port: 2dbd5810-82fa-4743-bcd3-2554b54e0754 2026-05-26 09:31:29.292 8 INFO neutron.services.segments.plugin [-] Segment 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 resource provider aggregate not found 2026-05-26 09:31:29.299 8 INFO neutron.services.segments.plugin [-] Segment 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 resource provider aggregate not found 2026-05-26 09:31:29.313 8 INFO neutron.services.segments.plugin [-] Segment 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 found for delete ", "request_id": "req-0d83aab0-921f-4150-a26d-d2dec31e01bd"}]} 2026-05-26 09:31:29.321 8 INFO neutron.services.segments.plugin [-] Segment 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c1454a9-c2d2-4c4d-9c6c-93b37145b245 found for delete ", "request_id": "req-eea2996a-71ae-44c7-b1f8-0c96ebc0e23d"}]} 2026-05-26 09:31:29.322 8 INFO neutron.db.l3_hamode_db [None req-7bf86181-89f2-481e-b66e-40310d81ce6a d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] HA network b13b438c-b2ca-4edb-8b37-207a447afd29 was deleted as no HA routers are present in tenant 24e8aff7bc3f4e1ebf3d1e3927abf9c8. [pid: 8|app: 0|req: 654/1249] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:28 2026] DELETE /v2.0/routers/ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1250] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:29 2026] GET /v2.0/ports?device_id=ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:29.390 8 INFO neutron.api.v2.resource [None req-2fa92676-4d81-4dcd-88a4-c1b5aaa3e0f6 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1251] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/routers/ff46c5a2-083d-4cb3-bc93-40b786a2e814 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1252] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:29 2026] GET /v2.0/ports?device_id=3542672d-07cf-41af-a14d-0d8189ba1d60 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:29.461 8 INFO neutron.api.v2.resource [None req-b2b9db47-2a31-4c62-a9f0-474368756b19 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1253] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/routers/3542672d-07cf-41af-a14d-0d8189ba1d60 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:29.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12d76780-0400-40c7-80fc-d63b2c8c30d1 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1254] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/subnets/040c23a7-e2d9-4d18-b797-bf9335bf05b3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1255] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:29 2026] GET /v2.0/ports?device_id=8773f9ae-d751-432c-b87a-4c3910d5bb71 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:29.539 7 INFO neutron.api.v2.resource [None req-0ed72891-44c4-495c-a147-618e72d07a73 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 599/1256] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/routers/8773f9ae-d751-432c-b87a-4c3910d5bb71 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:29.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85e08d93-e01b-4cef-9956-9d13a26ae9ad d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1257] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/subnets/fef2e281-fab6-4614-927d-3a01fdb5c87e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1258] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:29 2026] GET /v2.0/ports?device_id=17afcee2-0c8c-4d64-95dc-492d88c56753 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:29.610 8 INFO neutron.api.v2.resource [None req-7b565905-bf26-4ac6-87e8-adfe041d9abb d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1259] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/routers/17afcee2-0c8c-4d64-95dc-492d88c56753 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:29.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-728d9e8b-f68b-4373-85c6-f535215d9e28 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1260] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/subnets/5a6f938d-43e7-47d9-b0dd-d8397847e086 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:29.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d1d1f1b-15ca-465a-8b03-ea17e06bb6d2 d50222223e0c4fb6b44e539b47e62a1f 24e8aff7bc3f4e1ebf3d1e3927abf9c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1261] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:29 2026] DELETE /v2.0/subnets/b2f0a314-145c-4e56-9250-d92b197b5be4 => 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: 602/1262] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:29 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1263] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:29 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1264] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:30 2026] GET /v2.0/security-groups?tenant_id=24e8aff7bc3f4e1ebf3d1e3927abf9c8&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1265] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:30 2026] DELETE /v2.0/security-groups/a1bbba13-414a-45ea-b511-fdfbfc40603b => 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: 604/1266] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:30 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1267] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:31 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 664/1268] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:32 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1269] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:32 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:32.406 7 INFO neutron.db.segments_db [None req-63bce2c2-7105-4fb4-bd55-c3901782915d a179e6e71f524de0b9916a390f125df5 f5e07719c15945afa4b7a9dd96ad4160 - - default default] Added segment 19bb4b91-8195-4686-a797-1aec8705469b of type vxlan for network 05e31f64-6390-4c1e-a545-d5027fba5512 [pid: 7|app: 0|req: 605/1270] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:31 2026] POST /v2.0/networks => generated 612 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:32.614 8 INFO neutron.db.segments_db [None req-3c8611c0-538a-4f60-ad5d-a9d3ad199f37 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment 880a645c-bc39-4524-a67d-3774600bc2fd of type vxlan for network 0d2b5361-e165-4f1d-a3bc-8e4bbd9647bd [pid: 8|app: 0|req: 666/1271] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:32 2026] POST /v2.0/networks => generated 610 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:32.789 8 INFO neutron.db.segments_db [None req-dff11ff5-5252-4232-8f48-64ee5398047d 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment 20cca886-374a-4a53-b33a-3e4273194604 of type vxlan for network 1d51de6d-77ab-48db-9faf-20a8d3657cf3 [pid: 7|app: 0|req: 606/1272] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:31:32 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 667/1273] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:32 2026] POST /v2.0/networks => generated 611 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1274] 10.0.0.130 () {34 vars in 747 bytes} [Tue May 26 09:31:32 2026] PUT /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 25 bytes in 98 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: 608/1275] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:32 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 609/1276] 10.0.0.130 () {34 vars in 758 bytes} [Tue May 26 09:31:33 2026] PUT /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/green => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1277] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:32 2026] POST /v2.0/subnets => generated 626 bytes in 283 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: 610/1278] 10.0.0.130 () {32 vars in 826 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/ports?project_id=470f5b17507149f391d21e9c4a0deec3&network_id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 3691 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1279] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 612/1280] 10.0.0.130 () {34 vars in 754 bytes} [Tue May 26 09:31:33 2026] PUT /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/red => generated 4 bytes in 97 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: 613/1281] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1282] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:33 2026] POST /v2.0/subnets => generated 626 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1283] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1284] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:33.587 8 INFO neutron.db.segments_db [None req-8f3a9fe0-f3d3-4223-ae5b-0833792da623 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment a9977f4f-827c-48eb-bb31-3a1757192a76 of type vxlan for network 2d5a5c0f-0dd0-447a-b8ad-013e8717f819 [pid: 7|app: 0|req: 615/1285] 10.0.0.130 () {34 vars in 776 bytes} [Tue May 26 09:31:33 2026] PUT /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 616/1286] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/subnets?network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1287] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:33 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 618/1288] 10.0.0.130 () {34 vars in 747 bytes} [Tue May 26 09:31:33 2026] PUT /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 37 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, ' 2026-05-26 09:31:33.884 8 INFO neutron.db.l3_hamode_db [None req-8f3a9fe0-f3d3-4223-ae5b-0833792da623 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:33.950 7 INFO neutron.db.l3_db [None req-251a215a-0e96-4fe8-adeb-94b1cedf8107 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Floating IP 358822b2-6de1-4e25-857e-31426660b017 disassociated. External IP: 10.96.250.214, port: 7bd17fee-1e65-460f-b285-a884f9633471. 2026-05-26 09:31:34.056 8 INFO neutron.db.l3_hamode_db [None req-8f3a9fe0-f3d3-4223-ae5b-0833792da623 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 619/1289] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:33 2026] PUT /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 554 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:34.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae7dbe52-4f97-4a68-8db2-0102bbf1bd44'] response: {'name': 'network-changed', 'server_uuid': '8279935f-05b7-48a0-99fe-c9c0c4c6727b', 'tag': '7bd17fee-1e65-460f-b285-a884f9633471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 620/1290] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 37 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: 621/1291] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1292] 10.0.0.130 () {32 vars in 735 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:34.599 7 INFO neutron.api.v2.resource [None req-5a261510-9466-4f83-b843-74309d16514b a179e6e71f524de0b9916a390f125df5 f5e07719c15945afa4b7a9dd96ad4160 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1293] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/green => generated 99 bytes in 73 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: 624/1294] 10.0.0.130 () {32 vars in 738 bytes} [Tue May 26 09:31:34 2026] DELETE /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/red => generated 0 bytes in 87 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: 625/1295] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1296] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:33 2026] POST /v2.0/routers => generated 506 bytes in 1207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1297] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1298] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 30 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:34.870 7 INFO neutron.api.v2.resource [None req-95cc672f-3598-4c92-a54f-0b4fd7ef8a97 a179e6e71f524de0b9916a390f125df5 f5e07719c15945afa4b7a9dd96ad4160 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1299] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:31:34 2026] DELETE /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags/green => generated 99 bytes in 59 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: 628/1300] 10.0.0.130 () {32 vars in 730 bytes} [Tue May 26 09:31:34 2026] DELETE /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 0 bytes in 96 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: 629/1301] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:34 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 630/1302] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 631/1303] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:35.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd0c8625-f6d0-46f3-b12a-5f6551b70619 a179e6e71f524de0b9916a390f125df5 f5e07719c15945afa4b7a9dd96ad4160 - - default default] TaaS: Handle Delete Port: 988c8c58-45c7-44b5-b166-1bc071989bd8 2026-05-26 09:31:35.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd0c8625-f6d0-46f3-b12a-5f6551b70619 a179e6e71f524de0b9916a390f125df5 f5e07719c15945afa4b7a9dd96ad4160 - - default default] Tap Mirror: Handle Delete Port: 988c8c58-45c7-44b5-b166-1bc071989bd8 [pid: 7|app: 0|req: 632/1304] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:31:35 2026] DELETE /v2.0/ports/988c8c58-45c7-44b5-b166-1bc071989bd8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1305] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7bd17fee-1e65-460f-b285-a884f9633471 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:35.491 7 INFO neutron.services.segments.plugin [-] Segment 19bb4b91-8195-4686-a797-1aec8705469b resource provider aggregate not found 2026-05-26 09:31:35.507 7 INFO neutron.services.segments.plugin [-] Segment 19bb4b91-8195-4686-a797-1aec8705469b resource provider aggregate not found 2026-05-26 09:31:35.513 7 INFO neutron.services.segments.plugin [-] Segment 19bb4b91-8195-4686-a797-1aec8705469b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19bb4b91-8195-4686-a797-1aec8705469b found for delete ", "request_id": "req-0e1740c2-da1b-4532-a91f-f3bf80270aa6"}]} [pid: 7|app: 0|req: 634/1306] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:35 2026] DELETE /v2.0/networks/05e31f64-6390-4c1e-a545-d5027fba5512 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:35.534 7 INFO neutron.services.segments.plugin [-] Segment 19bb4b91-8195-4686-a797-1aec8705469b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19bb4b91-8195-4686-a797-1aec8705469b found for delete ", "request_id": "req-d509757d-59a3-48c0-b69a-9b9f28711d26"}]} [pid: 7|app: 0|req: 635/1307] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/subnets?id=c6e1cf53-231a-406c-b465-286ba940ed78 => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1308] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1309] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/ports?network_id=86cf180d-5821-48ba-8b72-25384a505de8&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1310] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1311] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:35 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 673/1312] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:34 2026] PUT /v2.0/routers/5f2edf09-6c11-4c2c-aae6-c5d62eafb25f/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1313] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:36 2026] GET /v2.0/ports/68f9eef6-0d10-46c5-baa5-ff6883020091 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1314] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:36 2026] GET /v2.0/security-groups?tenant_id=df3501ec43f54a00a2b86d313bef042f&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1315] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:36 2026] DELETE /v2.0/security-groups/69d7167e-d598-4b3f-b5a1-5eb3c5ef4e30 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1316] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:36 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => 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: 644/1317] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:36 2026] GET /v2.0/security-groups?tenant_id=f5e07719c15945afa4b7a9dd96ad4160&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1318] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:36 2026] DELETE /v2.0/security-groups/4f1d1c7b-9649-4978-a16b-de3af8267688 => 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: 674/1319] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:36 2026] PUT /v2.0/routers/5f2edf09-6c11-4c2c-aae6-c5d62eafb25f/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1320] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:37 2026] GET /v2.0/ports/2103b3aa-9c43-48c4-8651-91a2d4067b52 => generated 955 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:37.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-02c4a43a-f2de-4fa0-893b-3b727d074352 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 2103b3aa-9c43-48c4-8651-91a2d4067b52 2026-05-26 09:31:37.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02c4a43a-f2de-4fa0-893b-3b727d074352 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 2103b3aa-9c43-48c4-8651-91a2d4067b52 [pid: 7|app: 0|req: 647/1321] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:31:37 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1322] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:31:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1323] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:31:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1324] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:37 2026] PUT /v2.0/routers/5f2edf09-6c11-4c2c-aae6-c5d62eafb25f/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1325] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:31:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1326] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:31:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:38.393 7 INFO neutron.db.securitygroups_db [None req-5f589836-0ac0-4852-b7c2-f681d0858152 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Project 470f5b17507149f391d21e9c4a0deec3 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: 652/1327] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:31:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:38.496 7 INFO neutron.db.securitygroups_db [None req-fbd1405b-acae-4b12-8e63-e679570d9eaf c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Project 470f5b17507149f391d21e9c4a0deec3 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 653/1328] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:31:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:38.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-edcf1797-cb0a-4c87-aeb0-b74efa0a3129 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 68f9eef6-0d10-46c5-baa5-ff6883020091 2026-05-26 09:31:38.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edcf1797-cb0a-4c87-aeb0-b74efa0a3129 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 68f9eef6-0d10-46c5-baa5-ff6883020091 [pid: 8|app: 0|req: 676/1329] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:38 2026] PUT /v2.0/routers/5f2edf09-6c11-4c2c-aae6-c5d62eafb25f/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1330] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:39 2026] GET /v2.0/ports?device_id=5f2edf09-6c11-4c2c-aae6-c5d62eafb25f => 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: 654/1331] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:31:38 2026] GET /v2.0/networks => generated 1297 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:39.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ee9222d-f53e-4dbb-94c9-b6412d826dc8 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: cb3a25fa-fa0a-4478-becc-0a5088517ee4 2026-05-26 09:31:39.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee9222d-f53e-4dbb-94c9-b6412d826dc8 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: cb3a25fa-fa0a-4478-becc-0a5088517ee4 [pid: 7|app: 0|req: 655/1332] 10.0.0.236 () {34 vars in 1100 bytes} [Tue May 26 09:31:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1540415396&fields=id&tenant_id=470f5b17507149f391d21e9c4a0deec3 => 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: 658/1335] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:31:39 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 660 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1336] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/quotas/470f5b17507149f391d21e9c4a0deec3 => 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: 660/1337] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&fields=id => generated 149 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:40.155 8 INFO neutron.services.segments.plugin [-] Segment a9977f4f-827c-48eb-bb31-3a1757192a76 resource provider aggregate not found 2026-05-26 09:31:40.157 8 INFO neutron.services.segments.plugin [-] Segment a9977f4f-827c-48eb-bb31-3a1757192a76 resource provider aggregate not found 2026-05-26 09:31:40.186 8 INFO neutron.services.segments.plugin [-] Segment a9977f4f-827c-48eb-bb31-3a1757192a76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9977f4f-827c-48eb-bb31-3a1757192a76 found for delete ", "request_id": "req-8f3328da-c617-4889-869b-eecdabb5cdfb"}]} 2026-05-26 09:31:40.186 8 INFO neutron.services.segments.plugin [-] Segment a9977f4f-827c-48eb-bb31-3a1757192a76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9977f4f-827c-48eb-bb31-3a1757192a76 found for delete ", "request_id": "req-9ad0e415-1480-4105-94e4-f2616de171d9"}]} 2026-05-26 09:31:40.206 8 INFO neutron.db.l3_hamode_db [None req-8ee9222d-f53e-4dbb-94c9-b6412d826dc8 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] HA network 2d5a5c0f-0dd0-447a-b8ad-013e8717f819 was deleted as no HA routers are present in tenant 99a5518e7dde452cbe9749ff42bfa3df. [pid: 8|app: 0|req: 678/1338] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:39 2026] DELETE /v2.0/routers/5f2edf09-6c11-4c2c-aae6-c5d62eafb25f => generated 0 bytes in 1040 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1339] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 662/1340] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 679/1341] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:40 2026] DELETE /v2.0/subnets/be54b34f-8d51-40ae-9094-4d5b3ee59216 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1342] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:40 2026] DELETE /v2.0/subnets/dbc95974-92cf-49ea-865a-f87f4f96891d => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1343] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 663/1344] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:31:40 2026] POST /v2.0/security-groups => generated 1601 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 09:31:40.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-449f857b-4d02-41b2-ab3d-f078133cfa34 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 5f3eeb53-4603-41fc-a800-81aa30d51083 2026-05-26 09:31:40.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-449f857b-4d02-41b2-ab3d-f078133cfa34 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 5f3eeb53-4603-41fc-a800-81aa30d51083 [pid: 7|app: 0|req: 664/1345] 10.0.0.130 () {34 vars in 767 bytes} [Tue May 26 09:31:40 2026] PUT /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1346] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/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: 666/1347] 10.0.0.130 () {34 vars in 778 bytes} [Tue May 26 09:31:40 2026] PUT /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1348] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:40 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1349] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:40 2026] DELETE /v2.0/networks/1d51de6d-77ab-48db-9faf-20a8d3657cf3 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1350] 10.0.0.130 () {34 vars in 774 bytes} [Tue May 26 09:31:40 2026] PUT /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1351] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:41.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1517421-4152-4e23-a7d8-0f7040269b16 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 0f13e71b-4f1b-43a5-aa8f-aa7ce2e553ee 2026-05-26 09:31:41.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1517421-4152-4e23-a7d8-0f7040269b16 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 0f13e71b-4f1b-43a5-aa8f-aa7ce2e553ee [pid: 7|app: 0|req: 670/1352] 10.0.0.130 () {34 vars in 796 bytes} [Tue May 26 09:31:41 2026] PUT /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1353] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1354] 10.0.0.130 () {34 vars in 767 bytes} [Tue May 26 09:31:41 2026] PUT /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1355] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1356] 10.0.0.130 () {32 vars in 755 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1357] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:40 2026] DELETE /v2.0/networks/0d2b5361-e165-4f1d-a3bc-8e4bbd9647bd => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:41.336 7 INFO neutron.api.v2.resource [None req-0152589e-d15c-40f2-9f26-e9c7c8ec2d53 1f79e28461a54ff6933b5fd6f72bbc44 9b94cfc0f38646f78d59c801de85262e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 675/1358] 10.0.0.130 () {32 vars in 759 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 09:31:41.379 8 INFO neutron.db.segments_db [None req-8cf3cbcc-3dde-4862-a2ba-1977723eee3d 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment 5e33b443-af51-4ca0-9a8f-126e3b15b176 of type vxlan for network 5ac02783-cab4-4d98-b38d-0135fbde1e81 [pid: 7|app: 0|req: 676/1359] 10.0.0.130 () {32 vars in 758 bytes} [Tue May 26 09:31:41 2026] DELETE /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1360] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1361] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:41 2026] POST /v2.0/networks => generated 611 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:41.493 7 INFO neutron.api.v2.resource [None req-82680284-5354-4c66-beb7-c56848e1f406 1f79e28461a54ff6933b5fd6f72bbc44 9b94cfc0f38646f78d59c801de85262e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1362] 10.0.0.130 () {32 vars in 762 bytes} [Tue May 26 09:31:41 2026] DELETE /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1363] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:31:41 2026] DELETE /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1364] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1365] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:41 2026] DELETE /v2.0/security-groups/9fc5e45b-8f50-4ba9-90c8-4d708d38eda3 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1366] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:41 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1367] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:41 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:41.781 8 INFO neutron.db.segments_db [None req-2b63727b-f565-407c-b7dd-a51764790625 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment 6c7d47b5-101f-4d78-9040-452c9175b08e of type vxlan for network 6d7b1f29-0981-4445-af09-19dae584f347 2026-05-26 09:31:42.207 8 INFO neutron.services.segments.plugin [-] Segment 20cca886-374a-4a53-b33a-3e4273194604 resource provider aggregate not found 2026-05-26 09:31:42.211 8 INFO neutron.services.segments.plugin [-] Segment 20cca886-374a-4a53-b33a-3e4273194604 resource provider aggregate not found 2026-05-26 09:31:42.224 8 INFO neutron.services.segments.plugin [-] Segment 20cca886-374a-4a53-b33a-3e4273194604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cca886-374a-4a53-b33a-3e4273194604 found for delete ", "request_id": "req-49b4b5ce-c4e9-4e8d-a19d-d130f9750b29"}]} 2026-05-26 09:31:42.243 8 INFO neutron.services.segments.plugin [-] Segment 20cca886-374a-4a53-b33a-3e4273194604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cca886-374a-4a53-b33a-3e4273194604 found for delete ", "request_id": "req-a75c2e99-0d19-4217-981c-ba55ae78e40f"}]} 2026-05-26 09:31:42.249 8 INFO neutron.services.segments.plugin [-] Segment 880a645c-bc39-4524-a67d-3774600bc2fd resource provider aggregate not found 2026-05-26 09:31:42.269 8 INFO neutron.services.segments.plugin [-] Segment 880a645c-bc39-4524-a67d-3774600bc2fd resource provider aggregate not found 2026-05-26 09:31:42.272 8 INFO neutron.db.l3_hamode_db [None req-2b63727b-f565-407c-b7dd-a51764790625 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:42.274 8 INFO neutron.services.segments.plugin [-] Segment 880a645c-bc39-4524-a67d-3774600bc2fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880a645c-bc39-4524-a67d-3774600bc2fd found for delete ", "request_id": "req-0b4d4b27-3029-43e3-a1ba-4b0ed2a8c34d"}]} 2026-05-26 09:31:42.290 8 INFO neutron.services.segments.plugin [-] Segment 880a645c-bc39-4524-a67d-3774600bc2fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880a645c-bc39-4524-a67d-3774600bc2fd found for delete ", "request_id": "req-e2e1dc0d-c3df-4bd2-85e2-f143eef08f8c"}]} 2026-05-26 09:31:42.382 8 INFO neutron.db.l3_hamode_db [None req-2b63727b-f565-407c-b7dd-a51764790625 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 683/1368] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:42 2026] GET /v2.0/security-groups?tenant_id=9b94cfc0f38646f78d59c801de85262e&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1369] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:42 2026] DELETE /v2.0/security-groups/99a0ce30-a6c1-45ae-a013-ca87971135f1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1370] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:42 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 686/1371] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:42 2026] GET /v2.0/security-groups?tenant_id=c9a8c1216c5f4178a387da34f20ec708&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1372] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:41 2026] POST /v2.0/routers => generated 506 bytes in 1351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1373] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:43 2026] DELETE /v2.0/security-groups/c2d4183e-a4a4-4653-a1ea-b9641b538ce0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1374] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:31:43 2026] POST /v2.0/ports => generated 946 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 688/1375] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:43 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 689/1376] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:31:44 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 690/1377] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:31:44 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1378] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:44 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1379] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:43 2026] PUT /v2.0/routers/c60a82b6-8ad5-4328-94de-7aeb5104829e/add_router_interface => generated 309 bytes in 1366 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: 692/1380] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:31:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=470f5b17507149f391d21e9c4a0deec3 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1381] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:44 2026] GET /v2.0/ports/16cb2db3-e43f-4f47-ae4c-d82108824c5d => generated 1020 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1382] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:31:44 2026] POST /v2.0/ports => generated 954 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:45.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e36187b-ef32-40a5-a12f-fb4086735eeb 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 16cb2db3-e43f-4f47-ae4c-d82108824c5d 2026-05-26 09:31:45.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e36187b-ef32-40a5-a12f-fb4086735eeb 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 16cb2db3-e43f-4f47-ae4c-d82108824c5d [pid: 8|app: 0|req: 694/1383] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:45 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 957 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1384] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:44 2026] PUT /v2.0/routers/c60a82b6-8ad5-4328-94de-7aeb5104829e/remove_router_interface => generated 309 bytes in 961 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: 691/1385] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:45 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:46.034 7 INFO neutron.api.v2.resource [None req-fa2b8033-c8cd-4118-a1fe-16b8e76feeca 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 692/1386] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:45 2026] PUT /v2.0/routers/c60a82b6-8ad5-4328-94de-7aeb5104829e/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1387] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:46 2026] GET /v2.0/ports?device_id=c60a82b6-8ad5-4328-94de-7aeb5104829e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:46.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb03d5dd-f69e-4f96-b006-8c42893e6ab2 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 18b801ca-2941-4446-81fc-203dcdbe0cc5 2026-05-26 09:31:46.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb03d5dd-f69e-4f96-b006-8c42893e6ab2 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 18b801ca-2941-4446-81fc-203dcdbe0cc5 [pid: 8|app: 0|req: 695/1388] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:31:45 2026] PUT /v2.0/ports/b7f70e82-ea0f-4baa-ace8-5684fa4ec653 => generated 1235 bytes in 2268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:48.061 7 INFO neutron.services.segments.plugin [-] Segment 6c7d47b5-101f-4d78-9040-452c9175b08e resource provider aggregate not found 2026-05-26 09:31:48.093 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4ac279a-d47c-4994-af35-ba3ce366880b'] response: {'name': 'network-changed', 'server_uuid': '596b7efc-2c11-4925-abd3-59aeb09da303', 'tag': 'b7f70e82-ea0f-4baa-ace8-5684fa4ec653', 'status': 'completed', 'code': 200} 2026-05-26 09:31:48.101 7 INFO neutron.services.segments.plugin [-] Segment 6c7d47b5-101f-4d78-9040-452c9175b08e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c7d47b5-101f-4d78-9040-452c9175b08e found for delete ", "request_id": "req-4090bb08-bd6a-40f7-8197-c5b644b87bc5"}]} 2026-05-26 09:31:48.102 7 INFO neutron.db.l3_hamode_db [None req-cb03d5dd-f69e-4f96-b006-8c42893e6ab2 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] HA network 6d7b1f29-0981-4445-af09-19dae584f347 was deleted as no HA routers are present in tenant 99a5518e7dde452cbe9749ff42bfa3df. [pid: 7|app: 0|req: 694/1389] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:46 2026] DELETE /v2.0/routers/c60a82b6-8ad5-4328-94de-7aeb5104829e => generated 0 bytes in 1453 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:31:48.176 7 INFO neutron.services.segments.plugin [-] Segment 6c7d47b5-101f-4d78-9040-452c9175b08e resource provider aggregate not found 2026-05-26 09:31:48.200 7 INFO neutron.services.segments.plugin [-] Segment 6c7d47b5-101f-4d78-9040-452c9175b08e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c7d47b5-101f-4d78-9040-452c9175b08e found for delete ", "request_id": "req-a5e6e10e-8e4d-40b9-bed0-284b29c1e457"}]} [pid: 7|app: 0|req: 695/1390] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:48 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1391] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:48 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 696/1392] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:48 2026] DELETE /v2.0/subnets/ba831949-9056-4fe0-8f9d-d300b9c40f85 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:48.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b6d395b-6162-4998-97d3-4c532e9e8566 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 629e3747-3bbd-414c-9bc3-a8eab0366113 2026-05-26 09:31:48.462 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b6d395b-6162-4998-97d3-4c532e9e8566 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 629e3747-3bbd-414c-9bc3-a8eab0366113 [pid: 7|app: 0|req: 697/1393] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:48 2026] DELETE /v2.0/networks/5ac02783-cab4-4d98-b38d-0135fbde1e81 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1394] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:48 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1395] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:31:48 2026] GET /v2.0/networks?tenant_id=470f5b17507149f391d21e9c4a0deec3&shared=False => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:48.728 7 INFO neutron.db.segments_db [None req-98f61641-522d-4740-ab8b-aca19cbf2df9 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 of type vxlan for network 578cac09-26e9-4084-b09c-cc566fbaf67e [pid: 8|app: 0|req: 699/1396] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:31:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1397] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:48 2026] POST /v2.0/networks => generated 611 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1398] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:48 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) 2026-05-26 09:31:49.146 8 INFO neutron.db.segments_db [None req-6c9db5d7-1063-4384-a09b-318cb941057a 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment 0cfe5cad-bba1-49fc-8787-7ff71de6a818 of type vxlan for network 59415710-2605-423a-816e-1a22977b095d 2026-05-26 09:31:49.268 7 INFO neutron.db.segments_db [None req-f626f995-9553-4db8-8c16-8f1269975f1e f7a57c442a1c461d9e88784497392011 a8bd770c3f6c42d696ac7faaf8a1cbea - - default default] Added segment dabf054d-206f-4fda-a56e-4c8bba9b43cf of type vxlan for network 2f673268-5005-4133-927a-c651e0d7d03c [pid: 7|app: 0|req: 699/1399] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:31:48 2026] POST /v2.0/networks => generated 613 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:49.447 8 INFO neutron.db.l3_hamode_db [None req-6c9db5d7-1063-4384-a09b-318cb941057a 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:31:49.574 8 INFO neutron.db.l3_hamode_db [None req-6c9db5d7-1063-4384-a09b-318cb941057a 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 700/1400] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:49 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: 7|app: 0|req: 701/1401] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:49 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1402] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:31:49 2026] PUT /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1403] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:49 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1404] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:49 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1405] 10.0.0.130 () {34 vars in 762 bytes} [Tue May 26 09:31:49 2026] PUT /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1406] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:49 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1407] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:49 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1408] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:31:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7f70e82-ea0f-4baa-ace8-5684fa4ec653 => 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: 709/1409] 10.0.0.130 () {34 vars in 758 bytes} [Tue May 26 09:31:49 2026] PUT /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1410] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets?id=c6e1cf53-231a-406c-b465-286ba940ed78 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:50.119 7 INFO neutron.services.segments.plugin [-] Segment 5e33b443-af51-4ca0-9a8f-126e3b15b176 resource provider aggregate not found [pid: 7|app: 0|req: 711/1411] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:50.143 7 INFO neutron.services.segments.plugin [-] Segment 5e33b443-af51-4ca0-9a8f-126e3b15b176 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e33b443-af51-4ca0-9a8f-126e3b15b176 found for delete ", "request_id": "req-cef4328a-f3b3-4f22-9baf-519dd87d48ca"}]} [pid: 7|app: 0|req: 712/1412] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/ports?network_id=86cf180d-5821-48ba-8b72-25384a505de8&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:50.228 7 INFO neutron.services.segments.plugin [-] Segment 5e33b443-af51-4ca0-9a8f-126e3b15b176 resource provider aggregate not found [pid: 8|app: 0|req: 701/1413] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:49 2026] POST /v2.0/routers => generated 506 bytes in 1135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:31:50.250 7 INFO neutron.services.segments.plugin [-] Segment 5e33b443-af51-4ca0-9a8f-126e3b15b176 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e33b443-af51-4ca0-9a8f-126e3b15b176 found for delete ", "request_id": "req-c1fad691-e60a-4a23-87b0-e6c5aaba3fcf"}]} [pid: 7|app: 0|req: 713/1414] 10.0.0.130 () {34 vars in 780 bytes} [Tue May 26 09:31:50 2026] PUT /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1415] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1416] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1417] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 705/1418] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:31:50 2026] PUT /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1419] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1420] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:50.565 8 INFO neutron.api.v2.resource [None req-f9573ba3-6654-4e4e-ba20-c2334f79e1bb f7a57c442a1c461d9e88784497392011 a8bd770c3f6c42d696ac7faaf8a1cbea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 708/1421] 10.0.0.130 () {32 vars in 743 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1422] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:31:50 2026] DELETE /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1423] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:50.716 8 INFO neutron.api.v2.resource [None req-ccbb36af-df72-46c4-b613-f05ec9abac6e f7a57c442a1c461d9e88784497392011 a8bd770c3f6c42d696ac7faaf8a1cbea - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1424] 10.0.0.130 () {32 vars in 746 bytes} [Tue May 26 09:31:50 2026] DELETE /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1425] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:31:50 2026] DELETE /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1426] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1427] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:50 2026] DELETE /v2.0/subnets/e2f8f2d6-ea61-47a0-9b36-4ef6c53dbff3 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1428] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:50 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:51.165 8 INFO neutron.services.segments.plugin [-] Segment dabf054d-206f-4fda-a56e-4c8bba9b43cf resource provider aggregate not found 2026-05-26 09:31:51.177 8 INFO neutron.services.segments.plugin [-] Segment dabf054d-206f-4fda-a56e-4c8bba9b43cf resource provider aggregate not found 2026-05-26 09:31:51.194 8 INFO neutron.services.segments.plugin [-] Segment dabf054d-206f-4fda-a56e-4c8bba9b43cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dabf054d-206f-4fda-a56e-4c8bba9b43cf found for delete ", "request_id": "req-9518d3aa-f6e0-4035-a749-ce718c30c64f"}]} 2026-05-26 09:31:51.195 8 INFO neutron.services.segments.plugin [-] Segment dabf054d-206f-4fda-a56e-4c8bba9b43cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dabf054d-206f-4fda-a56e-4c8bba9b43cf found for delete ", "request_id": "req-6082e05c-123f-4381-a9ab-16d280d4758e"}]} [pid: 8|app: 0|req: 716/1429] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:51 2026] DELETE /v2.0/networks/2f673268-5005-4133-927a-c651e0d7d03c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1430] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:51 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1431] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:31:50 2026] PUT /v2.0/routers/cd6b3150-5a43-43df-95fc-d6d8396ded0c/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1432] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:31:51 2026] GET /v2.0/ports/1b5f98c5-b94d-4701-9f8e-cef82a8d715b => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:51.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a1d6481-9b17-4b57-b7e1-08eda8368411 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 1b5f98c5-b94d-4701-9f8e-cef82a8d715b 2026-05-26 09:31:51.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a1d6481-9b17-4b57-b7e1-08eda8368411 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 1b5f98c5-b94d-4701-9f8e-cef82a8d715b [pid: 8|app: 0|req: 719/1433] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:51 2026] GET /v2.0/security-groups?tenant_id=a8bd770c3f6c42d696ac7faaf8a1cbea&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: 720/1434] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:52 2026] DELETE /v2.0/security-groups/ad3a684a-1f6e-4111-94fd-949c59fe1fb4 => 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: 715/1435] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:31:51 2026] PUT /v2.0/routers/cd6b3150-5a43-43df-95fc-d6d8396ded0c/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1436] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:52 2026] GET /v2.0/ports?device_id=cd6b3150-5a43-43df-95fc-d6d8396ded0c => 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: 716/1437] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:52 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:52.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-59b939bd-812d-446b-b924-fb2446eb2a57 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: f39d1fb0-b6e6-4915-a43b-9020bd27f1e2 2026-05-26 09:31:52.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59b939bd-812d-446b-b924-fb2446eb2a57 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: f39d1fb0-b6e6-4915-a43b-9020bd27f1e2 [pid: 7|app: 0|req: 717/1438] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:52 2026] GET /v2.0/security-groups?tenant_id=5ddb38d7d0184609829d2ba16f97cbba&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1439] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:52 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 719/1440] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:52 2026] DELETE /v2.0/security-groups/cb766055-4777-4a59-b5b8-7f4c934dadf2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:31:52.850 8 INFO neutron.db.l3_hamode_db [None req-59b939bd-812d-446b-b924-fb2446eb2a57 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] HA network 59415710-2605-423a-816e-1a22977b095d was deleted as no HA routers are present in tenant 99a5518e7dde452cbe9749ff42bfa3df. [pid: 8|app: 0|req: 722/1441] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:52 2026] DELETE /v2.0/routers/cd6b3150-5a43-43df-95fc-d6d8396ded0c => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1442] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:52 2026] DELETE /v2.0/subnets/7fbeab0d-8a74-41cb-a7d7-438f9b2d68b6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1443] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:31:53 2026] DELETE /v2.0/networks/578cac09-26e9-4084-b09c-cc566fbaf67e => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:53.217 8 INFO neutron.services.segments.plugin [-] Segment 0cfe5cad-bba1-49fc-8787-7ff71de6a818 resource provider aggregate not found 2026-05-26 09:31:53.222 8 INFO neutron.services.segments.plugin [-] Segment 0cfe5cad-bba1-49fc-8787-7ff71de6a818 resource provider aggregate not found 2026-05-26 09:31:53.239 8 INFO neutron.services.segments.plugin [-] Segment 0cfe5cad-bba1-49fc-8787-7ff71de6a818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cfe5cad-bba1-49fc-8787-7ff71de6a818 found for delete ", "request_id": "req-7fd1e07a-1700-4936-b61c-9e16fa2fcd5b"}]} 2026-05-26 09:31:53.245 8 INFO neutron.services.segments.plugin [-] Segment 0cfe5cad-bba1-49fc-8787-7ff71de6a818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cfe5cad-bba1-49fc-8787-7ff71de6a818 found for delete ", "request_id": "req-b14c8ddc-2078-4e25-bb9c-da46ab231b42"}]} 2026-05-26 09:31:53.263 8 INFO neutron.services.segments.plugin [-] Segment 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 resource provider aggregate not found 2026-05-26 09:31:53.267 8 INFO neutron.services.segments.plugin [-] Segment 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 resource provider aggregate not found 2026-05-26 09:31:53.293 8 INFO neutron.services.segments.plugin [-] Segment 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 found for delete ", "request_id": "req-b4680a34-8ebb-452f-b603-b92d3071c1bc"}]} 2026-05-26 09:31:53.297 8 INFO neutron.services.segments.plugin [-] Segment 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2803a8aa-5e5b-4813-bc4a-9f45af60cfe6 found for delete ", "request_id": "req-5b9e6b08-779a-4d69-855a-09ecc6044066"}]} 2026-05-26 09:31:53.313 7 INFO neutron.db.segments_db [None req-ab0eeb16-b082-4002-8b63-bda2236f9f24 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Added segment d8e8add6-8182-455d-b1fa-1f14e32be57c of type vxlan for network c217c750-c080-415b-a4a6-174d08eb93ba 2026-05-26 09:31:53.567 7 INFO neutron.db.l3_hamode_db [None req-ab0eeb16-b082-4002-8b63-bda2236f9f24 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 724/1444] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:53 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 725/1445] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:53 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:54.556 7 INFO neutron.db.l3_hamode_db [None req-ab0eeb16-b082-4002-8b63-bda2236f9f24 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 726/1446] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:54 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1447] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:54 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 721/1450] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:31:53 2026] POST /v2.0/routers => generated 688 bytes in 2367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1451] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:55 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1452] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 730/1453] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:31:55 2026] GET /v2.0/routers/1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 694 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1454] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1455] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1456] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/routers => generated 697 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1457] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 726/1458] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 727/1459] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1460] 10.0.0.130 () {34 vars in 741 bytes} [Tue May 26 09:31:56 2026] PUT /v2.0/routers/1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 701 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1461] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:56.882 7 INFO neutron.db.l3_db [None req-e375449e-750b-440a-8783-a65b63239220 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Floating IP 358822b2-6de1-4e25-857e-31426660b017 associated. External IP: 10.96.250.214, port: b7f70e82-ea0f-4baa-ace8-5684fa4ec653. [pid: 8|app: 0|req: 735/1462] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/routers/1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 701 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1463] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 737/1464] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:56 2026] GET /v2.0/ports?device_id=1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:57.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-4347319c-d0b4-4aad-9bdd-ab390da3f476 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: d5a03ba1-0abd-429b-94cb-462c58c1cac8 [pid: 7|app: 0|req: 728/1465] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:31:56 2026] PUT /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 855 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:57.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4347319c-d0b4-4aad-9bdd-ab390da3f476 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: d5a03ba1-0abd-429b-94cb-462c58c1cac8 [pid: 7|app: 0|req: 729/1466] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:57.245 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8dadc92-b5ea-470a-b69d-55ccc22c0c7b'] response: {'name': 'network-changed', 'server_uuid': '596b7efc-2c11-4925-abd3-59aeb09da303', 'tag': 'b7f70e82-ea0f-4baa-ace8-5684fa4ec653', 'status': 'completed', 'code': 200} 2026-05-26 09:31:57.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-4347319c-d0b4-4aad-9bdd-ab390da3f476 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] TaaS: Handle Delete Port: 6a569b93-13d9-456c-8491-25a3565806d7 2026-05-26 09:31:57.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4347319c-d0b4-4aad-9bdd-ab390da3f476 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] Tap Mirror: Handle Delete Port: 6a569b93-13d9-456c-8491-25a3565806d7 2026-05-26 09:31:57.752 8 INFO neutron.services.segments.plugin [-] Segment d8e8add6-8182-455d-b1fa-1f14e32be57c resource provider aggregate not found 2026-05-26 09:31:57.758 8 INFO neutron.services.segments.plugin [-] Segment d8e8add6-8182-455d-b1fa-1f14e32be57c resource provider aggregate not found 2026-05-26 09:31:57.780 8 INFO neutron.services.segments.plugin [-] Segment d8e8add6-8182-455d-b1fa-1f14e32be57c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8e8add6-8182-455d-b1fa-1f14e32be57c found for delete ", "request_id": "req-98e97a98-672b-4cb5-bd85-4c8886097c7e"}]} 2026-05-26 09:31:57.785 8 INFO neutron.services.segments.plugin [-] Segment d8e8add6-8182-455d-b1fa-1f14e32be57c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8e8add6-8182-455d-b1fa-1f14e32be57c found for delete ", "request_id": "req-317215c1-676a-49b3-a221-e2ef0afa2367"}]} 2026-05-26 09:31:57.800 8 INFO neutron.db.l3_hamode_db [None req-4347319c-d0b4-4aad-9bdd-ab390da3f476 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] HA network c217c750-c080-415b-a4a6-174d08eb93ba was deleted as no HA routers are present in tenant 99a5518e7dde452cbe9749ff42bfa3df. [pid: 8|app: 0|req: 738/1467] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:56 2026] DELETE /v2.0/routers/1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1468] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/ports?tenant_id=470f5b17507149f391d21e9c4a0deec3&device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1469] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/ports?device_id=1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:57.856 8 INFO neutron.api.v2.resource [None req-da3a85c6-2db1-4901-9294-03055041d1b9 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1470] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:57 2026] DELETE /v2.0/routers/1ee409b6-826e-4c3c-92df-c1a6beb3c025 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1471] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/networks?id=86cf180d-5821-48ba-8b72-25384a505de8 => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1472] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/ports?device_id=cd6b3150-5a43-43df-95fc-d6d8396ded0c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:57.902 8 INFO neutron.api.v2.resource [None req-53e23006-abb6-4cfa-940f-253fd024ae8f 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1473] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:57 2026] DELETE /v2.0/routers/cd6b3150-5a43-43df-95fc-d6d8396ded0c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:57.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77eb0f02-67f7-4871-9e69-e85777d5d95c 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 743/1474] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:57 2026] DELETE /v2.0/subnets/7fbeab0d-8a74-41cb-a7d7-438f9b2d68b6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1475] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7f70e82-ea0f-4baa-ace8-5684fa4ec653 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1476] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/ports?device_id=c60a82b6-8ad5-4328-94de-7aeb5104829e => 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: 733/1477] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/subnets?id=c6e1cf53-231a-406c-b465-286ba940ed78 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:57.968 8 INFO neutron.api.v2.resource [None req-4cb79810-708e-4bb0-b227-f5726d269987 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1478] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:57 2026] DELETE /v2.0/routers/c60a82b6-8ad5-4328-94de-7aeb5104829e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:57.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af841dd5-3993-4240-903f-c1623e28dd52 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1479] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:57 2026] DELETE /v2.0/subnets/ba831949-9056-4fe0-8f9d-d300b9c40f85 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1480] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/ports?device_id=5f2edf09-6c11-4c2c-aae6-c5d62eafb25f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1481] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:31:57 2026] GET /v2.0/ports?network_id=86cf180d-5821-48ba-8b72-25384a505de8&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:31:58.038 8 INFO neutron.api.v2.resource [None req-2fbb5003-9075-4b92-ae4a-ffd8edf80f4e 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 748/1482] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:58 2026] DELETE /v2.0/routers/5f2edf09-6c11-4c2c-aae6-c5d62eafb25f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:31:58.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b147564-e504-4eb5-826c-4a962f720edb 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1483] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:58 2026] DELETE /v2.0/subnets/be54b34f-8d51-40ae-9094-4d5b3ee59216 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1484] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:31:58.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01544de7-17c9-4633-8d50-2d000c18baf4 27255b7616164cef92a086e31870c611 99a5518e7dde452cbe9749ff42bfa3df - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1485] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:31:58 2026] DELETE /v2.0/subnets/dbc95974-92cf-49ea-865a-f87f4f96891d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1486] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1487] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&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: 737/1488] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8?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: 752/1489] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 855 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1490] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:31:58 2026] GET /v2.0/security-groups?tenant_id=99a5518e7dde452cbe9749ff42bfa3df&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1491] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:31:58 2026] DELETE /v2.0/security-groups/be328e60-5f48-44ce-9ab8-d283915b8a6b => 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: 739/1492] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:31:59 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 740/1493] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:31:59 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:59.269 8 INFO neutron_taas.services.taas.taas_plugin [req-8ab085bf-4ccd-4f46-8d96-851b37dff8b1 req-39c27695-a292-4b25-8f8b-b39204c74ee3 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] TaaS: Handle Delete Port: d4bbe216-090d-45a2-8234-f2c5a6590471 2026-05-26 09:31:59.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8ab085bf-4ccd-4f46-8d96-851b37dff8b1 req-39c27695-a292-4b25-8f8b-b39204c74ee3 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] Tap Mirror: Handle Delete Port: d4bbe216-090d-45a2-8234-f2c5a6590471 [pid: 7|app: 0|req: 741/1494] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:31:59 2026] GET /v2.0/security-groups?id=9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1495] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:31:59 2026] GET /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 857 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:31:59.453 8 INFO neutron.db.l3_db [req-8ab085bf-4ccd-4f46-8d96-851b37dff8b1 req-39c27695-a292-4b25-8f8b-b39204c74ee3 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] Floating IP 8db2356e-abdd-478c-9881-dac6eac0406e disassociated. External IP: 10.96.250.206, port: d4bbe216-090d-45a2-8234-f2c5a6590471. [pid: 8|app: 0|req: 754/1496] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:31:59 2026] DELETE /v2.0/ports/d4bbe216-090d-45a2-8234-f2c5a6590471 => generated 0 bytes in 743 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:31:59.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3144c21b-ac4c-4654-bb25-d35b98c935ea'] response: {'server_uuid': '3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4', 'name': 'network-vif-deleted', 'tag': 'd4bbe216-090d-45a2-8234-f2c5a6590471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 743/1497] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:00 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 755/1498] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:01 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => 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: 756/1499] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:02 2026] GET /v2.0/ports?device_id=3f94cad7-f535-4bd0-9bd5-9ecf3834ebe4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:02.749 7 INFO neutron.db.segments_db [None req-e4db6d74-35f3-45c7-b5ee-dbacdd719d5a 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Added segment 4bb56d42-b05d-443c-958a-de527e8e3b3c of type vxlan for network 02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c [pid: 7|app: 0|req: 744/1500] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:02 2026] POST /v2.0/networks => generated 620 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1501] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:02 2026] POST /v2.0/subnets => generated 658 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1502] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:32:03 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1503] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:03 2026] POST /v2.0/subnets => generated 731 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1504] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:03 2026] GET /v2.0/security-groups?tenant_id=b3e122f3713e485ba90eee49137de8f5&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:03.666 8 INFO neutron.db.segments_db [None req-3ce6b532-26eb-4fe5-8098-4e0d8ef98779 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Added segment a3276e29-ebd3-43e9-8ef4-3abb76be3cef of type vxlan for network 41043bd3-1517-4dd0-99e9-cbe3041e8f88 [pid: 8|app: 0|req: 759/1505] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:03 2026] POST /v2.0/networks => generated 619 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1506] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:03 2026] DELETE /v2.0/security-groups/851f0a15-b592-4331-8427-018f150b75c0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1507] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:03 2026] DELETE /v2.0/security-groups/9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:03.852 8 INFO neutron.api.v2.resource [None req-e5775fab-4e24-49c4-850f-1dc97fc5aaec 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1508] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:32:03 2026] GET /v2.0/security-groups/9d852e34-35ac-4a9e-b0ec-78fc4fe7a14b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:32:03.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-d52186ee-19be-44aa-a595-4bd00c6179e4 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] TaaS: Handle Delete Port: 97cd4285-b30f-406d-a4ea-ac706c8acdde 2026-05-26 09:32:03.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d52186ee-19be-44aa-a595-4bd00c6179e4 62e15d7732a84fbe9ae76a75ddbd5c17 b6ecfb79370b4f22969c92e42bcd0a38 - - default default] Tap Mirror: Handle Delete Port: 97cd4285-b30f-406d-a4ea-ac706c8acdde [pid: 7|app: 0|req: 748/1509] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:03 2026] POST /v2.0/subnets => generated 656 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1510] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:03 2026] DELETE /v2.0/floatingips/8db2356e-abdd-478c-9881-dac6eac0406e => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1511] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:04 2026] GET /v2.0/security-groups?tenant_id=d362209d888a4b4da48361753e05cc05&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1512] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:04 2026] POST /v2.0/subnets => generated 725 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:04.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbccfe8b-4158-4775-a46b-dc564e686f1a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 03de715e-3420-4348-9fb8-c4118e163114 2026-05-26 09:32:04.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbccfe8b-4158-4775-a46b-dc564e686f1a 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 03de715e-3420-4348-9fb8-c4118e163114 [pid: 8|app: 0|req: 764/1513] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:04 2026] DELETE /v2.0/security-groups/d4b5c89a-6a63-44f3-a882-34b7fe1de9d7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:04.734 8 INFO neutron.db.segments_db [None req-86f8ed99-72ce-4bb6-8808-b10d0251a8e3 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Added segment 9e49c343-5a73-40fe-8d61-2a634430add0 of type vxlan for network d7b0c854-ca03-4399-b172-365466602610 [pid: 8|app: 0|req: 765/1514] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:04 2026] POST /v2.0/networks => generated 618 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1515] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:04 2026] POST /v2.0/subnets => generated 656 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1516] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:32:04 2026] PUT /v2.0/routers/6ba20d64-f9a6-4570-9472-2e4550348654/remove_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1517] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:05 2026] POST /v2.0/subnets => generated 730 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:05.432 8 INFO neutron.db.segments_db [None req-149e01e2-57d6-4dbe-9dba-e25d067f1f0e 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Added segment 2aaebc04-ef69-4ff2-9415-39c779e8d812 of type vxlan for network 7312d86d-cba3-415b-a9ab-0dd70a35f5aa 2026-05-26 09:32:05.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-2921376b-5f7a-45df-85bc-3483799aabce 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: dcdd7249-f4e6-4f8a-9075-c6318f110995 2026-05-26 09:32:05.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2921376b-5f7a-45df-85bc-3483799aabce 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: dcdd7249-f4e6-4f8a-9075-c6318f110995 2026-05-26 09:32:05.707 8 INFO neutron.db.l3_hamode_db [None req-149e01e2-57d6-4dbe-9dba-e25d067f1f0e 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:32:05.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-2921376b-5f7a-45df-85bc-3483799aabce 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: a617e149-ea19-44d6-919b-d0f1cd5ca683 2026-05-26 09:32:05.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2921376b-5f7a-45df-85bc-3483799aabce 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: a617e149-ea19-44d6-919b-d0f1cd5ca683 2026-05-26 09:32:06.666 8 INFO neutron.db.l3_hamode_db [None req-149e01e2-57d6-4dbe-9dba-e25d067f1f0e 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:32:06.717 7 INFO neutron.services.segments.plugin [-] Segment d3a2df67-4489-49f8-9b16-d9ad764e3d36 resource provider aggregate not found 2026-05-26 09:32:06.723 7 INFO neutron.services.segments.plugin [-] Segment d3a2df67-4489-49f8-9b16-d9ad764e3d36 resource provider aggregate not found 2026-05-26 09:32:06.740 7 INFO neutron.services.segments.plugin [-] Segment d3a2df67-4489-49f8-9b16-d9ad764e3d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a2df67-4489-49f8-9b16-d9ad764e3d36 found for delete ", "request_id": "req-0ca46a25-5af9-45bd-9395-c06e4de96252"}]} 2026-05-26 09:32:06.749 7 INFO neutron.services.segments.plugin [-] Segment d3a2df67-4489-49f8-9b16-d9ad764e3d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3a2df67-4489-49f8-9b16-d9ad764e3d36 found for delete ", "request_id": "req-8c35b212-f43a-4e98-bf2e-d879b8334063"}]} 2026-05-26 09:32:06.759 7 INFO neutron.db.l3_hamode_db [None req-2921376b-5f7a-45df-85bc-3483799aabce 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network 37abb34e-4541-432f-be70-554f584de5d0 was deleted as no HA routers are present in tenant b6ecfb79370b4f22969c92e42bcd0a38. [pid: 7|app: 0|req: 751/1518] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:05 2026] DELETE /v2.0/routers/6ba20d64-f9a6-4570-9472-2e4550348654 => generated 0 bytes in 1442 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1519] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:06 2026] DELETE /v2.0/subnets/0bc96d47-7f63-4c8a-bb96-bd3c4ea666cd => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1520] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:32:06 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:07.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7efde55-8a8d-4ee2-8b03-aee039a8e332 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 05919ebd-335f-474b-94af-c4cc1562a577 2026-05-26 09:32:07.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7efde55-8a8d-4ee2-8b03-aee039a8e332 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 05919ebd-335f-474b-94af-c4cc1562a577 [pid: 7|app: 0|req: 754/1521] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:06 2026] DELETE /v2.0/networks/bd84f246-3a79-40a5-b4c7-d54f3027abfa => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1522] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:32:07 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 756/1523] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:07 2026] GET /v2.0/security-groups?tenant_id=b6ecfb79370b4f22969c92e42bcd0a38&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1524] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:07 2026] DELETE /v2.0/security-groups/630eb562-ab6e-4437-a602-e4b32f58894c => 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: 768/1525] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:05 2026] POST /v2.0/routers => generated 685 bytes in 2336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:08.779 7 INFO neutron.services.segments.plugin [-] Segment 3c2df12c-16d2-46b9-8918-decdc77d8722 resource provider aggregate not found 2026-05-26 09:32:08.787 7 INFO neutron.services.segments.plugin [-] Segment 3c2df12c-16d2-46b9-8918-decdc77d8722 resource provider aggregate not found 2026-05-26 09:32:08.813 7 INFO neutron.services.segments.plugin [-] Segment 3c2df12c-16d2-46b9-8918-decdc77d8722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c2df12c-16d2-46b9-8918-decdc77d8722 found for delete ", "request_id": "req-0fcbd41b-920a-422f-ad5b-7822fb41ab9d"}]} 2026-05-26 09:32:08.816 7 INFO neutron.services.segments.plugin [-] Segment 3c2df12c-16d2-46b9-8918-decdc77d8722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c2df12c-16d2-46b9-8918-decdc77d8722 found for delete ", "request_id": "req-5d762acf-0572-4a88-982a-deb68062b8ee"}]} [pid: 7|app: 0|req: 758/1526] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:32:07 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/add_router_interface => generated 309 bytes in 1461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:09.577 7 INFO neutron.db.segments_db [None req-3acb1dc9-42c2-4dae-b628-1eb625dae862 c59a1309bec44adfbce085319fae28a0 b8d14bf1017443caac4e2b26fe49d8cb - - default default] Added segment 74dc65bb-6749-4c68-aca3-261586296110 of type vxlan for network 6394dd91-faf2-47cd-9702-860bf1fd7a13 [pid: 7|app: 0|req: 759/1527] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:09 2026] POST /v2.0/networks => generated 612 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:09.937 7 INFO neutron.db.segments_db [None req-2db4b83f-24a5-48f9-a20b-8164ba118287 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment e93e174e-b8d1-47e9-adea-c952255ed22b of type vxlan for network d264caf5-d049-46b9-836f-060855049336 [pid: 7|app: 0|req: 760/1528] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:32:09 2026] POST /v2.0/networks => generated 727 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:10.127 7 INFO neutron.db.segments_db [None req-9023e49b-0c22-4f55-8ea2-f9bb66e30c53 c59a1309bec44adfbce085319fae28a0 b8d14bf1017443caac4e2b26fe49d8cb - - default default] Added segment c9a2494a-573c-45ab-90b5-02f318595bde of type vxlan for network 1205605a-3fd2-4c91-a15f-584a6a7b9f7d [pid: 7|app: 0|req: 761/1529] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:10 2026] POST /v2.0/networks => generated 613 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1532] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:10 2026] POST /v2.0/subnets => generated 693 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:10.522 7 INFO neutron.db.segments_db [None req-9a401742-f4af-4937-9aa1-e3b82fccd020 c59a1309bec44adfbce085319fae28a0 b8d14bf1017443caac4e2b26fe49d8cb - - default default] Added segment c579995e-5967-41f0-9619-902ed71596d9 of type vxlan for network de7bcec5-f6e9-4b4e-a07c-49fc0dfc81cb [pid: 7|app: 0|req: 765/1533] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:10 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1534] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:32:09 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/add_router_interface => generated 309 bytes in 1483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:10.665 7 INFO neutron.db.segments_db [None req-22c6e6ba-e984-4cfc-bce2-fe3756aa6da9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment d272a0de-d9ad-469f-81dd-755f3f7ea44e of type vxlan for network d4a4474c-d2d2-436c-a130-6222ee950c5b 2026-05-26 09:32:10.711 8 INFO neutron.db.segments_db [None req-598a3dca-f175-4386-a6ea-5ca52b7dcbb8 c59a1309bec44adfbce085319fae28a0 b8d14bf1017443caac4e2b26fe49d8cb - - default default] Added segment b0c59977-9410-4979-ae4a-5e29748b123a of type vxlan for network ec89a1f2-9077-4979-b10b-dc897924129c [pid: 8|app: 0|req: 770/1535] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:10 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:10.962 7 INFO neutron.db.l3_hamode_db [None req-22c6e6ba-e984-4cfc-bce2-fe3756aa6da9 8e0bb0c6456642d58d39c0d76ac97b86 5880c188caff4aa78c427d951755505b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:32:11.844 7 INFO neutron.db.l3_hamode_db [None req-22c6e6ba-e984-4cfc-bce2-fe3756aa6da9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1536] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:32:10 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/add_router_interface => generated 309 bytes in 1578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:12.442 8 INFO neutron.db.segments_db [None req-61d889db-0d00-45b4-b792-4640cb0ffa46 c59a1309bec44adfbce085319fae28a0 b8d14bf1017443caac4e2b26fe49d8cb - - default default] Added segment a9e2bdfc-8724-4df1-a313-a477a4ef2934 of type vxlan for network 9f64575d-4549-4e41-a361-a97fc8def8a4 [pid: 8|app: 0|req: 772/1537] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:12 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1538] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:32:12 2026] POST /v2.0/security-groups => generated 1628 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1539] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:32:12 2026] PUT /v2.0/networks/6394dd91-faf2-47cd-9702-860bf1fd7a13/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1540] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:10 2026] POST /v2.0/routers => generated 733 bytes in 2267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1541] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:32:12 2026] PUT /v2.0/networks/1205605a-3fd2-4c91-a15f-584a6a7b9f7d/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: 775/1542] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1543] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:32:12 2026] PUT /v2.0/networks/de7bcec5-f6e9-4b4e-a07c-49fc0dfc81cb/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1544] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:13 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: 8|app: 0|req: 778/1545] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:32:13 2026] PUT /v2.0/networks/ec89a1f2-9077-4979-b10b-dc897924129c/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1546] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 599 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1547] 10.0.0.130 () {32 vars in 666 bytes} [Tue May 26 09:32:13 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1548] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1549] 10.0.0.130 () {32 vars in 680 bytes} [Tue May 26 09:32:13 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1550] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1551] 10.0.0.130 () {32 vars in 676 bytes} [Tue May 26 09:32:13 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1552] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1553] 10.0.0.130 () {32 vars in 688 bytes} [Tue May 26 09:32:13 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1554] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1555] 10.0.0.130 () {32 vars in 674 bytes} [Tue May 26 09:32:14 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1556] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:32:12 2026] PUT /v2.0/routers/c7f20fc4-dce1-4214-950b-355ea3750087/add_router_interface => generated 309 bytes in 1386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1557] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1558] 10.0.0.130 () {32 vars in 688 bytes} [Tue May 26 09:32:14 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1559] 10.0.0.130 () {32 vars in 684 bytes} [Tue May 26 09:32:14 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1560] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1561] 10.0.0.130 () {32 vars in 696 bytes} [Tue May 26 09:32:14 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1562] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:14.860 7 INFO neutron.services.segments.plugin [-] Segment 74dc65bb-6749-4c68-aca3-261586296110 resource provider aggregate not found 2026-05-26 09:32:14.868 7 INFO neutron.services.segments.plugin [-] Segment 74dc65bb-6749-4c68-aca3-261586296110 resource provider aggregate not found 2026-05-26 09:32:14.892 7 INFO neutron.services.segments.plugin [-] Segment 74dc65bb-6749-4c68-aca3-261586296110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74dc65bb-6749-4c68-aca3-261586296110 found for delete ", "request_id": "req-e36835f4-79ce-4d0a-83de-02ba127b315c"}]} 2026-05-26 09:32:14.908 7 INFO neutron.services.segments.plugin [-] Segment 74dc65bb-6749-4c68-aca3-261586296110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74dc65bb-6749-4c68-aca3-261586296110 found for delete ", "request_id": "req-80a11355-3b23-4776-b6ff-9a9fc24596c3"}]} [pid: 7|app: 0|req: 772/1563] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:14 2026] DELETE /v2.0/networks/6394dd91-faf2-47cd-9702-860bf1fd7a13 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1564] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:32:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1565] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:14 2026] DELETE /v2.0/networks/1205605a-3fd2-4c91-a15f-584a6a7b9f7d => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:15.273 8 INFO neutron.services.segments.plugin [-] Segment c579995e-5967-41f0-9619-902ed71596d9 resource provider aggregate not found 2026-05-26 09:32:15.278 8 INFO neutron.services.segments.plugin [-] Segment c579995e-5967-41f0-9619-902ed71596d9 resource provider aggregate not found 2026-05-26 09:32:15.303 8 INFO neutron.services.segments.plugin [-] Segment c579995e-5967-41f0-9619-902ed71596d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c579995e-5967-41f0-9619-902ed71596d9 found for delete ", "request_id": "req-250556c5-fcb0-4828-a3ad-eab81356bfc5"}]} 2026-05-26 09:32:15.305 8 INFO neutron.services.segments.plugin [-] Segment c579995e-5967-41f0-9619-902ed71596d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c579995e-5967-41f0-9619-902ed71596d9 found for delete ", "request_id": "req-53d37c13-f367-421a-bc74-932318291548"}]} [pid: 8|app: 0|req: 793/1566] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:15 2026] DELETE /v2.0/networks/de7bcec5-f6e9-4b4e-a07c-49fc0dfc81cb => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1567] 10.0.0.236 () {34 vars in 1096 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1827066158&fields=id&tenant_id=71307611ddef4b4cad5fbf5d4213059b => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1568] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1569] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/quotas/71307611ddef4b4cad5fbf5d4213059b => 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: 774/1570] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:15 2026] DELETE /v2.0/networks/ec89a1f2-9077-4979-b10b-dc897924129c => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1571] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/networks?id=d264caf5-d049-46b9-836f-060855049336 => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1572] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&fields=id => generated 287 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1573] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/quotas/5880c188caff4aa78c427d951755505b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1574] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1575] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:15 2026] DELETE /v2.0/networks/9f64575d-4549-4e41-a361-a97fc8def8a4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1576] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1577] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/ports?tenant_id=5880c188caff4aa78c427d951755505b&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1578] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/networks/d264caf5-d049-46b9-836f-060855049336?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: 801/1579] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/networks/d264caf5-d049-46b9-836f-060855049336?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1580] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:15 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => 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: 802/1581] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:16 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:16.914 7 INFO neutron.services.segments.plugin [-] Segment c9a2494a-573c-45ab-90b5-02f318595bde resource provider aggregate not found 2026-05-26 09:32:16.935 7 INFO neutron.services.segments.plugin [-] Segment c9a2494a-573c-45ab-90b5-02f318595bde resource provider aggregate not found 2026-05-26 09:32:16.936 7 INFO neutron.services.segments.plugin [-] Segment c9a2494a-573c-45ab-90b5-02f318595bde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a2494a-573c-45ab-90b5-02f318595bde found for delete ", "request_id": "req-8c2cfce9-0009-4f54-a11f-a049d29e9b5f"}]} 2026-05-26 09:32:16.971 7 INFO neutron.services.segments.plugin [-] Segment b0c59977-9410-4979-ae4a-5e29748b123a resource provider aggregate not found 2026-05-26 09:32:16.974 7 INFO neutron.services.segments.plugin [-] Segment c9a2494a-573c-45ab-90b5-02f318595bde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a2494a-573c-45ab-90b5-02f318595bde found for delete ", "request_id": "req-adf5cf66-c793-4988-8c28-ec052d795252"}]} 2026-05-26 09:32:17.000 7 INFO neutron.services.segments.plugin [-] Segment b0c59977-9410-4979-ae4a-5e29748b123a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c59977-9410-4979-ae4a-5e29748b123a found for delete ", "request_id": "req-d870082c-350f-423a-886d-f6dd2af6a9cb"}]} 2026-05-26 09:32:17.003 7 INFO neutron.services.segments.plugin [-] Segment b0c59977-9410-4979-ae4a-5e29748b123a resource provider aggregate not found [pid: 7|app: 0|req: 780/1582] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:16 2026] GET /v2.0/security-groups?tenant_id=b8d14bf1017443caac4e2b26fe49d8cb&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:17.036 7 INFO neutron.services.segments.plugin [-] Segment b0c59977-9410-4979-ae4a-5e29748b123a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0c59977-9410-4979-ae4a-5e29748b123a found for delete ", "request_id": "req-9a694d68-f279-4e68-825c-7ced1039f146"}]} 2026-05-26 09:32:17.045 7 INFO neutron.services.segments.plugin [-] Segment a9e2bdfc-8724-4df1-a313-a477a4ef2934 resource provider aggregate not found 2026-05-26 09:32:17.056 7 INFO neutron.services.segments.plugin [-] Segment a9e2bdfc-8724-4df1-a313-a477a4ef2934 resource provider aggregate not found 2026-05-26 09:32:17.079 7 INFO neutron.services.segments.plugin [-] Segment a9e2bdfc-8724-4df1-a313-a477a4ef2934 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9e2bdfc-8724-4df1-a313-a477a4ef2934 found for delete ", "request_id": "req-b6d32330-994b-407c-a69b-fe2e09986d59"}]} 2026-05-26 09:32:17.081 7 INFO neutron.services.segments.plugin [-] Segment a9e2bdfc-8724-4df1-a313-a477a4ef2934 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9e2bdfc-8724-4df1-a313-a477a4ef2934 found for delete ", "request_id": "req-c886fd35-84f4-4a58-a038-16ac3867b91f"}]} [pid: 8|app: 0|req: 803/1583] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:17 2026] DELETE /v2.0/security-groups/579bd800-650a-4380-88d3-cd7ed9e6cd58 => 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: 781/1584] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:17 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1585] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:17 2026] GET /v2.0/security-groups?tenant_id=b691d5332f0a46b4be35d6abe2e68fbf&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1586] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:17 2026] DELETE /v2.0/security-groups/aa50f24b-2a1a-4af0-90e2-e8ad5e166c39 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1587] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:17 2026] GET /v2.0/security-groups?tenant_id=7080af1e6afe4425a64e012a3a868c30&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1588] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:18 2026] DELETE /v2.0/security-groups/bc71c83f-2f10-4cef-a2a9-27a33af88a50 => 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: 806/1589] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:18 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => 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: 784/1590] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:19 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1591] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:32:20 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1592] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:32:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71307611ddef4b4cad5fbf5d4213059b => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1593] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:20 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => 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: 808/1594] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:32:20 2026] POST /v2.0/ports => generated 1179 bytes in 528 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: 809/1595] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:21 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1182 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1596] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:21 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1597] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:21 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1598] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:21 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1599] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:32:21 2026] PUT /v2.0/ports/e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => generated 1460 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:21.565 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57ebf240-f501-446a-9a12-742bd91a50d6'] response: {'name': 'network-changed', 'server_uuid': '3f8a0d14-329d-4993-926b-78fdd85c80d3', 'tag': 'e7ca9312-1b7a-440d-a3ef-0db5fb64c410', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 813/1600] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:21 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => 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: 814/1601] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1463 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1602] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/networks?tenant_id=71307611ddef4b4cad5fbf5d4213059b&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 816/1603] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1604] 10.0.0.130 () {34 vars in 678 bytes} [Tue May 26 09:32:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1605] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:32:22 2026] PUT /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/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: 818/1606] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1607] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1608] 10.0.0.130 () {34 vars in 764 bytes} [Tue May 26 09:32:22 2026] PUT /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1609] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&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: 820/1610] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1611] 10.0.0.130 () {34 vars in 760 bytes} [Tue May 26 09:32:22 2026] PUT /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags/red => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1612] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/networks?id=d264caf5-d049-46b9-836f-060855049336 => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1613] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1614] 10.0.0.130 () {34 vars in 782 bytes} [Tue May 26 09:32:22 2026] PUT /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1615] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1616] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:32:22 2026] PUT /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1617] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1618] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 957 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1619] 10.0.0.130 () {32 vars in 741 bytes} [Tue May 26 09:32:22 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1620] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:23.091 7 INFO neutron.api.v2.resource [None req-15569374-c957-495d-b369-11f778a1bc87 83e6eec8ec974771a983eb2651467c0b b2e1cce7ba424d30bf9902860c09e806 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1621] 10.0.0.130 () {32 vars in 745 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/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: 822/1622] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:32:22 2026] POST /v2.0/ports => generated 954 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, ' [pid: 7|app: 0|req: 801/1623] 10.0.0.130 () {32 vars in 744 bytes} [Tue May 26 09:32:23 2026] DELETE /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1624] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:23.242 7 INFO neutron.api.v2.resource [None req-e99a5f26-d0b8-4759-80db-1fb8ab55545f 83e6eec8ec974771a983eb2651467c0b b2e1cce7ba424d30bf9902860c09e806 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1625] 10.0.0.130 () {32 vars in 748 bytes} [Tue May 26 09:32:23 2026] DELETE /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/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: 804/1626] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1627] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:32:23 2026] DELETE /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1628] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1629] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32/tags => 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: 808/1630] 199.204.45.65 () {34 vars in 1101 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9a&port_id=e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => 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: 809/1631] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:32:23 2026] DELETE /v2.0/qos/policies/44babeee-5a75-47a5-a9c3-f1cc3023bf32 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1632] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28&id=880401a8-457a-4464-a5e7-4191249fbc27 => generated 1410 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1633] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:32:23 2026] PUT /v2.0/ports/f8a1d68e-729f-4b9d-b930-6c2598fcc569 => generated 1235 bytes in 504 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: 811/1634] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1635] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1636] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:23.699 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a151ddc5-2660-4d9e-a476-4a42db499a10'] response: {'name': 'network-changed', 'server_uuid': '1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b', 'tag': 'f8a1d68e-729f-4b9d-b930-6c2598fcc569', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 825/1637] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1638] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/security-groups?id=7a648547-2249-424c-871a-14c755ecfe1b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:23.811 7 INFO neutron_taas.services.taas.taas_plugin [req-642e4fe5-f633-4ecc-a500-5186d915779a req-d2e65534-3479-4be9-a4e0-2c45d49f673e c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: b7f70e82-ea0f-4baa-ace8-5684fa4ec653 2026-05-26 09:32:23.816 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-642e4fe5-f633-4ecc-a500-5186d915779a req-d2e65534-3479-4be9-a4e0-2c45d49f673e c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: b7f70e82-ea0f-4baa-ace8-5684fa4ec653 [pid: 8|app: 0|req: 827/1639] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:23.942 7 INFO neutron.db.l3_db [req-642e4fe5-f633-4ecc-a500-5186d915779a req-d2e65534-3479-4be9-a4e0-2c45d49f673e c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Floating IP 358822b2-6de1-4e25-857e-31426660b017 disassociated. External IP: 10.96.250.214, port: b7f70e82-ea0f-4baa-ace8-5684fa4ec653. [pid: 8|app: 0|req: 828/1640] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:32:23 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 829/1641] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1642] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1643] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/ports?tenant_id=5880c188caff4aa78c427d951755505b&device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1644] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/networks?tenant_id=5880c188caff4aa78c427d951755505b&shared=False => generated 774 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1645] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1646] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:32:23 2026] DELETE /v2.0/ports/b7f70e82-ea0f-4baa-ace8-5684fa4ec653 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:24.497 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4341516c-996e-4d3c-87ac-904d92368673'] response: {'server_uuid': '596b7efc-2c11-4925-abd3-59aeb09da303', 'name': 'network-vif-deleted', 'tag': 'b7f70e82-ea0f-4baa-ace8-5684fa4ec653', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 834/1647] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/security-groups?tenant_id=62c7bbe266e54e8c97a1995ee0f17011&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1648] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:24 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 814/1649] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:24 2026] DELETE /v2.0/security-groups/f92526db-905f-4999-9889-3b110ddf30fc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1652] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/security-groups?tenant_id=b2e1cce7ba424d30bf9902860c09e806&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1653] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1654] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&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: 837/1655] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:25 2026] DELETE /v2.0/security-groups/1bedc367-cb79-4ce7-bc3c-714ab3383256 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1656] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/ports?tenant_id=5880c188caff4aa78c427d951755505b&device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1657] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f8a1d68e-729f-4b9d-b930-6c2598fcc569 => 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: 820/1658] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/subnets?id=26857425-6304-47b6-9ab4-a32596a9675e => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1659] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/ports?network_id=d264caf5-d049-46b9-836f-060855049336&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1660] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/networks/d264caf5-d049-46b9-836f-060855049336?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: 840/1661] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/networks/d264caf5-d049-46b9-836f-060855049336?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: 822/1662] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:25 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 841/1663] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:26 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1194 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1664] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:26 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1665] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:26 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1666] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:26 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&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: 843/1667] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:27 2026] GET /v2.0/ports?device_id=596b7efc-2c11-4925-abd3-59aeb09da303 => 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: 825/1668] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:27 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1669] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:27 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&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: 826/1670] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:28 2026] DELETE /v2.0/security-groups/7a648547-2249-424c-871a-14c755ecfe1b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:28.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-00f21550-dfe6-4e04-95f7-40f23f2327c0 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: 6323a9b4-21c1-4452-a610-a48699382d45 2026-05-26 09:32:28.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f21550-dfe6-4e04-95f7-40f23f2327c0 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: 6323a9b4-21c1-4452-a610-a48699382d45 [pid: 8|app: 0|req: 845/1671] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:28 2026] DELETE /v2.0/floatingips/358822b2-6de1-4e25-857e-31426660b017 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1672] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:28 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1673] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:28 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1674] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:28 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1675] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:28 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:29.028 8 INFO neutron.db.segments_db [None req-3e241ed6-6b55-42c9-9f03-dede747eb018 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] Added segment e93ac17c-bf7b-4ea8-a852-8a5323d6b84a of type vxlan for network 63d614b1-99de-46c1-b2db-b0fecb96fa0d 2026-05-26 09:32:29.347 8 INFO neutron.db.l3_hamode_db [None req-3e241ed6-6b55-42c9-9f03-dede747eb018 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:32:29.499 8 INFO neutron.db.l3_hamode_db [None req-3e241ed6-6b55-42c9-9f03-dede747eb018 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 831/1676] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1677] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1678] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1679] 10.0.0.130 () {34 vars in 668 bytes} [Tue May 26 09:32:28 2026] POST /v2.0/routers => generated 474 bytes in 1365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1680] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1681] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:32:30 2026] PUT /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1682] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 25 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1683] 10.0.0.130 () {34 vars in 762 bytes} [Tue May 26 09:32:30 2026] PUT /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/green => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1684] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 34 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1685] 10.0.0.130 () {34 vars in 758 bytes} [Tue May 26 09:32:30 2026] PUT /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/red => generated 4 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1686] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:30 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 34 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1687] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1688] 10.0.0.130 () {34 vars in 780 bytes} [Tue May 26 09:32:31 2026] PUT /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/black.or.white => generated 4 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1689] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1690] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1691] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 52 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1692] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/security-groups?id=2439c119-9c1f-4bc6-9b7e-4d18fcd83a65&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1693] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 841/1694] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:32:31 2026] PUT /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 37 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1695] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:31.687 8 INFO neutron_taas.services.taas.taas_plugin [req-87c3f87e-e51e-4766-bed3-ed823ba0359a req-ca170479-7152-4c61-ac28-135f76b60a2a c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: 7bd17fee-1e65-460f-b285-a884f9633471 2026-05-26 09:32:31.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87c3f87e-e51e-4766-bed3-ed823ba0359a req-ca170479-7152-4c61-ac28-135f76b60a2a c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: 7bd17fee-1e65-460f-b285-a884f9633471 [pid: 7|app: 0|req: 843/1696] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 37 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1697] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1698] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:32:31 2026] DELETE /v2.0/ports/7bd17fee-1e65-460f-b285-a884f9633471 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:31.912 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c44af713-b7ba-4ab6-bc1d-9c3667ee671a'] response: {'server_uuid': '8279935f-05b7-48a0-99fe-c9c0c4c6727b', 'name': 'network-vif-deleted', 'tag': '7bd17fee-1e65-460f-b285-a884f9633471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 845/1699] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/red => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1700] 10.0.0.130 () {32 vars in 818 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&mac_address=fa%3A16%3A3e%3A71%3A7f%3A01 => generated 1196 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:32.035 7 INFO neutron.api.v2.resource [None req-b653e35d-84b9-430b-80e5-41c05799a4b6 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1701] 10.0.0.130 () {32 vars in 743 bytes} [Tue May 26 09:32:31 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/green => generated 99 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1702] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:32:32 2026] DELETE /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/red => 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: 848/1703] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:32 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 30 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:32.372 7 INFO neutron.api.v2.resource [None req-68f4de8f-d53f-4459-9221-de73713174d4 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1704] 10.0.0.130 () {32 vars in 746 bytes} [Tue May 26 09:32:32 2026] DELETE /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags/green => generated 99 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1705] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:32:32 2026] DELETE /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => 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: 851/1706] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:32 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => 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: 852/1707] 10.0.0.130 () {32 vars in 731 bytes} [Tue May 26 09:32:32 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33/tags => generated 12 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1708] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:32 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1709] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:32 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 855/1710] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:32:32 2026] GET /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:32.812 8 INFO neutron.db.l3_db [None req-df8c775a-4d04-4489-a559-8b7a4ef57725 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Floating IP ea797beb-9d2e-4edb-984e-b54ffeee8ad7 associated. External IP: 10.96.250.214, port: e7ca9312-1b7a-440d-a3ef-0db5fb64c410. [pid: 8|app: 0|req: 856/1711] 10.0.0.130 () {34 vars in 677 bytes} [Tue May 26 09:32:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1712] 10.0.0.236 () {34 vars in 1096 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1827066158&fields=id&tenant_id=71307611ddef4b4cad5fbf5d4213059b => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1713] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 704 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1714] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/quotas/71307611ddef4b4cad5fbf5d4213059b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1715] 10.0.0.130 () {34 vars in 742 bytes} [Tue May 26 09:32:32 2026] PUT /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33 => generated 480 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1716] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/ports?device_id=9be2051c-ba29-4b4f-82ac-4a16fa0b9b33 => 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: 860/1717] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&fields=id => generated 333 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1718] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 862/1719] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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-05-26 09:32:33.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-460f864b-9085-473a-a886-5831fdd16cd5 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] TaaS: Handle Delete Port: 2bf6cf56-c79b-447e-a91e-e02feddb4cf0 2026-05-26 09:32:33.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-460f864b-9085-473a-a886-5831fdd16cd5 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] Tap Mirror: Handle Delete Port: 2bf6cf56-c79b-447e-a91e-e02feddb4cf0 [pid: 8|app: 0|req: 863/1720] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1721] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1722] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&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: 866/1723] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:33 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:34.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f522599a-623a-417d-ab22-14518f36934c'] response: {'name': 'network-changed', 'server_uuid': '3f8a0d14-329d-4993-926b-78fdd85c80d3', 'tag': 'e7ca9312-1b7a-440d-a3ef-0db5fb64c410', 'status': 'completed', 'code': 200} 2026-05-26 09:32:34.283 7 INFO neutron.services.segments.plugin [-] Segment e93ac17c-bf7b-4ea8-a852-8a5323d6b84a resource provider aggregate not found 2026-05-26 09:32:34.287 7 INFO neutron.services.segments.plugin [-] Segment e93ac17c-bf7b-4ea8-a852-8a5323d6b84a resource provider aggregate not found 2026-05-26 09:32:34.305 7 INFO neutron.services.segments.plugin [-] Segment e93ac17c-bf7b-4ea8-a852-8a5323d6b84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93ac17c-bf7b-4ea8-a852-8a5323d6b84a found for delete ", "request_id": "req-cf33125c-7238-4ac6-807c-fcecd87788c4"}]} 2026-05-26 09:32:34.316 7 INFO neutron.db.l3_hamode_db [None req-460f864b-9085-473a-a886-5831fdd16cd5 0067040050764e1196af87cf73b3d37a fade5e62ea12439186a2c59ef359498e - - default default] HA network 63d614b1-99de-46c1-b2db-b0fecb96fa0d was deleted as no HA routers are present in tenant fade5e62ea12439186a2c59ef359498e. 2026-05-26 09:32:34.317 7 INFO neutron.services.segments.plugin [-] Segment e93ac17c-bf7b-4ea8-a852-8a5323d6b84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93ac17c-bf7b-4ea8-a852-8a5323d6b84a found for delete ", "request_id": "req-136c2379-6454-4c80-879d-493945a06f04"}]} [pid: 7|app: 0|req: 858/1724] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:33 2026] DELETE /v2.0/routers/9be2051c-ba29-4b4f-82ac-4a16fa0b9b33 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1725] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1726] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&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: 868/1727] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1465 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1728] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1729] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1730] 199.204.45.65 () {34 vars in 1101 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9a&port_id=e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => 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: 870/1731] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28&id=880401a8-457a-4464-a5e7-4191249fbc27 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1732] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1733] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1734] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 872/1735] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:32:34 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 864/1736] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:35 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 873/1737] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:35 2026] GET /v2.0/security-groups?tenant_id=fade5e62ea12439186a2c59ef359498e&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1738] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:35 2026] DELETE /v2.0/security-groups/fe4421d9-8213-4faa-b632-f42937108b0c => 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: 874/1739] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:35 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1740] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:35 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1741] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:35 2026] GET /v2.0/security-groups?tenant_id=97a8650a33e6483392f39e7e7a2c04aa&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: 867/1742] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:35 2026] DELETE /v2.0/security-groups/ed6805e5-1e5b-47e8-8071-cf0646ec5934 => 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: 876/1743] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:36 2026] GET /v2.0/ports?device_id=8279935f-05b7-48a0-99fe-c9c0c4c6727b => 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: 868/1744] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:36 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1745] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:36 2026] GET /v2.0/security-groups?id=7625baad-38c0-493c-b175-a2d4e235ffa8&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1746] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:32:36 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:37.042 8 INFO neutron_taas.services.taas.taas_plugin [req-c08f08fb-c1b1-4673-9409-bc84fab7bc68 req-55822681-abff-46b8-8132-30de081d4008 b8ca6260b20c43e39db36e405d2085a5 5880c188caff4aa78c427d951755505b - - default default] TaaS: Handle Delete Port: f8a1d68e-729f-4b9d-b930-6c2598fcc569 2026-05-26 09:32:37.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c08f08fb-c1b1-4673-9409-bc84fab7bc68 req-55822681-abff-46b8-8132-30de081d4008 b8ca6260b20c43e39db36e405d2085a5 5880c188caff4aa78c427d951755505b - - default default] Tap Mirror: Handle Delete Port: f8a1d68e-729f-4b9d-b930-6c2598fcc569 [pid: 8|app: 0|req: 878/1747] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:32:36 2026] DELETE /v2.0/ports/f8a1d68e-729f-4b9d-b930-6c2598fcc569 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:37.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df3d8e0b-a94a-418c-a7c1-1bff50267667'] response: {'server_uuid': '1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b', 'name': 'network-vif-deleted', 'tag': 'f8a1d68e-729f-4b9d-b930-6c2598fcc569', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 870/1748] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:37 2026] DELETE /v2.0/security-groups/2439c119-9c1f-4bc6-9b7e-4d18fcd83a65 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1749] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:37 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => 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: 872/1750] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:32:38 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 704 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1751] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:32:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71307611ddef4b4cad5fbf5d4213059b => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:38.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b11901e-fcdd-4dd9-84a7-a1d95c42f9ad c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: d4a5b7da-d227-42fa-ba9e-4f5f7177e534 2026-05-26 09:32:38.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b11901e-fcdd-4dd9-84a7-a1d95c42f9ad c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: d4a5b7da-d227-42fa-ba9e-4f5f7177e534 [pid: 7|app: 0|req: 874/1752] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:32:38 2026] POST /v2.0/ports => generated 1183 bytes in 433 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: 879/1753] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:32:37 2026] PUT /v2.0/routers/97b5e62d-0a92-4ef2-97b4-d2880c888dbc/remove_router_interface => generated 309 bytes in 1673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1754] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:39 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => 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: 881/1755] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:39 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1198 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1756] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:32:38 2026] PUT /v2.0/ports/3395b664-c71d-4a73-8863-60140726f8d3 => generated 1464 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1757] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:39 2026] DELETE /v2.0/subnets/c6e1cf53-231a-406c-b465-286ba940ed78 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:32:39.426 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d72f9b5-c580-4948-8c4a-bf38c8fc7f47'] response: {'name': 'network-changed', 'server_uuid': '8936e7bc-4c9e-47e1-86ed-f876a6587ba9', 'tag': '3395b664-c71d-4a73-8863-60140726f8d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 876/1758] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:39 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:39.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8ef3f01-049c-4730-a1b1-6628e3f8d496 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: 616d09e6-df1e-4365-b285-16b288d52e76 2026-05-26 09:32:39.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ef3f01-049c-4730-a1b1-6628e3f8d496 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: 616d09e6-df1e-4365-b285-16b288d52e76 2026-05-26 09:32:39.761 7 INFO neutron.db.segments_db [None req-3b42203b-6718-4e4d-b77a-64123035db87 d967c60a40394155941addea1ab0c194 d2253d7ee0164e07af8627ba896344e0 - - default default] Added segment e0f12f8e-d3ff-4f4b-9f2a-83690517334a of type vxlan for network 02df0bc3-9311-4cb7-8896-0c286d91f144 [pid: 7|app: 0|req: 877/1759] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:39 2026] POST /v2.0/networks => generated 612 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:39.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8ef3f01-049c-4730-a1b1-6628e3f8d496 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: 3ca104c3-ed21-4905-8b2a-35357869072b 2026-05-26 09:32:39.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ef3f01-049c-4730-a1b1-6628e3f8d496 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: 3ca104c3-ed21-4905-8b2a-35357869072b [pid: 7|app: 0|req: 878/1760] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:32:39 2026] POST /v2.0/ports => generated 743 bytes in 426 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: 879/1761] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1764] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/ports?device_id=1d82c8ac-74fd-4a0a-87fa-6d7d1e4f168b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:40.486 8 INFO neutron.services.segments.plugin [-] Segment 5f5d835f-61bc-48f8-a232-aec411ed3e16 resource provider aggregate not found 2026-05-26 09:32:40.488 8 INFO neutron.services.segments.plugin [-] Segment 5f5d835f-61bc-48f8-a232-aec411ed3e16 resource provider aggregate not found 2026-05-26 09:32:40.508 8 INFO neutron.services.segments.plugin [-] Segment 5f5d835f-61bc-48f8-a232-aec411ed3e16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f5d835f-61bc-48f8-a232-aec411ed3e16 found for delete ", "request_id": "req-d7f0f0d1-74a3-4016-b7c1-84e201046975"}]} 2026-05-26 09:32:40.510 8 INFO neutron.services.segments.plugin [-] Segment 5f5d835f-61bc-48f8-a232-aec411ed3e16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f5d835f-61bc-48f8-a232-aec411ed3e16 found for delete ", "request_id": "req-11085219-c63b-45c7-9491-9ea5a31c24c7"}]} 2026-05-26 09:32:40.536 8 INFO neutron.db.l3_hamode_db [None req-a8ef3f01-049c-4730-a1b1-6628e3f8d496 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] HA network 9f061374-2db9-480d-b93f-bf2f35c2798d was deleted as no HA routers are present in tenant 470f5b17507149f391d21e9c4a0deec3. [pid: 8|app: 0|req: 883/1765] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:39 2026] DELETE /v2.0/routers/97b5e62d-0a92-4ef2-97b4-d2880c888dbc => generated 0 bytes in 1139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1766] 10.0.0.130 () {34 vars in 666 bytes} [Tue May 26 09:32:40 2026] POST /v2.0/trunks => generated 407 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1767] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1465 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1768] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/networks?tenant_id=71307611ddef4b4cad5fbf5d4213059b&shared=False => generated 2374 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1769] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:32:40 2026] PUT /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1770] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:40.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1759ccd-0e82-4d96-9a66-113332dd7fa8 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] TaaS: Handle Delete Port: 44538fee-e6cd-4125-b7e2-e76fea961fab 2026-05-26 09:32:40.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1759ccd-0e82-4d96-9a66-113332dd7fa8 c3172757771942d9b22e4480435976ce 470f5b17507149f391d21e9c4a0deec3 - - default default] Tap Mirror: Handle Delete Port: 44538fee-e6cd-4125-b7e2-e76fea961fab [pid: 7|app: 0|req: 887/1771] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1772] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1773] 10.0.0.130 () {34 vars in 760 bytes} [Tue May 26 09:32:40 2026] PUT /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1774] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1775] 10.0.0.130 () {34 vars in 756 bytes} [Tue May 26 09:32:40 2026] PUT /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1776] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:40 2026] DELETE /v2.0/networks/86cf180d-5821-48ba-8b72-25384a505de8 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1777] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1778] 10.0.0.130 () {34 vars in 778 bytes} [Tue May 26 09:32:40 2026] PUT /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1779] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:40 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1780] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:32:41 2026] PUT /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1781] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/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: 888/1782] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:41.169 7 INFO neutron.api.v2.resource [None req-b65b369e-1b84-4ef9-be7a-8255af82221a d967c60a40394155941addea1ab0c194 d2253d7ee0164e07af8627ba896344e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/1783] 10.0.0.130 () {32 vars in 741 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1784] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:41 2026] DELETE /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1785] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:41.274 8 INFO neutron.api.v2.resource [None req-6e3cb6e7-55e9-49a9-9448-339ee3adaed7 d967c60a40394155941addea1ab0c194 d2253d7ee0164e07af8627ba896344e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1786] 10.0.0.130 () {32 vars in 744 bytes} [Tue May 26 09:32:41 2026] DELETE /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1787] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:41 2026] DELETE /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => 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: 891/1788] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9/tags => 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: 898/1789] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1790] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/ports/781c3967-e126-48a2-8d81-4211ba421838 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1791] 10.0.0.130 () {32 vars in 722 bytes} [Tue May 26 09:32:41 2026] DELETE /v2.0/trunks/496cc61f-bb73-4137-a230-1ed8b588b4b9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:41.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aedc3de-38cf-48d3-a141-f9d8e2c6e1b1 d967c60a40394155941addea1ab0c194 d2253d7ee0164e07af8627ba896344e0 - - default default] TaaS: Handle Delete Port: 781c3967-e126-48a2-8d81-4211ba421838 2026-05-26 09:32:41.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aedc3de-38cf-48d3-a141-f9d8e2c6e1b1 d967c60a40394155941addea1ab0c194 d2253d7ee0164e07af8627ba896344e0 - - default default] Tap Mirror: Handle Delete Port: 781c3967-e126-48a2-8d81-4211ba421838 [pid: 7|app: 0|req: 901/1792] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:41 2026] DELETE /v2.0/ports/781c3967-e126-48a2-8d81-4211ba421838 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:41.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-684671d2-94d4-474c-9a96-c4515b5854b9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 2d97d52f-5168-48af-8566-42b7a85df4dd 2026-05-26 09:32:41.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-684671d2-94d4-474c-9a96-c4515b5854b9 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 2d97d52f-5168-48af-8566-42b7a85df4dd [pid: 7|app: 0|req: 902/1793] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:41 2026] GET /v2.0/security-groups?tenant_id=dd1b5f439183406dabeb0b60feb02570&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:42.131 7 INFO neutron.services.segments.plugin [-] Segment e0f12f8e-d3ff-4f4b-9f2a-83690517334a resource provider aggregate not found 2026-05-26 09:32:42.144 7 INFO neutron.services.segments.plugin [-] Segment e0f12f8e-d3ff-4f4b-9f2a-83690517334a resource provider aggregate not found 2026-05-26 09:32:42.157 7 INFO neutron.services.segments.plugin [-] Segment e0f12f8e-d3ff-4f4b-9f2a-83690517334a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0f12f8e-d3ff-4f4b-9f2a-83690517334a found for delete ", "request_id": "req-906a6929-3ee2-46a0-8538-dc4bc1957a51"}]} 2026-05-26 09:32:42.166 7 INFO neutron.services.segments.plugin [-] Segment e0f12f8e-d3ff-4f4b-9f2a-83690517334a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0f12f8e-d3ff-4f4b-9f2a-83690517334a found for delete ", "request_id": "req-1c0ffd25-91b1-4c2c-921d-b4fe2949aebf"}]} [pid: 7|app: 0|req: 903/1794] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:42 2026] DELETE /v2.0/networks/02df0bc3-9311-4cb7-8896-0c286d91f144 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1795] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1796] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:42 2026] DELETE /v2.0/security-groups/886161b9-28bd-4fca-b9f5-8db76889447c => 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: 906/1797] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.201&port_id=3395b664-c71d-4a73-8863-60140726f8d3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1798] 199.204.45.65 () {34 vars in 1103 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26&port_id=3395b664-c71d-4a73-8863-60140726f8d3 => 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: 908/1799] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/subnets?id=92a951b2-df6c-4b63-8f30-c4d5349aa21f&id=afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1800] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:32:41 2026] PUT /v2.0/routers/c7f20fc4-dce1-4214-950b-355ea3750087/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1801] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1802] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:42.541 8 INFO neutron.services.segments.plugin [-] Segment 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f resource provider aggregate not found [pid: 7|app: 0|req: 911/1803] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:42.556 8 INFO neutron.services.segments.plugin [-] Segment 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f resource provider aggregate not found [pid: 7|app: 0|req: 912/1804] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/security-groups?tenant_id=470f5b17507149f391d21e9c4a0deec3&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:42.598 8 INFO neutron.services.segments.plugin [-] Segment 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f found for delete ", "request_id": "req-67ebd3aa-391a-49c1-b314-a4b4026ea98c"}]} 2026-05-26 09:32:42.604 8 INFO neutron.services.segments.plugin [-] Segment 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7845fb15-64c3-41b0-8c6a-40c7ff4d6a1f found for delete ", "request_id": "req-f11e689c-75a9-4178-a039-6ca3c799dd58"}]} [pid: 7|app: 0|req: 913/1805] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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) 2026-05-26 09:32:42.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-2be53fc3-7b64-46ad-81f1-056769828f59 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: de9467c8-af8e-42d5-a05d-37afce8c78ef 2026-05-26 09:32:42.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be53fc3-7b64-46ad-81f1-056769828f59 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: de9467c8-af8e-42d5-a05d-37afce8c78ef [pid: 7|app: 0|req: 914/1806] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:42 2026] DELETE /v2.0/security-groups/129c5c46-cea9-4138-8e5e-d058f2be5885 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:43.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-2be53fc3-7b64-46ad-81f1-056769828f59 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 375f2b9b-5243-4848-a20e-51b9440a67c8 2026-05-26 09:32:43.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be53fc3-7b64-46ad-81f1-056769828f59 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 375f2b9b-5243-4848-a20e-51b9440a67c8 [pid: 7|app: 0|req: 915/1807] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:42 2026] GET /v2.0/security-groups?tenant_id=d2253d7ee0164e07af8627ba896344e0&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1808] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:43 2026] DELETE /v2.0/security-groups/9471b90c-0cab-4954-8903-51ceb07600b3 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:43.483 8 INFO neutron.db.l3_hamode_db [None req-2be53fc3-7b64-46ad-81f1-056769828f59 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network d4a4474c-d2d2-436c-a130-6222ee950c5b was deleted as no HA routers are present in tenant 5880c188caff4aa78c427d951755505b. [pid: 8|app: 0|req: 893/1809] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:42 2026] DELETE /v2.0/routers/c7f20fc4-dce1-4214-950b-355ea3750087 => generated 0 bytes in 1059 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1810] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:43 2026] GET /v2.0/security-groups?tenant_id=a23da0effe4241c3b5727b401d62a6e6&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1811] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:43 2026] DELETE /v2.0/security-groups/319bc8f4-908d-48f4-be89-164fbaf96372 => 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: 894/1812] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:43 2026] DELETE /v2.0/subnets/26857425-6304-47b6-9ab4-a32596a9675e => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:43.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-be66c2c3-3508-4d69-968b-4fff36c9bd42 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: c52a5dbb-7c24-4f06-9deb-d60e3cf9e4c4 2026-05-26 09:32:43.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be66c2c3-3508-4d69-968b-4fff36c9bd42 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: c52a5dbb-7c24-4f06-9deb-d60e3cf9e4c4 [pid: 7|app: 0|req: 919/1813] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:43 2026] DELETE /v2.0/networks/d264caf5-d049-46b9-836f-060855049336 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1814] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:44 2026] GET /v2.0/security-groups?tenant_id=5880c188caff4aa78c427d951755505b&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:44.197 7 INFO neutron.services.segments.plugin [-] Segment e93e174e-b8d1-47e9-adea-c952255ed22b resource provider aggregate not found 2026-05-26 09:32:44.203 7 INFO neutron.services.segments.plugin [-] Segment e93e174e-b8d1-47e9-adea-c952255ed22b resource provider aggregate not found 2026-05-26 09:32:44.224 7 INFO neutron.services.segments.plugin [-] Segment e93e174e-b8d1-47e9-adea-c952255ed22b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93e174e-b8d1-47e9-adea-c952255ed22b found for delete ", "request_id": "req-d4a1abc6-34b4-4e74-af7d-f5efd6500f7f"}]} 2026-05-26 09:32:44.232 7 INFO neutron.services.segments.plugin [-] Segment e93e174e-b8d1-47e9-adea-c952255ed22b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e93e174e-b8d1-47e9-adea-c952255ed22b found for delete ", "request_id": "req-db07bdaf-f45e-4a1b-903b-cc2eed7ad131"}]} [pid: 7|app: 0|req: 920/1815] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:44 2026] DELETE /v2.0/security-groups/7625baad-38c0-493c-b175-a2d4e235ffa8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:44.625 8 INFO neutron.services.segments.plugin [-] Segment d272a0de-d9ad-469f-81dd-755f3f7ea44e resource provider aggregate not found 2026-05-26 09:32:44.631 8 INFO neutron.services.segments.plugin [-] Segment d272a0de-d9ad-469f-81dd-755f3f7ea44e resource provider aggregate not found [pid: 8|app: 0|req: 896/1816] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:44 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1198 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:44.648 8 INFO neutron.services.segments.plugin [-] Segment d272a0de-d9ad-469f-81dd-755f3f7ea44e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d272a0de-d9ad-469f-81dd-755f3f7ea44e found for delete ", "request_id": "req-399e9f83-ca99-4082-9ce7-d1c26b2c4fd6"}]} 2026-05-26 09:32:44.649 8 INFO neutron.services.segments.plugin [-] Segment d272a0de-d9ad-469f-81dd-755f3f7ea44e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d272a0de-d9ad-469f-81dd-755f3f7ea44e found for delete ", "request_id": "req-ff953872-7e5b-4ee5-9364-06798b1b4198"}]} [pid: 7|app: 0|req: 921/1817] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:44 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1818] 10.0.0.130 () {32 vars in 653 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions => generated 21537 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1819] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1820] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1821] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1822] 10.0.0.130 () {32 vars in 665 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1823] 10.0.0.130 () {32 vars in 699 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1824] 10.0.0.130 () {32 vars in 697 bytes} [Tue May 26 09:32:46 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: 925/1825] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:46 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: 901/1826] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1827] 10.0.0.130 () {32 vars in 703 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1828] 10.0.0.130 () {32 vars in 693 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1829] 10.0.0.130 () {32 vars in 695 bytes} [Tue May 26 09:32:46 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: 903/1830] 10.0.0.130 () {32 vars in 685 bytes} [Tue May 26 09:32:46 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: 928/1831] 10.0.0.130 () {32 vars in 687 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1832] 10.0.0.130 () {32 vars in 661 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1833] 10.0.0.130 () {32 vars in 699 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1834] 10.0.0.130 () {32 vars in 679 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1835] 10.0.0.130 () {32 vars in 683 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1836] 10.0.0.130 () {32 vars in 675 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1837] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1838] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1839] 10.0.0.130 () {32 vars in 687 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1840] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1841] 10.0.0.130 () {32 vars in 687 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1842] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1843] 10.0.0.130 () {32 vars in 699 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1844] 10.0.0.130 () {32 vars in 679 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1845] 10.0.0.130 () {32 vars in 667 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1846] 10.0.0.130 () {32 vars in 677 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1847] 10.0.0.130 () {32 vars in 665 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/l3-ha => 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: 912/1848] 10.0.0.130 () {32 vars in 675 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1849] 10.0.0.130 () {32 vars in 713 bytes} [Tue May 26 09:32:46 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: 913/1850] 10.0.0.130 () {32 vars in 691 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1851] 10.0.0.130 () {32 vars in 683 bytes} [Tue May 26 09:32:46 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: 914/1852] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1853] 10.0.0.130 () {32 vars in 687 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1854] 10.0.0.130 () {32 vars in 705 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1855] 10.0.0.130 () {32 vars in 675 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1856] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1857] 10.0.0.130 () {32 vars in 675 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1858] 10.0.0.130 () {32 vars in 693 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1859] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/port-mac-override => 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: 918/1860] 10.0.0.130 () {32 vars in 709 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1861] 10.0.0.130 () {32 vars in 705 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1862] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:32:46 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1863] 10.0.0.130 () {32 vars in 697 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1864] 10.0.0.130 () {32 vars in 711 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1865] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1866] 10.0.0.130 () {32 vars in 687 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1867] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1868] 10.0.0.130 () {32 vars in 675 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 947/1869] 10.0.0.130 () {32 vars in 671 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1870] 10.0.0.130 () {32 vars in 661 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1871] 10.0.0.130 () {32 vars in 699 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1872] 10.0.0.130 () {32 vars in 699 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1873] 10.0.0.130 () {32 vars in 677 bytes} [Tue May 26 09:32:47 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: 925/1874] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1875] 10.0.0.130 () {32 vars in 683 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1876] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1877] 10.0.0.130 () {32 vars in 685 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1878] 10.0.0.130 () {32 vars in 707 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1879] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1880] 10.0.0.130 () {32 vars in 697 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1881] 10.0.0.130 () {32 vars in 695 bytes} [Tue May 26 09:32:47 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: 929/1882] 10.0.0.130 () {32 vars in 685 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1883] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1884] 10.0.0.130 () {32 vars in 705 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1885] 10.0.0.130 () {32 vars in 667 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1886] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1887] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1888] 10.0.0.130 () {32 vars in 691 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1889] 10.0.0.130 () {32 vars in 691 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1890] 10.0.0.130 () {32 vars in 695 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1891] 10.0.0.130 () {32 vars in 685 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1892] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1893] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1894] 10.0.0.130 () {32 vars in 703 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1895] 10.0.0.130 () {32 vars in 713 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1896] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1897] 10.0.0.130 () {32 vars in 715 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1898] 10.0.0.130 () {32 vars in 727 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1899] 10.0.0.130 () {32 vars in 741 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1900] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1901] 10.0.0.130 () {32 vars in 683 bytes} [Tue May 26 09:32:47 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: 969/1902] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1903] 10.0.0.130 () {32 vars in 719 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 971/1904] 10.0.0.130 () {32 vars in 679 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 972/1905] 10.0.0.130 () {32 vars in 669 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1906] 10.0.0.130 () {32 vars in 697 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1907] 10.0.0.130 () {32 vars in 705 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1908] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1909] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1910] 10.0.0.130 () {32 vars in 683 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1911] 10.0.0.130 () {32 vars in 705 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1912] 10.0.0.130 () {32 vars in 695 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1913] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1914] 10.0.0.130 () {32 vars in 697 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1915] 10.0.0.130 () {32 vars in 679 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1916] 10.0.0.130 () {32 vars in 689 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 984/1917] 10.0.0.130 () {32 vars in 701 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1918] 10.0.0.130 () {32 vars in 665 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1919] 10.0.0.130 () {32 vars in 681 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1920] 10.0.0.130 () {32 vars in 677 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1921] 10.0.0.130 () {32 vars in 693 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 989/1922] 10.0.0.130 () {32 vars in 677 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 990/1923] 10.0.0.130 () {32 vars in 667 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 991/1924] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:32:47 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: 7|app: 0|req: 992/1925] 10.0.0.130 () {32 vars in 675 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1926] 10.0.0.130 () {32 vars in 687 bytes} [Tue May 26 09:32:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1927] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:32:47 2026] POST /v2.0/floatingips => generated 552 bytes in 808 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1928] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:48 2026] GET /v2.0/security-groups?tenant_id=df5bc2db4bbd4027a072b694560c9de6&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1929] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:48 2026] DELETE /v2.0/security-groups/b30ac07c-765c-411b-bad9-f4fd160fc4f3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1930] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:32:48 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1931] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:32:48 2026] POST /v2.0/floatingips => generated 552 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1932] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:32:49 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1933] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:32:49 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1934] 10.0.0.130 () {32 vars in 818 bytes} [Tue May 26 09:32:49 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&mac_address=fa%3A16%3A3e%3A38%3A05%3Af0 => generated 1200 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1935] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:32:49 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1936] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:32:50 2026] POST /v2.0/floatingips => generated 552 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:50.860 8 INFO neutron.db.l3_db [None req-62976967-2a73-430a-9797-fcab20b71974 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Floating IP 37e978bc-cfc2-4980-a64f-b1ae55587e5e associated. External IP: 10.96.250.213, port: 3395b664-c71d-4a73-8863-60140726f8d3. 2026-05-26 09:32:50.988 7 INFO neutron.db.segments_db [None req-c1a05867-d3b6-4259-b5a3-fea18cb4a0f2 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Added segment d59c54a2-dc3b-480f-9fc4-23559bb9f280 of type vxlan for network 3d09d5ca-57b4-4eeb-88c9-72dca9ce6c4d [pid: 7|app: 0|req: 997/1937] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:50 2026] POST /v2.0/networks => generated 626 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1938] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:32:51 2026] PUT /v2.0/floatingips/e2e4d9c9-5482-4b12-8151-0d97f29a3cf0/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1939] 10.0.0.130 () {34 vars in 677 bytes} [Tue May 26 09:32:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:51.249 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb5fc717-b7f1-4475-826f-fde3c4e49899'] response: {'name': 'network-changed', 'server_uuid': '8936e7bc-4c9e-47e1-86ed-f876a6587ba9', 'tag': '3395b664-c71d-4a73-8863-60140726f8d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 942/1940] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:32:51 2026] PUT /v2.0/floatingips/ed12a23b-20a6-4954-b2ee-7d4c61db13eb/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1941] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:32:51 2026] PUT /v2.0/floatingips/a3b3701e-1078-4e10-a3bf-87ce9700a125/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1942] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:32:51 2026] PUT /v2.0/floatingips/b2b1e95b-c14f-4e5f-aa87-dd5f97a8877c/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: 945/1943] 10.0.0.130 () {32 vars in 672 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1944] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:32:51 2026] POST /v2.0/ports => generated 775 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 946/1945] 10.0.0.130 () {32 vars in 686 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:51.608 7 INFO neutron.db.segments_db [None req-96ff1dbe-5998-4aa0-885c-55d3d92e9a28 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Added segment 8662cb76-e966-4093-963c-159a5f326574 of type vxlan for network cf2acb3f-1a2f-4369-b877-b61b2ce47888 [pid: 8|app: 0|req: 947/1946] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1947] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1948] 10.0.0.130 () {32 vars in 680 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1949] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:51 2026] POST /v2.0/networks => generated 613 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1950] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1951] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1952] 10.0.0.130 () {32 vars in 690 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1953] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1954] 10.0.0.130 () {32 vars in 702 bytes} [Tue May 26 09:32:51 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: 955/1955] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:32:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.201&port_id=3395b664-c71d-4a73-8863-60140726f8d3 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1956] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:51 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1957] 199.204.45.65 () {34 vars in 1103 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26&port_id=3395b664-c71d-4a73-8863-60140726f8d3 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:52.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-823e3010-7541-497c-8f08-cd5b40a9ab7b 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] TaaS: Handle Delete Port: 079013a9-aaf9-439a-9a4e-8a6cc02e576f 2026-05-26 09:32:52.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-823e3010-7541-497c-8f08-cd5b40a9ab7b 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] Tap Mirror: Handle Delete Port: 079013a9-aaf9-439a-9a4e-8a6cc02e576f [pid: 8|app: 0|req: 956/1958] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:51 2026] DELETE /v2.0/floatingips/e2e4d9c9-5482-4b12-8151-0d97f29a3cf0 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1959] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/subnets?id=92a951b2-df6c-4b63-8f30-c4d5349aa21f&id=afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:52.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-7573231b-bc46-4ec9-8739-4db7e5989dea 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] TaaS: Handle Delete Port: 239600c1-40f2-4233-96e8-43c99829bfea 2026-05-26 09:32:52.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7573231b-bc46-4ec9-8739-4db7e5989dea 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] Tap Mirror: Handle Delete Port: 239600c1-40f2-4233-96e8-43c99829bfea [pid: 7|app: 0|req: 1003/1960] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:32:52 2026] POST /v2.0/ports => generated 954 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1004/1961] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:32:52.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d428838-defa-4ee2-ba5a-b56c03f1e977 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] TaaS: Handle Delete Port: 4aa12e3f-a3ff-4944-9f2e-016ae0ddb182 2026-05-26 09:32:52.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d428838-defa-4ee2-ba5a-b56c03f1e977 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Tap Mirror: Handle Delete Port: 4aa12e3f-a3ff-4944-9f2e-016ae0ddb182 [pid: 8|app: 0|req: 958/1962] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/floatingips/ed12a23b-20a6-4954-b2ee-7d4c61db13eb => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1963] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&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: 7|app: 0|req: 1005/1964] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/ports/4aa12e3f-a3ff-4944-9f2e-016ae0ddb182 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:52.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb8e79e9-3922-4437-9837-36532762de96 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] TaaS: Handle Delete Port: f8b840e6-1c6d-4b31-ac53-dccb06869d13 2026-05-26 09:32:52.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb8e79e9-3922-4437-9837-36532762de96 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] Tap Mirror: Handle Delete Port: f8b840e6-1c6d-4b31-ac53-dccb06869d13 [pid: 7|app: 0|req: 1006/1965] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:32:52.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05cd73f1-7dd4-4e64-82cd-b670eba6065f 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/1966] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/ports/4aa12e3f-a3ff-4944-9f2e-016ae0ddb182 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1967] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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-05-26 09:32:52.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68e51ec8-be11-433b-b97d-e5a5ba2693de 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1009/1968] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:32:52 2026] GET /v2.0/ports/4aa12e3f-a3ff-4944-9f2e-016ae0ddb182 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1969] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/floatingips/a3b3701e-1078-4e10-a3bf-87ce9700a125 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1970] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/subnets/438f4084-9751-4c67-9ecc-6e6eb9a558c6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:52.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-afe1224a-2c9d-4956-8286-87359b358b22 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] TaaS: Handle Delete Port: 8f1b2814-e983-4148-a9c4-c966251c2b8c 2026-05-26 09:32:52.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afe1224a-2c9d-4956-8286-87359b358b22 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] Tap Mirror: Handle Delete Port: 8f1b2814-e983-4148-a9c4-c966251c2b8c 2026-05-26 09:32:53.050 7 INFO neutron.services.segments.plugin [-] Segment 8662cb76-e966-4093-963c-159a5f326574 resource provider aggregate not found 2026-05-26 09:32:53.053 7 INFO neutron.services.segments.plugin [-] Segment 8662cb76-e966-4093-963c-159a5f326574 resource provider aggregate not found 2026-05-26 09:32:53.072 7 INFO neutron.services.segments.plugin [-] Segment 8662cb76-e966-4093-963c-159a5f326574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8662cb76-e966-4093-963c-159a5f326574 found for delete ", "request_id": "req-fe4adc7e-6db6-4c8b-bb22-c20796e620e3"}]} 2026-05-26 09:32:53.076 7 INFO neutron.services.segments.plugin [-] Segment 8662cb76-e966-4093-963c-159a5f326574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8662cb76-e966-4093-963c-159a5f326574 found for delete ", "request_id": "req-ab970505-417a-46cc-8161-ef4ced485554"}]} [pid: 7|app: 0|req: 1011/1971] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/networks/cf2acb3f-1a2f-4369-b877-b61b2ce47888 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1972] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:52 2026] DELETE /v2.0/floatingips/b2b1e95b-c14f-4e5f-aa87-dd5f97a8877c => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:53.166 7 INFO neutron.db.segments_db [None req-f5484a33-558a-4b01-810d-8730623cd828 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Added segment 50aca109-105b-44e4-9e0e-d85f1b98135d of type vxlan for network 108c0989-bea6-426b-854f-1e1325c58c6c 2026-05-26 09:32:53.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-4716b8ca-8169-4db1-8647-75698222ce00 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] TaaS: Handle Delete Port: 46fdb463-47bc-4264-89e3-8f0e8a3fafa3 2026-05-26 09:32:53.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4716b8ca-8169-4db1-8647-75698222ce00 205981d03d3a411387f0e83effe94d2c 3371d10cf50e42e5b8f8f56fe7cd7b97 - - default default] Tap Mirror: Handle Delete Port: 46fdb463-47bc-4264-89e3-8f0e8a3fafa3 [pid: 7|app: 0|req: 1012/1973] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:32:53 2026] POST /v2.0/networks => generated 612 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1974] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:53 2026] DELETE /v2.0/floatingips/c8f31f6a-711f-48a9-94e0-17dac1322117 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1975] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:32:53 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1976] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:32:53 2026] POST /v2.0/ports => generated 915 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:32:54.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-747f4f35-4c31-4868-b3ac-6a7781a5522a 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] TaaS: Handle Delete Port: 9801c1fb-55cb-42f7-b132-999895a13550 2026-05-26 09:32:54.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-747f4f35-4c31-4868-b3ac-6a7781a5522a 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Tap Mirror: Handle Delete Port: 9801c1fb-55cb-42f7-b132-999895a13550 [pid: 7|app: 0|req: 1014/1977] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:53 2026] DELETE /v2.0/ports/9801c1fb-55cb-42f7-b132-999895a13550 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:54.229 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ef7536f-610b-4896-abed-a00b58a5729d 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1978] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:32:54 2026] GET /v2.0/ports/9801c1fb-55cb-42f7-b132-999895a13550 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1979] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:54 2026] DELETE /v2.0/subnets/ee8e7d3a-ba63-4c08-af93-d9c460911fb1 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1980] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:54 2026] DELETE /v2.0/networks/108c0989-bea6-426b-854f-1e1325c58c6c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1981] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:54 2026] GET /v2.0/security-groups?tenant_id=c0af4ac2fa58445084f1babda851800f&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: 966/1982] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:54 2026] DELETE /v2.0/security-groups/1853c785-716b-44b0-88c4-6b54f2dedbb9 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1983] 10.0.0.130 () {34 vars in 665 bytes} [Tue May 26 09:32:54 2026] POST /v2.0/ports => generated 774 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 967/1984] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:54 2026] GET /v2.0/security-groups?tenant_id=752fefbd61654b46a6070e5ba759cbe7&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1987] 10.0.0.130 () {34 vars in 737 bytes} [Tue May 26 09:32:54 2026] PUT /v2.0/ports/30b38ab2-99b3-4846-8252-f6b20eca7646 => generated 752 bytes in 180 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: 970/1988] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:54 2026] DELETE /v2.0/security-groups/06136908-1a1a-4799-9da8-95b26e55a2fb => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:55.096 7 INFO neutron.services.segments.plugin [-] Segment 50aca109-105b-44e4-9e0e-d85f1b98135d resource provider aggregate not found 2026-05-26 09:32:55.100 7 INFO neutron.services.segments.plugin [-] Segment 50aca109-105b-44e4-9e0e-d85f1b98135d resource provider aggregate not found 2026-05-26 09:32:55.121 7 INFO neutron.services.segments.plugin [-] Segment 50aca109-105b-44e4-9e0e-d85f1b98135d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50aca109-105b-44e4-9e0e-d85f1b98135d found for delete ", "request_id": "req-98a2d0d7-58ca-4915-9993-e4dc85d7f2ae"}]} 2026-05-26 09:32:55.126 7 INFO neutron.services.segments.plugin [-] Segment 50aca109-105b-44e4-9e0e-d85f1b98135d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50aca109-105b-44e4-9e0e-d85f1b98135d found for delete ", "request_id": "req-2a944d8c-c2b5-416f-b47b-82584d232038"}]} 2026-05-26 09:32:55.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-77411206-6b24-4183-95a2-d391482bcca4 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] TaaS: Handle Delete Port: 30b38ab2-99b3-4846-8252-f6b20eca7646 2026-05-26 09:32:55.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77411206-6b24-4183-95a2-d391482bcca4 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Tap Mirror: Handle Delete Port: 30b38ab2-99b3-4846-8252-f6b20eca7646 [pid: 7|app: 0|req: 1019/1989] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/ports/30b38ab2-99b3-4846-8252-f6b20eca7646 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1990] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:32:55 2026] GET /v2.0/ports => generated 778 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:55.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f757dcb3-83ad-4f5b-a2a6-b14f455e6dee 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 972/1991] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:32:55 2026] GET /v2.0/ports/30b38ab2-99b3-4846-8252-f6b20eca7646 => 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: 973/1992] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:32:55 2026] GET /v2.0/ports => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1993] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:55 2026] GET /v2.0/security-groups?tenant_id=3371d10cf50e42e5b8f8f56fe7cd7b97&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1994] 10.0.0.130 () {32 vars in 717 bytes} [Tue May 26 09:32:55 2026] GET /v2.0/ports/55b51dfc-d7f7-4760-84f2-511691c1c354 => generated 775 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:32:55.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec77011e-d26a-4c8e-ae75-3d8b3802dbea 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1995] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/ports/9801c1fb-55cb-42f7-b132-999895a13550 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:32:55.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84d37bd5-a8f2-45cb-a583-94aa3d83145b 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 976/1996] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/subnets/ee8e7d3a-ba63-4c08-af93-d9c460911fb1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:32:55.556 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dcc26cc0-e041-40b6-94d5-4bbed5d55aea 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/1997] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/security-groups/cd948c4c-7b34-4a96-a7f4-2fa4bad66a83 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1998] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/subnets/438f4084-9751-4c67-9ecc-6e6eb9a558c6 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:32:55.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-593e2847-7236-4210-9ec9-1795e7d806a3 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] TaaS: Handle Delete Port: 55b51dfc-d7f7-4760-84f2-511691c1c354 2026-05-26 09:32:55.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-593e2847-7236-4210-9ec9-1795e7d806a3 53c9af97e034488da627d67a052693a2 c1bb23f383754e47b2e47a616dbaeecc - - default default] Tap Mirror: Handle Delete Port: 55b51dfc-d7f7-4760-84f2-511691c1c354 [pid: 7|app: 0|req: 1022/1999] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/ports/55b51dfc-d7f7-4760-84f2-511691c1c354 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:32:55.958 8 INFO neutron.services.segments.plugin [-] Segment d59c54a2-dc3b-480f-9fc4-23559bb9f280 resource provider aggregate not found 2026-05-26 09:32:55.971 8 INFO neutron.services.segments.plugin [-] Segment d59c54a2-dc3b-480f-9fc4-23559bb9f280 resource provider aggregate not found 2026-05-26 09:32:55.983 8 INFO neutron.services.segments.plugin [-] Segment d59c54a2-dc3b-480f-9fc4-23559bb9f280 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59c54a2-dc3b-480f-9fc4-23559bb9f280 found for delete ", "request_id": "req-73f6a40a-ed65-4010-95cf-33d53b42c6fd"}]} 2026-05-26 09:32:55.986 8 INFO neutron.services.segments.plugin [-] Segment d59c54a2-dc3b-480f-9fc4-23559bb9f280 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59c54a2-dc3b-480f-9fc4-23559bb9f280 found for delete ", "request_id": "req-16865f6f-a3d3-45e5-8211-972a6ce363bf"}]} [pid: 8|app: 0|req: 978/2000] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:32:55 2026] DELETE /v2.0/networks/3d09d5ca-57b4-4eeb-88c9-72dca9ce6c4d => 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: 1023/2001] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:56 2026] GET /v2.0/security-groups?tenant_id=c1bb23f383754e47b2e47a616dbaeecc&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2002] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:56 2026] DELETE /v2.0/security-groups/2b71028f-a705-4a3a-9602-8d98b6614183 => 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: 1024/2003] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:32:58 2026] POST /v2.0/subnetpools => generated 548 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2004] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:59 2026] GET /v2.0/subnetpools/4cba5aed-097c-4d6a-97ad-19fd0a0975ff => generated 548 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2005] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:32:59 2026] PUT /v2.0/subnetpools/4cba5aed-097c-4d6a-97ad-19fd0a0975ff => generated 500 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2006] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:59 2026] DELETE /v2.0/subnetpools/4cba5aed-097c-4d6a-97ad-19fd0a0975ff => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:32:59.216 7 INFO neutron.api.v2.resource [None req-605b8e8f-afcd-4c9b-8daf-828728bb9356 a5618f5dfbbf4cada70966961ecc721a 5fa658e3d3bf412789450d840fdc3b29 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2007] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:32:59 2026] GET /v2.0/subnetpools/4cba5aed-097c-4d6a-97ad-19fd0a0975ff => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:32:59.237 8 INFO neutron.api.v2.resource [None req-e7cbda8b-494c-471e-a788-591f057fb155 a5618f5dfbbf4cada70966961ecc721a 5fa658e3d3bf412789450d840fdc3b29 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 982/2008] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:32:59 2026] DELETE /v2.0/subnetpools/4cba5aed-097c-4d6a-97ad-19fd0a0975ff => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2009] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:32:59 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2010] 10.0.0.90 () {34 vars in 1039 bytes} [Tue May 26 09:32:59 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2011] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:32:59 2026] GET /v2.0/security-groups?tenant_id=5fa658e3d3bf412789450d840fdc3b29&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2012] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:32:59 2026] DELETE /v2.0/security-groups/2b04a801-9914-456b-953e-26ccaec5f3fd => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:33:00.164 8 INFO neutron.db.segments_db [None req-581738cf-e577-461f-9e94-0eca041d059c ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Added segment c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 of type vxlan for network f7af032e-dc0b-40a6-8c64-d6dfbc62deb6 2026-05-26 09:33:00.440 8 INFO neutron.db.l3_hamode_db [None req-581738cf-e577-461f-9e94-0eca041d059c ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:33:00.569 8 INFO neutron.db.l3_hamode_db [None req-581738cf-e577-461f-9e94-0eca041d059c ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 984/2013] 10.0.0.130 () {34 vars in 668 bytes} [Tue May 26 09:33:00 2026] POST /v2.0/routers => generated 474 bytes in 1136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:01.279 7 INFO neutron.db.l3_hamode_db [None req-ed45a0a4-dcbf-491e-b34d-a9424f9b8d2f ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:33:01.417 7 INFO neutron.db.l3_hamode_db [None req-ed45a0a4-dcbf-491e-b34d-a9424f9b8d2f ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1030/2014] 10.0.0.130 () {34 vars in 668 bytes} [Tue May 26 09:33:01 2026] POST /v2.0/routers => generated 474 bytes in 1469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:02.758 8 INFO neutron.db.l3_hamode_db [None req-fe22ab82-0be2-404d-a248-1b35fca41194 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:33:02.949 8 INFO neutron.db.l3_hamode_db [None req-fe22ab82-0be2-404d-a248-1b35fca41194 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 985/2015] 10.0.0.130 () {34 vars in 668 bytes} [Tue May 26 09:33:02 2026] POST /v2.0/routers => generated 474 bytes in 911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:03.650 8 INFO neutron.db.l3_hamode_db [None req-b05d8913-0916-4759-9b09-072d1c68d130 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:33:03.767 8 INFO neutron.db.l3_hamode_db [None req-b05d8913-0916-4759-9b09-072d1c68d130 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1031/2016] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:03 2026] GET /v2.0/security-groups?tenant_id=04292e1b29e549f2804802d12541cea1&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2017] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:03 2026] DELETE /v2.0/security-groups/558e5c7c-acfc-4730-ba2c-00c70b40c272 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2018] 10.0.0.130 () {34 vars in 668 bytes} [Tue May 26 09:33:03 2026] POST /v2.0/routers => generated 474 bytes in 845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:04.513 7 INFO neutron.db.l3_hamode_db [None req-9a8f0daf-05a8-475d-88fa-487b924db9e9 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:33:04.656 7 INFO neutron.db.l3_hamode_db [None req-9a8f0daf-05a8-475d-88fa-487b924db9e9 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1033/2019] 10.0.0.130 () {34 vars in 668 bytes} [Tue May 26 09:33:04 2026] POST /v2.0/routers => generated 474 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2020] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:33:05 2026] PUT /v2.0/routers/7370d5d2-8cb5-4246-aa07-69ff2afff4f3/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2021] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:33:05 2026] PUT /v2.0/routers/5c01c0a6-493c-44aa-8b85-00bbc06504cd/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2022] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:33:05 2026] PUT /v2.0/routers/a7f09e96-8bbf-4847-9f46-a315d30dae47/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2023] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:33:05 2026] PUT /v2.0/routers/5205b76c-54ea-414c-bdae-c62fc37de43a/tags => generated 19 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2024] 10.0.0.130 () {32 vars in 664 bytes} [Tue May 26 09:33:05 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:33:05.986 7 INFO neutron.db.segments_db [None req-3d64b020-37b6-4b53-a973-5cb668b527a1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment e542e8ab-8bb0-4087-8bcc-4546c23e4ffd of type vxlan for network 0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0 [pid: 8|app: 0|req: 991/2025] 10.0.0.130 () {32 vars in 678 bytes} [Tue May 26 09:33:05 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2026] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:33:05 2026] POST /v2.0/networks => generated 722 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2027] 10.0.0.130 () {32 vars in 674 bytes} [Tue May 26 09:33:06 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2028] 10.0.0.130 () {32 vars in 686 bytes} [Tue May 26 09:33:06 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2029] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:33:06 2026] POST /v2.0/subnets => generated 688 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:06.300 7 INFO neutron.db.segments_db [None req-f39764ab-f9d7-4d57-bafc-17f420430ae6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 of type vxlan for network f014f1ba-92da-437f-a127-93531b0e4c5e 2026-05-26 09:33:06.533 7 INFO neutron.db.l3_hamode_db [None req-f39764ab-f9d7-4d57-bafc-17f420430ae6 8e0bb0c6456642d58d39c0d76ac97b86 a051b78733d847a3827dce89bc0e1978 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 994/2030] 10.0.0.130 () {32 vars in 672 bytes} [Tue May 26 09:33:06 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2031] 10.0.0.130 () {32 vars in 686 bytes} [Tue May 26 09:33:06 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2032] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:33:06 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2033] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:33:07 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2034] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:33:07 2026] GET /v2.0/routers/7370d5d2-8cb5-4246-aa07-69ff2afff4f3 => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:07.315 7 INFO neutron.db.l3_hamode_db [None req-f39764ab-f9d7-4d57-bafc-17f420430ae6 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 999/2035] 10.0.0.130 () {34 vars in 742 bytes} [Tue May 26 09:33:07 2026] PUT /v2.0/routers/7370d5d2-8cb5-4246-aa07-69ff2afff4f3 => generated 485 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2036] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:33:07 2026] GET /v2.0/ports?device_id=7370d5d2-8cb5-4246-aa07-69ff2afff4f3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:33:07.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-9332936d-c77a-432e-bde2-84f1baee2ffb ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] TaaS: Handle Delete Port: 2278c22c-17c0-4e1f-a6f3-b9d54e0dc452 2026-05-26 09:33:07.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9332936d-c77a-432e-bde2-84f1baee2ffb ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Tap Mirror: Handle Delete Port: 2278c22c-17c0-4e1f-a6f3-b9d54e0dc452 [pid: 8|app: 0|req: 1001/2037] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:07 2026] DELETE /v2.0/routers/7370d5d2-8cb5-4246-aa07-69ff2afff4f3 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2038] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:33:08 2026] GET /v2.0/routers/5c01c0a6-493c-44aa-8b85-00bbc06504cd => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2039] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:33:06 2026] POST /v2.0/routers => generated 728 bytes in 2124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2040] 10.0.0.130 () {34 vars in 742 bytes} [Tue May 26 09:33:08 2026] PUT /v2.0/routers/5c01c0a6-493c-44aa-8b85-00bbc06504cd => generated 493 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2041] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:33:08 2026] GET /v2.0/ports?device_id=5c01c0a6-493c-44aa-8b85-00bbc06504cd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:33:09.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fbccb5c-cc90-4b74-b758-a140b816dc4b ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] TaaS: Handle Delete Port: 0fd2ebfe-e374-48ea-b33c-b0bf9089e917 2026-05-26 09:33:09.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fbccb5c-cc90-4b74-b758-a140b816dc4b ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Tap Mirror: Handle Delete Port: 0fd2ebfe-e374-48ea-b33c-b0bf9089e917 [pid: 8|app: 0|req: 1005/2042] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:08 2026] DELETE /v2.0/routers/5c01c0a6-493c-44aa-8b85-00bbc06504cd => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2043] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:33:09 2026] GET /v2.0/routers/a7f09e96-8bbf-4847-9f46-a315d30dae47 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2044] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:33:08 2026] PUT /v2.0/routers/d8212d98-5230-4250-83ae-a1f3a169bd6b/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2045] 10.0.0.130 () {34 vars in 742 bytes} [Tue May 26 09:33:09 2026] PUT /v2.0/routers/a7f09e96-8bbf-4847-9f46-a315d30dae47 => generated 502 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2046] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:33:09 2026] GET /v2.0/ports?device_id=a7f09e96-8bbf-4847-9f46-a315d30dae47 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:33:10.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-9daa61f0-0726-49a9-8b6e-2c5dc800884f ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] TaaS: Handle Delete Port: c8eb7d01-696f-41ee-a75b-10c6340ba529 2026-05-26 09:33:10.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9daa61f0-0726-49a9-8b6e-2c5dc800884f ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Tap Mirror: Handle Delete Port: c8eb7d01-696f-41ee-a75b-10c6340ba529 [pid: 8|app: 0|req: 1008/2049] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:09 2026] DELETE /v2.0/routers/a7f09e96-8bbf-4847-9f46-a315d30dae47 => generated 0 bytes in 473 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2050] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:33:10 2026] GET /v2.0/routers/5205b76c-54ea-414c-bdae-c62fc37de43a => generated 487 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:11.026 7 INFO neutron.db.segments_db [None req-3429e1b7-290e-4181-8772-5d80732dffbe 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 of type vxlan for network c411989f-183e-4d25-afbc-f4f25d2083fb [pid: 7|app: 0|req: 1043/2051] 10.0.0.130 () {34 vars in 671 bytes} [Tue May 26 09:33:10 2026] POST /v2.0/networks => generated 722 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2052] 10.0.0.130 () {34 vars in 742 bytes} [Tue May 26 09:33:10 2026] PUT /v2.0/routers/5205b76c-54ea-414c-bdae-c62fc37de43a => generated 487 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2053] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:33:11 2026] GET /v2.0/ports?device_id=5205b76c-54ea-414c-bdae-c62fc37de43a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:33:11.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-70066cda-0fa6-4a43-a14a-95561c6eb744 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] TaaS: Handle Delete Port: 3a05f4f7-ba47-4669-8a2d-6c678445c6fa 2026-05-26 09:33:11.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70066cda-0fa6-4a43-a14a-95561c6eb744 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Tap Mirror: Handle Delete Port: 3a05f4f7-ba47-4669-8a2d-6c678445c6fa [pid: 7|app: 0|req: 1044/2054] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:33:11 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:11.415 7 INFO neutron.db.segments_db [None req-f22d4264-1c9c-4d6c-9174-19d94cf34a8e 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Added segment 8d9469db-39cd-49ef-8611-0d707d261490 of type vxlan for network 0d295cef-5d71-4aad-9757-2e4faf037209 [pid: 8|app: 0|req: 1011/2055] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:11 2026] DELETE /v2.0/routers/5205b76c-54ea-414c-bdae-c62fc37de43a => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2056] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:33:11 2026] GET /v2.0/routers/71f5e6d7-a0b0-49d8-a876-1cc19c86fcf8 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:11.710 7 INFO neutron.db.l3_hamode_db [None req-f22d4264-1c9c-4d6c-9174-19d94cf34a8e 8e0bb0c6456642d58d39c0d76ac97b86 92fca8edfa954e0294aa87af5fe0bb26 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1013/2057] 10.0.0.130 () {34 vars in 742 bytes} [Tue May 26 09:33:11 2026] PUT /v2.0/routers/71f5e6d7-a0b0-49d8-a876-1cc19c86fcf8 => generated 480 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2058] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:33:12 2026] GET /v2.0/ports?device_id=71f5e6d7-a0b0-49d8-a876-1cc19c86fcf8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:33:12.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-667977c2-ff1a-4b6b-818d-80ee47c37cd5 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] TaaS: Handle Delete Port: 873e2da7-fb60-47e9-9b00-e664aaefb1c2 2026-05-26 09:33:12.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-667977c2-ff1a-4b6b-818d-80ee47c37cd5 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] Tap Mirror: Handle Delete Port: 873e2da7-fb60-47e9-9b00-e664aaefb1c2 2026-05-26 09:33:12.530 7 INFO neutron.db.l3_hamode_db [None req-f22d4264-1c9c-4d6c-9174-19d94cf34a8e 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 09:33:12.817 8 INFO neutron.services.segments.plugin [-] Segment c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 resource provider aggregate not found 2026-05-26 09:33:12.825 8 INFO neutron.services.segments.plugin [-] Segment c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 resource provider aggregate not found 2026-05-26 09:33:12.845 8 INFO neutron.db.l3_hamode_db [None req-667977c2-ff1a-4b6b-818d-80ee47c37cd5 ab73b7d70e87442ca584c5b1c1c2b4a2 fbe68ecd8eae4d1599b0bae38e5584df - - default default] HA network f7af032e-dc0b-40a6-8c64-d6dfbc62deb6 was deleted as no HA routers are present in tenant fbe68ecd8eae4d1599b0bae38e5584df. 2026-05-26 09:33:12.851 8 INFO neutron.services.segments.plugin [-] Segment c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 found for delete ", "request_id": "req-e10e04c0-f7dd-41f7-8870-3e79760e5e96"}]} [pid: 8|app: 0|req: 1015/2059] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:12 2026] DELETE /v2.0/routers/71f5e6d7-a0b0-49d8-a876-1cc19c86fcf8 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:33:12.861 8 INFO neutron.services.segments.plugin [-] Segment c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7cf4cd4-d37a-4a8f-9373-534b2deef0a3 found for delete ", "request_id": "req-54b115ef-071c-40d5-986b-8a2618f1319b"}]} [pid: 7|app: 0|req: 1045/2060] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:33:11 2026] POST /v2.0/routers => generated 728 bytes in 2261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2061] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:33:13 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2062] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:13 2026] GET /v2.0/security-groups?tenant_id=2c481dbccf5d4f5aaa069cb521ec8827&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2063] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:14 2026] DELETE /v2.0/security-groups/9ad0d45f-0b5a-4d4e-b7d5-ae03c71377f8 => 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: 1019/2064] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:14 2026] GET /v2.0/security-groups?tenant_id=4ebf95e0de3d464a874982aed8c468b9&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2065] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:14 2026] DELETE /v2.0/security-groups/efe66350-4c1f-44bc-9195-f7f75ebe3c28 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2066] 10.0.0.130 () {34 vars in 783 bytes} [Tue May 26 09:33:13 2026] PUT /v2.0/routers/74b2b53f-f281-4ebe-9284-1e288c241e29/add_router_interface => generated 309 bytes in 1425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2067] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:15 2026] GET /v2.0/security-groups?tenant_id=fbe68ecd8eae4d1599b0bae38e5584df&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2068] 10.0.0.169 () {30 vars in 690 bytes} [Tue May 26 09:33:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2069] 10.0.0.169 () {30 vars in 692 bytes} [Tue May 26 09:33:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2070] 10.0.0.169 () {30 vars in 668 bytes} [Tue May 26 09:33:15 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: 1024/2071] 10.0.0.169 () {30 vars in 704 bytes} [Tue May 26 09:33:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2072] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:15 2026] DELETE /v2.0/security-groups/fb4668d5-3eb8-428d-aef9-29202acfa583 => 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: 1049/2073] 10.0.0.169 () {28 vars in 439 bytes} [Tue May 26 09:33:15 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2074] 10.0.0.169 () {30 vars in 728 bytes} [Tue May 26 09:33:15 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 658 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2075] 10.0.0.169 () {30 vars in 690 bytes} [Tue May 26 09:33:15 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: 1052/2076] 10.0.0.169 () {30 vars in 692 bytes} [Tue May 26 09:33: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: 7|app: 0|req: 1053/2077] 10.0.0.169 () {30 vars in 668 bytes} [Tue May 26 09:33:16 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: 1025/2078] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:33:15 2026] POST /v2.0/security-groups => generated 1677 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2079] 10.0.0.169 () {30 vars in 704 bytes} [Tue May 26 09:33:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2080] 10.0.0.169 () {30 vars in 728 bytes} [Tue May 26 09:33:16 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2081] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2082] 10.0.0.169 () {30 vars in 690 bytes} [Tue May 26 09:33:16 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: 1056/2083] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2084] 10.0.0.169 () {30 vars in 692 bytes} [Tue May 26 09:33:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2085] 10.0.0.169 () {30 vars in 668 bytes} [Tue May 26 09:33:16 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: 1030/2086] 10.0.0.169 () {30 vars in 704 bytes} [Tue May 26 09:33:16 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: 1031/2087] 10.0.0.169 () {30 vars in 730 bytes} [Tue May 26 09:33:16 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2088] 10.0.0.169 () {30 vars in 682 bytes} [Tue May 26 09:33:16 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2089] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2090] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:16.637 8 INFO neutron.db.securitygroups_db [None req-113b6858-d901-41bb-8c95-1f4708cbf37c 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] Project a051b78733d847a3827dce89bc0e1978 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: 1034/2091] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:33:16.763 8 INFO neutron.db.securitygroups_db [None req-56bc0755-f555-44c6-a93a-bc9f14a71be9 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] Project a051b78733d847a3827dce89bc0e1978 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: 1035/2092] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2093] 10.0.0.169 () {34 vars in 704 bytes} [Tue May 26 09:33:16 2026] POST /v2.0/ports => generated 1128 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2094] 10.0.0.130 () {34 vars in 685 bytes} [Tue May 26 09:33:17 2026] POST /v2.0/security-groups => generated 1662 bytes in 151 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: 1059/2095] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2096] 10.0.0.130 () {34 vars in 695 bytes} [Tue May 26 09:33:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2097] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:33:17 2026] POST /v2.0/floatingips => generated 552 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2098] 10.0.0.236 () {34 vars in 1098 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--352047389&fields=id&tenant_id=a051b78733d847a3827dce89bc0e1978 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2099] 10.0.0.236 () {34 vars in 1100 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1192619033&fields=id&tenant_id=a051b78733d847a3827dce89bc0e1978 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2100] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/networks?id=0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2101] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/quotas/a051b78733d847a3827dce89bc0e1978 => 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: 1040/2102] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/ports?tenant_id=a051b78733d847a3827dce89bc0e1978&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2103] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2104] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:33:18 2026] GET /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0?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: 1064/2105] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:19 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1042/2106] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2107] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:33: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: 1044/2108] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:33:20 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: 1045/2109] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:33:20 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: 1046/2110] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2111] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1065/2112] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:33:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2113] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:33:20 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: 1067/2114] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2115] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2116] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:20.679 7 INFO neutron.api.v2.resource [None req-339fa335-7339-4f1c-9cc4-4926d7bbaea5 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1070/2117] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/security-groups/lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 149 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2118] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:33:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2119] 199.204.45.65 () {30 vars in 784 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/security-groups?name=lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2120] 199.204.45.65 () {34 vars in 735 bytes} [Tue May 26 09:33:20 2026] POST /v2.0/security-groups => generated 1638 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2121] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:33:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2122] 199.204.45.65 () {30 vars in 814 bytes} [Tue May 26 09:33:20 2026] GET /v2.0/security-group-rules?security_group_id=c4858d54-8ed8-4840-8d67-0ab18df6bbf2 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2123] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:33:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2124] 10.0.0.130 () {34 vars in 684 bytes} [Tue May 26 09:33:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2125] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:33:20 2026] PUT /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2126] 10.0.0.130 () {34 vars in 767 bytes} [Tue May 26 09:33:21 2026] PUT /v2.0/security-groups/f458090e-92d2-4946-bd84-080201a3c95a/tags => generated 17 bytes in 51 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: 1076/2127] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2128] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:33:21 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: 1078/2129] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2130] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:33:21 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: 1052/2131] 10.0.0.130 () {34 vars in 767 bytes} [Tue May 26 09:33:21 2026] PUT /v2.0/security-groups/bc59fed9-ba73-448d-993c-d8e11ec7c3d8/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2132] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2133] 10.0.0.130 () {34 vars in 767 bytes} [Tue May 26 09:33:21 2026] PUT /v2.0/security-groups/4d501e22-7789-4150-adfd-f9e19609b5e9/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: 1081/2134] 10.0.0.130 () {34 vars in 767 bytes} [Tue May 26 09:33:21 2026] PUT /v2.0/security-groups/cf874388-1ea3-443b-a923-c11dfcffa351/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2135] 10.0.0.130 () {32 vars in 680 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2136] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1055/2137] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2138] 10.0.0.130 () {32 vars in 690 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2139] 10.0.0.130 () {32 vars in 702 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2140] 10.0.0.130 () {32 vars in 688 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2141] 10.0.0.130 () {32 vars in 702 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2142] 10.0.0.130 () {32 vars in 698 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2143] 10.0.0.130 () {32 vars in 710 bytes} [Tue May 26 09:33:21 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2144] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:21 2026] DELETE /v2.0/security-groups/f458090e-92d2-4946-bd84-080201a3c95a => 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: 1059/2145] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:21 2026] DELETE /v2.0/security-groups/bc59fed9-ba73-448d-993c-d8e11ec7c3d8 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2146] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:22 2026] DELETE /v2.0/security-groups/4d501e22-7789-4150-adfd-f9e19609b5e9 => 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: 1060/2147] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:22 2026] DELETE /v2.0/security-groups/cf874388-1ea3-443b-a923-c11dfcffa351 => 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: 1088/2148] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:22 2026] DELETE /v2.0/security-groups/ca9b37b1-f7a0-4bd0-9a1c-626e99a5eb13 => 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: 1061/2149] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:22 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1089/2150] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:23 2026] GET /v2.0/security-groups?tenant_id=01d19c96676c4f47aca1faed994b55d9&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2151] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:23 2026] DELETE /v2.0/security-groups/2552a713-f08b-44ba-8f07-c7f7b5a87ffe => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2152] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:23 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1090/2153] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:33:23 2026] GET /v2.0/networks?id=0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2154] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:23 2026] GET /v2.0/security-groups?tenant_id=5fd98456ae074b0e841bff4b30a5be89&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2155] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:33:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a051b78733d847a3827dce89bc0e1978 => generated 273 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2156] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:23 2026] DELETE /v2.0/security-groups/4acc637b-5d19-494e-8f55-912ac3bdd901 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2157] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:24 2026] GET /v2.0/security-groups?tenant_id=44b137ba44eb4ff58e7bd0855724af36&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2158] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:33:23 2026] POST /v2.0/ports => generated 993 bytes in 441 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: 1067/2159] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:24 2026] DELETE /v2.0/security-groups/e79a4344-c4bf-4b5a-a730-82cc92dc2f9f => 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: 1093/2160] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:33:24 2026] PUT /v2.0/ports/d03f8b11-448b-44c4-a31e-0b68c99ba8e1 => generated 1274 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:33:24.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c117dc2-d771-4fc8-8848-c17996d5522e'] response: {'name': 'network-changed', 'server_uuid': '148be64b-642d-4bff-83ad-668a2775a94d', 'tag': 'd03f8b11-448b-44c4-a31e-0b68c99ba8e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1068/2161] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:24 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1008 bytes in 75 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: 1094/2162] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:24 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&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: 1070/2165] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:33:25 2026] GET /v2.0/ports?tenant_id=a051b78733d847a3827dce89bc0e1978&device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2166] 199.204.45.65 () {34 vars in 1017 bytes} [Tue May 26 09:33:25 2026] GET /v2.0/networks?tenant_id=a051b78733d847a3827dce89bc0e1978&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2167] 199.204.45.65 () {34 vars in 929 bytes} [Tue May 26 09:33:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2168] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:25 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2169] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2170] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/ports?tenant_id=a051b78733d847a3827dce89bc0e1978&device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1277 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2171] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d03f8b11-448b-44c4-a31e-0b68c99ba8e1 => 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: 1099/2172] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/subnets?id=665c1b34-fe3f-4096-ad7f-2792e65d6cc6 => 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: 1074/2173] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/ports?network_id=0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2174] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0?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: 1075/2175] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:33:26 2026] GET /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0?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: 1101/2176] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:27 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2177] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:27 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&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: 7|app: 0|req: 1102/2178] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:28 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2179] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:28 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2180] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:33:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2181] 10.0.0.236 () {34 vars in 1016 bytes} [Tue May 26 09:33:28 2026] GET /v2.0/security-groups?id=67223e15-9b7a-42f0-978e-97715572226f&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2182] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:33:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2183] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:33:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2184] 10.0.0.236 () {34 vars in 982 bytes} [Tue May 26 09:33:28 2026] GET /v2.0/networks?id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2185] 10.0.0.236 () {34 vars in 965 bytes} [Tue May 26 09:33:28 2026] GET /v2.0/quotas/a2ab1807d46a4a6395e8027eed21cf2b => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2186] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:33:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2187] 10.0.0.236 () {34 vars in 1002 bytes} [Tue May 26 09:33:28 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2188] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:33:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2189] 10.0.0.236 () {34 vars in 1008 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1108/2190] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:33:29 2026] PUT /v2.0/subnetpools/1d46a96d-4dbf-423f-85d0-4cd094bb0da6/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2191] 10.0.0.236 () {34 vars in 1108 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2192] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:33:29 2026] PUT /v2.0/subnetpools/c1998282-4e67-43ef-878d-1cded35318dc/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2193] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:33:29 2026] PUT /v2.0/subnetpools/83302a34-96cf-4241-8a7f-2b744566e9e5/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: 1110/2194] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:33:29 2026] PUT /v2.0/subnetpools/f562087f-68b0-4f77-9dac-f18988ea318c/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2195] 10.0.0.130 () {32 vars in 672 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2196] 10.0.0.130 () {32 vars in 686 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2197] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2198] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2199] 10.0.0.130 () {32 vars in 680 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2200] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2201] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2202] 10.0.0.130 () {32 vars in 690 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2203] 10.0.0.130 () {32 vars in 702 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2204] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2205] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:33:29 2026] DELETE /v2.0/subnetpools/1d46a96d-4dbf-423f-85d0-4cd094bb0da6 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2206] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:33:29 2026] DELETE /v2.0/subnetpools/c1998282-4e67-43ef-878d-1cded35318dc => 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: 1117/2207] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:33:29 2026] DELETE /v2.0/subnetpools/83302a34-96cf-4241-8a7f-2b744566e9e5 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2208] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:33:29 2026] DELETE /v2.0/subnetpools/f562087f-68b0-4f77-9dac-f18988ea318c => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2209] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:33:29 2026] DELETE /v2.0/subnetpools/b8191b87-4e74-42db-acc5-353c5a9ce54c => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2210] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2211] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1119/2212] 199.204.45.65 () {34 vars in 1123 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/security-groups?id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2213] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:29 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1120/2214] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:30 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2215] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:30 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2216] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:30 2026] GET /v2.0/security-groups?tenant_id=4425157e925e42a3bfde8aefa4f4fd95&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2217] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:30 2026] DELETE /v2.0/security-groups/7e577326-ee5a-41bd-af8f-d5e916cc6a57 => 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: 1096/2218] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:31 2026] GET /v2.0/security-groups?tenant_id=f0eae20f572342ab9c5144bd64f7c245&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2219] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:31 2026] DELETE /v2.0/security-groups/53a26516-74fe-486a-86e8-cd0331dd1cbb => 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: 1097/2220] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:31 2026] GET /v2.0/security-groups?tenant_id=c1b5336f47224de28529d747def434e2&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: 1124/2221] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:31 2026] DELETE /v2.0/security-groups/d117c061-7685-4958-ad61-9d31b232052d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2222] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:31 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2223] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:31 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2224] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:32 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1126/2225] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:33 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2226] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:33 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1127/2227] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:33 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2228] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:33 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:33:33.636 7 INFO neutron.db.l3_db [None req-364f6f44-6d65-4722-8435-6290aa2b3984 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] Floating IP 99711a34-c33d-4a8f-938b-7b2514e0cdcf associated. External IP: 10.96.250.207, port: d03f8b11-448b-44c4-a31e-0b68c99ba8e1. [pid: 8|app: 0|req: 1102/2229] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:33:33 2026] GET /v2.0/networks?id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2230] 199.204.45.65 () {34 vars in 1049 bytes} [Tue May 26 09:33:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2ab1807d46a4a6395e8027eed21cf2b => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2231] 10.0.0.130 () {34 vars in 749 bytes} [Tue May 26 09:33:33 2026] PUT /v2.0/floatingips/99711a34-c33d-4a8f-938b-7b2514e0cdcf => generated 855 bytes in 654 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:33.980 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44e4b068-7838-405b-89c3-335071238824'] response: {'name': 'network-changed', 'server_uuid': '148be64b-642d-4bff-83ad-668a2775a94d', 'tag': 'd03f8b11-448b-44c4-a31e-0b68c99ba8e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1104/2232] 199.204.45.65 () {38 vars in 954 bytes} [Tue May 26 09:33:33 2026] POST /v2.0/ports => generated 1078 bytes in 382 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: 1105/2233] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/ports?tenant_id=a051b78733d847a3827dce89bc0e1978&device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1279 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2234] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/networks?id=0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2235] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d03f8b11-448b-44c4-a31e-0b68c99ba8e1 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2236] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/subnets?id=665c1b34-fe3f-4096-ad7f-2792e65d6cc6 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2237] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/ports?network_id=0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0&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: 1110/2238] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0?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: 1129/2239] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:33:34 2026] PUT /v2.0/ports/cc7771b7-9250-4dfa-b81c-627064115080 => generated 1239 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2240] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:33:34 2026] GET /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0?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: 1112/2241] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:33:35 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2242] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:33:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => 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: 1114/2243] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:33:35 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 31 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: 1115/2244] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:33:35 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:33:36.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d38a6c4-2d7a-40b0-8666-5b63ddc8f03a'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': 'cc7771b7-9250-4dfa-b81c-627064115080', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1116/2245] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:33:36 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1130/2246] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:35 2026] GET /v2.0/security-groups?tenant_id=b4d81938820841ceaa7133339aadb429&name=default => generated 2929 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2247] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:36 2026] DELETE /v2.0/security-groups/3836cdb7-aea2-44f3-b801-8a88b3641549 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2248] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:33:36 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1118/2249] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:36 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2250] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:33:36 2026] GET /v2.0/security-groups?id=67223e15-9b7a-42f0-978e-97715572226f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2251] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:36 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2252] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:36 2026] GET /v2.0/security-groups?tenant_id=e9e3c9301cfd4d21b8d40caa04e25401&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2253] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:36 2026] DELETE /v2.0/security-groups/55c11b47-90b5-40b1-815a-21e0448167f1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2254] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2255] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/networks?id=9555eac6-45d4-430c-a137-9cdce70b41ec => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2256] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2257] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2258] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&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: 1137/2259] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1123/2260] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:33:37 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2261] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:39 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2262] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:33:39 2026] GET /v2.0/security-groups?id=67223e15-9b7a-42f0-978e-97715572226f&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2263] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:39 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2266] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:33:40 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1141/2267] 199.204.45.65 () {34 vars in 1043 bytes} [Tue May 26 09:33:40 2026] GET /v2.0/security-groups?id=67223e15-9b7a-42f0-978e-97715572226f&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2268] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:41 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2269] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:41 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2270] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:33:42 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1279 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2271] 10.0.0.130 () {32 vars in 858 bytes} [Tue May 26 09:33:42 2026] GET /v2.0/floatingips?floating_network_id=523a1b02-41d3-4e45-92b5-9cdeded31f6c&port_id=d03f8b11-448b-44c4-a31e-0b68c99ba8e1 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2272] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:42 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1144/2273] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:33:42 2026] GET /v2.0/security-groups?id=67223e15-9b7a-42f0-978e-97715572226f&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2274] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:42 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => 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: 1145/2275] 10.0.0.90 () {34 vars in 989 bytes} [Tue May 26 09:33:43 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2276] 10.0.0.90 () {34 vars in 1119 bytes} [Tue May 26 09:33:43 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2277] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:45 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2278] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:45 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2279] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:46 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2280] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:46 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2281] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:48 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2282] 10.0.0.236 () {34 vars in 1120 bytes} [Tue May 26 09:33:48 2026] GET /v2.0/security-groups?id=8a1a6937-7c15-47e4-a48c-c7ddb7899154&id=61ac59f1-7328-4e4c-b7ad-2e517cb39c37&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: 1134/2283] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:33:48 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => generated 1010 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:33:48.313 7 INFO neutron_taas.services.taas.taas_plugin [req-c5dd45e5-2d45-488f-ae36-1af45ecce0cc req-deda42a2-c211-4939-a5cd-08c5929d4005 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] TaaS: Handle Delete Port: d03f8b11-448b-44c4-a31e-0b68c99ba8e1 2026-05-26 09:33:48.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c5dd45e5-2d45-488f-ae36-1af45ecce0cc req-deda42a2-c211-4939-a5cd-08c5929d4005 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] Tap Mirror: Handle Delete Port: d03f8b11-448b-44c4-a31e-0b68c99ba8e1 2026-05-26 09:33:48.454 7 INFO neutron.db.l3_db [req-c5dd45e5-2d45-488f-ae36-1af45ecce0cc req-deda42a2-c211-4939-a5cd-08c5929d4005 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] Floating IP 99711a34-c33d-4a8f-938b-7b2514e0cdcf disassociated. External IP: 10.96.250.207, port: d03f8b11-448b-44c4-a31e-0b68c99ba8e1. [pid: 7|app: 0|req: 1150/2284] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:33:48 2026] DELETE /v2.0/ports/d03f8b11-448b-44c4-a31e-0b68c99ba8e1 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:33:49.036 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ea775a4-a5f9-4366-be9d-dfdf1a5af302'] response: {'server_uuid': '148be64b-642d-4bff-83ad-668a2775a94d', 'name': 'network-vif-deleted', 'tag': 'd03f8b11-448b-44c4-a31e-0b68c99ba8e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1135/2285] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:49 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1151/2286] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:50 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1136/2287] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:33:51 2026] GET /v2.0/ports?device_id=148be64b-642d-4bff-83ad-668a2775a94d => 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: 1152/2288] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:52 2026] DELETE /v2.0/security-groups/8a1a6937-7c15-47e4-a48c-c7ddb7899154 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:33:52.829 8 INFO neutron.api.v2.resource [None req-122ecfc2-ac81-43c9-9491-756789921abc 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1137/2289] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:33:52 2026] GET /v2.0/security-groups/8a1a6937-7c15-47e4-a48c-c7ddb7899154 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:33:52.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9605add-c136-4925-9838-c2a9cd4fd082 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] TaaS: Handle Delete Port: 9e9989ae-550f-4b68-bf93-e72f829d233a 2026-05-26 09:33:52.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9605add-c136-4925-9838-c2a9cd4fd082 9cf827ee8b344716983602307f6fd7e1 a051b78733d847a3827dce89bc0e1978 - - default default] Tap Mirror: Handle Delete Port: 9e9989ae-550f-4b68-bf93-e72f829d233a [pid: 7|app: 0|req: 1153/2290] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:33:52 2026] DELETE /v2.0/floatingips/99711a34-c33d-4a8f-938b-7b2514e0cdcf => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2291] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:53 2026] DELETE /v2.0/security-groups/61ac59f1-7328-4e4c-b7ad-2e517cb39c37 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:33:53.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3fc8fb2-ca18-4b83-8d4b-43cd73c8f496 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 77b26808-919f-4988-8e88-bed1a05d8fe4 2026-05-26 09:33:53.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3fc8fb2-ca18-4b83-8d4b-43cd73c8f496 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 77b26808-919f-4988-8e88-bed1a05d8fe4 [pid: 7|app: 0|req: 1154/2292] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:33:53 2026] PUT /v2.0/routers/d8212d98-5230-4250-83ae-a1f3a169bd6b/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:54.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-65060ab2-075e-4c03-8136-d88ceb3e78bb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: ea91576c-6a54-416b-8b74-68b72366955b 2026-05-26 09:33:54.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65060ab2-075e-4c03-8136-d88ceb3e78bb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: ea91576c-6a54-416b-8b74-68b72366955b 2026-05-26 09:33:54.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-65060ab2-075e-4c03-8136-d88ceb3e78bb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: a687e2da-3419-4ee8-9138-d595c2367341 2026-05-26 09:33:54.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65060ab2-075e-4c03-8136-d88ceb3e78bb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: a687e2da-3419-4ee8-9138-d595c2367341 2026-05-26 09:33:55.205 8 INFO neutron.services.segments.plugin [-] Segment 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 resource provider aggregate not found 2026-05-26 09:33:55.213 8 INFO neutron.services.segments.plugin [-] Segment 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 resource provider aggregate not found 2026-05-26 09:33:55.229 8 INFO neutron.services.segments.plugin [-] Segment 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 found for delete ", "request_id": "req-66c450d8-b3b7-4685-b3b7-423deba186a8"}]} 2026-05-26 09:33:55.233 8 INFO neutron.db.l3_hamode_db [None req-65060ab2-075e-4c03-8136-d88ceb3e78bb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network f014f1ba-92da-437f-a127-93531b0e4c5e was deleted as no HA routers are present in tenant a051b78733d847a3827dce89bc0e1978. 2026-05-26 09:33:55.240 8 INFO neutron.services.segments.plugin [-] Segment 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ca5d01-e5ac-4ec8-b01f-4be48a3892a9 found for delete ", "request_id": "req-e55208cd-d0cc-4616-a836-0b3970b0fd47"}]} [pid: 8|app: 0|req: 1139/2295] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:54 2026] DELETE /v2.0/routers/d8212d98-5230-4250-83ae-a1f3a169bd6b => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2296] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:55 2026] DELETE /v2.0/subnets/665c1b34-fe3f-4096-ad7f-2792e65d6cc6 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:33:55.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-66e2d2bd-cd0f-4645-b6c8-3d25715471cb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 5b29d171-fd49-4fb9-99cb-ca05553dcbb3 2026-05-26 09:33:55.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e2d2bd-cd0f-4645-b6c8-3d25715471cb 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 5b29d171-fd49-4fb9-99cb-ca05553dcbb3 [pid: 8|app: 0|req: 1140/2297] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:33:55 2026] DELETE /v2.0/networks/0f9f3ac0-55aa-4cfa-ba24-b8de2c126cb0 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:33:56.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5ba0ea4-57d4-4a87-91b8-be2d4349d8fc 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 7dd6d0c0-d336-4dac-b3a7-17be5c8e59ff 2026-05-26 09:33:56.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5ba0ea4-57d4-4a87-91b8-be2d4349d8fc 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 7dd6d0c0-d336-4dac-b3a7-17be5c8e59ff [pid: 7|app: 0|req: 1158/2298] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:33:55 2026] PUT /v2.0/routers/74b2b53f-f281-4ebe-9284-1e288c241e29/remove_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:33:57.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e6038af-ea8d-489d-97ce-061f2bf155b7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 3c3e2fce-723d-4211-9d5c-d36ba73790fd 2026-05-26 09:33:57.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e6038af-ea8d-489d-97ce-061f2bf155b7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 3c3e2fce-723d-4211-9d5c-d36ba73790fd 2026-05-26 09:33:57.255 8 INFO neutron.services.segments.plugin [-] Segment e542e8ab-8bb0-4087-8bcc-4546c23e4ffd resource provider aggregate not found 2026-05-26 09:33:57.266 8 INFO neutron.services.segments.plugin [-] Segment e542e8ab-8bb0-4087-8bcc-4546c23e4ffd resource provider aggregate not found 2026-05-26 09:33:57.286 8 INFO neutron.services.segments.plugin [-] Segment e542e8ab-8bb0-4087-8bcc-4546c23e4ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e542e8ab-8bb0-4087-8bcc-4546c23e4ffd found for delete ", "request_id": "req-76335906-1aa4-4687-8fd2-5ee158920974"}]} 2026-05-26 09:33:57.294 8 INFO neutron.services.segments.plugin [-] Segment e542e8ab-8bb0-4087-8bcc-4546c23e4ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e542e8ab-8bb0-4087-8bcc-4546c23e4ffd found for delete ", "request_id": "req-4f2c620b-6842-4351-b6f8-b5aa919e3ba0"}]} 2026-05-26 09:33:57.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e6038af-ea8d-489d-97ce-061f2bf155b7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 9965d6ca-577a-4265-ada4-5ce2aec007cb 2026-05-26 09:33:57.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e6038af-ea8d-489d-97ce-061f2bf155b7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 9965d6ca-577a-4265-ada4-5ce2aec007cb 2026-05-26 09:33:57.875 8 INFO neutron.db.l3_hamode_db [None req-3e6038af-ea8d-489d-97ce-061f2bf155b7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] HA network 0d295cef-5d71-4aad-9757-2e4faf037209 was deleted as no HA routers are present in tenant 92fca8edfa954e0294aa87af5fe0bb26. [pid: 8|app: 0|req: 1141/2299] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:56 2026] DELETE /v2.0/routers/74b2b53f-f281-4ebe-9284-1e288c241e29 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2300] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:33:57 2026] DELETE /v2.0/subnets/6853178f-3152-4b28-8007-c7102eab2b8a => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:33:58.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-25e5b7f3-f624-494d-b25f-7192e45e4d29 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 3fa6988f-76c9-4f81-a47e-dbbadeff9bf9 2026-05-26 09:33:58.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25e5b7f3-f624-494d-b25f-7192e45e4d29 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 3fa6988f-76c9-4f81-a47e-dbbadeff9bf9 [pid: 8|app: 0|req: 1142/2301] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:33:58 2026] DELETE /v2.0/networks/c411989f-183e-4d25-afbc-f4f25d2083fb => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2302] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:58 2026] GET /v2.0/security-groups?tenant_id=92fca8edfa954e0294aa87af5fe0bb26&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2303] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:58 2026] DELETE /v2.0/security-groups/5ad75db4-1803-48e4-9e34-62e9fe469bec => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2304] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:33:59 2026] GET /v2.0/security-groups?tenant_id=a051b78733d847a3827dce89bc0e1978&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:33:59.318 8 INFO neutron.services.segments.plugin [-] Segment 8d9469db-39cd-49ef-8611-0d707d261490 resource provider aggregate not found 2026-05-26 09:33:59.340 8 INFO neutron.services.segments.plugin [-] Segment 8d9469db-39cd-49ef-8611-0d707d261490 resource provider aggregate not found 2026-05-26 09:33:59.352 8 INFO neutron.services.segments.plugin [-] Segment 8d9469db-39cd-49ef-8611-0d707d261490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9469db-39cd-49ef-8611-0d707d261490 found for delete ", "request_id": "req-155a79a5-54b4-4f03-a461-c38e3bc4af78"}]} 2026-05-26 09:33:59.379 8 INFO neutron.services.segments.plugin [-] Segment ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 resource provider aggregate not found 2026-05-26 09:33:59.386 8 INFO neutron.services.segments.plugin [-] Segment 8d9469db-39cd-49ef-8611-0d707d261490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9469db-39cd-49ef-8611-0d707d261490 found for delete ", "request_id": "req-481ae637-742a-41de-a6a8-2fba13db0108"}]} 2026-05-26 09:33:59.416 8 INFO neutron.services.segments.plugin [-] Segment ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 resource provider aggregate not found 2026-05-26 09:33:59.423 8 INFO neutron.services.segments.plugin [-] Segment ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 found for delete ", "request_id": "req-e2eb28aa-6667-48f5-8507-cdb906f4493a"}]} 2026-05-26 09:33:59.441 8 INFO neutron.services.segments.plugin [-] Segment ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef17d922-f0ca-4b8c-b2a4-0b1e22adb478 found for delete ", "request_id": "req-b5632d93-a419-4b32-a287-9043cbbdbe77"}]} [pid: 8|app: 0|req: 1144/2305] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:33:59 2026] DELETE /v2.0/security-groups/69f565f2-19ee-4fa7-97dc-fd77ccb798f5 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:04.161 7 INFO neutron.db.segments_db [None req-536ceed7-3659-40b8-89ae-a819823f6f56 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] Added segment c4f6a1eb-5748-4d60-9db2-7aced6a904b3 of type vxlan for network d556e471-d333-4ab8-a339-64eef1206da6 [pid: 7|app: 0|req: 1162/2306] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:03 2026] POST /v2.0/networks => generated 708 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2307] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:04 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:04.478 7 WARNING neutron.api.v2.base [None req-ab58c968-e6c9-4ca0-b642-e25db6b78de8 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-26 09:34:04.479 7 INFO neutron.api.v2.resource [None req-ab58c968-e6c9-4ca0-b642-e25db6b78de8 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1163/2308] 10.0.0.130 () {34 vars in 681 bytes} [Tue May 26 09:34:04 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-26 09:34:04.674 8 INFO neutron.services.segments.plugin [-] Segment c4f6a1eb-5748-4d60-9db2-7aced6a904b3 resource provider aggregate not found 2026-05-26 09:34:04.682 8 INFO neutron.services.segments.plugin [-] Segment c4f6a1eb-5748-4d60-9db2-7aced6a904b3 resource provider aggregate not found 2026-05-26 09:34:04.693 8 INFO neutron.services.segments.plugin [-] Segment c4f6a1eb-5748-4d60-9db2-7aced6a904b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f6a1eb-5748-4d60-9db2-7aced6a904b3 found for delete ", "request_id": "req-616618b0-c185-4ddb-a89e-c0f1cde3d0ef"}]} [pid: 8|app: 0|req: 1146/2309] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:04 2026] DELETE /v2.0/networks/d556e471-d333-4ab8-a339-64eef1206da6 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:04.704 8 INFO neutron.services.segments.plugin [-] Segment c4f6a1eb-5748-4d60-9db2-7aced6a904b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f6a1eb-5748-4d60-9db2-7aced6a904b3 found for delete ", "request_id": "req-018496c6-29d0-4de9-883e-fe7d2b131810"}]} 2026-05-26 09:34:04.764 7 INFO neutron.db.segments_db [None req-80adef45-007e-40bf-9746-9eec8ee6d7b0 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] Added segment 87a41e21-7230-414b-990d-565a179f9847 of type vxlan for network 4ce895cd-7ec0-4a7d-8cac-3c3a26d6adea [pid: 7|app: 0|req: 1164/2310] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:04 2026] POST /v2.0/networks => generated 708 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2311] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:04 2026] POST /v2.0/subnets => generated 647 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:05.080 7 WARNING neutron.api.v2.base [None req-58a993ec-afb3-4eaf-82ef-1d138dce9529 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-26 09:34:05.081 7 INFO neutron.api.v2.resource [None req-58a993ec-afb3-4eaf-82ef-1d138dce9529 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1165/2312] 10.0.0.130 () {34 vars in 681 bytes} [Tue May 26 09:34:05 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2313] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:05 2026] DELETE /v2.0/networks/4ce895cd-7ec0-4a7d-8cac-3c3a26d6adea => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:05.381 7 INFO neutron.db.segments_db [None req-ab9a1d8e-4d81-4166-92ad-7642d2570781 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] Added segment 19d19175-25a4-494d-b995-5edb981179a7 of type vxlan for network 2fd968bb-13de-40cd-a76c-87d4c43040e8 [pid: 7|app: 0|req: 1166/2314] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:05 2026] POST /v2.0/networks => generated 708 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2315] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:05 2026] POST /v2.0/subnets => generated 647 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2316] 10.0.0.130 () {34 vars in 681 bytes} [Tue May 26 09:34:05 2026] POST /v2.0/rbac-policies => generated 324 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2317] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:34:06 2026] GET /v2.0/networks/2fd968bb-13de-40cd-a76c-87d4c43040e8 => generated 655 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:34:06.714 8 INFO neutron.services.segments.plugin [-] Segment 87a41e21-7230-414b-990d-565a179f9847 resource provider aggregate not found 2026-05-26 09:34:06.723 8 INFO neutron.services.segments.plugin [-] Segment 87a41e21-7230-414b-990d-565a179f9847 resource provider aggregate not found 2026-05-26 09:34:06.729 8 INFO neutron.services.segments.plugin [-] Segment 87a41e21-7230-414b-990d-565a179f9847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a41e21-7230-414b-990d-565a179f9847 found for delete ", "request_id": "req-76571644-1f76-4596-b7eb-43d386689038"}]} 2026-05-26 09:34:06.739 8 INFO neutron.services.segments.plugin [-] Segment 87a41e21-7230-414b-990d-565a179f9847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a41e21-7230-414b-990d-565a179f9847 found for delete ", "request_id": "req-bc9be5fc-530e-4dea-a16c-636ffa472cce"}]} 2026-05-26 09:34:06.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3deab46b-26a3-4447-9289-2c44c36e5458 6cbe2da2ee6649d1b2d7a76d01776ff4 028915b97df44284a1c8d434029fe2eb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2318] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:34:06 2026] GET /v2.0/networks/2fd968bb-13de-40cd-a76c-87d4c43040e8 => generated 138 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:34:07.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-00dac4b0-ff2a-443f-9e2a-b641ad57bd25 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] TaaS: Handle Delete Port: c7d5725b-78e1-49ec-98a4-93465c2462fa 2026-05-26 09:34:07.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00dac4b0-ff2a-443f-9e2a-b641ad57bd25 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] Tap Mirror: Handle Delete Port: c7d5725b-78e1-49ec-98a4-93465c2462fa [pid: 8|app: 0|req: 1151/2319] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:06 2026] DELETE /v2.0/networks/2fd968bb-13de-40cd-a76c-87d4c43040e8 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:07.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29ab6b49-0688-47a6-94f3-07391fa436d7 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1169/2320] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:07 2026] DELETE /v2.0/subnets/8b6f6422-fcf6-455b-83f9-f60ecbcb8269 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:34:07.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c633890-459e-49fd-ac4c-8f9a3ae740a8 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2321] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:07 2026] DELETE /v2.0/subnets/98d93259-3a9c-45fd-a65f-b61a860aa1b6 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:34:07.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9cfe0bf-7d97-4075-8de0-93bc78c11ef2 bba52dcd5db24549934cadff6ae81190 99da852f39da4108b6b93f9d361b9d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2322] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:07 2026] DELETE /v2.0/subnets/4433ba4c-835d-4531-9d81-902ba376a2ff => 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: 1153/2323] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:08 2026] GET /v2.0/security-groups?tenant_id=68299ad7860f4c429fc4839f7dacc5a0&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:34:08.751 8 INFO neutron.services.segments.plugin [-] Segment 19d19175-25a4-494d-b995-5edb981179a7 resource provider aggregate not found 2026-05-26 09:34:08.762 8 INFO neutron.services.segments.plugin [-] Segment 19d19175-25a4-494d-b995-5edb981179a7 resource provider aggregate not found 2026-05-26 09:34:08.768 8 INFO neutron.services.segments.plugin [-] Segment 19d19175-25a4-494d-b995-5edb981179a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d19175-25a4-494d-b995-5edb981179a7 found for delete ", "request_id": "req-5eced1b2-62f7-4f6d-baa0-c9866bc2f189"}]} 2026-05-26 09:34:08.781 8 INFO neutron.services.segments.plugin [-] Segment 19d19175-25a4-494d-b995-5edb981179a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d19175-25a4-494d-b995-5edb981179a7 found for delete ", "request_id": "req-27555068-6b26-4ec5-8694-670e6217de0a"}]} [pid: 7|app: 0|req: 1171/2324] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:08 2026] DELETE /v2.0/security-groups/1253aa82-576c-4202-8cf5-dbca20dc52f1 => 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: 1154/2325] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:08 2026] GET /v2.0/security-groups?tenant_id=028915b97df44284a1c8d434029fe2eb&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2326] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:09 2026] DELETE /v2.0/security-groups/79cb61dd-2af1-499e-bcdc-5d533a34dd06 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2327] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:09 2026] GET /v2.0/security-groups?tenant_id=99da852f39da4108b6b93f9d361b9d2d&name=default => generated 2929 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2328] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:09 2026] DELETE /v2.0/security-groups/c0e37b87-3857-4c9f-9c76-9dea9e74ef7f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:14.262 8 INFO neutron.db.segments_db [None req-cdaed383-0918-4e27-bb0c-f72cb5413c38 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Added segment 9f0092c9-3053-4043-add5-454e7f9279c4 of type vxlan for network 16f5b795-4b83-4d6e-be4a-3e2dde7b5dc0 [pid: 8|app: 0|req: 1157/2331] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:13 2026] POST /v2.0/networks => generated 613 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2332] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:34:14 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:14.754 8 INFO neutron.db.segments_db [None req-a75cfc78-5553-4701-bb48-df21b6ced8d3 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Added segment a68cc4f7-00a8-4531-8741-5cfce55febb4 of type vxlan for network 962ebad5-ca6e-4323-88e5-6d5742a4656a [pid: 8|app: 0|req: 1158/2333] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:14 2026] POST /v2.0/networks => generated 612 bytes in 169 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: 1176/2334] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:34:14 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:15.268 8 INFO neutron.db.segments_db [None req-dfc16f6a-2b90-4585-8947-d6a1193565b8 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Added segment e141ed0e-a03b-422c-b5a2-97b525956292 of type vxlan for network c94866d9-35b2-4c42-be52-2a278f86608d [pid: 8|app: 0|req: 1159/2335] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:15 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1177/2336] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:34:15 2026] POST /v2.0/ports => generated 743 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:15.816 8 INFO neutron.db.segments_db [None req-8f44dde4-dc3b-4f8d-9983-e75d65eab40d 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Added segment 61d0c7ff-1abe-4785-bed5-083692da429c of type vxlan for network cb4e4a40-af82-4b3f-9826-57de7371bd0c [pid: 8|app: 0|req: 1160/2337] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:15 2026] POST /v2.0/networks => generated 612 bytes in 176 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: 1178/2338] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:34:15 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:16.380 8 INFO neutron.db.segments_db [None req-82acc0cd-e0e1-4a95-836d-db0f9e1dd3bb 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Added segment ab003d64-2fdd-48cb-89dc-f8ff90aadf8a of type vxlan for network 034ef1ee-0d99-4afd-882d-c79d8473d32b [pid: 8|app: 0|req: 1161/2339] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:16 2026] POST /v2.0/networks => generated 613 bytes in 183 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: 1179/2340] 10.0.0.130 () {34 vars in 664 bytes} [Tue May 26 09:34:16 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2341] 10.0.0.130 () {34 vars in 747 bytes} [Tue May 26 09:34:16 2026] PUT /v2.0/ports/7bf9ff72-bfb9-473e-9401-c63dddcf4c1e/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1180/2342] 10.0.0.130 () {34 vars in 747 bytes} [Tue May 26 09:34:16 2026] PUT /v2.0/ports/e457b431-336b-4b62-bc5a-f8c6c613a66d/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1163/2343] 10.0.0.130 () {34 vars in 747 bytes} [Tue May 26 09:34:16 2026] PUT /v2.0/ports/8cc896e9-a4a8-4489-8939-7ff26324d3e6/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1181/2344] 10.0.0.130 () {34 vars in 747 bytes} [Tue May 26 09:34:17 2026] PUT /v2.0/ports/2b6e9ee4-191c-4332-a03b-971204910704/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: 1164/2345] 10.0.0.130 () {32 vars in 660 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 145 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: 1182/2346] 10.0.0.130 () {32 vars in 674 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2347] 10.0.0.130 () {32 vars in 670 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2348] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2349] 10.0.0.130 () {32 vars in 668 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2350] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2351] 10.0.0.130 () {32 vars in 678 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2352] 10.0.0.130 () {32 vars in 690 bytes} [Tue May 26 09:34:17 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:34:18.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb5e6e80-39d5-4df6-8316-675d0d277e61 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] TaaS: Handle Delete Port: 7bf9ff72-bfb9-473e-9401-c63dddcf4c1e 2026-05-26 09:34:18.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb5e6e80-39d5-4df6-8316-675d0d277e61 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Tap Mirror: Handle Delete Port: 7bf9ff72-bfb9-473e-9401-c63dddcf4c1e [pid: 8|app: 0|req: 1168/2353] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:34:18 2026] DELETE /v2.0/ports/7bf9ff72-bfb9-473e-9401-c63dddcf4c1e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:18.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8d70bb3-5622-45f1-8dd5-0507129c7130 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] TaaS: Handle Delete Port: e457b431-336b-4b62-bc5a-f8c6c613a66d 2026-05-26 09:34:18.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8d70bb3-5622-45f1-8dd5-0507129c7130 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Tap Mirror: Handle Delete Port: e457b431-336b-4b62-bc5a-f8c6c613a66d [pid: 7|app: 0|req: 1186/2354] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:34:18 2026] DELETE /v2.0/ports/e457b431-336b-4b62-bc5a-f8c6c613a66d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:18.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a358eb3-549d-4dcc-b29b-c3c654f37294 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] TaaS: Handle Delete Port: 8cc896e9-a4a8-4489-8939-7ff26324d3e6 2026-05-26 09:34:18.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a358eb3-549d-4dcc-b29b-c3c654f37294 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Tap Mirror: Handle Delete Port: 8cc896e9-a4a8-4489-8939-7ff26324d3e6 [pid: 8|app: 0|req: 1169/2355] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:34:18 2026] DELETE /v2.0/ports/8cc896e9-a4a8-4489-8939-7ff26324d3e6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:19.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f28a409-2206-4381-8ffe-beda2e437f0b 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] TaaS: Handle Delete Port: 2b6e9ee4-191c-4332-a03b-971204910704 2026-05-26 09:34:19.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f28a409-2206-4381-8ffe-beda2e437f0b 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Tap Mirror: Handle Delete Port: 2b6e9ee4-191c-4332-a03b-971204910704 [pid: 8|app: 0|req: 1170/2356] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:34:19 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: 1171/2357] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:34:19 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: 1172/2358] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:34:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2359] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:34:19 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: 1187/2360] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:34:19 2026] DELETE /v2.0/ports/2b6e9ee4-191c-4332-a03b-971204910704 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2361] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:34:19 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2362] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:34:19 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:34:19.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-51086877-a24c-4bd3-ad3d-3ac4a7d407cd 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] TaaS: Handle Delete Port: ffbf9a40-c0c3-4f4e-92df-aa3ceedf50a9 2026-05-26 09:34:19.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51086877-a24c-4bd3-ad3d-3ac4a7d407cd 4b9d997fa4a04e808349d5cd3e0432b9 cedfb333646443b094c692c2f98cc053 - - default default] Tap Mirror: Handle Delete Port: ffbf9a40-c0c3-4f4e-92df-aa3ceedf50a9 [pid: 7|app: 0|req: 1188/2363] 10.0.0.130 () {32 vars in 720 bytes} [Tue May 26 09:34:19 2026] DELETE /v2.0/ports/ffbf9a40-c0c3-4f4e-92df-aa3ceedf50a9 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2364] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:19 2026] DELETE /v2.0/networks/16f5b795-4b83-4d6e-be4a-3e2dde7b5dc0 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2365] 199.204.45.65 () {34 vars in 716 bytes} [Tue May 26 09:34:19 2026] POST /v2.0/ports => generated 1055 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 09:34:19.697 7 INFO neutron.services.segments.plugin [-] Segment 9f0092c9-3053-4043-add5-454e7f9279c4 resource provider aggregate not found 2026-05-26 09:34:19.701 7 INFO neutron.services.segments.plugin [-] Segment 9f0092c9-3053-4043-add5-454e7f9279c4 resource provider aggregate not found 2026-05-26 09:34:19.728 7 INFO neutron.services.segments.plugin [-] Segment 9f0092c9-3053-4043-add5-454e7f9279c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f0092c9-3053-4043-add5-454e7f9279c4 found for delete ", "request_id": "req-b72b25de-f043-4149-819b-a4a1d82c2904"}]} 2026-05-26 09:34:19.728 7 INFO neutron.services.segments.plugin [-] Segment 9f0092c9-3053-4043-add5-454e7f9279c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f0092c9-3053-4043-add5-454e7f9279c4 found for delete ", "request_id": "req-1767e08c-9a02-41d5-8755-bf1f224b76b1"}]} [pid: 7|app: 0|req: 1190/2366] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:19 2026] DELETE /v2.0/networks/962ebad5-ca6e-4323-88e5-6d5742a4656a => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2367] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:34:19 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1055 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2368] 10.0.0.236 () {34 vars in 907 bytes} [Tue May 26 09:34:19 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2369] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:19 2026] DELETE /v2.0/networks/c94866d9-35b2-4c42-be52-2a278f86608d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2370] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:19 2026] DELETE /v2.0/networks/cb4e4a40-af82-4b3f-9826-57de7371bd0c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:20.061 8 INFO neutron.services.segments.plugin [-] Segment 61d0c7ff-1abe-4785-bed5-083692da429c resource provider aggregate not found 2026-05-26 09:34:20.067 8 INFO neutron.services.segments.plugin [-] Segment 61d0c7ff-1abe-4785-bed5-083692da429c resource provider aggregate not found 2026-05-26 09:34:20.083 8 INFO neutron.services.segments.plugin [-] Segment 61d0c7ff-1abe-4785-bed5-083692da429c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d0c7ff-1abe-4785-bed5-083692da429c found for delete ", "request_id": "req-03430ffc-a638-4a24-9cf2-807fff92466f"}]} 2026-05-26 09:34:20.088 8 INFO neutron.services.segments.plugin [-] Segment 61d0c7ff-1abe-4785-bed5-083692da429c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d0c7ff-1abe-4785-bed5-083692da429c found for delete ", "request_id": "req-869f8acc-55d9-4104-8b00-325f6f5b7834"}]} [pid: 7|app: 0|req: 1192/2371] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:20 2026] DELETE /v2.0/networks/034ef1ee-0d99-4afd-882d-c79d8473d32b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2372] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:20 2026] GET /v2.0/security-groups?tenant_id=cedfb333646443b094c692c2f98cc053&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2373] 199.204.45.65 () {34 vars in 1261 bytes} [Tue May 26 09:34:20 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2374] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:21 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2375] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:21 2026] DELETE /v2.0/security-groups/8ec8fe5d-a905-490e-a865-8c87a2efd8c3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2376] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:21 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1195/2377] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:21 2026] GET /v2.0/security-groups?tenant_id=36d435c88a684cd09fe52f2ebc146837&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2378] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:21 2026] DELETE /v2.0/security-groups/663eca2e-7e74-428d-b420-5d48f938a33a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:21.750 7 INFO neutron.services.segments.plugin [-] Segment a68cc4f7-00a8-4531-8741-5cfce55febb4 resource provider aggregate not found 2026-05-26 09:34:21.756 7 INFO neutron.services.segments.plugin [-] Segment a68cc4f7-00a8-4531-8741-5cfce55febb4 resource provider aggregate not found 2026-05-26 09:34:21.775 7 INFO neutron.services.segments.plugin [-] Segment a68cc4f7-00a8-4531-8741-5cfce55febb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a68cc4f7-00a8-4531-8741-5cfce55febb4 found for delete ", "request_id": "req-1371a1f5-b5db-4f14-ac25-ca53cff9a483"}]} 2026-05-26 09:34:21.783 7 INFO neutron.services.segments.plugin [-] Segment a68cc4f7-00a8-4531-8741-5cfce55febb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a68cc4f7-00a8-4531-8741-5cfce55febb4 found for delete ", "request_id": "req-ed8d5b2b-8e71-4cb3-a989-39f275729215"}]} 2026-05-26 09:34:21.789 7 INFO neutron.services.segments.plugin [-] Segment e141ed0e-a03b-422c-b5a2-97b525956292 resource provider aggregate not found 2026-05-26 09:34:21.807 7 INFO neutron.services.segments.plugin [-] Segment e141ed0e-a03b-422c-b5a2-97b525956292 resource provider aggregate not found 2026-05-26 09:34:21.813 7 INFO neutron.services.segments.plugin [-] Segment e141ed0e-a03b-422c-b5a2-97b525956292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e141ed0e-a03b-422c-b5a2-97b525956292 found for delete ", "request_id": "req-7631dc80-f1c4-41f9-9b90-d68a2137bd59"}]} 2026-05-26 09:34:21.833 7 INFO neutron.services.segments.plugin [-] Segment e141ed0e-a03b-422c-b5a2-97b525956292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e141ed0e-a03b-422c-b5a2-97b525956292 found for delete ", "request_id": "req-5abb3032-0528-4518-a6f6-bcb27600e28f"}]} 2026-05-26 09:34:21.840 7 INFO neutron.services.segments.plugin [-] Segment ab003d64-2fdd-48cb-89dc-f8ff90aadf8a resource provider aggregate not found 2026-05-26 09:34:21.868 7 INFO neutron.services.segments.plugin [-] Segment ab003d64-2fdd-48cb-89dc-f8ff90aadf8a resource provider aggregate not found 2026-05-26 09:34:21.877 7 INFO neutron.services.segments.plugin [-] Segment ab003d64-2fdd-48cb-89dc-f8ff90aadf8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab003d64-2fdd-48cb-89dc-f8ff90aadf8a found for delete ", "request_id": "req-621f6686-7deb-46ee-86cb-dde01c7d1b9e"}]} 2026-05-26 09:34:21.886 7 INFO neutron.services.segments.plugin [-] Segment ab003d64-2fdd-48cb-89dc-f8ff90aadf8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab003d64-2fdd-48cb-89dc-f8ff90aadf8a found for delete ", "request_id": "req-83ff8077-a464-4522-836a-f82891ac80a4"}]} [pid: 7|app: 0|req: 1196/2379] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:21 2026] GET /v2.0/security-groups?tenant_id=a27109869bd140e483aeef5adbfcc9bc&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2380] 199.204.45.65 () {34 vars in 974 bytes} [Tue May 26 09:34:21 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1055 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2381] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:34:21 2026] GET /v2.0/networks?id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2382] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:21 2026] DELETE /v2.0/security-groups/bb01aa49-4854-47fb-8469-0d23e8de6de1 => 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: 1186/2383] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:34:22 2026] PUT /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1245 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:34:22.507 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-119ccff0-dc12-4a3b-a6df-ccc3683fc08b'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': '424aeee3-e44d-4f4b-be1a-c0d7066b80b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1198/2384] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2385] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/networks?id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2386] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1188/2387] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2388] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2389] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1201/2390] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:23 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1190/2391] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:34:24 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2481 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2392] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:34:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => 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: 1191/2395] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:34:24 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2396] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&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: 1192/2397] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2398] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1193/2399] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1207/2400] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2401] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2402] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1195/2403] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:25 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2404] 10.0.0.130 () {34 vars in 678 bytes} [Tue May 26 09:34:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2405] 10.0.0.130 () {34 vars in 678 bytes} [Tue May 26 09:34:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2406] 10.0.0.130 () {34 vars in 678 bytes} [Tue May 26 09:34:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2407] 10.0.0.130 () {34 vars in 678 bytes} [Tue May 26 09:34:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2408] 10.0.0.130 () {34 vars in 678 bytes} [Tue May 26 09:34:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2409] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:34:26 2026] PUT /v2.0/policies/424561f1-b356-4d3b-a4f5-c33d18803460/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2410] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:34:26 2026] PUT /v2.0/policies/61908a2b-9632-4782-b71c-c6e4fba41bbb/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2411] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:34:26 2026] PUT /v2.0/policies/6f0946f1-23c5-4d9c-868b-a7194bf3c319/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2412] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:34:26 2026] PUT /v2.0/policies/afa6fc4e-091e-4837-a257-53c2c254a126/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2413] 10.0.0.130 () {32 vars in 674 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2414] 10.0.0.130 () {32 vars in 688 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2415] 10.0.0.130 () {32 vars in 684 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2416] 10.0.0.130 () {32 vars in 696 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2417] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2418] 10.0.0.130 () {32 vars in 696 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2419] 10.0.0.130 () {32 vars in 692 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2420] 10.0.0.130 () {32 vars in 704 bytes} [Tue May 26 09:34:27 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2421] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:34:28 2026] DELETE /v2.0/qos/policies/424561f1-b356-4d3b-a4f5-c33d18803460 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2422] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:34:28 2026] DELETE /v2.0/qos/policies/61908a2b-9632-4782-b71c-c6e4fba41bbb => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2423] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:34:28 2026] DELETE /v2.0/qos/policies/6f0946f1-23c5-4d9c-868b-a7194bf3c319 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2424] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:34:28 2026] DELETE /v2.0/qos/policies/afa6fc4e-091e-4837-a257-53c2c254a126 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2425] 10.0.0.130 () {32 vars in 734 bytes} [Tue May 26 09:34:28 2026] DELETE /v2.0/qos/policies/ca9d7b20-6fe9-4631-8e1c-e5517fa50342 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2426] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:34:29 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1247 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2427] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:29 2026] GET /v2.0/security-groups?tenant_id=639a73f4bbd3493794b4fed914e685ba&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2428] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:29 2026] DELETE /v2.0/security-groups/7c0d2f47-374a-411a-b26b-baa811edb8a1 => 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: 1208/2429] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:34:29 2026] PUT /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1271 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:34:29.774 7 INFO neutron.api.v2.resource [None req-ee62b040-80c4-4e41-8346-79dfcda01e47 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1222/2430] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:34:29 2026] GET /v2.0/security-groups/lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:34:29.788 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41a079b0-7085-4f9f-b5f4-bcb6eac4eb37'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': '424aeee3-e44d-4f4b-be1a-c0d7066b80b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1209/2431] 199.204.45.65 () {30 vars in 784 bytes} [Tue May 26 09:34:29 2026] GET /v2.0/security-groups?name=lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2432] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:29 2026] GET /v2.0/security-groups?tenant_id=8fa910c172504f1cb327def79eb7cd84&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2433] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:29 2026] DELETE /v2.0/security-groups/f0e05f66-4bee-432a-aa05-88fbfe6d7abd => 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: 1210/2434] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:34:29 2026] PUT /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1309 bytes in 306 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: 1211/2435] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2436] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/security-groups?tenant_id=3b25339d0ce547caa58dc04383e8a7d6&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: 1212/2437] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:34:30 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: 1226/2438] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/networks?id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2439] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2440] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2441] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2442] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:30 2026] DELETE /v2.0/security-groups/445f6b4b-6583-4b01-8b28-0a711af57b90 => 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: 1230/2443] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2444] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2445] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2446] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2447] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2448] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2449] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2450] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2451] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1219/2452] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2453] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2454] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:34:30 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:34:32.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cdb1a2f-59b7-4838-b89a-da5f2825ff52'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': '424aeee3-e44d-4f4b-be1a-c0d7066b80b0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1235/2455] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2456] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/networks?id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2457] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1222/2458] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2459] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&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: 1223/2460] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1238/2461] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:32 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:34:35.021 8 INFO neutron.db.segments_db [None req-c49ecff7-12b3-419f-b169-8ae67ad05baf fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] Added segment 7e7db89b-174e-42dc-b69f-4eb08db33234 of type vxlan for network 02cc7c14-8ce1-47cb-b84e-bc0b4ebd293c [pid: 8|app: 0|req: 1224/2462] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:34 2026] POST /v2.0/networks => generated 612 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2463] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:35 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:35.470 8 INFO neutron.db.segments_db [None req-41772f3e-af99-40e3-9616-d5955ff2a0f5 fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] Added segment 987ef879-9855-4951-b6e7-10166473f810 of type vxlan for network f8d96c08-5f6a-42bb-842c-7843d20b47f5 [pid: 8|app: 0|req: 1225/2464] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:35 2026] POST /v2.0/networks => generated 612 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2465] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:35 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:35.928 8 INFO neutron.db.segments_db [None req-d7007102-fbbf-4651-a54c-d365fc76f50f fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] Added segment 921bd990-4323-4914-95f0-6a8544fca974 of type vxlan for network 1b4e8925-7eb7-4f52-8561-8c571e8144b4 [pid: 8|app: 0|req: 1226/2466] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:35 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2467] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:36 2026] POST /v2.0/subnets => generated 629 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:36.376 8 INFO neutron.db.segments_db [None req-8eb1108e-7eab-4192-be31-01262439d70f fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] Added segment a9c2955a-e2b8-4496-9eca-6c17ee1fba24 of type vxlan for network 021e3b00-0a3f-4eeb-abe7-5c28e64248ee [pid: 8|app: 0|req: 1227/2468] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:36 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2469] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:36 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-05-26 09:34:36.815 8 INFO neutron.db.segments_db [None req-2a5ec34d-8daf-47e4-90e8-d34736fb469a fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] Added segment 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 of type vxlan for network 02ce9c73-3fb5-4af4-b618-c3b7fa6f1c4d [pid: 8|app: 0|req: 1228/2470] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:36 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2471] 10.0.0.130 () {34 vars in 669 bytes} [Tue May 26 09:34:36 2026] POST /v2.0/subnets => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2472] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:34:37 2026] PUT /v2.0/subnets/0d0c1a8b-8fe2-4616-8ec9-abb4d5684cc1/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2473] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:34:37 2026] PUT /v2.0/subnets/38fe2462-7d2a-49ec-81b2-5565883c9431/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2474] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:34:37 2026] PUT /v2.0/subnets/5717a2ad-0ce0-4836-a12b-3f9252ac37d1/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2475] 10.0.0.130 () {34 vars in 751 bytes} [Tue May 26 09:34:37 2026] PUT /v2.0/subnets/1928c86b-2c9d-4544-9216-4d96d3cbeae9/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2476] 10.0.0.130 () {32 vars in 664 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2477] 10.0.0.130 () {32 vars in 678 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2478] 10.0.0.130 () {32 vars in 674 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2479] 10.0.0.130 () {32 vars in 686 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2480] 10.0.0.130 () {32 vars in 672 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2481] 10.0.0.130 () {32 vars in 686 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2482] 10.0.0.130 () {32 vars in 682 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2483] 10.0.0.130 () {32 vars in 694 bytes} [Tue May 26 09:34:37 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2484] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:37 2026] DELETE /v2.0/subnets/0d0c1a8b-8fe2-4616-8ec9-abb4d5684cc1 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2485] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:38 2026] DELETE /v2.0/subnets/38fe2462-7d2a-49ec-81b2-5565883c9431 => 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: 1254/2486] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:38 2026] DELETE /v2.0/subnets/5717a2ad-0ce0-4836-a12b-3f9252ac37d1 => 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: 1255/2487] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:38 2026] DELETE /v2.0/subnets/1928c86b-2c9d-4544-9216-4d96d3cbeae9 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:38.486 8 INFO neutron.db.l3_db [None req-f3a8c43e-af67-4499-b393-83e6eee142f9 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Floating IP 81bb2f87-006c-40a3-8dd5-8ac0dd721e2c associated. External IP: 10.96.250.210, port: 1cac1825-1926-4443-bc11-d4eb9925f598. [pid: 7|app: 0|req: 1256/2488] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:34:38 2026] DELETE /v2.0/subnets/c80f8fae-b208-4bde-82f8-87ae0d6c6234 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:38.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1f698fe-049b-49ce-97d3-aa43abb17a96 fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] TaaS: Handle Delete Port: b3170ba0-39d8-4291-b1bd-650d045bae15 2026-05-26 09:34:38.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1f698fe-049b-49ce-97d3-aa43abb17a96 fde45d6e0eba436193595ea323497c98 ff0b526d6545493d8cf56a8f3ec1cfcd - - default default] Tap Mirror: Handle Delete Port: b3170ba0-39d8-4291-b1bd-650d045bae15 [pid: 8|app: 0|req: 1233/2489] 10.0.0.130 () {34 vars in 677 bytes} [Tue May 26 09:34:37 2026] POST /v2.0/floatingips => generated 898 bytes in 1195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:34:38.952 7 INFO neutron.services.segments.plugin [-] Segment 7e7db89b-174e-42dc-b69f-4eb08db33234 resource provider aggregate not found 2026-05-26 09:34:38.956 7 INFO neutron.services.segments.plugin [-] Segment 7e7db89b-174e-42dc-b69f-4eb08db33234 resource provider aggregate not found 2026-05-26 09:34:38.975 7 INFO neutron.services.segments.plugin [-] Segment 7e7db89b-174e-42dc-b69f-4eb08db33234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e7db89b-174e-42dc-b69f-4eb08db33234 found for delete ", "request_id": "req-f6b60d0d-980e-4040-bf98-9844303f2068"}]} 2026-05-26 09:34:38.981 7 INFO neutron.services.segments.plugin [-] Segment 7e7db89b-174e-42dc-b69f-4eb08db33234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e7db89b-174e-42dc-b69f-4eb08db33234 found for delete ", "request_id": "req-5365fde5-9921-437e-91f5-ae3e5bf91a5b"}]} [pid: 7|app: 0|req: 1257/2490] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:38 2026] DELETE /v2.0/networks/02cc7c14-8ce1-47cb-b84e-bc0b4ebd293c => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:34:39.121 8 INFO neutron.services.segments.plugin [-] Segment 987ef879-9855-4951-b6e7-10166473f810 resource provider aggregate not found 2026-05-26 09:34:39.131 8 INFO neutron.services.segments.plugin [-] Segment 987ef879-9855-4951-b6e7-10166473f810 resource provider aggregate not found 2026-05-26 09:34:39.143 8 INFO neutron.services.segments.plugin [-] Segment 987ef879-9855-4951-b6e7-10166473f810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 987ef879-9855-4951-b6e7-10166473f810 found for delete ", "request_id": "req-c9d26d55-6eac-4616-8d34-d2f0691014b8"}]} 2026-05-26 09:34:39.154 8 INFO neutron.services.segments.plugin [-] Segment 987ef879-9855-4951-b6e7-10166473f810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 987ef879-9855-4951-b6e7-10166473f810 found for delete ", "request_id": "req-5b060921-5600-447e-b154-ccf449aadebc"}]} [pid: 8|app: 0|req: 1234/2491] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:38 2026] DELETE /v2.0/networks/f8d96c08-5f6a-42bb-842c-7843d20b47f5 => 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: 1258/2492] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:39 2026] DELETE /v2.0/networks/1b4e8925-7eb7-4f52-8561-8c571e8144b4 => 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: 1235/2493] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:39 2026] DELETE /v2.0/networks/021e3b00-0a3f-4eeb-abe7-5c28e64248ee => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2494] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:39 2026] DELETE /v2.0/networks/02ce9c73-3fb5-4af4-b618-c3b7fa6f1c4d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2497] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:40 2026] GET /v2.0/security-groups?tenant_id=cc7861ba1f884e5493f3a83bdfb553f5&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:34:41.004 7 INFO neutron.services.segments.plugin [-] Segment 921bd990-4323-4914-95f0-6a8544fca974 resource provider aggregate not found 2026-05-26 09:34:41.009 7 INFO neutron.services.segments.plugin [-] Segment 921bd990-4323-4914-95f0-6a8544fca974 resource provider aggregate not found 2026-05-26 09:34:41.023 7 INFO neutron.services.segments.plugin [-] Segment 921bd990-4323-4914-95f0-6a8544fca974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 921bd990-4323-4914-95f0-6a8544fca974 found for delete ", "request_id": "req-efda1b62-7d8f-49c3-b2b0-1a258da72d9c"}]} 2026-05-26 09:34:41.033 7 INFO neutron.services.segments.plugin [-] Segment 921bd990-4323-4914-95f0-6a8544fca974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 921bd990-4323-4914-95f0-6a8544fca974 found for delete ", "request_id": "req-78493145-77af-4de8-a73b-1b3f3b5e099b"}]} 2026-05-26 09:34:41.042 7 INFO neutron.services.segments.plugin [-] Segment 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 resource provider aggregate not found 2026-05-26 09:34:41.051 7 INFO neutron.services.segments.plugin [-] Segment 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 resource provider aggregate not found 2026-05-26 09:34:41.057 7 INFO neutron.services.segments.plugin [-] Segment 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 found for delete ", "request_id": "req-c924f2bc-f4b6-4a9c-9ad7-f3c2b04576e0"}]} 2026-05-26 09:34:41.072 7 INFO neutron.services.segments.plugin [-] Segment 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ff3cc4c-6dd2-456c-8a89-d619bf4b24e6 found for delete ", "request_id": "req-94933683-c231-48c0-850a-2dab10b45b50"}]} [pid: 7|app: 0|req: 1261/2498] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:40 2026] DELETE /v2.0/security-groups/319a9854-5349-4769-8719-5824661bea5a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:41.176 8 INFO neutron.services.segments.plugin [-] Segment a9c2955a-e2b8-4496-9eca-6c17ee1fba24 resource provider aggregate not found 2026-05-26 09:34:41.177 8 INFO neutron.services.segments.plugin [-] Segment a9c2955a-e2b8-4496-9eca-6c17ee1fba24 resource provider aggregate not found 2026-05-26 09:34:41.207 8 INFO neutron.services.segments.plugin [-] Segment a9c2955a-e2b8-4496-9eca-6c17ee1fba24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9c2955a-e2b8-4496-9eca-6c17ee1fba24 found for delete ", "request_id": "req-0b85c72a-39dd-4265-9fe5-7e2650f283b5"}]} 2026-05-26 09:34:41.207 8 INFO neutron.services.segments.plugin [-] Segment a9c2955a-e2b8-4496-9eca-6c17ee1fba24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9c2955a-e2b8-4496-9eca-6c17ee1fba24 found for delete ", "request_id": "req-42515bf5-847f-42a1-9c66-72fa5cff26aa"}]} [pid: 8|app: 0|req: 1238/2499] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:41 2026] GET /v2.0/security-groups?tenant_id=8418d3d9eeac492c954076d0675480cf&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2500] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:41 2026] DELETE /v2.0/security-groups/3f4fa554-3bde-4d36-9300-a53631003433 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2501] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:41 2026] GET /v2.0/security-groups?tenant_id=ff0b526d6545493d8cf56a8f3ec1cfcd&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: 1263/2502] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:41 2026] DELETE /v2.0/security-groups/b1e85478-21fa-4308-b3c0-913d0f197611 => 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: 1240/2503] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:34:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2504] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:34:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2505] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:34:44 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: 1265/2506] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:34:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:34:44.209 8 INFO neutron.api.v2.resource [None req-cd7c9928-29ec-40d4-9333-3585ff8a6de1 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2507] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:34:44 2026] GET /v2.0/security-groups/lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2508] 199.204.45.65 () {30 vars in 784 bytes} [Tue May 26 09:34:44 2026] GET /v2.0/security-groups?name=lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2509] 199.204.45.65 () {30 vars in 814 bytes} [Tue May 26 09:34:44 2026] GET /v2.0/security-group-rules?security_group_id=c4858d54-8ed8-4840-8d67-0ab18df6bbf2 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2510] 199.204.45.65 () {34 vars in 746 bytes} [Tue May 26 09:34:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2511] 199.204.45.65 () {34 vars in 746 bytes} [Tue May 26 09:34:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2512] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:34:45 2026] POST /v2.0/floatingips => generated 552 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2513] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:34:45 2026] PUT /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2514] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2515] 10.0.0.130 () {34 vars in 770 bytes} [Tue May 26 09:34:46 2026] PUT /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2516] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2517] 10.0.0.130 () {34 vars in 766 bytes} [Tue May 26 09:34:46 2026] PUT /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2518] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2519] 10.0.0.130 () {34 vars in 788 bytes} [Tue May 26 09:34:46 2026] PUT /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2520] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2521] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:34:46 2026] PUT /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2522] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2523] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:46.686 7 INFO neutron.api.v2.resource [None req-eb5a1bc6-a3a7-4a0b-8a8a-3731eb05416c 35bbc8a413734a1ca77a1e36b2dbebd8 ff6cc596d82e4063acde1530a1166fcf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2524] 10.0.0.130 () {32 vars in 751 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2525] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:34:46 2026] DELETE /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2526] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:34:46.874 8 INFO neutron.api.v2.resource [None req-eaaa8c52-19e8-4653-b9d7-bd7e6726ea0d 35bbc8a413734a1ca77a1e36b2dbebd8 ff6cc596d82e4063acde1530a1166fcf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1252/2527] 10.0.0.130 () {32 vars in 754 bytes} [Tue May 26 09:34:46 2026] DELETE /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2528] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:34:46 2026] DELETE /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2529] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:46 2026] GET /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:34:47.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7635e55-219c-4e2a-afb0-112b5c2590a1 35bbc8a413734a1ca77a1e36b2dbebd8 ff6cc596d82e4063acde1530a1166fcf - - default default] TaaS: Handle Delete Port: ca188744-fa90-4d6d-aee5-eac9772ff265 2026-05-26 09:34:47.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7635e55-219c-4e2a-afb0-112b5c2590a1 35bbc8a413734a1ca77a1e36b2dbebd8 ff6cc596d82e4063acde1530a1166fcf - - default default] Tap Mirror: Handle Delete Port: ca188744-fa90-4d6d-aee5-eac9772ff265 [pid: 7|app: 0|req: 1277/2530] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:34:47 2026] DELETE /v2.0/floatingips/f90821f2-4f45-46c5-8552-bae8f635579f => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2531] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:47 2026] GET /v2.0/security-groups?tenant_id=5c0585135c3f44129d1aec42d8dacd97&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2532] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:48 2026] DELETE /v2.0/security-groups/e175396e-93a0-4f95-b5fd-f80fd42e211d => 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: 1255/2533] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:48 2026] GET /v2.0/security-groups?tenant_id=ff6cc596d82e4063acde1530a1166fcf&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2534] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:48 2026] DELETE /v2.0/security-groups/b3e1adab-3610-489b-8848-8aac21287f5c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:52.479 8 INFO neutron.db.segments_db [None req-e11ba222-bf2d-46ba-a3e7-171e678b4035 96615c30d9d24754925eb2479b1d59bf 9aaf58d93e1e4e77a762d331f6cfffc1 - - default default] Added segment 0ffa4c56-e132-43b5-9608-702d877217c6 of type vxlan for network 14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7 [pid: 8|app: 0|req: 1256/2535] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:34:52 2026] POST /v2.0/networks => generated 612 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2536] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:34:52 2026] PUT /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2537] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:52 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2538] 10.0.0.130 () {34 vars in 764 bytes} [Tue May 26 09:34:52 2026] PUT /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2539] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:52 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2540] 10.0.0.130 () {34 vars in 760 bytes} [Tue May 26 09:34:52 2026] PUT /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags/red => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2541] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:52 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2542] 10.0.0.130 () {34 vars in 782 bytes} [Tue May 26 09:34:53 2026] PUT /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/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: 1260/2543] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:53 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2544] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:34:53 2026] PUT /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2545] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:53 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2546] 10.0.0.130 () {32 vars in 741 bytes} [Tue May 26 09:34:53 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:34:53.402 8 INFO neutron.api.v2.resource [None req-995d03ce-3262-45a5-a363-069ba9bd32f1 96615c30d9d24754925eb2479b1d59bf 9aaf58d93e1e4e77a762d331f6cfffc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1262/2547] 10.0.0.130 () {32 vars in 745 bytes} [Tue May 26 09:34:53 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2548] 10.0.0.130 () {32 vars in 744 bytes} [Tue May 26 09:34:53 2026] DELETE /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags/red => 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: 1263/2549] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:53 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 30 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:34:53.605 7 INFO neutron.api.v2.resource [None req-b9f3df0c-149d-4233-8701-eb8515505941 96615c30d9d24754925eb2479b1d59bf 9aaf58d93e1e4e77a762d331f6cfffc1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2550] 10.0.0.130 () {32 vars in 748 bytes} [Tue May 26 09:34:53 2026] DELETE /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2551] 10.0.0.130 () {32 vars in 736 bytes} [Tue May 26 09:34:53 2026] DELETE /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/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: 1288/2552] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:34:53 2026] GET /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:34:53.874 8 INFO neutron.services.segments.plugin [-] Segment 0ffa4c56-e132-43b5-9608-702d877217c6 resource provider aggregate not found 2026-05-26 09:34:53.881 8 INFO neutron.services.segments.plugin [-] Segment 0ffa4c56-e132-43b5-9608-702d877217c6 resource provider aggregate not found 2026-05-26 09:34:53.890 8 INFO neutron.services.segments.plugin [-] Segment 0ffa4c56-e132-43b5-9608-702d877217c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffa4c56-e132-43b5-9608-702d877217c6 found for delete ", "request_id": "req-a46426e0-887c-4eb0-90e9-630a633e68d8"}]} 2026-05-26 09:34:53.902 8 INFO neutron.services.segments.plugin [-] Segment 0ffa4c56-e132-43b5-9608-702d877217c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffa4c56-e132-43b5-9608-702d877217c6 found for delete ", "request_id": "req-94a36dc4-2197-4145-98cb-08ccaa5b2da5"}]} [pid: 8|app: 0|req: 1265/2553] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:34:53 2026] DELETE /v2.0/networks/14945b0c-60ac-4cbd-8d8b-d2b7ac696fd7 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2554] 10.0.0.169 () {30 vars in 690 bytes} [Tue May 26 09:34:54 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: 1267/2555] 10.0.0.169 () {30 vars in 692 bytes} [Tue May 26 09:34:54 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: 1268/2556] 10.0.0.169 () {30 vars in 668 bytes} [Tue May 26 09:34: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: 8|app: 0|req: 1269/2557] 10.0.0.169 () {30 vars in 704 bytes} [Tue May 26 09:34:54 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: 1289/2558] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:54 2026] GET /v2.0/security-groups?tenant_id=79e7eca91bd34c82b6b46a509b01cd35&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2561] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:54 2026] DELETE /v2.0/security-groups/6b8b9bd0-b598-463f-9b31-a2f0062572c5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2562] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:34:55 2026] GET /v2.0/security-groups?tenant_id=9aaf58d93e1e4e77a762d331f6cfffc1&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2563] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:34:55 2026] DELETE /v2.0/security-groups/b07c9951-5cba-48e2-b43a-ec111b053650 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2564] 10.0.0.169 () {28 vars in 439 bytes} [Tue May 26 09:34:55 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: 1272/2565] 10.0.0.169 () {30 vars in 728 bytes} [Tue May 26 09:34:55 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2566] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:34:56 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: 1273/2567] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:34:56 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: 1295/2568] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:34:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2569] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:34:56 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: 1296/2570] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:34:56 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2571] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:34:56 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2572] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:34:56 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: 1276/2573] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:34:56 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: 1298/2574] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:34:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2575] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:34:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2576] 199.204.45.65 () {34 vars in 716 bytes} [Tue May 26 09:34:56 2026] POST /v2.0/ports => generated 1324 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2577] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:34:56 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1324 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1300/2578] 199.204.45.65 () {34 vars in 1261 bytes} [Tue May 26 09:34:57 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2579] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1301/2580] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2581] 199.204.45.65 () {34 vars in 974 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1324 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2582] 10.0.0.130 () {34 vars in 676 bytes} [Tue May 26 09:34:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2583] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2584] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:34:58 2026] PUT /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2585] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2586] 10.0.0.130 () {34 vars in 770 bytes} [Tue May 26 09:34:58 2026] PUT /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/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: 1284/2587] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2588] 10.0.0.130 () {34 vars in 766 bytes} [Tue May 26 09:34:58 2026] PUT /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags/red => 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: 1286/2589] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2590] 10.0.0.130 () {34 vars in 788 bytes} [Tue May 26 09:34:58 2026] PUT /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2591] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:58 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2592] 10.0.0.130 () {34 vars in 759 bytes} [Tue May 26 09:34:59 2026] PUT /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/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: 1290/2593] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2594] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:34:58 2026] PUT /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1514 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2595] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:34:59.222 7 INFO neutron.api.v2.resource [None req-3216efbf-b32c-4ebc-acfa-442ce09b8a0a a71e3b0df85c48dea016a1d6ed64cc7e 1a6422cff9eb4d9196f6269d79406db0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1305/2596] 10.0.0.130 () {32 vars in 751 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/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: 1292/2597] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:34:59 2026] DELETE /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/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: 1306/2598] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:34:59.331 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80350ef8-e661-4ddd-b17a-9266721748ad'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': '806d2276-054b-4972-826d-bf7aac41c20e', 'status': 'completed', 'code': 200} 2026-05-26 09:34:59.373 8 INFO neutron.api.v2.resource [None req-8f007812-e6a6-487d-b19a-7cede9f98991 a71e3b0df85c48dea016a1d6ed64cc7e 1a6422cff9eb4d9196f6269d79406db0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1293/2599] 10.0.0.130 () {32 vars in 754 bytes} [Tue May 26 09:34:59 2026] DELETE /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2600] 10.0.0.130 () {32 vars in 742 bytes} [Tue May 26 09:34:59 2026] DELETE /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2601] 10.0.0.130 () {32 vars in 739 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2602] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:34:59 2026] DELETE /v2.0/subnetpools/a588a873-037e-441b-8e9a-3373c5e19754 => 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: 1295/2603] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4087 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2604] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2605] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=806d2276-054b-4972-826d-bf7aac41c20e => 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: 1310/2606] 199.204.45.65 () {34 vars in 1103 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A376&port_id=806d2276-054b-4972-826d-bf7aac41c20e => 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: 1297/2607] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:34:59 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28&id=880401a8-457a-4464-a5e7-4191249fbc27 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2608] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:00 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2609] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:00 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2610] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:00 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1299/2611] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:00 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1313/2612] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:35:00 2026] GET /v2.0/security-groups?tenant_id=d7f6ab9efb3b46c09ad8d220b88540f2&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2613] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:35:00 2026] DELETE /v2.0/security-groups/acf031bc-fe34-4b32-b6ca-2b00e0527487 => 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: 1314/2614] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:35:00 2026] GET /v2.0/security-groups?tenant_id=1a6422cff9eb4d9196f6269d79406db0&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2615] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:35:00 2026] DELETE /v2.0/security-groups/52bf6e2d-227b-4bab-b897-cc0e2c605188 => 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: 1315/2616] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4087 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2617] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2618] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2619] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2620] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1304/2621] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1318/2622] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1305/2623] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2624] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2625] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1320/2626] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1307/2627] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=806d2276-054b-4972-826d-bf7aac41c20e => 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: 1321/2628] 199.204.45.65 () {34 vars in 1103 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A376&port_id=806d2276-054b-4972-826d-bf7aac41c20e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2629] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28&id=880401a8-457a-4464-a5e7-4191249fbc27 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2630] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:01 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&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: 1309/2631] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:02 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&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: 1323/2632] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:02 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1310/2633] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:02 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:35:04.864 7 INFO neutron.db.segments_db [None req-316a700f-599b-4ffc-95a2-f41591d94540 a99f81a5471c4f9e994829250a2b1326 15137a5962884efda89ffbd0296a6e2c - - default default] Added segment 7aabb728-93e4-4133-bc80-337a03c8ebf1 of type vxlan for network 38f23ace-24ad-4bbc-87d2-a4802e53501d [pid: 7|app: 0|req: 1324/2634] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:35:04 2026] POST /v2.0/networks => generated 612 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 09:35:05.051 8 INFO neutron.db.segments_db [None req-a71cec1f-0189-4285-b504-4390b18906de a99f81a5471c4f9e994829250a2b1326 15137a5962884efda89ffbd0296a6e2c - - default default] Added segment c9f2da1f-96b1-4d2b-8148-08c888826126 of type vxlan for network 105967a2-7960-4aa6-97ac-fe04bf148c65 [pid: 8|app: 0|req: 1311/2635] 10.0.0.130 () {34 vars in 670 bytes} [Tue May 26 09:35:04 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2636] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:35:05 2026] PUT /v2.0/networks/38f23ace-24ad-4bbc-87d2-a4802e53501d/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2637] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:35:05 2026] GET /v2.0/networks/38f23ace-24ad-4bbc-87d2-a4802e53501d/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2638] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:35:05 2026] PUT /v2.0/networks/105967a2-7960-4aa6-97ac-fe04bf148c65/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2639] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:35:05 2026] GET /v2.0/networks/105967a2-7960-4aa6-97ac-fe04bf148c65/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2640] 10.0.0.130 () {34 vars in 753 bytes} [Tue May 26 09:35:05 2026] PUT /v2.0/networks/105967a2-7960-4aa6-97ac-fe04bf148c65/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: 1314/2641] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:35:05 2026] GET /v2.0/networks/105967a2-7960-4aa6-97ac-fe04bf148c65/tags => 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: 1328/2642] 10.0.0.130 () {32 vars in 733 bytes} [Tue May 26 09:35:05 2026] GET /v2.0/networks/38f23ace-24ad-4bbc-87d2-a4802e53501d/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:35:05.756 8 INFO neutron.services.segments.plugin [-] Segment 7aabb728-93e4-4133-bc80-337a03c8ebf1 resource provider aggregate not found 2026-05-26 09:35:05.774 8 INFO neutron.services.segments.plugin [-] Segment 7aabb728-93e4-4133-bc80-337a03c8ebf1 resource provider aggregate not found 2026-05-26 09:35:05.795 8 INFO neutron.services.segments.plugin [-] Segment 7aabb728-93e4-4133-bc80-337a03c8ebf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aabb728-93e4-4133-bc80-337a03c8ebf1 found for delete ", "request_id": "req-80846068-bee8-4f55-87a9-3f84cba113bf"}]} 2026-05-26 09:35:05.799 8 INFO neutron.services.segments.plugin [-] Segment 7aabb728-93e4-4133-bc80-337a03c8ebf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aabb728-93e4-4133-bc80-337a03c8ebf1 found for delete ", "request_id": "req-cf3dc4e5-989b-42d2-a1de-38fe0e5e5e3b"}]} [pid: 8|app: 0|req: 1315/2643] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:35:05 2026] DELETE /v2.0/networks/38f23ace-24ad-4bbc-87d2-a4802e53501d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:35:05.952 7 INFO neutron.services.segments.plugin [-] Segment c9f2da1f-96b1-4d2b-8148-08c888826126 resource provider aggregate not found 2026-05-26 09:35:05.955 7 INFO neutron.services.segments.plugin [-] Segment c9f2da1f-96b1-4d2b-8148-08c888826126 resource provider aggregate not found 2026-05-26 09:35:05.980 7 INFO neutron.services.segments.plugin [-] Segment c9f2da1f-96b1-4d2b-8148-08c888826126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9f2da1f-96b1-4d2b-8148-08c888826126 found for delete ", "request_id": "req-23c08bf8-2466-488b-be56-976cb6112e03"}]} 2026-05-26 09:35:05.981 7 INFO neutron.services.segments.plugin [-] Segment c9f2da1f-96b1-4d2b-8148-08c888826126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9f2da1f-96b1-4d2b-8148-08c888826126 found for delete ", "request_id": "req-d613fd36-11f6-4db9-b6ce-2fd13830a620"}]} [pid: 7|app: 0|req: 1329/2644] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:35:05 2026] DELETE /v2.0/networks/105967a2-7960-4aa6-97ac-fe04bf148c65 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2645] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:35:05 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2646] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2647] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2648] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/subnets/880401a8-457a-4464-a5e7-4191249fbc27 => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2649] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35: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: 7|app: 0|req: 1332/2650] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2651] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:06 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: 1333/2652] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:06 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: 1320/2653] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2654] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2655] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2656] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2657] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2658] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2659] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2660] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:35:06 2026] GET /v2.0/security-groups?tenant_id=c7616af50c4c47e29ebbb72b80ebd64c&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2661] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:35:06 2026] DELETE /v2.0/security-groups/bf472491-f04f-4650-9a86-a58c0c44442c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2662] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:35:07 2026] GET /v2.0/security-groups?tenant_id=15137a5962884efda89ffbd0296a6e2c&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2663] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:35:07 2026] DELETE /v2.0/security-groups/7eb09275-b3f4-4285-aaeb-a5e88af641a7 => 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: 1327/2666] 10.0.0.169 () {30 vars in 690 bytes} [Tue May 26 09:35:15 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: 1340/2667] 10.0.0.169 () {30 vars in 692 bytes} [Tue May 26 09:35: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: 8|app: 0|req: 1328/2668] 10.0.0.169 () {30 vars in 668 bytes} [Tue May 26 09:35:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2669] 10.0.0.169 () {30 vars in 704 bytes} [Tue May 26 09:35: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) [pid: 8|app: 0|req: 1329/2670] 10.0.0.169 () {28 vars in 439 bytes} [Tue May 26 09:35:16 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2671] 10.0.0.169 () {30 vars in 728 bytes} [Tue May 26 09:35:16 2026] GET /v2.0/subnets/afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2672] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2673] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2674] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2675] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2676] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2677] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/subnets/afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2678] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4089 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2679] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2680] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:17 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: 1347/2681] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2682] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:17 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: 1348/2683] 199.204.45.65 () {34 vars in 716 bytes} [Tue May 26 09:35:17 2026] POST /v2.0/ports => generated 1328 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2684] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:35:18 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1328 bytes in 27 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: 1349/2685] 199.204.45.65 () {34 vars in 1261 bytes} [Tue May 26 09:35:19 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d?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: 1337/2686] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:19 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1350/2687] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:19 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1338/2688] 199.204.45.65 () {34 vars in 974 bytes} [Tue May 26 09:35:19 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2689] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:35:19 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2690] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:35:19 2026] PUT /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1518 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:35:20.457 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-925893d7-5f33-4d3b-bb4d-a1176083e5f1'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': 'ac01bbff-69e2-46dd-a20e-2d4c75e7a97d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1352/2691] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:20 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 5599 bytes in 65 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: 1340/2692] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => 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: 1353/2693] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2694] 199.204.45.65 () {34 vars in 1105 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => 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: 1354/2695] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/subnets?id=92a951b2-df6c-4b63-8f30-c4d5349aa21f&id=afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2696] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&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: 1355/2697] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2698] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1356/2699] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:21 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1344/2700] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 5599 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2701] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => 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: 1345/2702] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2703] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&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: 1346/2704] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1359/2705] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2706] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1360/2707] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2708] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&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: 1361/2709] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1349/2710] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2711] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=806d2276-054b-4972-826d-bf7aac41c20e => 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: 1350/2712] 199.204.45.65 () {34 vars in 1103 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A376&port_id=806d2276-054b-4972-826d-bf7aac41c20e => 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: 1363/2713] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:35:22 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28&id=880401a8-457a-4464-a5e7-4191249fbc27 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2714] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2715] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2716] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1365/2717] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1353/2718] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => 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: 1366/2719] 199.204.45.65 () {34 vars in 1105 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => 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: 1354/2720] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/subnets?id=92a951b2-df6c-4b63-8f30-c4d5349aa21f&id=afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2721] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2722] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&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: 1368/2723] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1356/2724] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:23 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1370/2727] 10.0.0.236 () {34 vars in 971 bytes} [Tue May 26 09:35:27 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2728] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:27 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610 => generated 796 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2729] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:27 2026] GET /v2.0/subnets/afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2730] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:27 2026] GET /v2.0/subnets/92a951b2-df6c-4b63-8f30-c4d5349aa21f => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2731] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:27 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2732] 199.204.45.65 () {34 vars in 789 bytes} [Tue May 26 09:35:27 2026] PUT /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1251 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:35:28.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e490e74-85e1-43a2-b60f-5a4e8a44670c'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': '806d2276-054b-4972-826d-bf7aac41c20e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1373/2733] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 798 bytes in 47 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: 1361/2734] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2735] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2736] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2737] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2738] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35: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: 7|app: 0|req: 1376/2739] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2740] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2741] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2742] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2743] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2744] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2745] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2746] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 5372 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2747] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2748] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=806d2276-054b-4972-826d-bf7aac41c20e => 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: 1369/2749] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:28 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2750] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:29 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2751] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:29 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1382/2752] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:29 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2755] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2756] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2757] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:40 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: 1385/2758] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:40 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: 1374/2759] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:40 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2760] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:41 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 5372 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2761] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2762] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35: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: 8|app: 0|req: 1376/2763] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:41 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: 1388/2764] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:41 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: 1377/2765] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:41 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2766] 199.204.45.65 () {34 vars in 789 bytes} [Tue May 26 09:35:41 2026] PUT /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1311 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:35:41.887 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f85f8346-203a-4475-b79b-62bf2389fa64'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': 'ac01bbff-69e2-46dd-a20e-2d4c75e7a97d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1378/2767] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:41 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610 => generated 796 bytes in 65 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: 1390/2768] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:41 2026] GET /v2.0/subnets/92a951b2-df6c-4b63-8f30-c4d5349aa21f => generated 748 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2769] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:41 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1347 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2770] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 5199 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2771] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2772] 199.204.45.65 () {34 vars in 1105 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b5&port_id=ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => 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: 1383/2773] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/subnets?id=92a951b2-df6c-4b63-8f30-c4d5349aa21f => generated 751 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2774] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:35:42 2026] PUT /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1080 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2775] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1385/2776] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610 => generated 796 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2777] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1393/2778] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4968 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2779] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:42 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?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: 1394/2780] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:43 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4968 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:35:43.924 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9f10b07-7b69-4e16-ace8-b7e26bbbf1b1'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': 'ac01bbff-69e2-46dd-a20e-2d4c75e7a97d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1387/2781] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:44 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4968 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2782] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:44 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4968 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2783] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:35:44 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2784] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:44 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2785] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:44 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2786] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:45 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 4968 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2787] 199.204.45.65 () {34 vars in 974 bytes} [Tue May 26 09:35:45 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2788] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:35:45 2026] GET /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2789] 199.204.45.65 () {34 vars in 1015 bytes} [Tue May 26 09:35:45 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2790] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:35:45 2026] PUT /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2791] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:46 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3860 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, ' 2026-05-26 09:35:46.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-928b7658-686f-4369-ba41-b5c52b76db7f 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: ac01bbff-69e2-46dd-a20e-2d4c75e7a97d 2026-05-26 09:35:46.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-928b7658-686f-4369-ba41-b5c52b76db7f 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: ac01bbff-69e2-46dd-a20e-2d4c75e7a97d [pid: 7|app: 0|req: 1400/2792] 199.204.45.65 () {32 vars in 758 bytes} [Tue May 26 09:35:46 2026] DELETE /v2.0/ports/ac01bbff-69e2-46dd-a20e-2d4c75e7a97d => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2793] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:46 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: 1401/2794] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2795] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:46 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: 1402/2796] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:46 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: 1395/2797] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:46 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2798] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:46 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2799] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:46 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1345 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2800] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2801] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2802] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2803] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2804] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2805] 199.204.45.65 () {34 vars in 1225 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/networks?id=9555eac6-45d4-430c-a137-9cdce70b41ec&id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&id=d7b0c854-ca03-4399-b172-365466602610 => generated 3095 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2806] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => 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: 1400/2807] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2808] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&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: 1401/2809] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2810] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1402/2811] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1410/2812] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2813] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&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: 1411/2814] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2815] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:47 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1412/2816] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.76&port_id=806d2276-054b-4972-826d-bf7aac41c20e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2817] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:48 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2818] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:48 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&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: 1406/2819] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:48 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1414/2820] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:48 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1407/2821] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:51 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: 1415/2822] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:51 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: 1408/2823] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2824] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:51 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: 1409/2825] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:51 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2826] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2827] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2828] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:52 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: 1411/2829] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:52 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: 1419/2830] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:52 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1287 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2831] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:35:52 2026] PUT /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1080 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:35:52.749 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-184fb55f-5896-46d4-b8de-7d17750851ee'] response: {'name': 'network-changed', 'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'tag': '806d2276-054b-4972-826d-bf7aac41c20e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1420/2832] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:52 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 798 bytes in 50 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: 1413/2833] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:52 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3689 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2834] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:52 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3689 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2835] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:53 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3689 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2836] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:35:53 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 801 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2837] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:53 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1423/2838] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:53 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1416/2839] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:53 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3689 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2840] 199.204.45.65 () {34 vars in 974 bytes} [Tue May 26 09:35:54 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2841] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:35:54 2026] GET /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2844] 199.204.45.65 () {34 vars in 1015 bytes} [Tue May 26 09:35:54 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2845] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:55 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 3689 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2846] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:35:55 2026] PUT /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 917 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2847] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:35:56.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaa65cb9-6d44-4d30-8dda-53f81c4424e7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 806d2276-054b-4972-826d-bf7aac41c20e 2026-05-26 09:35:56.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa65cb9-6d44-4d30-8dda-53f81c4424e7 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 806d2276-054b-4972-826d-bf7aac41c20e [pid: 7|app: 0|req: 1427/2848] 199.204.45.65 () {32 vars in 758 bytes} [Tue May 26 09:35:56 2026] DELETE /v2.0/ports/806d2276-054b-4972-826d-bf7aac41c20e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2849] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:35:56 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: 1428/2850] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:35:56 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: 1423/2851] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:35:56 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: 1429/2852] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:35:56 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: 1424/2853] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2854] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2855] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2856] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2857] 199.204.45.65 () {30 vars in 742 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2858] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2859] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2860] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2861] 199.204.45.65 () {34 vars in 1145 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/networks?id=9555eac6-45d4-430c-a137-9cdce70b41ec&id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 2310 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2862] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => 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: 1429/2863] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2864] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:56 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&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: 1430/2865] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2866] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?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: 1431/2867] 199.204.45.65 () {34 vars in 1055 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.38&port_id=424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2868] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/subnets?id=7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2869] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/ports?network_id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2870] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1433/2871] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:35:57 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?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: 1439/2872] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:36:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2873] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:36:08 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: 1440/2874] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:36:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2875] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:36:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:36:09.012 7 INFO neutron.api.v2.resource [None req-86660634-c5ce-487e-9c0a-382d63479580 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1441/2876] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:36:09 2026] GET /v2.0/security-groups/lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2877] 199.204.45.65 () {30 vars in 784 bytes} [Tue May 26 09:36:09 2026] GET /v2.0/security-groups?name=lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 2865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2878] 199.204.45.65 () {30 vars in 814 bytes} [Tue May 26 09:36:09 2026] GET /v2.0/security-group-rules?security_group_id=c4858d54-8ed8-4840-8d67-0ab18df6bbf2 => generated 2334 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2879] 199.204.45.65 () {32 vars in 788 bytes} [Tue May 26 09:36:09 2026] DELETE /v2.0/security-group-rules/01294303-8fd4-4531-98b2-daf50cafd2dd => 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: 1443/2880] 199.204.45.65 () {32 vars in 788 bytes} [Tue May 26 09:36:09 2026] DELETE /v2.0/security-group-rules/f01a88ba-34e8-44a2-adf4-0882405ea79c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:11.734 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5b6d468-d406-4459-9ec3-16f45f8af2d1 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: b225513f-496f-42b4-aa6c-75e6da5904b1 2026-05-26 09:36:11.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5b6d468-d406-4459-9ec3-16f45f8af2d1 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: b225513f-496f-42b4-aa6c-75e6da5904b1 2026-05-26 09:36:11.935 8 INFO neutron.db.l3_db [None req-f5b6d468-d406-4459-9ec3-16f45f8af2d1 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Floating IP 81bb2f87-006c-40a3-8dd5-8ac0dd721e2c disassociated (deleted). External IP: 10.96.250.210, port: 1cac1825-1926-4443-bc11-d4eb9925f598. [pid: 8|app: 0|req: 1439/2883] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:36:11 2026] DELETE /v2.0/floatingips/81bb2f87-006c-40a3-8dd5-8ac0dd721e2c => generated 0 bytes in 683 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:12.305 7 INFO neutron.api.v2.resource [None req-15bf3c93-28b5-43a7-8bb9-6d316e1fda44 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/2884] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:36:12 2026] GET /v2.0/floatingips/81bb2f87-006c-40a3-8dd5-8ac0dd721e2c => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2885] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2886] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2887] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2888] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:36:13.539 8 INFO neutron.api.v2.resource [None req-f394dceb-45e4-43ae-8ed9-cb4a1bf6783d 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/2889] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/security-groups/lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2890] 199.204.45.65 () {30 vars in 784 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/security-groups?name=lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2891] 199.204.45.65 () {30 vars in 814 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/security-group-rules?security_group_id=c4858d54-8ed8-4840-8d67-0ab18df6bbf2 => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2892] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2893] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2894] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2895] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2896] 199.204.45.65 () {30 vars in 740 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2897] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2898] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:36:13 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2899] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:36:14 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2900] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:36:15 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2901] 199.204.45.65 () {34 vars in 974 bytes} [Tue May 26 09:36:16 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2902] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:36:16 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2903] 199.204.45.65 () {34 vars in 1015 bytes} [Tue May 26 09:36:16 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2904] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:36:16 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 2581 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2905] 199.204.45.65 () {38 vars in 1027 bytes} [Tue May 26 09:36:16 2026] PUT /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1146 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2906] 199.204.45.65 () {30 vars in 768 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1457/2907] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:36:17 2026] PUT /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1086 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2908] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 1086 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 09:36:17.582 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb27651f-9b58-4658-abaa-f95c786cf4cf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 424aeee3-e44d-4f4b-be1a-c0d7066b80b0 2026-05-26 09:36:17.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb27651f-9b58-4658-abaa-f95c786cf4cf 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 424aeee3-e44d-4f4b-be1a-c0d7066b80b0 [pid: 7|app: 0|req: 1458/2909] 199.204.45.65 () {32 vars in 758 bytes} [Tue May 26 09:36:17 2026] DELETE /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2910] 199.204.45.65 () {30 vars in 702 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2911] 199.204.45.65 () {30 vars in 704 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2912] 199.204.45.65 () {30 vars in 680 bytes} [Tue May 26 09:36:17 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: 1460/2913] 199.204.45.65 () {30 vars in 716 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:36:17.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53f06970-aebe-4200-943b-a000141908df 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1454/2914] 199.204.45.65 () {32 vars in 758 bytes} [Tue May 26 09:36:17 2026] DELETE /v2.0/ports/424aeee3-e44d-4f4b-be1a-c0d7066b80b0 => 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: 1461/2915] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:36:18.002 7 INFO neutron.api.v2.resource [None req-0a263b84-5839-48b6-a6aa-a28d7bbd3970 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2916] 199.204.45.65 () {30 vars in 762 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/security-groups/lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => 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: 1455/2917] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:36:17 2026] GET /v2.0/ports?tenant_id=a2ab1807d46a4a6395e8027eed21cf2b&device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2918] 199.204.45.65 () {30 vars in 784 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/security-groups?name=lb-d8e80adc-6fd2-411c-b65a-71df3653cf6d => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2919] 199.204.45.65 () {34 vars in 1065 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/networks?id=9555eac6-45d4-430c-a137-9cdce70b41ec&id=02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 1523 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2920] 199.204.45.65 () {30 vars in 736 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2921] 199.204.45.65 () {34 vars in 1059 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.17&port_id=cc7771b7-9250-4dfa-b81c-627064115080 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2922] 199.204.45.65 () {34 vars in 983 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/subnets?id=8e1960be-26bd-4e44-991f-18723fba5260 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2923] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/ports?network_id=9555eac6-45d4-430c-a137-9cdce70b41ec&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2924] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2925] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:36:18 2026] GET /v2.0/networks/9555eac6-45d4-430c-a137-9cdce70b41ec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2926] 199.204.45.65 () {34 vars in 788 bytes} [Tue May 26 09:36:18 2026] PUT /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => generated 1090 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2927] 199.204.45.65 () {32 vars in 778 bytes} [Tue May 26 09:36:18 2026] DELETE /v2.0/security-groups/c4858d54-8ed8-4840-8d67-0ab18df6bbf2 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:18.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c6e003f-0c28-496b-a6e8-64ac4b7843f2 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: 1cac1825-1926-4443-bc11-d4eb9925f598 2026-05-26 09:36:18.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c6e003f-0c28-496b-a6e8-64ac4b7843f2 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: 1cac1825-1926-4443-bc11-d4eb9925f598 [pid: 7|app: 0|req: 1466/2928] 199.204.45.65 () {32 vars in 758 bytes} [Tue May 26 09:36:18 2026] DELETE /v2.0/ports/1cac1825-1926-4443-bc11-d4eb9925f598 => 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: 1463/2929] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:36:21 2026] GET /v2.0/ports?device_id=c767992c-74a2-4a59-921c-a531745ad1b9 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:36:21.856 7 INFO neutron_taas.services.taas.taas_plugin [req-41aea063-aca6-43dc-9c96-81194ac8e34d req-0638b3fb-2051-4bd9-8112-69094e618c29 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] TaaS: Handle Delete Port: cc7771b7-9250-4dfa-b81c-627064115080 2026-05-26 09:36:21.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-41aea063-aca6-43dc-9c96-81194ac8e34d req-0638b3fb-2051-4bd9-8112-69094e618c29 8e0bb0c6456642d58d39c0d76ac97b86 a2ab1807d46a4a6395e8027eed21cf2b - - default default] Tap Mirror: Handle Delete Port: cc7771b7-9250-4dfa-b81c-627064115080 [pid: 7|app: 0|req: 1467/2930] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:36:21 2026] DELETE /v2.0/ports/cc7771b7-9250-4dfa-b81c-627064115080 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:22.025 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1c0be35-9a91-45fe-a8c5-ebeafa46a94c'] response: {'server_uuid': 'c767992c-74a2-4a59-921c-a531745ad1b9', 'name': 'network-vif-deleted', 'tag': 'cc7771b7-9250-4dfa-b81c-627064115080', 'status': 'completed', 'code': 200} 2026-05-26 09:36:22.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-6591dd79-3baf-477f-a134-988d27f695c9 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 7064b00d-40af-45db-950e-08ca3cfa6ad6 2026-05-26 09:36:22.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6591dd79-3baf-477f-a134-988d27f695c9 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 7064b00d-40af-45db-950e-08ca3cfa6ad6 2026-05-26 09:36:22.845 8 INFO neutron.db.l3_db [None req-6591dd79-3baf-477f-a134-988d27f695c9 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Floating IP 37e978bc-cfc2-4980-a64f-b1ae55587e5e disassociated (deleted). External IP: 10.96.250.213, port: 3395b664-c71d-4a73-8863-60140726f8d3. [pid: 8|app: 0|req: 1464/2931] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:36:22 2026] DELETE /v2.0/floatingips/37e978bc-cfc2-4980-a64f-b1ae55587e5e => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:23.205 7 INFO neutron.api.v2.resource [None req-d2289c6c-e1b9-4037-b559-dc0870f7b5ed 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/2932] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:36:23 2026] GET /v2.0/floatingips/37e978bc-cfc2-4980-a64f-b1ae55587e5e => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:23.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f96cdef1-3833-440c-8c60-425f5eec2ff0'] response: {'name': 'network-changed', 'server_uuid': '8936e7bc-4c9e-47e1-86ed-f876a6587ba9', 'tag': '3395b664-c71d-4a73-8863-60140726f8d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2933] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:36:23 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1200 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2934] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:36:23 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2935] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:36:23 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2936] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:36:23 2026] GET /v2.0/networks?id=d7b0c854-ca03-4399-b172-365466602610 => generated 799 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2937] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.201&port_id=3395b664-c71d-4a73-8863-60140726f8d3 => 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: 1471/2938] 199.204.45.65 () {34 vars in 1103 bytes} [Tue May 26 09:36:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26&port_id=3395b664-c71d-4a73-8863-60140726f8d3 => 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: 1468/2939] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:36:24 2026] GET /v2.0/subnets?id=92a951b2-df6c-4b63-8f30-c4d5349aa21f&id=afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2940] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:36:24 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2941] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:36:24 2026] GET /v2.0/ports?network_id=d7b0c854-ca03-4399-b172-365466602610&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2942] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:36:24 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2943] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:36:24 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2946] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:36:25 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 1200 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:36:26.048 8 INFO neutron_taas.services.taas.taas_plugin [req-5ed17630-e55f-46d2-a74c-7699cd7e99cf req-d61d91bf-86ca-43f0-9019-9fedc1f39386 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 3395b664-c71d-4a73-8863-60140726f8d3 2026-05-26 09:36:26.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ed17630-e55f-46d2-a74c-7699cd7e99cf req-d61d91bf-86ca-43f0-9019-9fedc1f39386 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 3395b664-c71d-4a73-8863-60140726f8d3 [pid: 8|app: 0|req: 1472/2947] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:36:25 2026] DELETE /v2.0/ports/3395b664-c71d-4a73-8863-60140726f8d3 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:26.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-009439ae-8795-41bc-a112-be1253f0f3c1'] response: {'server_uuid': '8936e7bc-4c9e-47e1-86ed-f876a6587ba9', 'name': 'network-vif-deleted', 'tag': '3395b664-c71d-4a73-8863-60140726f8d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1476/2948] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:36:28 2026] GET /v2.0/ports?device_id=8936e7bc-4c9e-47e1-86ed-f876a6587ba9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 09:36:34.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-711bde15-a66d-4559-9d16-f565f2fb0ee2 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: a978991f-9768-4d04-901e-c8e1809b7968 2026-05-26 09:36:34.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-711bde15-a66d-4559-9d16-f565f2fb0ee2 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: a978991f-9768-4d04-901e-c8e1809b7968 2026-05-26 09:36:34.310 8 INFO neutron.db.l3_db [None req-711bde15-a66d-4559-9d16-f565f2fb0ee2 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Floating IP ea797beb-9d2e-4edb-984e-b54ffeee8ad7 disassociated (deleted). External IP: 10.96.250.214, port: e7ca9312-1b7a-440d-a3ef-0db5fb64c410. [pid: 8|app: 0|req: 1473/2949] 10.0.0.130 () {32 vars in 732 bytes} [Tue May 26 09:36:33 2026] DELETE /v2.0/floatingips/ea797beb-9d2e-4edb-984e-b54ffeee8ad7 => generated 0 bytes in 729 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:34.652 7 INFO neutron.api.v2.resource [None req-e7a4dcb8-eab2-4dd1-ac0d-590afafa780b 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/2950] 10.0.0.130 () {32 vars in 729 bytes} [Tue May 26 09:36:34 2026] GET /v2.0/floatingips/ea797beb-9d2e-4edb-984e-b54ffeee8ad7 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:34.662 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7da24b43-537c-4d05-a71b-fa875914dc54'] response: {'name': 'network-changed', 'server_uuid': '3f8a0d14-329d-4993-926b-78fdd85c80d3', 'tag': 'e7ca9312-1b7a-440d-a3ef-0db5fb64c410', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/2951] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:36:34 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2952] 10.0.0.236 () {34 vars in 1040 bytes} [Tue May 26 09:36:34 2026] GET /v2.0/security-groups?id=d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2953] 199.204.45.65 () {34 vars in 1079 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/ports?tenant_id=71307611ddef4b4cad5fbf5d4213059b&device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2954] 199.204.45.65 () {34 vars in 985 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/networks?id=41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2955] 199.204.45.65 () {34 vars in 1057 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => 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: 1480/2956] 199.204.45.65 () {34 vars in 1101 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9a&port_id=e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => 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: 1477/2957] 199.204.45.65 () {34 vars in 1063 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/subnets?id=9596e489-4a65-4d6b-9fbb-7beceef9ed28&id=880401a8-457a-4464-a5e7-4191249fbc27 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2958] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&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: 1478/2959] 199.204.45.65 () {34 vars in 1051 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/ports?network_id=41043bd3-1517-4dd0-99e9-cbe3041e8f88&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2960] 199.204.45.65 () {34 vars in 1011 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1479/2961] 199.204.45.65 () {34 vars in 1111 bytes} [Tue May 26 09:36:35 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88?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: 1483/2962] 199.204.45.65 () {34 vars in 993 bytes} [Tue May 26 09:36:37 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 09:36:37.440 8 INFO neutron_taas.services.taas.taas_plugin [req-f491b4cd-99f4-4e4b-bc2e-6269118a51bd req-b3255e2c-39c9-48cc-b908-b35e94d0b9f2 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: e7ca9312-1b7a-440d-a3ef-0db5fb64c410 2026-05-26 09:36:37.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f491b4cd-99f4-4e4b-bc2e-6269118a51bd req-b3255e2c-39c9-48cc-b908-b35e94d0b9f2 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: e7ca9312-1b7a-440d-a3ef-0db5fb64c410 [pid: 8|app: 0|req: 1480/2963] 199.204.45.65 () {36 vars in 996 bytes} [Tue May 26 09:36:37 2026] DELETE /v2.0/ports/e7ca9312-1b7a-440d-a3ef-0db5fb64c410 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:37.692 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b650a68-2e79-418c-9548-aefb5d3c483c'] response: {'server_uuid': '3f8a0d14-329d-4993-926b-78fdd85c80d3', 'name': 'network-vif-deleted', 'tag': 'e7ca9312-1b7a-440d-a3ef-0db5fb64c410', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/2966] 10.0.0.236 () {34 vars in 990 bytes} [Tue May 26 09:36:40 2026] GET /v2.0/ports?device_id=3f8a0d14-329d-4993-926b-78fdd85c80d3 => 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: 1482/2967] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/041cd8d2-b695-4a40-a273-5e3cca9c8760 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.218 7 INFO neutron.api.v2.resource [None req-f8dbc842-46ee-4da1-a7f2-d6ff48412e19 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/2968] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/041cd8d2-b695-4a40-a273-5e3cca9c8760 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2969] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/cc991e02-04e8-43c4-b031-32177e0d1ee7 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.318 7 INFO neutron.api.v2.resource [None req-6529d1ff-ea04-43ca-a110-7e19109d1317 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/2970] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/cc991e02-04e8-43c4-b031-32177e0d1ee7 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2971] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/2677bf4f-a1a5-430e-8416-90b65a11d24c => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.421 7 INFO neutron.api.v2.resource [None req-a44ad4f8-4b30-4de8-996c-bd01fabb6a6c 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/2972] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/2677bf4f-a1a5-430e-8416-90b65a11d24c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2973] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/12dea760-8989-4574-a35a-1e5768ad9831 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.519 7 INFO neutron.api.v2.resource [None req-05751d45-cd3e-4a53-a529-74b945cad2fc 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1489/2974] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/12dea760-8989-4574-a35a-1e5768ad9831 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2975] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/92695100-b54b-4b8e-a494-af1306a4f057 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.603 7 INFO neutron.api.v2.resource [None req-a233d53d-d3f4-4764-bbcd-4e49737f2feb 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/2976] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/92695100-b54b-4b8e-a494-af1306a4f057 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2977] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/f984f7b4-aa40-4036-9c23-90f92065a34d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.698 7 INFO neutron.api.v2.resource [None req-571e0deb-51e5-41f2-8d20-4c3fdb9d36c8 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/2978] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/f984f7b4-aa40-4036-9c23-90f92065a34d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2979] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/d9774295-5381-4263-b104-fb719e15f821 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.782 7 INFO neutron.api.v2.resource [None req-e71fa6a8-0e36-4437-bdf5-5f91321eebc7 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/2980] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/d9774295-5381-4263-b104-fb719e15f821 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2981] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/d7e3e888-e791-4b01-924c-3bc34aae880b => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.868 7 INFO neutron.api.v2.resource [None req-229df773-1a0e-4665-8ff1-a56a25fccec1 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/2982] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/d7e3e888-e791-4b01-924c-3bc34aae880b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2983] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/655da093-342e-4e26-80fe-95395c1d9fa6 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:45.955 7 INFO neutron.api.v2.resource [None req-6fc530d6-098c-4fce-96c3-7508cefb8cd5 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/2984] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:45 2026] GET /v2.0/security-group-rules/655da093-342e-4e26-80fe-95395c1d9fa6 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2985] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:45 2026] DELETE /v2.0/security-group-rules/a9c8b7ad-046b-4d7c-8691-4a1c2a4925fe => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:46.051 7 INFO neutron.api.v2.resource [None req-ebd557dd-ee1c-4eb1-98ac-ebcf61a5cf59 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/2986] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:46 2026] GET /v2.0/security-group-rules/a9c8b7ad-046b-4d7c-8691-4a1c2a4925fe => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2987] 10.0.0.130 () {32 vars in 750 bytes} [Tue May 26 09:36:46 2026] DELETE /v2.0/security-group-rules/2931cc9f-91f6-4d17-98fd-1c2effbe5d75 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:46.143 7 INFO neutron.api.v2.resource [None req-e34795b4-b3a9-410f-842b-f69e9b7a193f 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/2988] 10.0.0.130 () {32 vars in 747 bytes} [Tue May 26 09:36:46 2026] GET /v2.0/security-group-rules/2931cc9f-91f6-4d17-98fd-1c2effbe5d75 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2989] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:46 2026] DELETE /v2.0/security-groups/d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:46.245 7 INFO neutron.api.v2.resource [None req-07343df3-808a-4d85-9997-e62328f6d8ca 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/2990] 10.0.0.130 () {32 vars in 737 bytes} [Tue May 26 09:36:46 2026] GET /v2.0/security-groups/d3e4f97f-424b-4e8d-a6cb-3ca1dfbf8acf => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:46.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d7fb1e3-a2fe-4292-b767-df7fa0b7e1dd 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: fd456e13-fad2-47be-89a9-5463d2661d3a 2026-05-26 09:36:46.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d7fb1e3-a2fe-4292-b767-df7fa0b7e1dd 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: fd456e13-fad2-47be-89a9-5463d2661d3a [pid: 8|app: 0|req: 1494/2991] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:36:46 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:36:47.426 7 INFO neutron.api.v2.resource [None req-21b409d0-b8a2-4a2f-a410-cf042f74807b 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/2992] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:36:47 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:47.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-5237c337-8622-4bb7-8e0a-64bf822722da 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 7df57679-e758-429f-b9d3-9d60b04289fc 2026-05-26 09:36:47.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5237c337-8622-4bb7-8e0a-64bf822722da 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 7df57679-e758-429f-b9d3-9d60b04289fc [pid: 8|app: 0|req: 1495/2993] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:36:47 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:36:48.605 7 INFO neutron.api.v2.resource [None req-ab846796-c20b-4ce2-b296-63c57695c648 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1499/2994] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:36:48 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/remove_router_interface => generated 198 bytes in 193 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:49.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-08309ce8-02ca-4d1b-b5bc-b4d010873887 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 3cbfc5c8-f452-4bad-91c3-43039c2b54af 2026-05-26 09:36:49.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08309ce8-02ca-4d1b-b5bc-b4d010873887 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 3cbfc5c8-f452-4bad-91c3-43039c2b54af [pid: 8|app: 0|req: 1496/2995] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:36:48 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 09:36:49.745 7 INFO neutron.api.v2.resource [None req-d6dbcd06-b9c7-4dff-a085-2550b63e8666 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/2996] 10.0.0.130 () {34 vars in 789 bytes} [Tue May 26 09:36:49 2026] PUT /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:49.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-43bd0123-fa2b-40b8-969a-66631459145f 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 906311e1-fa50-4cb6-b759-928c674f3588 2026-05-26 09:36:49.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43bd0123-fa2b-40b8-969a-66631459145f 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 906311e1-fa50-4cb6-b759-928c674f3588 2026-05-26 09:36:50.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-43bd0123-fa2b-40b8-969a-66631459145f 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: a5af7b85-2cea-401d-a2d1-23ee419dae5c 2026-05-26 09:36:50.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43bd0123-fa2b-40b8-969a-66631459145f 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: a5af7b85-2cea-401d-a2d1-23ee419dae5c 2026-05-26 09:36:50.531 8 INFO neutron.services.segments.plugin [-] Segment 2aaebc04-ef69-4ff2-9415-39c779e8d812 resource provider aggregate not found 2026-05-26 09:36:50.532 8 INFO neutron.services.segments.plugin [-] Segment 2aaebc04-ef69-4ff2-9415-39c779e8d812 resource provider aggregate not found 2026-05-26 09:36:50.553 8 INFO neutron.services.segments.plugin [-] Segment 2aaebc04-ef69-4ff2-9415-39c779e8d812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aaebc04-ef69-4ff2-9415-39c779e8d812 found for delete ", "request_id": "req-b065601f-3462-4eaf-ab8d-7743fac51d41"}]} 2026-05-26 09:36:50.554 8 INFO neutron.services.segments.plugin [-] Segment 2aaebc04-ef69-4ff2-9415-39c779e8d812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aaebc04-ef69-4ff2-9415-39c779e8d812 found for delete ", "request_id": "req-765d8992-bdff-4af8-a2dc-7792ec4b8edf"}]} 2026-05-26 09:36:50.559 8 INFO neutron.db.l3_hamode_db [None req-43bd0123-fa2b-40b8-969a-66631459145f 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] HA network 7312d86d-cba3-415b-a9ab-0dd70a35f5aa was deleted as no HA routers are present in tenant 71307611ddef4b4cad5fbf5d4213059b. [pid: 8|app: 0|req: 1497/2997] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:49 2026] DELETE /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 09:36:50.591 7 INFO neutron.api.v2.resource [None req-a9233664-ed79-419d-a322-e30cbd5c973b 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/2998] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:50 2026] GET /v2.0/routers/7d26984f-fe94-42d7-a8f1-933f7626daab => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2999] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:50 2026] DELETE /v2.0/subnets/92a951b2-df6c-4b63-8f30-c4d5349aa21f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:50.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90b0bfba-4866-4140-973b-294a87293d71 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3000] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:50 2026] GET /v2.0/subnets/92a951b2-df6c-4b63-8f30-c4d5349aa21f => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3001] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:50 2026] DELETE /v2.0/subnets/afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:50.996 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8398f271-7d7a-4078-9e85-0eb566ba862c 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3002] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:50 2026] GET /v2.0/subnets/afd554a7-94e5-414a-a81d-ad5152a340e0 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:51.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-df45a4a9-6283-4789-81fa-255e02c059e8 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 23878de7-89bb-40d6-8b81-ea277d202883 2026-05-26 09:36:51.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df45a4a9-6283-4789-81fa-255e02c059e8 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 23878de7-89bb-40d6-8b81-ea277d202883 [pid: 8|app: 0|req: 1500/3003] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:36:51 2026] DELETE /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:51.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-959789e3-0c36-4e52-9895-a77259098b1a 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3004] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:36:51 2026] GET /v2.0/networks/d7b0c854-ca03-4399-b172-365466602610 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3005] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:51 2026] DELETE /v2.0/subnets/880401a8-457a-4464-a5e7-4191249fbc27 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:51.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d3afb64-6ac8-48b0-bad6-e16934c7d5d1 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3006] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:51 2026] GET /v2.0/subnets/880401a8-457a-4464-a5e7-4191249fbc27 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3007] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:51 2026] DELETE /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:51.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f67bb232-c52a-4ec1-b6a8-a58f943c8436 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3008] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:51 2026] GET /v2.0/subnets/9596e489-4a65-4d6b-9fbb-7beceef9ed28 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:51.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f4949bc-7bfa-4dc9-9c20-d302fa9af080 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 73d68029-f2fc-469a-8997-899d0c180053 2026-05-26 09:36:51.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f4949bc-7bfa-4dc9-9c20-d302fa9af080 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 73d68029-f2fc-469a-8997-899d0c180053 [pid: 8|app: 0|req: 1503/3009] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:36:51 2026] DELETE /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:52.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9faecff3-92fc-4ac1-8a63-c6910be62cb5 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1507/3010] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:36:52 2026] GET /v2.0/networks/41043bd3-1517-4dd0-99e9-cbe3041e8f88 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3011] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:52 2026] DELETE /v2.0/subnets/b21765d3-70cb-4af4-a1e9-f8e85814ce8c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:52.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b193ef1-33b4-43ef-98bb-5239a98356b0 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3012] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:52 2026] GET /v2.0/subnets/b21765d3-70cb-4af4-a1e9-f8e85814ce8c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3013] 10.0.0.130 () {32 vars in 724 bytes} [Tue May 26 09:36:52 2026] DELETE /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:52.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9614e260-a8e6-4c81-9ca2-b5598a8d0f9b 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3014] 10.0.0.130 () {32 vars in 721 bytes} [Tue May 26 09:36:52 2026] GET /v2.0/subnets/7d077dbf-4300-4995-ad4c-7a60819ffdca => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:52.583 8 INFO neutron.services.segments.plugin [-] Segment 9e49c343-5a73-40fe-8d61-2a634430add0 resource provider aggregate not found 2026-05-26 09:36:52.594 8 INFO neutron.services.segments.plugin [-] Segment 9e49c343-5a73-40fe-8d61-2a634430add0 resource provider aggregate not found 2026-05-26 09:36:52.600 8 INFO neutron.services.segments.plugin [-] Segment 9e49c343-5a73-40fe-8d61-2a634430add0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e49c343-5a73-40fe-8d61-2a634430add0 found for delete ", "request_id": "req-44f6aaeb-09a8-483c-8f53-168e67b2c8df"}]} 2026-05-26 09:36:52.619 8 INFO neutron.services.segments.plugin [-] Segment 9e49c343-5a73-40fe-8d61-2a634430add0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e49c343-5a73-40fe-8d61-2a634430add0 found for delete ", "request_id": "req-e368dce1-ac96-4774-8799-3cca8a569ff4"}]} 2026-05-26 09:36:52.623 8 INFO neutron.services.segments.plugin [-] Segment a3276e29-ebd3-43e9-8ef4-3abb76be3cef resource provider aggregate not found 2026-05-26 09:36:52.648 8 INFO neutron.services.segments.plugin [-] Segment a3276e29-ebd3-43e9-8ef4-3abb76be3cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3276e29-ebd3-43e9-8ef4-3abb76be3cef found for delete ", "request_id": "req-35528372-d217-474d-850a-34c3b44df774"}]} 2026-05-26 09:36:52.653 8 INFO neutron.services.segments.plugin [-] Segment a3276e29-ebd3-43e9-8ef4-3abb76be3cef resource provider aggregate not found 2026-05-26 09:36:52.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dee76f2-006e-48d3-8e7b-d35a1c6f370e 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] TaaS: Handle Delete Port: 2ed795a3-0577-4b47-9f26-2e9df8d53549 2026-05-26 09:36:52.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dee76f2-006e-48d3-8e7b-d35a1c6f370e 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] Tap Mirror: Handle Delete Port: 2ed795a3-0577-4b47-9f26-2e9df8d53549 2026-05-26 09:36:52.682 8 INFO neutron.services.segments.plugin [-] Segment a3276e29-ebd3-43e9-8ef4-3abb76be3cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3276e29-ebd3-43e9-8ef4-3abb76be3cef found for delete ", "request_id": "req-badf997b-bb7a-46b9-a63b-7a2394072950"}]} [pid: 8|app: 0|req: 1506/3015] 10.0.0.130 () {32 vars in 726 bytes} [Tue May 26 09:36:52 2026] DELETE /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 09:36:52.936 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18fff7d9-d30a-4659-b150-22ab5a1b4a18 4f9eecff36114f75bf11197ef96af810 71307611ddef4b4cad5fbf5d4213059b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3016] 10.0.0.130 () {32 vars in 723 bytes} [Tue May 26 09:36:52 2026] GET /v2.0/networks/02b1bb4b-ec14-44cd-ad6a-f9dc3907b38c => generated 138 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 09:36:54.668 8 INFO neutron.services.segments.plugin [-] Segment 4bb56d42-b05d-443c-958a-de527e8e3b3c resource provider aggregate not found 2026-05-26 09:36:54.688 8 INFO neutron.services.segments.plugin [-] Segment 4bb56d42-b05d-443c-958a-de527e8e3b3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb56d42-b05d-443c-958a-de527e8e3b3c found for delete ", "request_id": "req-9e05eaa4-3484-47b6-95e8-a6f6783fd15a"}]} 2026-05-26 09:36:54.707 8 INFO neutron.services.segments.plugin [-] Segment 4bb56d42-b05d-443c-958a-de527e8e3b3c resource provider aggregate not found 2026-05-26 09:36:54.729 8 INFO neutron.services.segments.plugin [-] Segment 4bb56d42-b05d-443c-958a-de527e8e3b3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb56d42-b05d-443c-958a-de527e8e3b3c found for delete ", "request_id": "req-417fd586-5963-4daf-8720-a5a8e104b0c6"}]} [pid: 8|app: 0|req: 1507/3019] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:54 2026] GET /v2.0/security-groups?tenant_id=925f707e93b3490b977275e044fc029a&name=default => generated 2929 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3020] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:55 2026] DELETE /v2.0/security-groups/5c3e14e7-45e5-41c9-9409-f9441f70df21 => 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: 1508/3021] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:55 2026] GET /v2.0/security-groups?tenant_id=19d1d19d51274892b75524b2fe025497&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3022] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:55 2026] DELETE /v2.0/security-groups/7ece63ef-8fdc-4254-9393-1b6ea8640b9b => 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: 1509/3023] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:55 2026] GET /v2.0/security-groups?tenant_id=71307611ddef4b4cad5fbf5d4213059b&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3024] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:55 2026] DELETE /v2.0/security-groups/9f359626-7002-4d3b-937e-cbeca9251e1b => 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: 1510/3025] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:56 2026] GET /v2.0/security-groups?tenant_id=52a8ff8bb54840cda15e1e6fc1dad801&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3026] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:56 2026] DELETE /v2.0/security-groups/9640e248-8084-4a3a-a30e-430b051f8ed4 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3027] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:56 2026] GET /v2.0/security-groups?tenant_id=ef4084a41bb5459aa74a04cc939ca590&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3028] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:56 2026] DELETE /v2.0/security-groups/2ea5ce06-5638-431b-ad96-5e729a9b8336 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3029] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:56 2026] GET /v2.0/security-groups?tenant_id=308085bec5774143b18564d84f0c71c1&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3030] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:56 2026] DELETE /v2.0/security-groups/1b531feb-5c81-461f-8b4d-9ef37653703d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3031] 10.0.0.130 () {32 vars in 774 bytes} [Tue May 26 09:36:57 2026] GET /v2.0/security-groups?tenant_id=24e9e56f201146878d2cab1976c82158&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: 1519/3032] 10.0.0.130 () {32 vars in 740 bytes} [Tue May 26 09:36:57 2026] DELETE /v2.0/security-groups/90285a4f-1e3e-4214-8851-fedee82f450e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3033] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:37:00 2026] GET /v2.0/networks => generated 2168 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3034] 10.0.0.130 () {32 vars in 655 bytes} [Tue May 26 09:37:01 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3035] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:37:01 2026] GET /v2.0/routers => generated 15 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3036] 10.0.0.130 () {32 vars in 643 bytes} [Tue May 26 09:37:01 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3037] 10.0.0.130 () {32 vars in 647 bytes} [Tue May 26 09:37:01 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3038] 10.0.0.130 () {32 vars in 649 bytes} [Tue May 26 09:37:01 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3039] 10.0.0.130 () {32 vars in 663 bytes} [Tue May 26 09:37:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3040] 10.0.0.130 () {32 vars in 655 bytes} [Tue May 26 09:37:01 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)