+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 23 16:32:28 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-57797544b7-4vw6q 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 0x7f2e86d53668 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-04-23 16:32:33.213 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 16:32:33.214 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 16:32:33.244 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 16:32:33.244 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 16:32:34.382 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 16:32:34.384 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 16:32:36.142 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 16:32:36.145 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 16:32:36.148 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 16:32:36.149 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 16:32:36.150 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 16:32:36.150 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 16:32:36.150 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 16:32:36.157 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 16:32:36.157 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 16:32:36.158 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 16:32:36.179 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 16:32:36.180 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 16:32:36.181 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 16:32:36.210 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 16:32:36.210 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 16:32:36.210 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 16:32:36.210 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 16:32:36.224 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 16:32:36.227 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 16:32:36.231 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 16:32:36.232 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 16:32:36.232 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 16:32:36.232 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 16:32:36.232 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 16:32:36.240 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 16:32:36.240 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 16:32:36.240 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 16:32:36.263 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 16:32:36.264 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 16:32:36.264 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 16:32:36.295 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 16:32:36.295 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 16:32:36.295 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 16:32:36.295 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 16:32:36.499 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 16:32:36.617 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 16:32:36.921 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 16:32:36.921 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 16:32:36.922 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 16:32:36.938 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 16:32:36.938 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 16:32:36.938 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 16:32:36.938 8 INFO neutron.plugins.ml2.extensions.port_security [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 16:32:36.939 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing extension driver 'qos' 2026-04-23 16:32:36.939 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 16:32:36.939 8 INFO neutron.plugins.ml2.managers [None req-02f66f23-ca2f-45a0-9a73-6ed0b01ac9e9 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 16:32:36.956 8 INFO neutron.quota [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded quota_driver: . 2026-04-23 16:32:36.956 8 INFO neutron.plugins.ml2.plugin [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 16:32:36.957 8 INFO neutron.plugins.ml2.managers [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 16:32:36.957 8 INFO neutron.plugins.ml2.managers [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 16:32:36.957 8 INFO neutron.plugins.ml2.managers [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 16:32:36.957 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: qos 2026-04-23 16:32:36.970 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: router 2026-04-23 16:32:37.011 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 16:32:37.011 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 16:32:37.011 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 16:32:37.020 8 INFO neutron.services.service_base [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 16:32:37.021 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: segments 2026-04-23 16:32:37.026 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 16:32:37.026 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 16:32:37.026 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 16:32:37.026 7 INFO neutron.plugins.ml2.extensions.port_security [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 16:32:37.027 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing extension driver 'qos' 2026-04-23 16:32:37.027 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 16:32:37.027 7 INFO neutron.plugins.ml2.managers [None req-87f0690e-dd4c-4ce3-a738-2a78b91a6620 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 16:32:37.045 7 INFO neutron.quota [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded quota_driver: . 2026-04-23 16:32:37.046 7 INFO neutron.plugins.ml2.plugin [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 16:32:37.046 7 INFO neutron.plugins.ml2.managers [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 16:32:37.046 7 INFO neutron.plugins.ml2.managers [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 16:32:37.046 7 INFO neutron.plugins.ml2.managers [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 16:32:37.046 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: qos 2026-04-23 16:32:37.060 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: router 2026-04-23 16:32:37.109 7 INFO neutron.services.service_base [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 16:32:37.109 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: segments 2026-04-23 16:32:37.141 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: trunk 2026-04-23 16:32:37.156 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: vpnaas 2026-04-23 16:32:37.201 8 WARNING stevedore.named [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 16:32:37.214 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: trunk 2026-04-23 16:32:37.228 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: vpnaas 2026-04-23 16:32:37.269 7 WARNING stevedore.named [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 16:32:37.284 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 16:32:37.285 8 INFO neutron.common.utils [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 16:32:37.285 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: taas 2026-04-23 16:32:37.314 8 WARNING stevedore.named [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 16:32:37.314 8 WARNING stevedore.named [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 16:32:37.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 16:32:37.336 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: tapmirror 2026-04-23 16:32:37.338 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 16:32:37.339 7 INFO neutron.common.utils [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 16:32:37.339 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: taas 2026-04-23 16:32:37.350 8 WARNING stevedore.named [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 16:32:37.351 8 WARNING stevedore.named [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 16:32:37.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 16:32:37.366 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 16:32:37.368 7 WARNING stevedore.named [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 16:32:37.368 7 WARNING stevedore.named [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 16:32:37.375 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: tag 2026-04-23 16:32:37.382 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: timestamp 2026-04-23 16:32:37.385 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 16:32:37.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 16:32:37.389 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: tapmirror 2026-04-23 16:32:37.390 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: flavors 2026-04-23 16:32:37.394 8 INFO neutron.manager [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loading Plugin: revisions 2026-04-23 16:32:37.398 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Initializing extension manager. 2026-04-23 16:32:37.399 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: address-group 2026-04-23 16:32:37.401 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: address-scope 2026-04-23 16:32:37.401 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 16:32:37.402 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: agent 2026-04-23 16:32:37.403 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 16:32:37.403 7 WARNING stevedore.named [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 16:32:37.403 7 WARNING stevedore.named [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 16:32:37.404 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 16:32:37.404 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 16:32:37.405 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: availability_zone 2026-04-23 16:32:37.406 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 16:32:37.406 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 16:32:37.407 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 16:32:37.409 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 16:32:37.409 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: dns-integration 2026-04-23 16:32:37.410 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 16:32:37.410 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 16:32:37.411 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: dvr 2026-04-23 16:32:37.411 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 16:32:37.412 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 16:32:37.412 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 16:32:37.413 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 16:32:37.413 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: external-net 2026-04-23 16:32:37.414 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 16:32:37.415 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: extraroute 2026-04-23 16:32:37.416 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 16:32:37.417 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 16:32:37.417 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 16:32:37.418 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 16:32:37.419 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 16:32:37.419 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: fip-port-details 2026-04-23 16:32:37.420 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: flavors 2026-04-23 16:32:37.421 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 16:32:37.422 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 16:32:37.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 16:32:37.423 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: ip_allocation 2026-04-23 16:32:37.423 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 16:32:37.423 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 16:32:37.424 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 16:32:37.425 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: router 2026-04-23 16:32:37.427 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 16:32:37.428 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 16:32:37.428 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 16:32:37.429 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 16:32:37.429 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: l3-ha 2026-04-23 16:32:37.430 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 16:32:37.431 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 16:32:37.431 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: l3-flavors 2026-04-23 16:32:37.432 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 16:32:37.433 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 16:32:37.433 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: tag 2026-04-23 16:32:37.435 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 16:32:37.436 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 16:32:37.437 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 16:32:37.438 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 16:32:37.439 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 16:32:37.439 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: multi-provider 2026-04-23 16:32:37.440 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: net-mtu 2026-04-23 16:32:37.441 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 16:32:37.441 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 16:32:37.442 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: network_ha 2026-04-23 16:32:37.442 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 16:32:37.443 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 16:32:37.444 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: pagination 2026-04-23 16:32:37.444 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-device-profile 2026-04-23 16:32:37.445 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: timestamp 2026-04-23 16:32:37.445 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 16:32:37.445 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 16:32:37.446 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 16:32:37.446 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-mac-override 2026-04-23 16:32:37.447 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 16:32:37.448 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 16:32:37.448 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 16:32:37.448 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 16:32:37.449 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-resource-request 2026-04-23 16:32:37.450 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 16:32:37.450 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 16:32:37.451 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: binding 2026-04-23 16:32:37.451 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: binding-extended 2026-04-23 16:32:37.452 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-security 2026-04-23 16:32:37.452 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: project-id 2026-04-23 16:32:37.453 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: flavors 2026-04-23 16:32:37.453 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: provider 2026-04-23 16:32:37.454 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 16:32:37.456 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos 2026-04-23 16:32:37.457 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 16:32:37.457 7 INFO neutron.manager [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loading Plugin: revisions 2026-04-23 16:32:37.457 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 16:32:37.458 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-default 2026-04-23 16:32:37.458 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-fip 2026-04-23 16:32:37.459 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 16:32:37.459 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 16:32:37.459 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 16:32:37.460 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 16:32:37.460 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Initializing extension manager. 2026-04-23 16:32:37.461 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 16:32:37.461 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-pps 2026-04-23 16:32:37.462 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: address-group 2026-04-23 16:32:37.462 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 16:32:37.462 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 16:32:37.463 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: address-scope 2026-04-23 16:32:37.463 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 16:32:37.463 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 16:32:37.463 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 16:32:37.464 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 16:32:37.464 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: agent 2026-04-23 16:32:37.465 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 16:32:37.466 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 16:32:37.466 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: quotas 2026-04-23 16:32:37.467 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: quota_details 2026-04-23 16:32:37.467 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 16:32:37.468 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: availability_zone 2026-04-23 16:32:37.469 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 16:32:37.469 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 16:32:37.469 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: rbac-policies 2026-04-23 16:32:37.470 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 16:32:37.471 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 16:32:37.471 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 16:32:37.472 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 16:32:37.472 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 16:32:37.473 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 16:32:37.473 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: revision-if-match 2026-04-23 16:32:37.473 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: dns-integration 2026-04-23 16:32:37.474 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 16:32:37.474 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 16:32:37.474 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 16:32:37.474 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 16:32:37.475 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 16:32:37.475 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: dvr 2026-04-23 16:32:37.476 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 16:32:37.476 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 16:32:37.477 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 16:32:37.477 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 16:32:37.477 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 16:32:37.477 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 16:32:37.478 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 16:32:37.478 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: external-net 2026-04-23 16:32:37.478 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 16:32:37.479 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 16:32:37.479 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 16:32:37.479 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 16:32:37.480 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: extraroute 2026-04-23 16:32:37.480 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 16:32:37.481 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 16:32:37.482 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 16:32:37.482 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 16:32:37.483 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 16:32:37.483 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: fip-port-details 2026-04-23 16:32:37.484 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: flavors 2026-04-23 16:32:37.485 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: security-group 2026-04-23 16:32:37.486 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 16:32:37.486 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: segment 2026-04-23 16:32:37.487 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 16:32:37.487 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 16:32:37.487 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: ip_allocation 2026-04-23 16:32:37.487 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: service-type 2026-04-23 16:32:37.488 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: sorting 2026-04-23 16:32:37.488 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 16:32:37.488 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 16:32:37.489 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 16:32:37.489 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 16:32:37.490 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 16:32:37.490 8 WARNING neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 16:32:37.490 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: router 2026-04-23 16:32:37.491 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 16:32:37.491 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 16:32:37.492 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 16:32:37.493 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 16:32:37.493 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 16:32:37.493 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 16:32:37.493 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 16:32:37.494 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 16:32:37.494 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 16:32:37.495 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 16:32:37.495 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 16:32:37.495 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: tag-creation 2026-04-23 16:32:37.495 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: l3-ha 2026-04-23 16:32:37.496 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 16:32:37.496 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 16:32:37.497 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 16:32:37.497 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: l3-flavors 2026-04-23 16:32:37.498 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 16:32:37.499 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 16:32:37.500 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 16:32:37.501 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 16:32:37.501 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: trunk 2026-04-23 16:32:37.502 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: trunk-details 2026-04-23 16:32:37.502 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 16:32:37.502 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 16:32:37.503 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 16:32:37.504 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 16:32:37.505 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 16:32:37.505 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 16:32:37.505 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 16:32:37.507 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 16:32:37.507 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 16:32:37.507 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 16:32:37.508 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: multi-provider 2026-04-23 16:32:37.508 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 16:32:37.509 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: net-mtu 2026-04-23 16:32:37.509 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 16:32:37.509 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 16:32:37.510 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 16:32:37.510 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: vpnaas 2026-04-23 16:32:37.510 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: network_ha 2026-04-23 16:32:37.511 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 16:32:37.512 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: taas 2026-04-23 16:32:37.512 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 16:32:37.513 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: tap-mirror 2026-04-23 16:32:37.513 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: pagination 2026-04-23 16:32:37.513 8 INFO neutron.api.extensions [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 16:32:37.513 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-device-profile 2026-04-23 16:32:37.514 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 16:32:37.514 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 16:32:37.515 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 16:32:37.516 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-mac-override 2026-04-23 16:32:37.516 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 16:32:37.516 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 16:32:37.516 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 16:32:37.516 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.516 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 16:32:37.517 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 16:32:37.517 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 16:32:37.518 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-resource-request 2026-04-23 16:32:37.518 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 16:32:37.519 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 16:32:37.519 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: binding 2026-04-23 16:32:37.520 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: binding-extended 2026-04-23 16:32:37.521 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-security 2026-04-23 16:32:37.521 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 16:32:37.521 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: project-id 2026-04-23 16:32:37.521 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 16:32:37.522 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: provider 2026-04-23 16:32:37.522 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 16:32:37.525 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos 2026-04-23 16:32:37.526 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 16:32:37.526 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 16:32:37.526 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 16:32:37.527 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-default 2026-04-23 16:32:37.527 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 16:32:37.527 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 16:32:37.527 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-fip 2026-04-23 16:32:37.528 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 16:32:37.528 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.528 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.528 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 16:32:37.528 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.529 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.529 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 16:32:37.529 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 16:32:37.529 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.529 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 16:32:37.530 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.530 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 16:32:37.530 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 16:32:37.531 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 16:32:37.531 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-pps 2026-04-23 16:32:37.531 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 16:32:37.532 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 16:32:37.532 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.532 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ipsecpolicy is already registered 2026-04-23 16:32:37.532 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.532 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 16:32:37.532 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ikepolicy is already registered 2026-04-23 16:32:37.533 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 16:32:37.533 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 16:32:37.534 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 16:32:37.536 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: quotas 2026-04-23 16:32:37.537 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 16:32:37.537 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] router is already registered 2026-04-23 16:32:37.537 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: quota_details 2026-04-23 16:32:37.538 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 16:32:37.538 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] floatingip is already registered 2026-04-23 16:32:37.539 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: rbac-policies 2026-04-23 16:32:37.539 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 16:32:37.540 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 16:32:37.540 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 16:32:37.541 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 16:32:37.541 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 16:32:37.541 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] rbac_policy is already registered 2026-04-23 16:32:37.542 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: revision-if-match 2026-04-23 16:32:37.542 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 16:32:37.542 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 16:32:37.543 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] security_group is already registered 2026-04-23 16:32:37.543 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 16:32:37.543 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] security_group_rule is already registered 2026-04-23 16:32:37.543 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 16:32:37.544 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 16:32:37.544 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.544 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.545 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.545 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.545 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 16:32:37.546 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] trunk is already registered 2026-04-23 16:32:37.546 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 16:32:37.546 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.546 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ikepolicy is already registered 2026-04-23 16:32:37.547 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.547 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ipsecpolicy is already registered 2026-04-23 16:32:37.547 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 16:32:37.547 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 16:32:37.547 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] endpoint_group is already registered 2026-04-23 16:32:37.547 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 16:32:37.548 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 16:32:37.548 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] vpnservice is already registered 2026-04-23 16:32:37.548 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 16:32:37.548 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 16:32:37.548 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ipsec_site_connection is already registered 2026-04-23 16:32:37.549 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 16:32:37.549 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.549 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ipsecpolicy is already registered 2026-04-23 16:32:37.549 8 INFO neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.549 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 16:32:37.549 8 WARNING neutron.quota.resource_registry [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] ikepolicy is already registered 2026-04-23 16:32:37.554 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: security-group 2026-04-23 16:32:37.555 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: segment 2026-04-23 16:32:37.555 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 16:32:37.556 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: service-type 2026-04-23 16:32:37.557 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: sorting 2026-04-23 16:32:37.557 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 16:32:37.558 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 16:32:37.558 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 16:32:37.559 7 WARNING neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 16:32:37.559 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 16:32:37.560 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 16:32:37.560 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 16:32:37.561 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 16:32:37.561 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 16:32:37.562 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 16:32:37.563 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 16:32:37.564 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: tag-creation 2026-04-23 16:32:37.564 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 16:32:37.569 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 16:32:37.569 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 16:32:37.570 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: trunk 2026-04-23 16:32:37.571 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: trunk-details 2026-04-23 16:32:37.571 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 16:32:37.572 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 16:32:37.572 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 16:32:37.573 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 16:32:37.575 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 16:32:37.576 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 16:32:37.576 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 16:32:37.578 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: vpnaas 2026-04-23 16:32:37.579 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: taas 2026-04-23 16:32:37.580 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: tap-mirror 2026-04-23 16:32:37.581 7 INFO neutron.api.extensions [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 16:32:37.585 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 16:32:37.586 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 16:32:37.586 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.586 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 16:32:37.589 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 16:32:37.590 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 16:32:37.589 8 WARNING keystonemiddleware._common.config [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 16:32:37.594 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 16:32:37.595 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 16:32:37.595 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 16:32:37.596 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.597 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.597 8 WARNING oslo_config.cfg [None req-4a71d566-b19b-4c3a-a0a6-647fb6a99a63 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 16:32:37.597 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.598 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.598 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 16:32:37.599 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ikepolicy WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f2e86d53668 pid: 8 (default app) 2026-04-23 16:32:37.599 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.600 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 16:32:37.600 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 16:32:37.601 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 16:32:37.601 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.601 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ipsecpolicy is already registered 2026-04-23 16:32:37.602 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.602 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ikepolicy is already registered 2026-04-23 16:32:37.607 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 16:32:37.607 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] router is already registered 2026-04-23 16:32:37.608 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 16:32:37.608 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] floatingip is already registered 2026-04-23 16:32:37.612 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 16:32:37.612 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] rbac_policy is already registered 2026-04-23 16:32:37.612 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 16:32:37.613 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] security_group is already registered 2026-04-23 16:32:37.613 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 16:32:37.613 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] security_group_rule is already registered 2026-04-23 16:32:37.614 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.614 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.615 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 16:32:37.615 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] subnetpool is already registered 2026-04-23 16:32:37.615 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 16:32:37.616 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] trunk is already registered 2026-04-23 16:32:37.616 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.616 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ikepolicy is already registered 2026-04-23 16:32:37.617 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.617 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ipsecpolicy is already registered 2026-04-23 16:32:37.617 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 16:32:37.617 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] endpoint_group is already registered 2026-04-23 16:32:37.618 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 16:32:37.618 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] vpnservice is already registered 2026-04-23 16:32:37.619 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 16:32:37.619 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ipsec_site_connection is already registered 2026-04-23 16:32:37.620 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 16:32:37.620 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ipsecpolicy is already registered 2026-04-23 16:32:37.620 7 INFO neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 16:32:37.621 7 WARNING neutron.quota.resource_registry [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] ikepolicy is already registered 2026-04-23 16:32:37.671 7 WARNING keystonemiddleware._common.config [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 16:32:37.681 7 WARNING oslo_config.cfg [None req-b4d307c9-3f29-47ca-9db3-b53a016ed607 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f2e86d53668 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-04-23 16:32:43.055 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19b8c9d1-ef3b-4002-8227-5d4e11138bcb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:32:42 2026] GET /v2.0/networks/public => generated 108 bytes in 990 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:32:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:32:43.955 7 WARNING neutron.services.revisions.revision_plugin [None req-eb5a3b50-7a3e-4cd8-a43e-fd42bd388b98 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:32:43.986 7 INFO neutron.db.segments_db [None req-eb5a3b50-7a3e-4cd8-a43e-fd42bd388b98 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 0a2b983d-d77d-4550-94c6-ee61be60ff0a of type flat for network 1a3259fc-edf1-40bd-b5e1-9ec12b501eed 2026-04-23 16:32:44.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb5a3b50-7a3e-4cd8-a43e-fd42bd388b98 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:32:43 2026] POST /v2.0/networks => generated 124 bytes in 532 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:32:50.361 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c13641f-784c-4554-aaa3-86111f8f5479 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:32:49 2026] GET /v2.0/networks/public => generated 108 bytes in 386 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:32:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:32:50.649 8 WARNING neutron.services.revisions.revision_plugin [None req-db517aaa-9a41-46c8-ba9d-7fbd03c35ce9 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:32:50.678 8 INFO neutron.db.segments_db [None req-db517aaa-9a41-46c8-ba9d-7fbd03c35ce9 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 4141c010-3666-439d-8a4f-281ae87d254d of type flat for network e729069e-5aed-4286-871b-3822293a3d90 2026-04-23 16:32:50.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db517aaa-9a41-46c8-ba9d-7fbd03c35ce9 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:32:50 2026] POST /v2.0/networks => generated 124 bytes in 357 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:32:56.703 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce807c07-005e-480b-80ec-bac6f0bd6665 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:32:56 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:32:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:32:56.774 8 WARNING neutron.services.revisions.revision_plugin [None req-b28ef984-4a97-4bda-9b6d-7e457d8701a7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:32:56.788 8 INFO neutron.db.segments_db [None req-b28ef984-4a97-4bda-9b6d-7e457d8701a7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 387e1a59-fc32-4615-be81-7b334f6e42f3 of type flat for network 06e90cb2-6e6d-4a50-b974-d8ce6b2fb0dc 2026-04-23 16:32:56.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b28ef984-4a97-4bda-9b6d-7e457d8701a7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:32:56 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:33:02.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8b3f6b8-9bf8-4577-885f-a747626d4e94 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:33:02 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:33:02 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-04-23 16:33:02.794 7 WARNING neutron.services.revisions.revision_plugin [None req-edbc7d5f-0519-4082-96c3-9ba2b2d5fabb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:33:02.816 7 INFO neutron.db.segments_db [None req-edbc7d5f-0519-4082-96c3-9ba2b2d5fabb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 2d8cebe9-16cc-461b-ad4a-f986b44df886 of type flat for network b69f5b3a-02e7-490d-a5a4-612f537e5ae5 2026-04-23 16:33:02.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edbc7d5f-0519-4082-96c3-9ba2b2d5fabb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:33:02 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:33:08.784 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2e18528-65db-49eb-a881-35a98ed1214f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:33:08 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:33:08 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-04-23 16:33:08.859 8 WARNING neutron.services.revisions.revision_plugin [None req-a88872a4-bcd2-47f1-b39a-dfbad5e1ece2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:33:08.881 8 INFO neutron.db.segments_db [None req-a88872a4-bcd2-47f1-b39a-dfbad5e1ece2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 55002ea9-b297-499d-bbae-043bde4e477e of type flat for network 0ce1d4ba-c86c-4c90-a15e-335f64d4b877 2026-04-23 16:33:08.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a88872a4-bcd2-47f1-b39a-dfbad5e1ece2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:33:08 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:33:14.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b058f4d7-2672-4768-80f4-c78373288757 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:33:14 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:33:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:33:15.037 8 WARNING neutron.services.revisions.revision_plugin [None req-f46d7c82-fe01-45e5-9a7b-542c5e009e91 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:33:15.058 8 INFO neutron.db.segments_db [None req-f46d7c82-fe01-45e5-9a7b-542c5e009e91 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 02ceb1dd-5842-457c-8aca-8b4ce7f68cae of type flat for network 30c0c321-d679-4693-b56c-e93289d82608 2026-04-23 16:33:15.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f46d7c82-fe01-45e5-9a7b-542c5e009e91 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:33:14 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 16:33:21.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e43cc51-68f0-4ec7-90a8-303940e077bb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:33:21 2026] GET /v2.0/networks/public => generated 108 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:33:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:33:22.180 7 WARNING neutron.services.revisions.revision_plugin [None req-aa8508dc-b016-4747-828e-bf3a600c820d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Could not find related network for resource to bump revision. 2026-04-23 16:33:22.201 7 INFO neutron.db.segments_db [None req-aa8508dc-b016-4747-828e-bf3a600c820d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment ae194b94-8229-41b1-ad5c-e80028a981dd of type flat for network 4714988b-eb80-4c2d-99da-70ae76b14792 [pid: 7|app: 0|req: 12/27] 199.204.45.210 () {48 vars in 967 bytes} [Thu Apr 23 16:33:21 2026] POST /v2.0/networks => generated 706 bytes in 6202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:33:28.468 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78f2ffa8-7bc4-4a9e-a04e-92e019a49c02 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/28] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 16:33:28 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/29] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 16:33:28 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:33:28.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6c6be1f-e1fb-4786-aca8-4484aafc7244 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 17/30] 199.204.45.210 () {44 vars in 1034 bytes} [Thu Apr 23 16:33:28 2026] GET /v2.0/subnets/public-subnet?network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/31] 199.204.45.210 () {44 vars in 1057 bytes} [Thu Apr 23 16:33:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/32] 199.204.45.210 () {48 vars in 965 bytes} [Thu Apr 23 16:33:28 2026] POST /v2.0/subnets => generated 664 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:38:29.730 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9cf9c1f-fac6-4dfe-b5f4-65c45d8b9856 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/73] 199.204.45.210 () {44 vars in 937 bytes} [Thu Apr 23 16:38:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/74] 199.204.45.210 () {44 vars in 959 bytes} [Thu Apr 23 16:38:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:38:29.815 8 INFO neutron.db.segments_db [None req-17fea475-9905-498d-8663-be00072bcddf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment a5f10d34-f401-44aa-a48e-a3687a435d44 of type vxlan for network c9d79a91-7864-4b29-809e-c37340369c1b [pid: 8|app: 0|req: 40/75] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 16:38:29 2026] POST /v2.0/networks => generated 687 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:38:30.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57d07b7e-112d-4cc7-ab05-9135ea6bbd3d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/76] 199.204.45.210 () {44 vars in 937 bytes} [Thu Apr 23 16:38:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/77] 199.204.45.210 () {44 vars in 959 bytes} [Thu Apr 23 16:38:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:38:30.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a8f765b-9b85-428e-92b9-21b8e87805ea 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/78] 199.204.45.210 () {44 vars in 1036 bytes} [Thu Apr 23 16:38:30 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/79] 199.204.45.210 () {44 vars in 1059 bytes} [Thu Apr 23 16:38:30 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/80] 199.204.45.210 () {48 vars in 965 bytes} [Thu Apr 23 16:38:30 2026] POST /v2.0/subnets => generated 651 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 16:38:32.349 8 INFO neutron.api.v2.resource [None req-6459f067-7609-4e72-9314-ce193b352839 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 43/81] 199.204.45.210 () {44 vars in 971 bytes} [Thu Apr 23 16:38:32 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/82] 199.204.45.210 () {44 vars in 993 bytes} [Thu Apr 23 16:38:32 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/83] 199.204.45.210 () {48 vars in 980 bytes} [Thu Apr 23 16:38:32 2026] POST /v2.0/security-groups => generated 1616 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/84] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:33 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/85] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:33 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:33 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:33 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: 42/88] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:34 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:34 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:34 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:35 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/93] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:35 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/94] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:35 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/96] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:36 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/97] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:37 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:37 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:37 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: 7|app: 0|req: 48/100] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:38 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/101] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:38 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:38 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/104] 199.204.45.210 () {44 vars in 987 bytes} [Thu Apr 23 16:38:39 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b => generated 731 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 16:38:39.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-241e7ae2-03ce-464d-bea2-0d58efce88c4 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/105] 199.204.45.210 () {44 vars in 1076 bytes} [Thu Apr 23 16:38:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.204.45.210 () {44 vars in 1099 bytes} [Thu Apr 23 16:38:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:39 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.204.45.210 () {48 vars in 961 bytes} [Thu Apr 23 16:38:39 2026] POST /v2.0/ports => generated 1100 bytes in 584 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 16:38:48.166 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3535e2d-5c1e-434a-a694-7d06a55b5c5b 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/111] 199.204.45.210 () {44 vars in 979 bytes} [Thu Apr 23 16:38:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.210 () {48 vars in 1031 bytes} [Thu Apr 23 16:38:48 2026] PUT /v2.0/ports/26b6431e-af3a-45f8-ae0b-4fa3627edc37 => generated 1249 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.210 () {44 vars in 920 bytes} [Thu Apr 23 16:38:50 2026] GET /v2.0/ports => generated 3730 bytes in 115 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-04-23 16:38:51.666 7 INFO neutron.api.v2.resource [None req-58e29c2c-6a92-4ac9-a57c-e1ae67a79483 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/115] 199.204.45.210 () {44 vars in 959 bytes} [Thu Apr 23 16:38:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.210 () {44 vars in 981 bytes} [Thu Apr 23 16:38:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.210 () {48 vars in 980 bytes} [Thu Apr 23 16:38:51 2026] POST /v2.0/security-groups => generated 1610 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:53 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 1610 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:53 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:53 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:53 2026] POST /v2.0/security-group-rules => generated 623 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/122] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:54 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2246 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/123] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:54 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/124] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:38:54 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:38:54 2026] POST /v2.0/security-group-rules => generated 627 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/146] 199.204.45.210 () {44 vars in 975 bytes} [Thu Apr 23 16:41:16 2026] GET /v2.0/quotas/1ea3a43d6bba4179ac63d5a172ca07be => 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: 75/147] 199.204.45.210 () {48 vars in 1027 bytes} [Thu Apr 23 16:41:17 2026] PUT /v2.0/quotas/1ea3a43d6bba4179ac63d5a172ca07be => generated 291 bytes in 36 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-04-23 16:43:38.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a161996-5f07-4525-b9ee-be9453c607a0 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 85/166] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 16:43:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 149 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: 82/167] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 16:43:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:43:40.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b583b5c-96f9-42f1-9359-41f64aedd93b 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 86/168] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 16:43:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/169] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 16:43:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 16:52:04.963 7 INFO neutron.api.v2.resource [None req-fe0c2426-d0b8-4d61-a0f0-cc6547de1d4e 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 118/238] 199.204.45.210 () {44 vars in 1074 bytes} [Thu Apr 23 16:52:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=578e37134143477fb9f00c764492afa0 => generated 139 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/239] 199.204.45.210 () {44 vars in 1097 bytes} [Thu Apr 23 16:52:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=578e37134143477fb9f00c764492afa0 => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.210 () {48 vars in 981 bytes} [Thu Apr 23 16:52:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:06 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:52:06 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:06 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => 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: 121/244] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:52:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:07 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 2234 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/246] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:52:07 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/247] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:07 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/248] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:52:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/249] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:08 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/250] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:52:08 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/251] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:09 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/252] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:52:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/253] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:10 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/254] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 16:52:10 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/255] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 16:52:10 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/256] 199.204.45.210 () {48 vars in 991 bytes} [Thu Apr 23 16:52:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/285] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 16:55:30 2026] GET /v2.0/networks?tenant_id=578e37134143477fb9f00c764492afa0&shared=False => generated 15 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 16:55:31.097 8 INFO neutron.db.segments_db [None req-5daa8967-f2a3-47db-996b-b96e79fd660e 91f8071340f2475d8dbfc91b01ed7a2e 578e37134143477fb9f00c764492afa0 - - d89795ecb0d046a8b52c7451a356db16 d89795ecb0d046a8b52c7451a356db16] Added segment f234e367-c523-4b5a-854b-ae595b5aeca1 of type vxlan for network 466dba2c-1104-4c59-a746-1c4b3f2e3362 [pid: 8|app: 0|req: 144/286] 199.204.45.210 () {34 vars in 682 bytes} [Thu Apr 23 16:55:31 2026] POST /v2.0/networks => generated 699 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/287] 199.204.45.210 () {30 vars in 722 bytes} [Thu Apr 23 16:55:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 145/288] 199.204.45.210 () {30 vars in 633 bytes} [Thu Apr 23 16:55:31 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: 7|app: 0|req: 144/289] 199.204.45.210 () {34 vars in 677 bytes} [Thu Apr 23 16:55:31 2026] POST /v2.0/ports => generated 999 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/290] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 16:55:31 2026] GET /v2.0/networks/466dba2c-1104-4c59-a746-1c4b3f2e3362 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/291] 199.204.45.210 () {30 vars in 722 bytes} [Thu Apr 23 16:55:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/292] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 16:55:33 2026] GET /v2.0/networks/466dba2c-1104-4c59-a746-1c4b3f2e3362 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/297] 199.204.45.210 () {44 vars in 975 bytes} [Thu Apr 23 16:55:57 2026] GET /v2.0/quotas/578e37134143477fb9f00c764492afa0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/298] 199.204.45.210 () {48 vars in 1027 bytes} [Thu Apr 23 16:55:58 2026] PUT /v2.0/quotas/578e37134143477fb9f00c764492afa0 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:27.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6e912df-debc-4360-9e3f-764021170c4e 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/391] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 17:07:27 2026] GET /v2.0/networks/public => generated 108 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 17:07:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:28.775 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b9a863a-9fb9-4a88-93c4-40edfded56be 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/393] 199.204.45.210 () {44 vars in 927 bytes} [Thu Apr 23 17:07:28 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 17:07:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:28.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1dd8c4e-37e2-476e-9231-f5fbeb9cdf00 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/395] 199.204.45.210 () {44 vars in 1034 bytes} [Thu Apr 23 17:07:28 2026] GET /v2.0/subnets/public-subnet?network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.210 () {44 vars in 1057 bytes} [Thu Apr 23 17:07:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:56.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70e386c3-8aa2-4a3a-a169-5c6af94f601c 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/401] 199.204.45.210 () {44 vars in 937 bytes} [Thu Apr 23 17:07:56 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: 202/402] 199.204.45.210 () {44 vars in 959 bytes} [Thu Apr 23 17:07:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:57.973 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc686395-23be-46a8-b78c-a72e470915cf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/403] 199.204.45.210 () {44 vars in 937 bytes} [Thu Apr 23 17:07:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.204.45.210 () {44 vars in 959 bytes} [Thu Apr 23 17:07:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:58.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01304de9-f8dc-4c66-88fb-d1ae3a0e1e59 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/405] 199.204.45.210 () {44 vars in 1036 bytes} [Thu Apr 23 17:07:58 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.204.45.210 () {44 vars in 1059 bytes} [Thu Apr 23 17:07:58 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:07:59.309 7 INFO neutron.api.v2.resource [None req-b86433cd-c445-49b5-9a5b-d5cced92f37d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/407] 199.204.45.210 () {44 vars in 971 bytes} [Thu Apr 23 17:07:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.204.45.210 () {44 vars in 993 bytes} [Thu Apr 23 17:07:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:00 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:00 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:00 2026] GET /v2.0/security-group-rules/3bbfbfe4-812d-4a60-8977-bf1162968f9e => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:01 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:02 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:02 2026] GET /v2.0/security-group-rules/b6dab237-49d8-4e86-b745-9cddbe5830ac => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:03 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:03 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:03 2026] GET /v2.0/security-group-rules/da7e8c3b-ff79-4ea7-99d9-995316ec9bcb => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:04 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:04 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:04 2026] GET /v2.0/security-group-rules/32b23df8-62f2-4dce-8a93-6335654f7d7c => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:05 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:05 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/423] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:05 2026] GET /v2.0/security-group-rules/507dd55e-e028-4fb1-bc36-1a663df8069d => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 199.204.45.210 () {44 vars in 987 bytes} [Thu Apr 23 17:08:06 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b => generated 731 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:08:06.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-862fa75e-4540-443d-a0da-aaa9fc1abd60 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 212/425] 199.204.45.210 () {44 vars in 1076 bytes} [Thu Apr 23 17:08:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 199.204.45.210 () {44 vars in 1099 bytes} [Thu Apr 23 17:08:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:06 2026] GET /v2.0/security-groups/8b3a1a9b-00b2-4c94-a0f6-656a86df01c4 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:08:15.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b61e4ef8-8594-4d33-ac28-8347b52bf2d1 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 215/430] 199.204.45.210 () {44 vars in 979 bytes} [Thu Apr 23 17:08:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 199.204.45.210 () {44 vars in 920 bytes} [Thu Apr 23 17:08:17 2026] GET /v2.0/ports => generated 4725 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:08:18.147 8 INFO neutron.api.v2.resource [None req-a8b3258e-bf89-4c24-bd13-f2d9abf29268 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 217/433] 199.204.45.210 () {44 vars in 959 bytes} [Thu Apr 23 17:08:18 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: 217/434] 199.204.45.210 () {44 vars in 981 bytes} [Thu Apr 23 17:08:18 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:19 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/436] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:19 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:19 2026] GET /v2.0/security-group-rules/39c540d2-0b86-4152-9c7d-fdd164f222f4 => generated 623 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/438] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:20 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/439] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:08:20 2026] GET /v2.0/security-groups/27cf148a-a0ac-4f43-bee6-64ffcce44e91 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/440] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:08:20 2026] GET /v2.0/security-group-rules/87c95ae6-7c53-48ea-a51e-d467922d5a3e => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/443] 199.204.45.210 () {44 vars in 975 bytes} [Thu Apr 23 17:08:31 2026] GET /v2.0/quotas/1ea3a43d6bba4179ac63d5a172ca07be => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:09:26.351 7 INFO neutron.api.v2.resource [None req-47624286-c542-417b-88d6-b182a9904606 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 225/450] 199.204.45.210 () {44 vars in 1074 bytes} [Thu Apr 23 17:09:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=578e37134143477fb9f00c764492afa0 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/451] 199.204.45.210 () {44 vars in 1097 bytes} [Thu Apr 23 17:09:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=578e37134143477fb9f00c764492afa0 => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 17:09:27 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:09:27 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:09:27 2026] GET /v2.0/security-group-rules/e225858f-5288-4f99-80d8-d77471452676 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 17:09:28 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:09:28 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:09:28 2026] GET /v2.0/security-group-rules/ef69034a-47d6-4fdc-b5c5-f67c5e6d77e0 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 17:09:29 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/461] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:09:29 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:09:29 2026] GET /v2.0/security-group-rules/29d24432-d7bc-409e-bd26-868da9105bbf => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 199.204.45.210 () {44 vars in 1088 bytes} [Thu Apr 23 17:09:31 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91?project_id=578e37134143477fb9f00c764492afa0 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 199.204.45.210 () {44 vars in 1001 bytes} [Thu Apr 23 17:09:31 2026] GET /v2.0/security-groups/05d60579-1581-4a39-bed2-768044de3b91 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 199.204.45.210 () {44 vars in 1011 bytes} [Thu Apr 23 17:09:31 2026] GET /v2.0/security-group-rules/e2cd9709-dc92-40d1-86f0-ad11c2b92cd0 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 199.204.45.210 () {44 vars in 975 bytes} [Thu Apr 23 17:09:38 2026] GET /v2.0/quotas/578e37134143477fb9f00c764492afa0 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 199.204.45.210 () {44 vars in 949 bytes} [Thu Apr 23 17:10:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/480] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:11:10 2026] GET /v2.0/networks => generated 2167 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/483] 10.0.0.2 () {32 vars in 653 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/floatingips => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/484] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/486] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/networks => generated 2167 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/488] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/489] 10.0.0.2 () {32 vars in 653 bytes} [Thu Apr 23 17:11:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:11:23.969 7 INFO neutron.db.segments_db [None req-480ce323-8b1f-4189-8e18-a62160707ff3 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 570d51a5-0df1-4067-a72c-3580127cb76a of type vxlan for network 27bbaa66-b884-4136-a735-999706b11f93 2026-04-23 17:11:23.979 8 INFO neutron.db.segments_db [None req-d528503f-345a-4f19-9e1d-c1ca8ea036b5 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment f7403dcc-ea48-46f1-ae42-a865c62030c6 of type vxlan for network 4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 [pid: 7|app: 0|req: 246/490] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:11:23 2026] POST /v2.0/networks => generated 730 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:11:23 2026] POST /v2.0/networks => generated 733 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:24 2026] POST /v2.0/subnets => generated 696 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:24.373 7 INFO neutron.db.segments_db [None req-945757ba-0dfe-47a3-9e7c-d2d85ef1fbf0 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment c31e8c18-aefa-4b76-84fb-e94e8af9285c of type vxlan for network 11524b36-7282-4567-9aa3-330dfedc211c [pid: 7|app: 0|req: 247/493] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:11:24 2026] POST /v2.0/networks => generated 725 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:24 2026] POST /v2.0/subnets => generated 699 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:24.511 7 INFO neutron.db.segments_db [None req-b51c1e74-777d-421b-9f9f-395293c24f3d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 60baa63c-54d0-4fd8-bd89-d533c61599dd of type vxlan for network 33b41871-b29a-4eae-92b0-cf8d2f0d32d5 [pid: 8|app: 0|req: 248/495] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:24 2026] POST /v2.0/subnets => generated 691 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:24.667 8 INFO neutron.db.segments_db [None req-1bcc0f9b-4f71-4e9e-aca5-cc097bcc1d56 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment baad0ddb-6748-40c8-8487-edcb435dce15 of type vxlan for network 4900e069-0e70-4e5b-89fc-c401b0834b66 2026-04-23 17:11:24.742 7 INFO neutron.db.l3_hamode_db [None req-b51c1e74-777d-421b-9f9f-395293c24f3d 4c1189e1541546f7a680e42fe58050a6 f52f54a6724f4757ad27f7a45e9681ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:11:24.889 8 INFO neutron.db.l3_hamode_db [None req-1bcc0f9b-4f71-4e9e-aca5-cc097bcc1d56 4c1189e1541546f7a680e42fe58050a6 44155a6e17d64793bc4aefa2db2b2d17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:11:25.730 7 INFO neutron.db.l3_hamode_db [None req-b51c1e74-777d-421b-9f9f-395293c24f3d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:11:25.863 8 INFO neutron.db.l3_hamode_db [None req-1bcc0f9b-4f71-4e9e-aca5-cc097bcc1d56 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 248/496] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:24 2026] POST /v2.0/routers => generated 736 bytes in 2139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:11:26 2026] GET /v2.0/security-groups?tenant_id=383e9018b7544e59b911c3cf4666c4ef&name=default => generated 2922 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:11:26.906 7 INFO neutron.db.segments_db [None req-45a2e50d-306b-4179-97de-16f90269e967 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment cc26cd86-91b0-4afc-88d4-5e7b77a0329b of type vxlan for network 80fa04dd-6389-46d8-b7ad-b179cc4ebedf 2026-04-23 17:11:27.119 7 INFO neutron.db.l3_hamode_db [None req-45a2e50d-306b-4179-97de-16f90269e967 4c1189e1541546f7a680e42fe58050a6 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 249/498] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:24 2026] POST /v2.0/routers => generated 739 bytes in 2519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:27.912 7 INFO neutron.db.l3_hamode_db [None req-45a2e50d-306b-4179-97de-16f90269e967 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 252/501] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:11:27 2026] PUT /v2.0/routers/f1778c60-cea5-4c2e-b789-77e3eb84889c/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/502] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:11:28 2026] DELETE /v2.0/security-groups/74a0ef03-97da-4bf8-a596-8d1c3ff6d2ae => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/503] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:26 2026] POST /v2.0/routers => generated 731 bytes in 1889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/504] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:11:28 2026] PUT /v2.0/routers/6f59860f-ab92-4ebc-9acd-f09af98c2206/add_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/505] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:11:28 2026] PUT /v2.0/routers/9782c97b-d00b-40bd-a4b4-4d155742ebe2/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/506] 10.0.0.188 () {38 vars in 971 bytes} [Thu Apr 23 17:11:29 2026] POST /v2.0/security-groups => generated 1683 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/507] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:30 2026] GET /v2.0/security-groups/48c9bc8b-88a8-434c-b2d8-33f1e91be5b8 => generated 1683 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 10.0.0.188 () {38 vars in 981 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/509] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/510] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:30.551 8 INFO neutron.db.segments_db [None req-084d3fa4-2494-4cb6-8db6-a0c4c36f24ef 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 6440269a-74db-4ff9-8344-6d892a4d8d87 of type vxlan for network 51cac328-1706-4572-afb7-094a034976c2 [pid: 8|app: 0|req: 257/511] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/networks => generated 729 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/512] 10.0.0.188 () {38 vars in 971 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/513] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/514] 10.0.0.188 () {38 vars in 971 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-groups => generated 1685 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/515] 10.0.0.188 () {38 vars in 971 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/security-groups => generated 1680 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/516] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/subnets => generated 695 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/517] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:30 2026] GET /v2.0/security-groups/7049b3da-77a1-443f-a19c-ab8b912f1054 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/518] 10.0.0.188 () {38 vars in 971 bytes} [Thu Apr 23 17:11:31 2026] POST /v2.0/security-groups => generated 1682 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:11:31.196 8 INFO neutron.db.segments_db [None req-c973f79b-b36d-47f7-8b22-5e1b58f086da 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 of type vxlan for network 3267bfa6-22d9-4b61-af97-51ceace10c62 [pid: 7|app: 0|req: 258/519] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:11:30 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:31.500 8 INFO neutron.db.l3_hamode_db [None req-c973f79b-b36d-47f7-8b22-5e1b58f086da 4c1189e1541546f7a680e42fe58050a6 23ec33c670934da991dce9b31c2d8946 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 259/520] 10.0.0.188 () {38 vars in 981 bytes} [Thu Apr 23 17:11:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/521] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:11:31 2026] GET /v2.0/security-groups?tenant_id=6e8a03dc2d4a45d9b1b3ac5f56a9a4be => generated 7904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/522] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:31 2026] GET /v2.0/security-groups/7049b3da-77a1-443f-a19c-ab8b912f1054 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/523] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:31 2026] GET /v2.0/security-groups/38f0dd56-e81d-46f3-9e1a-30ee216258ce => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/524] 10.0.0.188 () {38 vars in 981 bytes} [Thu Apr 23 17:11:31 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/525] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:31 2026] GET /v2.0/security-groups/38f0dd56-e81d-46f3-9e1a-30ee216258ce => generated 2918 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/526] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:31 2026] GET /v2.0/security-groups/7049b3da-77a1-443f-a19c-ab8b912f1054 => generated 2940 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/527] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:11:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1470965646&fields=id&tenant_id=44155a6e17d64793bc4aefa2db2b2d17 => 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: 267/528] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/security-groups/951c6dc1-7d24-4193-8053-2c63b78a1007 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/529] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:32.291 8 INFO neutron.db.l3_hamode_db [None req-c973f79b-b36d-47f7-8b22-5e1b58f086da 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 269/530] 10.0.0.188 () {36 vars in 1013 bytes} [Thu Apr 23 17:11:32 2026] DELETE /v2.0/security-groups/951c6dc1-7d24-4193-8053-2c63b78a1007 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/531] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/quotas/44155a6e17d64793bc4aefa2db2b2d17 => 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: 271/532] 10.0.0.188 () {34 vars in 1001 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/security-group-rules/f72e4d2d-c9ea-45de-be2a-d193e5c51fdd => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/533] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&fields=id => generated 57 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/534] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/security-groups/7049b3da-77a1-443f-a19c-ab8b912f1054 => generated 2940 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/535] 10.0.0.188 () {36 vars in 1023 bytes} [Thu Apr 23 17:11:32 2026] DELETE /v2.0/security-group-rules/f72e4d2d-c9ea-45de-be2a-d193e5c51fdd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:11:32.741 7 INFO neutron.api.v2.resource [req-affe4fbf-7b1d-4125-8076-49739718cfea req-bf2cadcd-b0ce-4378-ab13-f20b65eda5f9 d589dc5a23c14c67920a8c007c75218a 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/536] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/security-groups/951c6dc1-7d24-4193-8053-2c63b78a1007 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/537] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/security-groups/7049b3da-77a1-443f-a19c-ab8b912f1054 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/538] 10.0.0.188 () {36 vars in 1013 bytes} [Thu Apr 23 17:11:32 2026] DELETE /v2.0/security-groups/7049b3da-77a1-443f-a19c-ab8b912f1054 => 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: 278/539] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:32 2026] GET /v2.0/security-groups/52c1836c-06ee-4219-9a84-2c93d2d26d0a => generated 1680 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/540] 10.0.0.188 () {36 vars in 1013 bytes} [Thu Apr 23 17:11:32 2026] DELETE /v2.0/security-groups/52c1836c-06ee-4219-9a84-2c93d2d26d0a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/541] 10.0.0.188 () {34 vars in 907 bytes} [Thu Apr 23 17:11:33 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/542] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:33 2026] GET /v2.0/security-groups/48c9bc8b-88a8-434c-b2d8-33f1e91be5b8 => generated 2308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/543] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:11:33 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 283/544] 10.0.0.188 () {36 vars in 1013 bytes} [Thu Apr 23 17:11:33 2026] DELETE /v2.0/security-groups/48c9bc8b-88a8-434c-b2d8-33f1e91be5b8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/545] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:31 2026] POST /v2.0/routers => generated 735 bytes in 2157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/546] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:11:33 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:11:33.330 7 INFO neutron.api.v2.resource [req-2543e61e-4465-4c62-8ede-474bb5c217c0 req-1cf86656-7d73-4bcb-a02c-69bf08d3bcfc d589dc5a23c14c67920a8c007c75218a 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 285/547] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:33 2026] GET /v2.0/security-groups/52c1836c-06ee-4219-9a84-2c93d2d26d0a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:11:34.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ebdfb54-4536-4444-a3db-f55902bc24af 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 8b83cd34-cd21-4308-a5ae-6fa78c73f956 2026-04-23 17:11:34.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ebdfb54-4536-4444-a3db-f55902bc24af 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 8b83cd34-cd21-4308-a5ae-6fa78c73f956 [pid: 7|app: 0|req: 286/548] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:11:33 2026] PUT /v2.0/routers/39e63a24-2508-4298-9360-332a6c83bcf2/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/549] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups/21533c13-de3b-4d6f-9f43-2371c9a2a966 => generated 1682 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/550] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/551] 10.0.0.188 () {36 vars in 1013 bytes} [Thu Apr 23 17:11:34 2026] DELETE /v2.0/security-groups/21533c13-de3b-4d6f-9f43-2371c9a2a966 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:11:34.735 7 INFO neutron.api.v2.resource [req-3ffdb8b1-d67f-440b-8f35-fa79aca0873b req-5b38b99c-f5b9-4e21-a5bf-527199259302 d589dc5a23c14c67920a8c007c75218a 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 290/552] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups/21533c13-de3b-4d6f-9f43-2371c9a2a966 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/553] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups?tenant_id=6e8a03dc2d4a45d9b1b3ac5f56a9a4be => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/554] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:11:33 2026] PUT /v2.0/routers/f1778c60-cea5-4c2e-b789-77e3eb84889c/remove_router_interface => generated 309 bytes in 1511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/555] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups/38f0dd56-e81d-46f3-9e1a-30ee216258ce => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/556] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups/38f0dd56-e81d-46f3-9e1a-30ee216258ce => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:11:34.943 7 INFO neutron.api.v2.resource [req-eca87d6e-b3c0-46d1-92b1-79848d648a66 req-fe988611-2096-4d7b-8940-bee7b4eeb079 d589dc5a23c14c67920a8c007c75218a 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 294/557] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups/21533c13-de3b-4d6f-9f43-2371c9a2a966 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:11:34.992 7 INFO neutron.api.v2.resource [req-6a237d64-95b3-4e12-9647-7aa872e9b02a req-1da1f95a-cf98-472c-9d0b-be698cbe1f5c d589dc5a23c14c67920a8c007c75218a 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/558] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:34 2026] GET /v2.0/security-groups/52c1836c-06ee-4219-9a84-2c93d2d26d0a => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:11:35.029 7 INFO neutron.api.v2.resource [req-f23a1067-e940-4330-97ec-1e310aa35542 req-b3665816-a7a5-4740-b7a0-eb68a4ada6ff d589dc5a23c14c67920a8c007c75218a 6e8a03dc2d4a45d9b1b3ac5f56a9a4be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 296/559] 10.0.0.188 () {34 vars in 991 bytes} [Thu Apr 23 17:11:35 2026] GET /v2.0/security-groups/951c6dc1-7d24-4193-8053-2c63b78a1007 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:11:35.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-708743d3-82de-405d-8c4d-d405d439d69f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 74221bf1-9a54-45a0-a8bd-ebb41c1600ee 2026-04-23 17:11:35.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708743d3-82de-405d-8c4d-d405d439d69f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 74221bf1-9a54-45a0-a8bd-ebb41c1600ee 2026-04-23 17:11:35.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-708743d3-82de-405d-8c4d-d405d439d69f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 8e2eb40a-5663-4155-a85a-aa368580810f 2026-04-23 17:11:35.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708743d3-82de-405d-8c4d-d405d439d69f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 8e2eb40a-5663-4155-a85a-aa368580810f 2026-04-23 17:11:35.471 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-708743d3-82de-405d-8c4d-d405d439d69f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-23 17:11:35.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-195564f1-a647-4342-a60f-1386dbd438c8 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: ae68e178-e4b2-4449-ae1a-18729e4a048a 2026-04-23 17:11:35.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-195564f1-a647-4342-a60f-1386dbd438c8 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: ae68e178-e4b2-4449-ae1a-18729e4a048a 2026-04-23 17:11:35.842 8 INFO neutron.db.l3_hamode_db [None req-708743d3-82de-405d-8c4d-d405d439d69f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 33b41871-b29a-4eae-92b0-cf8d2f0d32d5 was deleted as no HA routers are present in tenant f52f54a6724f4757ad27f7a45e9681ab. [pid: 8|app: 0|req: 264/560] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:11:34 2026] DELETE /v2.0/routers/f1778c60-cea5-4c2e-b789-77e3eb84889c => generated 0 bytes in 1025 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/561] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:11:35 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/562] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:35 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:11:36.204 8 INFO neutron.services.segments.plugin [-] Segment 60baa63c-54d0-4fd8-bd89-d533c61599dd resource provider aggregate not found [pid: 7|app: 0|req: 297/563] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:11:35 2026] PUT /v2.0/routers/9782c97b-d00b-40bd-a4b4-4d155742ebe2/remove_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:36.225 8 INFO neutron.services.segments.plugin [-] Segment 60baa63c-54d0-4fd8-bd89-d533c61599dd resource provider aggregate not found 2026-04-23 17:11:36.230 8 INFO neutron.services.segments.plugin [-] Segment 60baa63c-54d0-4fd8-bd89-d533c61599dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60baa63c-54d0-4fd8-bd89-d533c61599dd found for delete ", "request_id": "req-103dc88f-1022-4b43-8045-56a5baa4acb5"}]} 2026-04-23 17:11:36.244 8 INFO neutron.services.segments.plugin [-] Segment 60baa63c-54d0-4fd8-bd89-d533c61599dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60baa63c-54d0-4fd8-bd89-d533c61599dd found for delete ", "request_id": "req-fed922c8-9c84-4358-8fa1-fa882b1691e2"}]} [pid: 8|app: 0|req: 267/564] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:11:36 2026] DELETE /v2.0/subnets/f29582c0-68e8-4860-b1d2-23e56cf784bf => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/565] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:11:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:36.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-68bc69eb-24cb-4495-957a-bfced3ebdea4 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 54d5d94c-4fde-4ffd-87f3-2751a9f51d66 2026-04-23 17:11:36.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68bc69eb-24cb-4495-957a-bfced3ebdea4 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 54d5d94c-4fde-4ffd-87f3-2751a9f51d66 2026-04-23 17:11:36.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-e525706a-ab6b-4e8d-89f8-19fa91c05174 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: d04fee19-75ef-4d21-8933-299e46b45f50 2026-04-23 17:11:36.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e525706a-ab6b-4e8d-89f8-19fa91c05174 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: d04fee19-75ef-4d21-8933-299e46b45f50 [pid: 7|app: 0|req: 299/566] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:11:36 2026] DELETE /v2.0/networks/27bbaa66-b884-4136-a735-999706b11f93 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:11:36.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-e525706a-ab6b-4e8d-89f8-19fa91c05174 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 2e67a385-27dd-4dc0-a7d1-156643f38cf9 2026-04-23 17:11:36.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e525706a-ab6b-4e8d-89f8-19fa91c05174 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 2e67a385-27dd-4dc0-a7d1-156643f38cf9 [pid: 7|app: 0|req: 300/567] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:11:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:37.192 8 INFO neutron.db.l3_hamode_db [None req-e525706a-ab6b-4e8d-89f8-19fa91c05174 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 80fa04dd-6389-46d8-b7ad-b179cc4ebedf was deleted as no HA routers are present in tenant 6e8a03dc2d4a45d9b1b3ac5f56a9a4be. [pid: 8|app: 0|req: 268/568] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:11:36 2026] DELETE /v2.0/routers/9782c97b-d00b-40bd-a4b4-4d155742ebe2 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/569] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:11:37 2026] GET /v2.0/security-groups?tenant_id=f52f54a6724f4757ad27f7a45e9681ab&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/570] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:37 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:11:37.307 7 INFO neutron.services.segments.plugin [-] Segment 570d51a5-0df1-4067-a72c-3580127cb76a resource provider aggregate not found 2026-04-23 17:11:37.331 7 INFO neutron.services.segments.plugin [-] Segment 570d51a5-0df1-4067-a72c-3580127cb76a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570d51a5-0df1-4067-a72c-3580127cb76a found for delete ", "request_id": "req-7b77151e-3315-4db5-9cca-15dd843e1445"}]} 2026-04-23 17:11:37.331 7 INFO neutron.services.segments.plugin [-] Segment 570d51a5-0df1-4067-a72c-3580127cb76a resource provider aggregate not found 2026-04-23 17:11:37.355 7 INFO neutron.services.segments.plugin [-] Segment 570d51a5-0df1-4067-a72c-3580127cb76a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570d51a5-0df1-4067-a72c-3580127cb76a found for delete ", "request_id": "req-dece9e04-cd07-4b70-97ba-684861492765"}]} [pid: 8|app: 0|req: 271/571] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:11:37 2026] DELETE /v2.0/subnets/e4eacae9-da29-418b-90ed-2c25c93a130d => 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: 272/572] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:11:37 2026] DELETE /v2.0/security-groups/69beb2e2-60a9-47c9-b09a-a1ed93fb4861 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/573] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:11:36 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/574] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:11:37 2026] DELETE /v2.0/networks/11524b36-7282-4567-9aa3-330dfedc211c => 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: 302/575] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:11:37 2026] GET /v2.0/security-groups?tenant_id=6e8a03dc2d4a45d9b1b3ac5f56a9a4be&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/576] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:11:37 2026] DELETE /v2.0/security-groups/38f0dd56-e81d-46f3-9e1a-30ee216258ce => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:11:38.250 8 INFO neutron.services.segments.plugin [-] Segment cc26cd86-91b0-4afc-88d4-5e7b77a0329b resource provider aggregate not found 2026-04-23 17:11:38.264 8 INFO neutron.services.segments.plugin [-] Segment cc26cd86-91b0-4afc-88d4-5e7b77a0329b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc26cd86-91b0-4afc-88d4-5e7b77a0329b found for delete ", "request_id": "req-2877a543-92c0-4376-bde4-743955fa2694"}]} 2026-04-23 17:11:38.269 8 INFO neutron.services.segments.plugin [-] Segment cc26cd86-91b0-4afc-88d4-5e7b77a0329b resource provider aggregate not found 2026-04-23 17:11:38.283 8 INFO neutron.services.segments.plugin [-] Segment c31e8c18-aefa-4b76-84fb-e94e8af9285c resource provider aggregate not found 2026-04-23 17:11:38.286 8 INFO neutron.services.segments.plugin [-] Segment cc26cd86-91b0-4afc-88d4-5e7b77a0329b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc26cd86-91b0-4afc-88d4-5e7b77a0329b found for delete ", "request_id": "req-bdde07cf-f115-4fe7-977c-ed4ffcc9d50a"}]} 2026-04-23 17:11:38.302 8 INFO neutron.services.segments.plugin [-] Segment c31e8c18-aefa-4b76-84fb-e94e8af9285c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31e8c18-aefa-4b76-84fb-e94e8af9285c found for delete ", "request_id": "req-a5a8504a-7366-4852-95bb-fbd182457ef1"}]} 2026-04-23 17:11:38.306 8 INFO neutron.services.segments.plugin [-] Segment c31e8c18-aefa-4b76-84fb-e94e8af9285c resource provider aggregate not found 2026-04-23 17:11:38.325 8 INFO neutron.services.segments.plugin [-] Segment c31e8c18-aefa-4b76-84fb-e94e8af9285c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31e8c18-aefa-4b76-84fb-e94e8af9285c found for delete ", "request_id": "req-4b593109-9e05-4c2e-adbc-214ac54d5cfc"}]} [pid: 7|app: 0|req: 303/577] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:38 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 275/578] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:38 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 684 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/579] 199.204.45.210 () {34 vars in 911 bytes} [Thu Apr 23 17:11:38 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: 276/580] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:11:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=44155a6e17d64793bc4aefa2db2b2d17 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/581] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:11:38 2026] POST /v2.0/ports => generated 958 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/582] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:39 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 961 bytes in 94 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: 306/583] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:39 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:39.998 7 INFO neutron.db.segments_db [None req-d5b2c7c2-be3c-490c-ab78-576cbb739d2f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 835abc26-95a7-4620-9d1f-d3b6da9615de of type vxlan for network f0b48bb6-90c4-4952-b89e-e639c15c1ba5 [pid: 7|app: 0|req: 307/584] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:11:39 2026] POST /v2.0/networks => generated 718 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/585] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:11:39 2026] PUT /v2.0/ports/84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 1239 bytes in 612 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-04-23 17:11:40.333 7 INFO neutron.db.segments_db [None req-7eaf21e8-bbd3-4f27-9d42-8e2ae2e9ddcb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment bf5fb3ee-612b-4d75-8d9b-61b87f466cdb of type vxlan for network a0bc15b8-9077-49eb-b4a2-c029c85923cc [pid: 7|app: 0|req: 308/586] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:11:40 2026] POST /v2.0/networks => generated 726 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/587] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:40 2026] POST /v2.0/subnets => generated 684 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:11:40.573 8 INFO neutron.db.segments_db [None req-c2ff1a8e-f484-4d51-8096-90344a6834ad 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment a5636f4d-066f-4a9c-9812-cf8546a06b0c of type vxlan for network 9449ce80-4319-46a3-9ca6-b103e06d0416 [pid: 7|app: 0|req: 309/588] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:40 2026] POST /v2.0/subnets => generated 692 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/589] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:40 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:40.759 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbab64fc-29cb-4bf7-b147-5855306ce981'] response: {'name': 'network-changed', 'server_uuid': 'fa1d4109-0b03-4324-9b5d-06f6347c45e5', 'tag': '84cf4846-0961-4e1f-87e7-3c18a9dc8a16', 'status': 'completed', 'code': 200} 2026-04-23 17:11:40.832 7 INFO neutron.db.segments_db [None req-c4d5c52e-4e48-4032-9cdf-64f9ad1fdeba 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment c2b8163b-624d-4df4-9303-b527d6bd39c2 of type vxlan for network d6add45c-33d5-4429-984f-7db4e00e5b34 2026-04-23 17:11:40.859 8 INFO neutron.db.l3_hamode_db [None req-c2ff1a8e-f484-4d51-8096-90344a6834ad 4c1189e1541546f7a680e42fe58050a6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:11:41.153 7 INFO neutron.db.l3_hamode_db [None req-c4d5c52e-4e48-4032-9cdf-64f9ad1fdeba 4c1189e1541546f7a680e42fe58050a6 1bf49402a1164e83a71497a07e2e4b44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:11:41.678 8 INFO neutron.db.l3_hamode_db [None req-c2ff1a8e-f484-4d51-8096-90344a6834ad 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:11:42.076 7 INFO neutron.db.l3_hamode_db [None req-c4d5c52e-4e48-4032-9cdf-64f9ad1fdeba 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 280/590] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:40 2026] POST /v2.0/routers => generated 724 bytes in 2306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/591] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:42 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/592] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:42 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1242 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/595] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:11:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1524715214&fields=id&tenant_id=23ec33c670934da991dce9b31c2d8946 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/596] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:11:40 2026] POST /v2.0/routers => generated 732 bytes in 2277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/597] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/598] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:11:43 2026] GET /v2.0/networks?id=51cac328-1706-4572-afb7-094a034976c2 => generated 680 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/599] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:11:43 2026] PUT /v2.0/routers/67a53760-bb6d-4e5f-aed0-982e006327ad/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/600] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/601] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/quotas/23ec33c670934da991dce9b31c2d8946 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/602] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/603] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/604] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:11:43 2026] PUT /v2.0/routers/62046d8d-9562-4a17-bf4c-d941541c24c7/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/605] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/606] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 291/607] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/ports?tenant_id=23ec33c670934da991dce9b31c2d8946&fields=id => generated 103 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/608] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:44 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 318/609] 10.0.0.188 () {34 vars in 907 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/610] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2?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: 292/611] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:11:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/612] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2?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: 293/613] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:11:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/614] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:11:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/615] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/networks?id=a0bc15b8-9077-49eb-b4a2-c029c85923cc => generated 677 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/616] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 324/617] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/quotas/1bf49402a1164e83a71497a07e2e4b44 => 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: 325/618] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/ports?tenant_id=1bf49402a1164e83a71497a07e2e4b44&fields=id => generated 57 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/619] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/networks/a0bc15b8-9077-49eb-b4a2-c029c85923cc?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: 327/620] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/621] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 329/622] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/networks/a0bc15b8-9077-49eb-b4a2-c029c85923cc?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: 330/623] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/624] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:11:45 2026] POST /v2.0/floatingips => generated 552 bytes in 903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/625] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 331/626] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:45 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 780 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/627] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/628] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/629] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/630] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/631] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 334/632] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 299/633] 10.0.0.188 () {34 vars in 1098 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--607127884&fields=id&tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/634] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/networks?id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/635] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/quotas/c9fc958c9ce14577b4a3a3f43ed2192b => 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: 336/636] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:11:46 2026] GET /v2.0/ports?tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/637] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?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: 337/638] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 302/639] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/640] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/641] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/642] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 304/643] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:47 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 340/644] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:48 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/645] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:48 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/646] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:48 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 306/647] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:48 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 342/648] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:48 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 307/649] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:49 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/650] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:49 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&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: 308/651] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:49 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 344/652] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:49 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 345/653] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:49 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/654] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:49 2026] GET /v2.0/networks?id=51cac328-1706-4572-afb7-094a034976c2 => generated 680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/655] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:11:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=23ec33c670934da991dce9b31c2d8946 => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/656] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:11:50 2026] POST /v2.0/ports => generated 958 bytes in 490 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: 347/657] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:50 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/658] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:50 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/659] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:50 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 350/660] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:50 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 311/661] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:11:50 2026] PUT /v2.0/ports/2d8530aa-7338-42cd-9c0d-308dbf667f5f => generated 1239 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:11:51.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe210c9f-709d-4850-8934-7f0fc52fcebb'] response: {'name': 'network-changed', 'server_uuid': 'a86b927a-9770-45f7-a543-1138582e3cf1', 'tag': '2d8530aa-7338-42cd-9c0d-308dbf667f5f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/662] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 109 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: 312/663] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/664] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/ports?tenant_id=23ec33c670934da991dce9b31c2d8946&device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/665] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/networks?tenant_id=23ec33c670934da991dce9b31c2d8946&shared=False => generated 776 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/666] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/667] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 315/668] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 354/669] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&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: 316/670] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:51 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 355/671] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/networks?id=a0bc15b8-9077-49eb-b4a2-c029c85923cc => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/672] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 357/673] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/674] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:11:52 2026] POST /v2.0/ports => generated 958 bytes in 438 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: 318/675] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/ports?tenant_id=23ec33c670934da991dce9b31c2d8946&device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/676] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2d8530aa-7338-42cd-9c0d-308dbf667f5f => 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: 320/677] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/subnets?id=f9ac2f9b-9165-45c3-97b1-d4ff8744eb07 => generated 698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/678] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 322/679] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:52 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/680] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/ports?network_id=51cac328-1706-4572-afb7-094a034976c2&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: 358/681] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:11:52 2026] PUT /v2.0/ports/5d1242c2-96ad-4dc5-808c-d43d15ff1b17 => generated 1239 bytes in 489 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: 324/682] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/683] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2?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: 359/684] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/685] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/686] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2?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: 361/687] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/688] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:53.568 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49abe4c5-ae1d-4881-8761-5abd1bff4b8f'] response: {'name': 'network-changed', 'server_uuid': '3c57d0e0-ddd4-4b1e-afb1-662244ecc653', 'tag': '5d1242c2-96ad-4dc5-808c-d43d15ff1b17', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/689] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:53 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:53.907 8 INFO neutron.db.l3_db [None req-2ef6a49b-eb83-42ae-b3ae-5aa5463c9f7a d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] Floating IP 8412cff3-cc8a-4997-9df9-533edaeb802c associated. External IP: 10.96.250.210, port: 84cf4846-0961-4e1f-87e7-3c18a9dc8a16. [pid: 7|app: 0|req: 364/690] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/ports?tenant_id=1bf49402a1164e83a71497a07e2e4b44&device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/691] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 366/692] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/networks?tenant_id=1bf49402a1164e83a71497a07e2e4b44&shared=False => generated 773 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/693] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/694] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:11:53 2026] PUT /v2.0/floatingips/8412cff3-cc8a-4997-9df9-533edaeb802c => generated 856 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/695] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/networks?id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/696] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/697] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/698] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/699] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/700] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:11:54.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf4cc37d-98f1-42d5-9d65-4357511072a5'] response: {'name': 'network-changed', 'server_uuid': 'fa1d4109-0b03-4324-9b5d-06f6347c45e5', 'tag': '84cf4846-0961-4e1f-87e7-3c18a9dc8a16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 331/701] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/702] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&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: 371/703] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:11:54 2026] POST /v2.0/ports => generated 958 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 372/704] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:54 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/705] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/706] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 859 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/707] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/708] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/709] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/710] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/ports?tenant_id=1bf49402a1164e83a71497a07e2e4b44&device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/711] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:11:54 2026] PUT /v2.0/ports/986fd7ae-7340-4619-ab92-92803675ced6 => generated 1239 bytes in 502 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: 334/712] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&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: 379/713] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/714] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5d1242c2-96ad-4dc5-808c-d43d15ff1b17 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/715] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/subnets?id=0672eda5-d10c-4743-908f-5e7cac7ffab2 => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/716] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/717] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/ports?network_id=a0bc15b8-9077-49eb-b4a2-c029c85923cc&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/718] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/networks/a0bc15b8-9077-49eb-b4a2-c029c85923cc?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: 338/719] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/720] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&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: 382/721] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/networks/a0bc15b8-9077-49eb-b4a2-c029c85923cc?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: 340/722] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/723] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:55 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&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: 342/726] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/ports?tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b&device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/727] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=986fd7ae-7340-4619-ab92-92803675ced6 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:11:56.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6957f720-da68-43b9-a8c5-2b35c9146164'] response: {'name': 'network-changed', 'server_uuid': '9f745442-5f2f-419a-9a2e-dd65da73c9da', 'tag': '986fd7ae-7340-4619-ab92-92803675ced6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/728] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/subnets?id=92202aa0-6c12-4dcc-a5e7-8d3e538ca32e => generated 687 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/729] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/730] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/ports?network_id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/731] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&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: 388/732] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?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: 345/733] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/734] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 346/735] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:56 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/736] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/737] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/738] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/739] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/740] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/ports?tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b&device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/741] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/networks?id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5 => generated 765 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/742] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=986fd7ae-7340-4619-ab92-92803675ced6 => 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: 393/743] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/744] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/subnets?id=92202aa0-6c12-4dcc-a5e7-8d3e538ca32e => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/745] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&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: 352/746] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:11:57 2026] GET /v2.0/ports?network_id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/747] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:11:58 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?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: 353/748] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:11:58 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/749] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:58 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/750] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:58 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&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: 397/751] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:58 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 355/752] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:58 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/753] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:59 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/754] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:59 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&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: 399/755] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:11:59 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/756] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:11:59 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/757] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 973 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/758] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&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: 401/759] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/760] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&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: 360/761] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/762] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/763] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/764] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:00 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/765] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:01 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/766] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:01 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/767] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:01 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/768] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:01 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&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: 363/769] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:01 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/770] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:02 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/771] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:02 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 408/772] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:02 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/773] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/774] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/775] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/776] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/security-groups?id=5a02e1c0-5b12-41ea-93a2-e97ca9b033f0&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: 411/777] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:03.409 8 INFO neutron_taas.services.taas.taas_plugin [req-d7ea4489-a2db-48fe-b9f8-e898564a9e6e req-38e7e601-6bee-4387-935b-890b17b18f0f 8a35cf9cf5404113afdb8873b2605ba7 1bf49402a1164e83a71497a07e2e4b44 - - default default] TaaS: Handle Delete Port: 5d1242c2-96ad-4dc5-808c-d43d15ff1b17 2026-04-23 17:12:03.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7ea4489-a2db-48fe-b9f8-e898564a9e6e req-38e7e601-6bee-4387-935b-890b17b18f0f 8a35cf9cf5404113afdb8873b2605ba7 1bf49402a1164e83a71497a07e2e4b44 - - default default] Tap Mirror: Handle Delete Port: 5d1242c2-96ad-4dc5-808c-d43d15ff1b17 [pid: 7|app: 0|req: 412/778] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/779] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:12:03 2026] DELETE /v2.0/ports/5d1242c2-96ad-4dc5-808c-d43d15ff1b17 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:03.662 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84089e84-91ff-462b-ab37-86e7246c28d0'] response: {'server_uuid': '3c57d0e0-ddd4-4b1e-afb1-662244ecc653', 'name': 'network-vif-deleted', 'tag': '5d1242c2-96ad-4dc5-808c-d43d15ff1b17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 368/780] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/781] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:03 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:04.075 7 INFO neutron.db.l3_db [None req-c30f2f6d-fb41-4908-befd-8cc2fa440647 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] Floating IP 14625422-d3fd-4717-8985-cbd663b8e1a0 associated. External IP: 10.96.250.204, port: 2d8530aa-7338-42cd-9c0d-308dbf667f5f. [pid: 8|app: 0|req: 370/782] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 413/783] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:12:03 2026] PUT /v2.0/floatingips/14625422-d3fd-4717-8985-cbd663b8e1a0 => generated 856 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:04.452 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d9c7b10-2686-4fc7-9338-1402ef00c9d5'] response: {'name': 'network-changed', 'server_uuid': 'a86b927a-9770-45f7-a543-1138582e3cf1', 'tag': '2d8530aa-7338-42cd-9c0d-308dbf667f5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 371/784] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 414/785] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&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: 372/786] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 415/787] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/788] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&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: 416/789] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/ports?tenant_id=23ec33c670934da991dce9b31c2d8946&device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 374/790] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:04 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/791] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/networks?id=51cac328-1706-4572-afb7-094a034976c2 => generated 776 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/792] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 418/793] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2d8530aa-7338-42cd-9c0d-308dbf667f5f => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/794] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/subnets?id=f9ac2f9b-9165-45c3-97b1-d4ff8744eb07 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/795] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/ports?network_id=51cac328-1706-4572-afb7-094a034976c2&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/796] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/797] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/798] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:12:05.505 8 INFO neutron.db.l3_db [None req-f1e807d1-a48b-40e2-aaaa-f776ae5f98e6 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] Floating IP d686fcad-4dd9-4a09-8539-cb8ac51bfa5f associated. External IP: 10.96.250.209, port: 986fd7ae-7340-4619-ab92-92803675ced6. [pid: 8|app: 0|req: 376/799] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:12:05 2026] PUT /v2.0/floatingips/d686fcad-4dd9-4a09-8539-cb8ac51bfa5f => generated 856 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:05.903 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6ba1b86-9c5d-4cd1-a848-d8001e474f83'] response: {'name': 'network-changed', 'server_uuid': '9f745442-5f2f-419a-9a2e-dd65da73c9da', 'tag': '986fd7ae-7340-4619-ab92-92803675ced6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/800] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:05 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 377/801] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/802] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/803] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&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: 426/804] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/ports?tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b&device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/805] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/806] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/networks?id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5 => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/807] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/808] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=986fd7ae-7340-4619-ab92-92803675ced6 => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/809] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/ports?device_id=3c57d0e0-ddd4-4b1e-afb1-662244ecc653 => 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: 381/810] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/subnets?id=92202aa0-6c12-4dcc-a5e7-8d3e538ca32e => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/811] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/ports?network_id=f0b48bb6-90c4-4952-b89e-e639c15c1ba5&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/812] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?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: 431/813] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:06 2026] GET /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5?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: 383/814] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:07 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/815] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:07 2026] GET /v2.0/security-groups?id=9be19c71-81af-464f-a6be-5f2ce6ba1b73&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: 384/816] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:12:07 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/817] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:07 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/818] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:07 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&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-04-23 17:12:07.721 8 INFO neutron_taas.services.taas.taas_plugin [req-01948b2c-2ef8-4678-bfa1-26c130d06ed6 req-69598e80-f613-4d2d-b309-aa00f89af945 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] TaaS: Handle Delete Port: 2d8530aa-7338-42cd-9c0d-308dbf667f5f 2026-04-23 17:12:07.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01948b2c-2ef8-4678-bfa1-26c130d06ed6 req-69598e80-f613-4d2d-b309-aa00f89af945 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] Tap Mirror: Handle Delete Port: 2d8530aa-7338-42cd-9c0d-308dbf667f5f 2026-04-23 17:12:07.935 8 INFO neutron.db.l3_db [req-01948b2c-2ef8-4678-bfa1-26c130d06ed6 req-69598e80-f613-4d2d-b309-aa00f89af945 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] Floating IP 14625422-d3fd-4717-8985-cbd663b8e1a0 disassociated. External IP: 10.96.250.204, port: 2d8530aa-7338-42cd-9c0d-308dbf667f5f. 2026-04-23 17:12:08.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-be3634f6-609e-408c-9067-b89c43283240 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 7bab22b9-0b4a-4139-aefa-15124c4c3d75 2026-04-23 17:12:08.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be3634f6-609e-408c-9067-b89c43283240 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 7bab22b9-0b4a-4139-aefa-15124c4c3d75 [pid: 8|app: 0|req: 385/819] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:12:07 2026] DELETE /v2.0/ports/2d8530aa-7338-42cd-9c0d-308dbf667f5f => generated 0 bytes in 725 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:08.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d57412f-9e44-4e5a-9c90-01c57ea0bad7'] response: {'server_uuid': 'a86b927a-9770-45f7-a543-1138582e3cf1', 'name': 'network-vif-deleted', 'tag': '2d8530aa-7338-42cd-9c0d-308dbf667f5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 386/820] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:08 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/821] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:12:07 2026] PUT /v2.0/routers/62046d8d-9562-4a17-bf4c-d941541c24c7/remove_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/822] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:08 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/823] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:08 2026] GET /v2.0/security-groups?id=60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/824] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:12:08 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:09.001 8 INFO neutron_taas.services.taas.taas_plugin [req-eaa54080-9bb4-4f49-88c6-9c3ed297b92d req-e63b7a03-ba44-411c-a557-de1a131f197b 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] TaaS: Handle Delete Port: 986fd7ae-7340-4619-ab92-92803675ced6 2026-04-23 17:12:09.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eaa54080-9bb4-4f49-88c6-9c3ed297b92d req-e63b7a03-ba44-411c-a557-de1a131f197b 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] Tap Mirror: Handle Delete Port: 986fd7ae-7340-4619-ab92-92803675ced6 2026-04-23 17:12:09.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b239c9b-c08b-437d-b6ae-76106a7efd0a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: a12fdb0a-121e-47bc-82a4-f6ed46330e9c 2026-04-23 17:12:09.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b239c9b-c08b-437d-b6ae-76106a7efd0a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: a12fdb0a-121e-47bc-82a4-f6ed46330e9c 2026-04-23 17:12:09.148 8 INFO neutron.db.l3_db [req-eaa54080-9bb4-4f49-88c6-9c3ed297b92d req-e63b7a03-ba44-411c-a557-de1a131f197b 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] Floating IP d686fcad-4dd9-4a09-8539-cb8ac51bfa5f disassociated. External IP: 10.96.250.209, port: 986fd7ae-7340-4619-ab92-92803675ced6. 2026-04-23 17:12:09.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b239c9b-c08b-437d-b6ae-76106a7efd0a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 126e2448-947c-4bd3-91b8-bf462fce72e7 2026-04-23 17:12:09.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b239c9b-c08b-437d-b6ae-76106a7efd0a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 126e2448-947c-4bd3-91b8-bf462fce72e7 2026-04-23 17:12:09.412 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-7b239c9b-c08b-437d-b6ae-76106a7efd0a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - 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: 390/825] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:12:08 2026] DELETE /v2.0/ports/986fd7ae-7340-4619-ab92-92803675ced6 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/826] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:09 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:12:09.752 7 INFO neutron.services.segments.plugin [-] Segment c2b8163b-624d-4df4-9303-b527d6bd39c2 resource provider aggregate not found 2026-04-23 17:12:09.763 7 INFO neutron.services.segments.plugin [-] Segment c2b8163b-624d-4df4-9303-b527d6bd39c2 resource provider aggregate not found 2026-04-23 17:12:09.769 7 INFO neutron.services.segments.plugin [-] Segment c2b8163b-624d-4df4-9303-b527d6bd39c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b8163b-624d-4df4-9303-b527d6bd39c2 found for delete ", "request_id": "req-b5bc691a-de3e-4b2a-b1bc-70520847ec43"}]} 2026-04-23 17:12:09.782 7 INFO neutron.services.segments.plugin [-] Segment c2b8163b-624d-4df4-9303-b527d6bd39c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b8163b-624d-4df4-9303-b527d6bd39c2 found for delete ", "request_id": "req-627c4da1-f32d-4569-8f94-706d85221b0a"}]} 2026-04-23 17:12:09.785 7 INFO neutron.db.l3_hamode_db [None req-7b239c9b-c08b-437d-b6ae-76106a7efd0a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network d6add45c-33d5-4429-984f-7db4e00e5b34 was deleted as no HA routers are present in tenant 1bf49402a1164e83a71497a07e2e4b44. [pid: 7|app: 0|req: 436/827] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:12:08 2026] DELETE /v2.0/routers/62046d8d-9562-4a17-bf4c-d941541c24c7 => generated 0 bytes in 1003 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/828] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:09 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 392/829] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:12:09 2026] DELETE /v2.0/subnets/0672eda5-d10c-4743-908f-5e7cac7ffab2 => generated 0 bytes in 529 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:10.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-0781fbe1-fa90-498f-a550-051ae70b1f05 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 28c6cc84-0558-4648-801f-0f44f48f8b22 2026-04-23 17:12:10.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0781fbe1-fa90-498f-a550-051ae70b1f05 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 28c6cc84-0558-4648-801f-0f44f48f8b22 2026-04-23 17:12:10.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-960e2bd7-9c9d-44a4-b1a4-a1937a7767c8'] response: {'server_uuid': '9f745442-5f2f-419a-9a2e-dd65da73c9da', 'name': 'network-vif-deleted', 'tag': '986fd7ae-7340-4619-ab92-92803675ced6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 438/830] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:12:10 2026] DELETE /v2.0/networks/a0bc15b8-9077-49eb-b4a2-c029c85923cc => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/831] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:10 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 439/832] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:10 2026] GET /v2.0/security-groups?tenant_id=1bf49402a1164e83a71497a07e2e4b44&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/833] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:10 2026] DELETE /v2.0/security-groups/5a02e1c0-5b12-41ea-93a2-e97ca9b033f0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/834] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:11 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:12:11.787 7 INFO neutron.services.segments.plugin [-] Segment bf5fb3ee-612b-4d75-8d9b-61b87f466cdb resource provider aggregate not found 2026-04-23 17:12:11.800 7 INFO neutron.services.segments.plugin [-] Segment bf5fb3ee-612b-4d75-8d9b-61b87f466cdb resource provider aggregate not found 2026-04-23 17:12:11.804 7 INFO neutron.services.segments.plugin [-] Segment bf5fb3ee-612b-4d75-8d9b-61b87f466cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf5fb3ee-612b-4d75-8d9b-61b87f466cdb found for delete ", "request_id": "req-d09e924f-c568-4aa6-9045-8d093d354521"}]} 2026-04-23 17:12:11.816 7 INFO neutron.services.segments.plugin [-] Segment bf5fb3ee-612b-4d75-8d9b-61b87f466cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf5fb3ee-612b-4d75-8d9b-61b87f466cdb found for delete ", "request_id": "req-3ba428c8-f229-48fd-b842-f9369ee1c023"}]} [pid: 8|app: 0|req: 396/837] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:11 2026] GET /v2.0/ports?device_id=a86b927a-9770-45f7-a543-1138582e3cf1 => 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: 442/838] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:12 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 397/839] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:12 2026] DELETE /v2.0/security-groups/9be19c71-81af-464f-a6be-5f2ce6ba1b73 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:13.045 7 INFO neutron.api.v2.resource [None req-d94186e9-5e8f-4645-89e6-b35c07106da3 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/840] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:12:13 2026] GET /v2.0/security-groups/9be19c71-81af-464f-a6be-5f2ce6ba1b73 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:12:13.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-d943ed63-5e1b-4d5f-bfdf-b31a887dcaf2 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] TaaS: Handle Delete Port: 6514d03c-755b-410a-8534-f55ebb7b73df 2026-04-23 17:12:13.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d943ed63-5e1b-4d5f-bfdf-b31a887dcaf2 07c7759d6c954430b4f6d0467de2d903 23ec33c670934da991dce9b31c2d8946 - - default default] Tap Mirror: Handle Delete Port: 6514d03c-755b-410a-8534-f55ebb7b73df [pid: 7|app: 0|req: 444/841] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:13 2026] GET /v2.0/ports?device_id=9f745442-5f2f-419a-9a2e-dd65da73c9da => 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: 398/842] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:12:13 2026] DELETE /v2.0/floatingips/14625422-d3fd-4717-8985-cbd663b8e1a0 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:13.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c480d7c-4be4-4876-b827-bc700db04fc4 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 9e2e1e80-7b62-4dad-ad07-b4346b3fb5e6 2026-04-23 17:12:13.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c480d7c-4be4-4876-b827-bc700db04fc4 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 9e2e1e80-7b62-4dad-ad07-b4346b3fb5e6 [pid: 7|app: 0|req: 445/843] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:12:13 2026] PUT /v2.0/routers/39e63a24-2508-4298-9360-332a6c83bcf2/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/844] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:14 2026] DELETE /v2.0/security-groups/60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:14.524 8 INFO neutron.api.v2.resource [None req-1c2e1b55-7452-4800-b701-727f3790681c 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 400/845] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:12:14 2026] GET /v2.0/security-groups/60e3b6c4-c0b9-416b-baba-b7ba46b8bcdb => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:12:14.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-af41f19a-7460-454a-92fc-451502c0390a 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] TaaS: Handle Delete Port: e84d6142-9c56-4e32-be48-6231b5da79e8 2026-04-23 17:12:14.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af41f19a-7460-454a-92fc-451502c0390a 98b264a729004282bbf87dc292dd04f6 c9fc958c9ce14577b4a3a3f43ed2192b - - default default] Tap Mirror: Handle Delete Port: e84d6142-9c56-4e32-be48-6231b5da79e8 2026-04-23 17:12:14.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac32af82-e155-4b2c-b912-a5dbcd7b4dcf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: c1a30b50-820f-49ca-8ed6-985b8f0b6dc1 2026-04-23 17:12:14.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac32af82-e155-4b2c-b912-a5dbcd7b4dcf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: c1a30b50-820f-49ca-8ed6-985b8f0b6dc1 [pid: 8|app: 0|req: 401/846] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:12:14 2026] DELETE /v2.0/floatingips/d686fcad-4dd9-4a09-8539-cb8ac51bfa5f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:14.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac32af82-e155-4b2c-b912-a5dbcd7b4dcf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 3976514b-e186-4537-83a2-33801bf5cfe6 2026-04-23 17:12:14.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac32af82-e155-4b2c-b912-a5dbcd7b4dcf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 3976514b-e186-4537-83a2-33801bf5cfe6 2026-04-23 17:12:15.148 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c9d2e76-1f9c-4537-860b-2372d39a0cb5 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: a78f29ba-b052-4ef0-82f5-78241e619d7c 2026-04-23 17:12:15.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c9d2e76-1f9c-4537-860b-2372d39a0cb5 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: a78f29ba-b052-4ef0-82f5-78241e619d7c 2026-04-23 17:12:15.329 7 INFO neutron.services.segments.plugin [-] Segment ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 resource provider aggregate not found 2026-04-23 17:12:15.330 7 INFO neutron.services.segments.plugin [-] Segment ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 resource provider aggregate not found 2026-04-23 17:12:15.358 7 INFO neutron.services.segments.plugin [-] Segment ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 found for delete ", "request_id": "req-8da3754e-290f-47d9-a2bb-023564b18147"}]} 2026-04-23 17:12:15.363 7 INFO neutron.services.segments.plugin [-] Segment ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad58ba8b-d315-474c-94ee-6ebb4ddc48a4 found for delete ", "request_id": "req-1e79a67f-8462-4a99-a56c-dc5a084624b1"}]} 2026-04-23 17:12:15.367 7 INFO neutron.db.l3_hamode_db [None req-ac32af82-e155-4b2c-b912-a5dbcd7b4dcf 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 3267bfa6-22d9-4b61-af97-51ceace10c62 was deleted as no HA routers are present in tenant 23ec33c670934da991dce9b31c2d8946. [pid: 7|app: 0|req: 446/847] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:12:14 2026] DELETE /v2.0/routers/39e63a24-2508-4298-9360-332a6c83bcf2 => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/848] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:12:14 2026] PUT /v2.0/routers/67a53760-bb6d-4e5f-aed0-982e006327ad/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/849] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:15 2026] GET /v2.0/security-groups?tenant_id=db106269d0a64db6881d30e04e7cce68&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/850] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:12:15 2026] DELETE /v2.0/subnets/f9ac2f9b-9165-45c3-97b1-d4ff8744eb07 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:15.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bcbcebb-06a0-4aad-bc8e-6d6c52b65908 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: d84158fa-1d21-4d7f-9594-7b30ebe74a72 2026-04-23 17:12:15.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bcbcebb-06a0-4aad-bc8e-6d6c52b65908 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: d84158fa-1d21-4d7f-9594-7b30ebe74a72 [pid: 8|app: 0|req: 404/851] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:15 2026] DELETE /v2.0/security-groups/ba53d3d7-0e1a-45af-90c8-568c15ad66c0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:16.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-30c0e973-eace-4f7d-9c44-6029d9e8925a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 70e0a261-938c-44a1-a5c0-efc4b2b4fc4c 2026-04-23 17:12:16.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30c0e973-eace-4f7d-9c44-6029d9e8925a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 70e0a261-938c-44a1-a5c0-efc4b2b4fc4c 2026-04-23 17:12:16.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bcbcebb-06a0-4aad-bc8e-6d6c52b65908 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 34e48cd7-1bc5-4dbc-b970-8a90ded82c8f 2026-04-23 17:12:16.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bcbcebb-06a0-4aad-bc8e-6d6c52b65908 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 34e48cd7-1bc5-4dbc-b970-8a90ded82c8f 2026-04-23 17:12:16.229 8 INFO neutron.services.segments.plugin [-] Segment 6440269a-74db-4ff9-8344-6d892a4d8d87 resource provider aggregate not found 2026-04-23 17:12:16.233 8 INFO neutron.services.segments.plugin [-] Segment 6440269a-74db-4ff9-8344-6d892a4d8d87 resource provider aggregate not found 2026-04-23 17:12:16.253 8 INFO neutron.services.segments.plugin [-] Segment 6440269a-74db-4ff9-8344-6d892a4d8d87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6440269a-74db-4ff9-8344-6d892a4d8d87 found for delete ", "request_id": "req-e413afcb-762a-4fde-9c3c-ae3d8d28f386"}]} [pid: 8|app: 0|req: 405/852] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:12:15 2026] DELETE /v2.0/networks/51cac328-1706-4572-afb7-094a034976c2 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:16.262 8 INFO neutron.services.segments.plugin [-] Segment 6440269a-74db-4ff9-8344-6d892a4d8d87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6440269a-74db-4ff9-8344-6d892a4d8d87 found for delete ", "request_id": "req-f37a9d5f-df88-4584-a62b-a60fb7ebb5bf"}]} [pid: 8|app: 0|req: 406/853] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:16 2026] GET /v2.0/security-groups?tenant_id=c65c2989b41f4ab8b7a3ac7aa5e2277d&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: 407/854] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:16 2026] DELETE /v2.0/security-groups/5f999284-9868-4cee-97ba-bbbac0396dfb => 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: 408/855] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:16 2026] GET /v2.0/security-groups?tenant_id=23ec33c670934da991dce9b31c2d8946&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:16.627 7 INFO neutron.db.l3_hamode_db [None req-9bcbcebb-06a0-4aad-bc8e-6d6c52b65908 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 9449ce80-4319-46a3-9ca6-b103e06d0416 was deleted as no HA routers are present in tenant c9fc958c9ce14577b4a3a3f43ed2192b. [pid: 7|app: 0|req: 448/856] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:12:15 2026] DELETE /v2.0/routers/67a53760-bb6d-4e5f-aed0-982e006327ad => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/857] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:16 2026] DELETE /v2.0/security-groups/e9a1768c-c417-4da5-8e52-5c6b7be10529 => 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: 449/858] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:12:16 2026] DELETE /v2.0/subnets/92202aa0-6c12-4dcc-a5e7-8d3e538ca32e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:16.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-757cfac8-b90e-472b-97a0-bb86687dd316 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: e46a25a3-fc02-48f5-8af0-1ecbe3cab0e6 2026-04-23 17:12:16.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-757cfac8-b90e-472b-97a0-bb86687dd316 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: e46a25a3-fc02-48f5-8af0-1ecbe3cab0e6 [pid: 8|app: 0|req: 410/859] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:12:16 2026] DELETE /v2.0/networks/f0b48bb6-90c4-4952-b89e-e639c15c1ba5 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/860] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:17 2026] GET /v2.0/security-groups?tenant_id=c9fc958c9ce14577b4a3a3f43ed2192b&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:17.374 7 INFO neutron.services.segments.plugin [-] Segment a5636f4d-066f-4a9c-9812-cf8546a06b0c resource provider aggregate not found 2026-04-23 17:12:17.387 7 INFO neutron.services.segments.plugin [-] Segment a5636f4d-066f-4a9c-9812-cf8546a06b0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5636f4d-066f-4a9c-9812-cf8546a06b0c found for delete ", "request_id": "req-395fee52-7ce9-46cd-b344-99f8125657f8"}]} 2026-04-23 17:12:17.402 7 INFO neutron.services.segments.plugin [-] Segment a5636f4d-066f-4a9c-9812-cf8546a06b0c resource provider aggregate not found 2026-04-23 17:12:17.428 7 INFO neutron.services.segments.plugin [-] Segment a5636f4d-066f-4a9c-9812-cf8546a06b0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5636f4d-066f-4a9c-9812-cf8546a06b0c found for delete ", "request_id": "req-97382fe0-2cb1-4635-a97d-b02607c52981"}]} [pid: 8|app: 0|req: 411/861] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:17 2026] DELETE /v2.0/security-groups/60ba15b4-bc21-4581-a228-00a5764da11a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:18.272 8 INFO neutron.services.segments.plugin [-] Segment 835abc26-95a7-4620-9d1f-d3b6da9615de resource provider aggregate not found 2026-04-23 17:12:18.287 8 INFO neutron.services.segments.plugin [-] Segment 835abc26-95a7-4620-9d1f-d3b6da9615de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 835abc26-95a7-4620-9d1f-d3b6da9615de found for delete ", "request_id": "req-bed49d8c-9ba9-46cf-b444-2b18b3a89fe0"}]} 2026-04-23 17:12:18.288 8 INFO neutron.services.segments.plugin [-] Segment 835abc26-95a7-4620-9d1f-d3b6da9615de resource provider aggregate not found 2026-04-23 17:12:18.305 8 INFO neutron.services.segments.plugin [-] Segment 835abc26-95a7-4620-9d1f-d3b6da9615de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 835abc26-95a7-4620-9d1f-d3b6da9615de found for delete ", "request_id": "req-f7949194-ec48-4832-8ae1-71f0f8f25601"}]} 2026-04-23 17:12:18.803 7 INFO neutron.db.segments_db [None req-76654e2a-ce54-4e12-9e5f-962909571db1 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 8161b1af-4643-4814-84e8-19c0a0296ffa of type vxlan for network bd3e9686-6cbb-447b-82d9-5663558a102d [pid: 7|app: 0|req: 451/862] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:12:18 2026] POST /v2.0/networks => generated 725 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/863] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:12:18 2026] POST /v2.0/subnets => generated 691 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:12:19.165 7 INFO neutron.db.segments_db [None req-06962ab5-371f-401d-b48c-4e328eebeac2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 01af0a53-df61-47d5-93f1-08a80b2d92d1 of type vxlan for network 3667e465-a315-4fd1-9c37-e2d8378934e0 2026-04-23 17:12:19.445 7 INFO neutron.db.l3_hamode_db [None req-06962ab5-371f-401d-b48c-4e328eebeac2 4c1189e1541546f7a680e42fe58050a6 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:12:20.290 7 INFO neutron.db.l3_hamode_db [None req-06962ab5-371f-401d-b48c-4e328eebeac2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 413/864] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:20 2026] GET /v2.0/security-groups?tenant_id=27c9f433dd54412dbd496bace30989e0&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/865] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:20 2026] GET /v2.0/security-groups?tenant_id=37057f0e09704be8a45739c96d23b092&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/866] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:20 2026] DELETE /v2.0/security-groups/e93941a3-ce0e-4e83-af93-1349ec759564 => 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: 452/867] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:12:19 2026] POST /v2.0/routers => generated 731 bytes in 2035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/868] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:21 2026] DELETE /v2.0/security-groups/0086622c-ee56-4e47-99a3-fefc944c701b => 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: 417/869] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:21 2026] GET /v2.0/security-groups?tenant_id=22c890122e8c4860aea4da592795b235&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/870] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:21 2026] DELETE /v2.0/security-groups/8241a8ba-cf5f-4baf-bc10-74f1950f20b0 => 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: 453/871] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:12:21 2026] PUT /v2.0/routers/b67e30b6-ffd1-4995-8491-2a041bc0e29c/add_router_interface => generated 309 bytes in 1645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/872] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:12:23 2026] POST /v2.0/security-groups => generated 1661 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/873] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/874] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/875] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:23 2026] GET /v2.0/security-groups?tenant_id=e81b4b22007d427abd017da23ed6fbb1&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/876] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:24 2026] DELETE /v2.0/security-groups/35e102c8-feef-4092-945f-e7f86ad74ae2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/877] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:12:23 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/878] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1856849713&fields=id&tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/879] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/networks?id=bd3e9686-6cbb-447b-82d9-5663558a102d => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/880] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/quotas/1877ad3ff449427b8f1bd7fc07ad6ac1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/881] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/ports?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/882] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?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: 458/883] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?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: 426/884] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:25 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/887] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:26 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/888] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:27 2026] GET /v2.0/security-groups?tenant_id=40b53512865644aab92727f1f84122a2&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/889] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:27 2026] GET /v2.0/security-groups?tenant_id=27fef937298448dc98d943ff2842077c&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: 430/890] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:27 2026] DELETE /v2.0/security-groups/bcf3cedd-0e74-495c-9cc6-717f14d9ac92 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/891] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:27 2026] DELETE /v2.0/security-groups/2db4d7f0-695c-466d-8e48-1f2d1961734f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/892] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:27 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 462/893] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:27 2026] GET /v2.0/security-groups?tenant_id=69d12b6da30c45169e0961e38b78407c&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/894] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:27 2026] DELETE /v2.0/security-groups/63c11a4d-061c-4b43-8377-af6d36ff8d4d => 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: 463/895] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:28 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/896] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:12:29 2026] POST /v2.0/subnetpools => generated 548 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/897] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:12:29 2026] GET /v2.0/subnetpools/ad7004a2-b678-45e3-a246-abfa58fc1275 => generated 548 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/898] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:29 2026] GET /v2.0/networks?id=bd3e9686-6cbb-447b-82d9-5663558a102d => generated 676 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/899] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:12:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/900] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:12:29 2026] PUT /v2.0/subnetpools/ad7004a2-b678-45e3-a246-abfa58fc1275 => generated 501 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/901] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:29 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 437/902] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:12:29 2026] DELETE /v2.0/subnetpools/ad7004a2-b678-45e3-a246-abfa58fc1275 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:12:30.011 8 INFO neutron.api.v2.resource [None req-fe753fe0-b17f-4289-aa81-057c86f0790b 5febdd9f3b974de8a20143e965321ddc ff3d05cec32d4879b62d5c85f540f02c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/903] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:12:30 2026] GET /v2.0/subnetpools/ad7004a2-b678-45e3-a246-abfa58fc1275 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:12:30.038 8 INFO neutron.api.v2.resource [None req-04d91eea-75a1-4e3d-a325-b98bd148822c 5febdd9f3b974de8a20143e965321ddc ff3d05cec32d4879b62d5c85f540f02c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 439/904] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:12:30 2026] DELETE /v2.0/subnetpools/ad7004a2-b678-45e3-a246-abfa58fc1275 => 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: 466/905] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:12:29 2026] POST /v2.0/ports => generated 954 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 467/906] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:30 2026] GET /v2.0/security-groups?tenant_id=ff3d05cec32d4879b62d5c85f540f02c&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/907] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:12:30 2026] PUT /v2.0/ports/ad609e5b-f801-4a6e-b970-29de80d90ea3 => generated 1235 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:30.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2558636e-4367-4b17-b36d-9ea883b66193'] response: {'name': 'network-changed', 'server_uuid': '32cc3b41-96af-4be6-9759-102e0d77efa3', 'tag': 'ad609e5b-f801-4a6e-b970-29de80d90ea3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 468/908] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:30 2026] DELETE /v2.0/security-groups/6be68a2f-cf60-44d4-8a89-e7af2ef29c83 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 441/909] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:31 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 469/910] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:31 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/911] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:31 2026] GET /v2.0/ports?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/912] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:12:31 2026] GET /v2.0/networks?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&shared=False => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/913] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:12:31 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: 7|app: 0|req: 471/914] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 444/915] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/916] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/ports?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/917] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ad609e5b-f801-4a6e-b970-29de80d90ea3 => 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: 473/918] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/subnets?id=d0b31d89-e311-4ff6-856d-dea0f3cd1100 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/919] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/ports?network_id=bd3e9686-6cbb-447b-82d9-5663558a102d&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: 474/920] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?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: 447/921] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:32 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?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: 475/922] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:12:33 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1244 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/923] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:33 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&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: 448/924] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:33 2026] GET /v2.0/security-groups?tenant_id=dc1805c7a83d44768a8e3468018a2bab&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/925] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:33 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 478/926] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:33 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/927] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:33 2026] DELETE /v2.0/security-groups/d6e5475a-9111-4975-be62-fcfb3dd37a11 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/928] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:33 2026] GET /v2.0/security-groups?tenant_id=5440d1e4aef44a79b96099a273cf0318&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/929] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:33 2026] DELETE /v2.0/security-groups/31dbe685-7ffd-470b-8449-9014cad1e3d0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/930] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:34 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/931] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:34 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&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: 481/932] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:35 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/933] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:35 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/934] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:35 2026] GET /v2.0/security-groups?tenant_id=6d488a65c1504eda980e12093d103aa9&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: 453/935] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:36 2026] DELETE /v2.0/security-groups/50a40d57-9411-4ac2-9344-1e0cb842aa29 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/936] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:36 2026] GET /v2.0/security-groups?tenant_id=1c03e6479bf64fc4aa4b1569d44beabc&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/937] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:36 2026] DELETE /v2.0/security-groups/9ec5e053-b33c-40f3-a21d-f5cffeb68dda => 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: 484/938] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:36 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/939] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:36 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&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: 485/940] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:38 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/941] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:38 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&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: 486/942] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:38 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:38.644 8 INFO neutron.db.l3_db [None req-e570e8b8-3ba3-4631-9f9f-ec5a8a6927f5 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] Floating IP 906729ea-7a42-40eb-98b2-54542b7537da associated. External IP: 10.96.250.211, port: ad609e5b-f801-4a6e-b970-29de80d90ea3. [pid: 8|app: 0|req: 457/943] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:12:38 2026] PUT /v2.0/floatingips/906729ea-7a42-40eb-98b2-54542b7537da => generated 855 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:39.006 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22096698-db86-41a3-b422-3c4f1ad1a1fd'] response: {'name': 'network-changed', 'server_uuid': '32cc3b41-96af-4be6-9759-102e0d77efa3', 'tag': 'ad609e5b-f801-4a6e-b970-29de80d90ea3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 487/944] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/ports?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/945] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/networks?id=bd3e9686-6cbb-447b-82d9-5663558a102d => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/946] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ad609e5b-f801-4a6e-b970-29de80d90ea3 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/947] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/subnets?id=d0b31d89-e311-4ff6-856d-dea0f3cd1100 => 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: 489/948] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/ports?network_id=bd3e9686-6cbb-447b-82d9-5663558a102d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/949] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/950] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:39 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:12:40.598 8 INFO neutron.db.segments_db [None req-81c6e6e5-2577-486c-bf9f-a9e3c4ed4f4b 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Added segment f1e7aec7-259e-484e-ad7c-e4eca9fecefa of type vxlan for network 39a522fd-f528-4728-bb5f-0d5630ea1313 [pid: 8|app: 0|req: 461/951] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:12:40 2026] POST /v2.0/networks => generated 613 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:12:40.812 7 INFO neutron.db.segments_db [None req-c7e35a7d-b019-4ece-b42e-9cae7c3fe1c3 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Added segment b27fd566-9e2b-4c58-a64f-6d9259351d58 of type vxlan for network 12bae95d-4c62-450b-affd-d917d5495204 2026-04-23 17:12:41.099 7 INFO neutron.db.l3_hamode_db [None req-c7e35a7d-b019-4ece-b42e-9cae7c3fe1c3 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 464/954] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:41 2026] GET /v2.0/security-groups?tenant_id=331c41269cd740aa8a190f04e75b21fb&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:41.922 7 INFO neutron.db.l3_hamode_db [None req-c7e35a7d-b019-4ece-b42e-9cae7c3fe1c3 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 465/955] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:41 2026] DELETE /v2.0/security-groups/ea66a780-fe57-4417-a7cf-57f06c032556 => 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: 466/956] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:42 2026] GET /v2.0/security-groups?tenant_id=a1f897387c714ca4a68ee6e3ed7169ea&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/957] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:42 2026] DELETE /v2.0/security-groups/0853eb2c-2703-4b2c-8233-fb80449eaa2a => 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: 491/958] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:12:40 2026] POST /v2.0/routers => generated 695 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/959] 10.0.0.2 () {32 vars in 774 bytes} [Thu Apr 23 17:12:42 2026] GET /v2.0/subnets?project_id=f32d4733d1b746be9dbc34bffd83ac48&cidr=10.100.0.0%2F28 => generated 14 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/960] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:12:43 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: 8|app: 0|req: 469/961] 10.0.0.2 () {32 vars in 782 bytes} [Thu Apr 23 17:12:43 2026] GET /v2.0/subnets?network_id=4714988b-eb80-4c2d-99da-70ae76b14792&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/962] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:12:43 2026] POST /v2.0/subnets => generated 657 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/963] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:12:43 2026] PUT /v2.0/routers/89df99fa-e1a3-4c27-b87b-3db448a1ca95/add_router_interface => generated 309 bytes in 1442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/964] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:12:44 2026] GET /v2.0/networks => generated 6520 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/965] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:12:44 2026] GET /v2.0/subnets => generated 5209 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/966] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:12:45 2026] GET /v2.0/routers => generated 2200 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/967] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:12:45 2026] POST /v2.0/security-groups => generated 1675 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/968] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:45 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: 473/969] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/970] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/971] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:12:45.977 7 INFO neutron.db.securitygroups_db [None req-c4064de7-a138-489e-a5a5-f83c2e35ca84 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Project f32d4733d1b746be9dbc34bffd83ac48 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: 498/972] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:12:46.130 8 INFO neutron.db.securitygroups_db [None req-eaad5b7b-3f5c-42e2-9bc7-26b35a17dfbb 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Project f32d4733d1b746be9dbc34bffd83ac48 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: 475/973] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:12:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/974] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:12:46 2026] GET /v2.0/networks => generated 1297 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/975] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1820911527&fields=id&tenant_id=f32d4733d1b746be9dbc34bffd83ac48 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/976] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 660 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/977] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/quotas/f32d4733d1b746be9dbc34bffd83ac48 => 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: 501/978] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&fields=id => generated 103 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/979] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 502/980] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/981] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 503/982] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/983] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:47 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/984] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:48 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/985] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:12:48 2026] GET /v2.0/ports/84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 972 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/986] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:48 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 506/987] 199.204.45.210 () {34 vars in 1000 bytes} [Thu Apr 23 17:12:49 2026] GET /v2.0/subnets?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/988] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:49 2026] GET /v2.0/security-groups?tenant_id=0abbfb55c2634967b13e91c6f2720fa8&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/989] 199.204.45.210 () {34 vars in 1146 bytes} [Thu Apr 23 17:12:49 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5&device_owner=compute%3Anova&network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/990] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:49 2026] DELETE /v2.0/security-groups/a25998be-9a26-4ff5-b232-6f25b258cc55 => 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: 484/991] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:49 2026] GET /v2.0/security-groups?tenant_id=4547450acf8042479d611a37f2e0fe19&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/992] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:49 2026] DELETE /v2.0/security-groups/c8cccfcc-373a-48ec-a5e0-803327761921 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/993] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:49 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 508/994] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:12:49 2026] PUT /v2.0/ports/84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 1153 bytes in 660 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:50.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cee04dc-c688-49c6-b726-9604ed2385f4'] response: {'name': 'network-changed', 'server_uuid': 'fa1d4109-0b03-4324-9b5d-06f6347c45e5', 'tag': '84cf4846-0961-4e1f-87e7-3c18a9dc8a16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 487/995] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1425 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 509/996] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/997] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/998] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => 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: 489/999] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1000] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1001] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1002] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:50 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 491/1003] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:51 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 513/1004] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:51 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1005] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:12:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f32d4733d1b746be9dbc34bffd83ac48 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1006] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1425 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1007] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1156 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1008] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1009] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 497/1010] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1011] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1012] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => 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: 500/1013] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1014] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1015] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:12:51 2026] POST /v2.0/ports => generated 954 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1016] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=segments => generated 14 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: 8|app: 0|req: 503/1017] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:52 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 515/1018] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:12:52 2026] PUT /v2.0/ports/adb9b13e-5e66-4d09-b29e-1200b6af209f => generated 1235 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:53.012 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdd1a9a9-4ba8-4246-8168-01e95f8ef579'] response: {'name': 'network-changed', 'server_uuid': '764556d9-8e43-4683-97f1-2a3dab84e740', 'tag': 'adb9b13e-5e66-4d09-b29e-1200b6af209f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/1019] 199.204.45.210 () {34 vars in 1120 bytes} [Thu Apr 23 17:12:53 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1156 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 505/1020] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:53 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1021] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:53 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1022] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:53 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1023] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:12:53 2026] PUT /v2.0/ports/84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 972 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1024] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:12:53 2026] GET /v2.0/networks?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&shared=False => generated 756 bytes in 71 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: 517/1025] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:12:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1026] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1027] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1028] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1029] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1030] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&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: 520/1031] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1032] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 521/1033] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1034] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1035] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1036] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=adb9b13e-5e66-4d09-b29e-1200b6af209f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1037] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/subnets?id=c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1038] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/ports?network_id=39a522fd-f528-4728-bb5f-0d5630ea1313&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: 524/1039] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1040] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:54 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:12:55.051 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef695509-b164-429b-aae2-b20ca90ec3fa'] response: {'name': 'network-changed', 'server_uuid': 'fa1d4109-0b03-4324-9b5d-06f6347c45e5', 'tag': '84cf4846-0961-4e1f-87e7-3c18a9dc8a16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 525/1041] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/ports?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1042] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1043] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/networks?id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1044] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1045] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1046] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1047] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1048] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/subnets?id=8db9b738-82b5-4165-9ae7-e14680c41273 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1049] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/ports?network_id=4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1050] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?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: 521/1051] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:12:55 2026] GET /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1052] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:56 2026] GET /v2.0/security-groups?tenant_id=511796158fe14a8da284a0d1658b5893&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1055] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:56 2026] DELETE /v2.0/security-groups/7affcc19-0750-4325-84a0-ba77acf9f7ed => 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: 534/1056] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:12:56 2026] GET /v2.0/security-groups?tenant_id=4db33e4c134c4bec9859d02e9935569b&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1057] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:56 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 524/1058] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:56 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&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: 535/1059] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:12:56 2026] DELETE /v2.0/security-groups/2428243a-bb37-4f80-b821-61bed8b3ef1d => 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: 525/1060] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:56 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1061] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:56 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1062] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:57 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1063] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:57 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1064] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:57 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1065] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:58 2026] GET /v2.0/security-groups?id=bf2a7cf8-21a4-4183-962b-feec897de1b9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1066] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:12:58 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:58.207 7 INFO neutron_taas.services.taas.taas_plugin [req-5f51a1d0-bad8-401e-a06f-b9c2f077c9c5 req-65c6f60a-ac53-45b9-bf36-4f626409180e d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] TaaS: Handle Delete Port: 84cf4846-0961-4e1f-87e7-3c18a9dc8a16 2026-04-23 17:12:58.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f51a1d0-bad8-401e-a06f-b9c2f077c9c5 req-65c6f60a-ac53-45b9-bf36-4f626409180e d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] Tap Mirror: Handle Delete Port: 84cf4846-0961-4e1f-87e7-3c18a9dc8a16 2026-04-23 17:12:58.382 7 INFO neutron.db.l3_db [req-5f51a1d0-bad8-401e-a06f-b9c2f077c9c5 req-65c6f60a-ac53-45b9-bf36-4f626409180e d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] Floating IP 8412cff3-cc8a-4997-9df9-533edaeb802c disassociated. External IP: 10.96.250.210, port: 84cf4846-0961-4e1f-87e7-3c18a9dc8a16. [pid: 7|app: 0|req: 539/1067] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:12:58 2026] DELETE /v2.0/ports/84cf4846-0961-4e1f-87e7-3c18a9dc8a16 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:58.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8545be5-6a45-4cb8-a07a-cff82fb93c8a'] response: {'server_uuid': 'fa1d4109-0b03-4324-9b5d-06f6347c45e5', 'name': 'network-vif-deleted', 'tag': '84cf4846-0961-4e1f-87e7-3c18a9dc8a16', 'status': 'completed', 'code': 200} 2026-04-23 17:12:59.018 8 INFO neutron.db.segments_db [None req-2ffeeee4-4a2c-44b3-9486-9ede3186f264 e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Added segment 018d7bf7-5f29-4e76-b9da-608814570cc5 of type vxlan for network 197bd950-cfb3-4b6a-a38a-8a985ac3a5dc 2026-04-23 17:12:59.078 8 INFO neutron.db.segments_db [None req-2ffeeee4-4a2c-44b3-9486-9ede3186f264 e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Added segment 21e0759f-ea40-4a39-9454-abdea06c3a85 of type vxlan for network b037eeeb-2ffd-49e5-b14a-bec9d1931986 [pid: 7|app: 0|req: 540/1068] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:59 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1069] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:12:58 2026] POST /v2.0/networks => generated 1207 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1070] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:12:59 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 530/1071] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:12:59 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&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: 542/1072] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:12:59 2026] GET /v2.0/networks => generated 1844 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:12:59.410 8 INFO neutron.services.segments.plugin [-] Segment 018d7bf7-5f29-4e76-b9da-608814570cc5 resource provider aggregate not found 2026-04-23 17:12:59.431 8 INFO neutron.services.segments.plugin [-] Segment 018d7bf7-5f29-4e76-b9da-608814570cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018d7bf7-5f29-4e76-b9da-608814570cc5 found for delete ", "request_id": "req-99c629ff-79e2-4a63-9d1e-d865dd65e330"}]} 2026-04-23 17:12:59.434 8 INFO neutron.services.segments.plugin [-] Segment 018d7bf7-5f29-4e76-b9da-608814570cc5 resource provider aggregate not found 2026-04-23 17:12:59.448 8 INFO neutron.services.segments.plugin [-] Segment 018d7bf7-5f29-4e76-b9da-608814570cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018d7bf7-5f29-4e76-b9da-608814570cc5 found for delete ", "request_id": "req-457b1db2-99a0-4c6f-bfa9-33c2c0dace2c"}]} [pid: 8|app: 0|req: 531/1073] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:12:59 2026] DELETE /v2.0/networks/197bd950-cfb3-4b6a-a38a-8a985ac3a5dc => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:12:59.582 7 INFO neutron.services.segments.plugin [-] Segment 21e0759f-ea40-4a39-9454-abdea06c3a85 resource provider aggregate not found 2026-04-23 17:12:59.584 7 INFO neutron.services.segments.plugin [-] Segment 21e0759f-ea40-4a39-9454-abdea06c3a85 resource provider aggregate not found 2026-04-23 17:12:59.605 7 INFO neutron.services.segments.plugin [-] Segment 21e0759f-ea40-4a39-9454-abdea06c3a85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21e0759f-ea40-4a39-9454-abdea06c3a85 found for delete ", "request_id": "req-ec0d2553-0fbe-46f1-a554-693e5d42e058"}]} 2026-04-23 17:12:59.609 7 INFO neutron.services.segments.plugin [-] Segment 21e0759f-ea40-4a39-9454-abdea06c3a85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21e0759f-ea40-4a39-9454-abdea06c3a85 found for delete ", "request_id": "req-7788607a-611d-4a37-a721-88bffabd0f0e"}]} [pid: 7|app: 0|req: 543/1074] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:12:59 2026] DELETE /v2.0/networks/b037eeeb-2ffd-49e5-b14a-bec9d1931986 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1075] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:12:59 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:12:59.790 7 INFO neutron.db.segments_db [None req-a01a50a4-ef8d-409d-95a0-f0a7e7851e20 e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Added segment 0eebae88-ca70-4414-98fe-d4b2d7718b74 of type vxlan for network ce151def-4f17-4bef-bf73-c7d8f777e2b3 [pid: 7|app: 0|req: 544/1076] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:12:59 2026] POST /v2.0/networks => generated 635 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:12:59.987 8 INFO neutron.db.segments_db [None req-e87edfbd-ee3a-476c-9422-371a0742c0ba e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Added segment 9444cdef-e417-40c3-85d6-7008452cf46b of type vxlan for network 59647b26-40b5-45ae-a472-fe052715ef91 [pid: 8|app: 0|req: 533/1077] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:12:59 2026] POST /v2.0/networks => generated 635 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1078] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 535/1079] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1080] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&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: 545/1081] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:13:00 2026] POST /v2.0/ports => generated 1506 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1082] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 78 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: 538/1083] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&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: 546/1084] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/ports => generated 1506 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1085] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:00 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1086] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:01.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6bab296-3047-4eb9-b5cf-d35872549442 e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] TaaS: Handle Delete Port: 70714c32-0da6-4a3f-835f-176603569722 2026-04-23 17:13:01.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6bab296-3047-4eb9-b5cf-d35872549442 e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Tap Mirror: Handle Delete Port: 70714c32-0da6-4a3f-835f-176603569722 [pid: 8|app: 0|req: 539/1087] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:13:00 2026] DELETE /v2.0/ports/70714c32-0da6-4a3f-835f-176603569722 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:01.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5abde8d-e206-4a78-86af-bcfbd62bb12b e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] TaaS: Handle Delete Port: e0ef5a7c-7e34-43e2-934e-ba17f481d3bd 2026-04-23 17:13:01.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5abde8d-e206-4a78-86af-bcfbd62bb12b e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Tap Mirror: Handle Delete Port: e0ef5a7c-7e34-43e2-934e-ba17f481d3bd [pid: 8|app: 0|req: 540/1088] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/ports?device_id=fa1d4109-0b03-4324-9b5d-06f6347c45e5 => 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: 549/1089] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:13:01 2026] DELETE /v2.0/ports/e0ef5a7c-7e34-43e2-934e-ba17f481d3bd => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1090] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1091] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1092] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:01.568 8 INFO neutron.db.segments_db [None req-aef94b3f-f574-4283-98e8-fed344f5866d e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Added segment 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 of type vxlan for network eeee2bf6-259d-4dfa-9862-cb2da66c16d9 [pid: 7|app: 0|req: 552/1093] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1094] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1095] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:01 2026] POST /v2.0/networks => generated 634 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:01.744 7 INFO neutron.db.segments_db [None req-4f804e0a-994b-4082-b512-885d18685fbe e92e4e75dea34e8ba6bc44de1cdb0640 4b4a0ac211474e89b71df902c99c7657 - - default default] Added segment 9b5792fa-f909-4d54-b955-140ea3248a36 of type vxlan for network 1e993d42-8706-46cd-80ab-534967218ac3 [pid: 8|app: 0|req: 543/1096] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1097] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1098] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:01 2026] POST /v2.0/networks => generated 634 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1099] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:13:01 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 1240 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:02.836 7 INFO neutron.db.l3_db [None req-d22e5b6c-5e11-4c0f-8eb0-b56c8ca70dd2 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Floating IP d60a041b-d3cc-45c7-976c-6970a04d8dd7 associated. External IP: 10.96.250.209, port: adb9b13e-5e66-4d09-b29e-1200b6af209f. [pid: 8|app: 0|req: 546/1100] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:02 2026] POST /v2.0/subnets => generated 1323 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1101] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:02 2026] DELETE /v2.0/security-groups/bf2a7cf8-21a4-4183-962b-feec897de1b9 => 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: 548/1102] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:02 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1103] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/subnets => generated 1959 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1104] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/ports?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:03.118 8 INFO neutron.api.v2.resource [None req-2696681b-c00b-4f16-9913-6629d71ceab8 d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1105] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/security-groups/bf2a7cf8-21a4-4183-962b-feec897de1b9 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1106] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&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: 555/1107] 10.0.0.2 () {34 vars in 675 bytes} [Thu Apr 23 17:13:01 2026] POST /v2.0/floatingips => generated 855 bytes in 1223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:03.227 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-703d9848-d9c2-4bb0-86d1-3ca7d46e7e7a'] response: {'name': 'network-changed', 'server_uuid': '764556d9-8e43-4683-97f1-2a3dab84e740', 'tag': 'adb9b13e-5e66-4d09-b29e-1200b6af209f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 556/1108] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/networks?id=bd3e9686-6cbb-447b-82d9-5663558a102d => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1109] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:03 2026] DELETE /v2.0/subnets/ea858667-fdc9-45c2-8271-cc8a1616aeac => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1110] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1111] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ad609e5b-f801-4a6e-b970-29de80d90ea3 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:03.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-e68bb609-c392-4e9c-8695-b1abb1d4161e d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] TaaS: Handle Delete Port: a83e06e0-329c-4bf9-a54c-5a5ee9a467bb 2026-04-23 17:13:03.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e68bb609-c392-4e9c-8695-b1abb1d4161e d9c05284c05d4430929addbff1f1abcb 44155a6e17d64793bc4aefa2db2b2d17 - - default default] Tap Mirror: Handle Delete Port: a83e06e0-329c-4bf9-a54c-5a5ee9a467bb [pid: 8|app: 0|req: 556/1112] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:03 2026] DELETE /v2.0/subnets/21d5dc70-8af0-42ba-aa00-d2981afb7386 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1113] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/subnets?id=d0b31d89-e311-4ff6-856d-dea0f3cd1100 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1114] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/subnets => 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: 557/1115] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:13:03 2026] DELETE /v2.0/floatingips/8412cff3-cc8a-4997-9df9-533edaeb802c => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1116] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/ports?network_id=bd3e9686-6cbb-447b-82d9-5663558a102d&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1117] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1118] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d?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) 2026-04-23 17:13:03.716 7 INFO neutron.services.segments.plugin [-] Segment 9b5792fa-f909-4d54-b955-140ea3248a36 resource provider aggregate not found 2026-04-23 17:13:03.719 7 INFO neutron.services.segments.plugin [-] Segment 9b5792fa-f909-4d54-b955-140ea3248a36 resource provider aggregate not found 2026-04-23 17:13:03.737 7 INFO neutron.services.segments.plugin [-] Segment 9b5792fa-f909-4d54-b955-140ea3248a36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5792fa-f909-4d54-b955-140ea3248a36 found for delete ", "request_id": "req-c98ceab4-f34f-4dd4-829b-80cd900118aa"}]} 2026-04-23 17:13:03.740 7 INFO neutron.services.segments.plugin [-] Segment 9b5792fa-f909-4d54-b955-140ea3248a36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5792fa-f909-4d54-b955-140ea3248a36 found for delete ", "request_id": "req-9a8e3ef7-0897-477f-8e3a-3e9142b1658b"}]} [pid: 7|app: 0|req: 558/1119] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:03 2026] DELETE /v2.0/networks/1e993d42-8706-46cd-80ab-534967218ac3 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1120] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1121] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:03 2026] DELETE /v2.0/networks/eeee2bf6-259d-4dfa-9862-cb2da66c16d9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1122] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:03 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:04.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e4b1de1-3840-44b1-a1b0-fcc710270518 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 726cfc60-4b82-4456-8718-c65eac559b1b 2026-04-23 17:13:04.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e4b1de1-3840-44b1-a1b0-fcc710270518 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 726cfc60-4b82-4456-8718-c65eac559b1b [pid: 7|app: 0|req: 562/1123] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:04 2026] DELETE /v2.0/networks/59647b26-40b5-45ae-a472-fe052715ef91 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1124] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=adb9b13e-5e66-4d09-b29e-1200b6af209f => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1125] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:04 2026] DELETE /v2.0/networks/ce151def-4f17-4bef-bf73-c7d8f777e2b3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1126] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1127] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/subnets?id=c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1128] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 855 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1129] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1130] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/ports?network_id=39a522fd-f528-4728-bb5f-0d5630ea1313&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1131] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 571/1132] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 562/1133] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:13:03 2026] PUT /v2.0/routers/6f59860f-ab92-4ebc-9acd-f09af98c2206/remove_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:04.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bf293d6-a958-4b9c-8506-02bd3cd772f2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 411dd0c6-2990-4616-82a0-c8d0732b57c6 2026-04-23 17:13:04.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bf293d6-a958-4b9c-8506-02bd3cd772f2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 411dd0c6-2990-4616-82a0-c8d0732b57c6 [pid: 8|app: 0|req: 563/1134] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:04 2026] GET /v2.0/security-groups?tenant_id=4b4a0ac211474e89b71df902c99c7657&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1135] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:05 2026] DELETE /v2.0/security-groups/a384f105-6f48-45cc-b116-f001f7fdcea0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:13:05.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bf293d6-a958-4b9c-8506-02bd3cd772f2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 1b4be9ad-8053-4366-9775-9a3e98dea2fc 2026-04-23 17:13:05.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bf293d6-a958-4b9c-8506-02bd3cd772f2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 1b4be9ad-8053-4366-9775-9a3e98dea2fc [pid: 8|app: 0|req: 565/1136] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:05 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1137] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:05 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1138] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:05 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:05.676 7 INFO neutron.db.l3_hamode_db [None req-9bf293d6-a958-4b9c-8506-02bd3cd772f2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 4900e069-0e70-4e5b-89fc-c401b0834b66 was deleted as no HA routers are present in tenant 44155a6e17d64793bc4aefa2db2b2d17. [pid: 7|app: 0|req: 572/1139] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:04 2026] DELETE /v2.0/routers/6f59860f-ab92-4ebc-9acd-f09af98c2206 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:13:05.758 7 INFO neutron.services.segments.plugin [-] Segment 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 resource provider aggregate not found 2026-04-23 17:13:05.764 7 INFO neutron.services.segments.plugin [-] Segment 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 resource provider aggregate not found 2026-04-23 17:13:05.786 7 INFO neutron.services.segments.plugin [-] Segment 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 found for delete ", "request_id": "req-1b523c8f-188b-45f8-82b0-376dcff175e7"}]} 2026-04-23 17:13:05.786 7 INFO neutron.services.segments.plugin [-] Segment 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6fd3a9-6866-4f51-b9ec-1ccc0b6d8650 found for delete ", "request_id": "req-f1b3f908-5d16-40f2-8eb4-c1ab09e42d39"}]} 2026-04-23 17:13:05.805 7 INFO neutron.services.segments.plugin [-] Segment 9444cdef-e417-40c3-85d6-7008452cf46b resource provider aggregate not found 2026-04-23 17:13:05.809 7 INFO neutron.services.segments.plugin [-] Segment 9444cdef-e417-40c3-85d6-7008452cf46b resource provider aggregate not found 2026-04-23 17:13:05.821 7 INFO neutron.services.segments.plugin [-] Segment 9444cdef-e417-40c3-85d6-7008452cf46b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9444cdef-e417-40c3-85d6-7008452cf46b found for delete ", "request_id": "req-f644d499-a982-4245-9e5e-a1a5c2b4249c"}]} 2026-04-23 17:13:05.829 7 INFO neutron.services.segments.plugin [-] Segment 9444cdef-e417-40c3-85d6-7008452cf46b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9444cdef-e417-40c3-85d6-7008452cf46b found for delete ", "request_id": "req-ffe837a3-81ef-44c2-9ee1-06b09bef5840"}]} [pid: 8|app: 0|req: 568/1140] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:05 2026] DELETE /v2.0/subnets/8db9b738-82b5-4165-9ae7-e14680c41273 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:05.843 7 INFO neutron.services.segments.plugin [-] Segment 0eebae88-ca70-4414-98fe-d4b2d7718b74 resource provider aggregate not found 2026-04-23 17:13:05.847 7 INFO neutron.services.segments.plugin [-] Segment 0eebae88-ca70-4414-98fe-d4b2d7718b74 resource provider aggregate not found 2026-04-23 17:13:05.865 7 INFO neutron.services.segments.plugin [-] Segment 0eebae88-ca70-4414-98fe-d4b2d7718b74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eebae88-ca70-4414-98fe-d4b2d7718b74 found for delete ", "request_id": "req-348ef557-0d2a-4ae5-8bdf-388f62b6e59e"}]} 2026-04-23 17:13:05.874 7 INFO neutron.services.segments.plugin [-] Segment 0eebae88-ca70-4414-98fe-d4b2d7718b74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eebae88-ca70-4414-98fe-d4b2d7718b74 found for delete ", "request_id": "req-b730b4dc-1d65-42ba-b9ad-a7a937db7da2"}]} 2026-04-23 17:13:05.893 7 INFO neutron.services.segments.plugin [-] Segment baad0ddb-6748-40c8-8487-edcb435dce15 resource provider aggregate not found 2026-04-23 17:13:05.895 7 INFO neutron.services.segments.plugin [-] Segment baad0ddb-6748-40c8-8487-edcb435dce15 resource provider aggregate not found 2026-04-23 17:13:05.914 7 INFO neutron.services.segments.plugin [-] Segment baad0ddb-6748-40c8-8487-edcb435dce15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baad0ddb-6748-40c8-8487-edcb435dce15 found for delete ", "request_id": "req-eb1db606-6cd2-436d-bd09-c02e16a3ad7a"}]} 2026-04-23 17:13:05.916 7 INFO neutron.services.segments.plugin [-] Segment baad0ddb-6748-40c8-8487-edcb435dce15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baad0ddb-6748-40c8-8487-edcb435dce15 found for delete ", "request_id": "req-fc3947ae-1922-4568-9ef8-7dfccbb7f2d9"}]} 2026-04-23 17:13:05.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c0eabeb-f9e6-4d95-8337-f7d65d5e4060 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 35e8eca8-0a18-4423-a403-5b2f00e52d94 2026-04-23 17:13:05.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c0eabeb-f9e6-4d95-8337-f7d65d5e4060 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 35e8eca8-0a18-4423-a403-5b2f00e52d94 [pid: 7|app: 0|req: 573/1141] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:05 2026] DELETE /v2.0/networks/4d3a22ac-5dc6-4497-8cc3-e42b9d6d3ba2 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1142] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:06 2026] GET /v2.0/security-groups?tenant_id=44155a6e17d64793bc4aefa2db2b2d17&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1143] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:06 2026] DELETE /v2.0/security-groups/1534f579-a792-4a3d-a84f-2208b5aa03f1 => 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: 570/1144] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:06 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 575/1145] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:06 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:07.375 8 INFO neutron.db.segments_db [None req-69c33337-beab-46df-b1bb-c953752fd20e 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] Added segment 9cf9b291-7d5f-4f0e-8644-4da0286e335d of type vxlan for network 3c30df32-b45c-4148-8f2e-556fdb242ca7 [pid: 8|app: 0|req: 571/1146] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:07 2026] POST /v2.0/networks => generated 625 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1147] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:07 2026] POST /v2.0/subnets => generated 641 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:07.891 8 INFO neutron.db.segments_db [None req-0a1449d8-ce23-4f61-ac2b-f59e16e63891 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] Added segment f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 of type vxlan for network fa100934-987f-4011-8d6d-a509ac939a61 2026-04-23 17:13:07.939 7 INFO neutron.services.segments.plugin [-] Segment f7403dcc-ea48-46f1-ae42-a865c62030c6 resource provider aggregate not found 2026-04-23 17:13:07.949 7 INFO neutron.services.segments.plugin [-] Segment f7403dcc-ea48-46f1-ae42-a865c62030c6 resource provider aggregate not found 2026-04-23 17:13:07.964 7 INFO neutron.services.segments.plugin [-] Segment f7403dcc-ea48-46f1-ae42-a865c62030c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7403dcc-ea48-46f1-ae42-a865c62030c6 found for delete ", "request_id": "req-cd83841c-843c-4747-8028-ebba3acedc1c"}]} 2026-04-23 17:13:07.977 7 INFO neutron.services.segments.plugin [-] Segment f7403dcc-ea48-46f1-ae42-a865c62030c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7403dcc-ea48-46f1-ae42-a865c62030c6 found for delete ", "request_id": "req-216bb690-75b5-4a00-a999-6f71aa8331b5"}]} [pid: 7|app: 0|req: 577/1148] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:07 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1149] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:07 2026] POST /v2.0/networks => generated 625 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1150] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:08 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1151] 10.0.0.2 () {34 vars in 741 bytes} [Thu Apr 23 17:13:08 2026] PUT /v2.0/networks/fa100934-987f-4011-8d6d-a509ac939a61 => generated 592 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1152] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:08 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1153] 10.0.0.2 () {34 vars in 739 bytes} [Thu Apr 23 17:13:08 2026] PUT /v2.0/subnets/bf327622-d11e-4157-ad68-e0efb0b8f2ec => generated 636 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:08.798 8 INFO neutron.db.segments_db [None req-24e9dbf8-2702-4cee-beaf-b08479ff0bb7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment f3e55dc3-38dd-4828-b30f-6015ef6ded23 of type vxlan for network 0cb892ac-052f-4b53-afe7-b12f3c234214 [pid: 7|app: 0|req: 581/1154] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:08 2026] DELETE /v2.0/networks/fa100934-987f-4011-8d6d-a509ac939a61 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:08.832 7 INFO neutron.pecan_wsgi.hooks.translation [None req-155e17db-6ff0-47a1-8203-2be51f80e3a6 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1155] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:08 2026] DELETE /v2.0/networks/fa100934-987f-4011-8d6d-a509ac939a61 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1156] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:13:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1157] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:13:08 2026] POST /v2.0/networks => generated 724 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1158] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:13:08 2026] GET /v2.0/subnets?network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1159] 10.0.0.2 () {32 vars in 651 bytes} [Thu Apr 23 17:13:08 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1160] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:13:08 2026] GET /v2.0/networks => generated 1309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1161] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:13:09 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1162] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:13:09 2026] GET /v2.0/networks/3c30df32-b45c-4148-8f2e-556fdb242ca7 => generated 669 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1163] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:08 2026] POST /v2.0/subnets => generated 691 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1164] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:13:09 2026] GET /v2.0/subnets/2bb2ede0-112a-4670-932b-3855eed0e86c => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:09.241 8 INFO neutron.db.segments_db [None req-8f0bd0a9-4da9-4cf4-8fad-25179e02565d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 36f8467a-1f31-446f-a1c7-fc286aa96ebe of type vxlan for network 22bf443d-4c20-4429-b2b4-133771038ecf 2026-04-23 17:13:09.497 8 INFO neutron.db.l3_hamode_db [None req-8f0bd0a9-4da9-4cf4-8fad-25179e02565d 4c1189e1541546f7a680e42fe58050a6 58078037b5a74837bc685ed2f09f28e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 589/1165] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:09 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 969 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:09.652 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f2a74fc-0885-4ca7-9bca-ad1a570ef325 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1166] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:09 2026] DELETE /v2.0/subnets/bf327622-d11e-4157-ad68-e0efb0b8f2ec => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1167] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:09 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:09.686 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a064db3-7b99-4556-86a9-142ca41fb188 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1168] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:09 2026] DELETE /v2.0/networks/fa100934-987f-4011-8d6d-a509ac939a61 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1169] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:09 2026] DELETE /v2.0/subnets/2bb2ede0-112a-4670-932b-3855eed0e86c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:09.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-89bf7c85-9cfe-4811-a013-ab236a6a8541 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] TaaS: Handle Delete Port: e55580c1-b0cb-427f-a153-db1182065193 2026-04-23 17:13:09.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89bf7c85-9cfe-4811-a013-ab236a6a8541 88dd6cb38d1b4d28ba3dd5c1aae1a656 e33e0cd1eb9446a59cdb22a26af114ca - - default default] Tap Mirror: Handle Delete Port: e55580c1-b0cb-427f-a153-db1182065193 2026-04-23 17:13:09.987 7 INFO neutron.services.segments.plugin [-] Segment f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 resource provider aggregate not found 2026-04-23 17:13:10.000 7 INFO neutron.services.segments.plugin [-] Segment f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 resource provider aggregate not found 2026-04-23 17:13:10.007 7 INFO neutron.services.segments.plugin [-] Segment f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 found for delete ", "request_id": "req-f4f77bdc-cd28-4bbe-bc17-79900e3f774a"}]} 2026-04-23 17:13:10.019 7 INFO neutron.services.segments.plugin [-] Segment f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f629cbf6-d552-46d0-b19c-aa8d49a6d6c9 found for delete ", "request_id": "req-752f8b9e-5616-4177-8066-7568a40e5e5f"}]} [pid: 7|app: 0|req: 594/1170] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:09 2026] DELETE /v2.0/networks/3c30df32-b45c-4148-8f2e-556fdb242ca7 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:10.394 8 INFO neutron.db.l3_hamode_db [None req-8f0bd0a9-4da9-4cf4-8fad-25179e02565d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 595/1171] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:10 2026] GET /v2.0/security-groups?tenant_id=e33e0cd1eb9446a59cdb22a26af114ca&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1172] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:10 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1173] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:10 2026] DELETE /v2.0/security-groups/174f6ef2-65a3-4226-be69-71773a0e18fe => 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: 598/1174] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:11 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1177] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:09 2026] POST /v2.0/routers => generated 731 bytes in 2344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:12.034 7 INFO neutron.services.segments.plugin [-] Segment 9cf9b291-7d5f-4f0e-8644-4da0286e335d resource provider aggregate not found 2026-04-23 17:13:12.057 7 INFO neutron.services.segments.plugin [-] Segment 9cf9b291-7d5f-4f0e-8644-4da0286e335d resource provider aggregate not found 2026-04-23 17:13:12.069 7 INFO neutron.services.segments.plugin [-] Segment 9cf9b291-7d5f-4f0e-8644-4da0286e335d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf9b291-7d5f-4f0e-8644-4da0286e335d found for delete ", "request_id": "req-392e43af-7684-4791-9e7b-087aa04033b7"}]} 2026-04-23 17:13:12.088 7 INFO neutron.services.segments.plugin [-] Segment 9cf9b291-7d5f-4f0e-8644-4da0286e335d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf9b291-7d5f-4f0e-8644-4da0286e335d found for delete ", "request_id": "req-1b5dac06-6cb9-4150-bbcc-60079a583574"}]} [pid: 8|app: 0|req: 578/1178] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:12 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1179] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:12 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1180] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:13:12 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1181] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:12 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1182] 10.0.0.2 () {32 vars in 621 bytes} [Thu Apr 23 17:13:12 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1183] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:13:11 2026] PUT /v2.0/routers/9ddf01d3-db6f-4141-8840-e8ec5a69f603/add_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1184] 10.0.0.2 () {32 vars in 631 bytes} [Thu Apr 23 17:13:13 2026] GET /v2.0/ => generated 632 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1185] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:13:13 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1186] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1187] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:13 2026] GET /v2.0/security-groups?tenant_id=258a7a723a5b4c0ba9d62e1e12017a84&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: 604/1188] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1189] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:14 2026] DELETE /v2.0/security-groups/bdc60f63-4116-43db-9d6e-0b90111a4283 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1190] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:13:14 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1191] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2064813826&fields=id&tenant_id=58078037b5a74837bc685ed2f09f28e9 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1192] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/networks?id=0cb892ac-052f-4b53-afe7-b12f3c234214 => 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: 587/1193] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/quotas/58078037b5a74837bc685ed2f09f28e9 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1194] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/ports?tenant_id=58078037b5a74837bc685ed2f09f28e9&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1195] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1196] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1197] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:15 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 609/1198] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:16 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1199] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:17 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 610/1200] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:17 2026] GET /v2.0/security-groups?tenant_id=00e8e3fdaf944c0483fdc8b7acde3e55&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1201] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:18 2026] DELETE /v2.0/security-groups/6c4fbc06-73e5-46bf-a3a0-337196cd3345 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1202] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:18 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 592/1203] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:20 2026] GET /v2.0/networks?id=0cb892ac-052f-4b53-afe7-b12f3c234214 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1204] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:13:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=58078037b5a74837bc685ed2f09f28e9 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1205] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:21 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 614/1206] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:13:21 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1207] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:21 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1208] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:13:20 2026] POST /v2.0/ports => generated 954 bytes in 911 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-04-23 17:13:21.981 8 INFO neutron.db.segments_db [None req-b1611656-b589-4c5f-9970-731de0e50820 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 496eb411-afd0-4d5e-b232-d0ddaeebfb60 of type vxlan for network 5e2f982b-f7d7-427c-9f7a-50df0ccdf771 [pid: 7|app: 0|req: 616/1209] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:13:21 2026] PUT /v2.0/ports/7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6 => generated 1235 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:22.077 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-000fc86d-0895-4293-b514-4f9f839ce0e1'] response: {'name': 'network-changed', 'server_uuid': '863dd48f-92b7-4e0f-990f-b6dc5abbbc52', 'tag': '7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 594/1210] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:13:21 2026] POST /v2.0/networks => generated 721 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 595/1211] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:22 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1212] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:22 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1213] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:22 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-04-23 17:13:22.350 8 INFO neutron.db.segments_db [None req-0b1b28cd-7f1c-436e-9be9-e449bb3eaf44 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd of type vxlan for network aa015aad-a415-4d24-be4a-1018e550fd76 [pid: 7|app: 0|req: 618/1214] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:22 2026] GET /v2.0/ports?tenant_id=58078037b5a74837bc685ed2f09f28e9&device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:22.640 8 INFO neutron.db.l3_hamode_db [None req-0b1b28cd-7f1c-436e-9be9-e449bb3eaf44 4c1189e1541546f7a680e42fe58050a6 c05a603bce894283b2c74f14a280b8a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 619/1215] 10.0.0.2 () {32 vars in 824 bytes} [Thu Apr 23 17:13:22 2026] GET /v2.0/ports?project_id=f32d4733d1b746be9dbc34bffd83ac48&network_id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 3691 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1216] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:13:22 2026] GET /v2.0/networks?tenant_id=58078037b5a74837bc685ed2f09f28e9&shared=False => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1217] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:13:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1218] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:13:23 2026] GET /v2.0/subnets?network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 667 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1219] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:23 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:23.539 8 INFO neutron.db.l3_hamode_db [None req-0b1b28cd-7f1c-436e-9be9-e449bb3eaf44 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:13:23.547 7 INFO neutron.db.l3_db [None req-d93100ee-9c77-461a-b048-075fd3fcf4be 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Floating IP d60a041b-d3cc-45c7-976c-6970a04d8dd7 disassociated. External IP: 10.96.250.209, port: adb9b13e-5e66-4d09-b29e-1200b6af209f. [pid: 7|app: 0|req: 624/1220] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:13:23 2026] PUT /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 554 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1221] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:23 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1222] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:23 2026] GET /v2.0/ports?tenant_id=58078037b5a74837bc685ed2f09f28e9&device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1223] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:23 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1224] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6 => 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: 629/1225] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/subnets?id=58def96c-0210-4772-bb01-34c2fdcdebba => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:24.128 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e54dd6b2-e85d-423b-af70-513500121361'] response: {'name': 'network-changed', 'server_uuid': '764556d9-8e43-4683-97f1-2a3dab84e740', 'tag': 'adb9b13e-5e66-4d09-b29e-1200b6af209f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 630/1226] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/ports?network_id=0cb892ac-052f-4b53-afe7-b12f3c234214&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1227] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214?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: 632/1228] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214?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: 633/1229] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1230] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1231] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=adb9b13e-5e66-4d09-b29e-1200b6af209f => 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: 636/1232] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/subnets?id=c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1233] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/ports?network_id=39a522fd-f528-4728-bb5f-0d5630ea1313&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: 638/1234] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1235] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:22 2026] POST /v2.0/routers => generated 728 bytes in 2643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1236] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:24 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 640/1237] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:25 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => 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: 641/1238] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:25 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 642/1239] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:25 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1240] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:26 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1241] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:13:24 2026] PUT /v2.0/routers/29d7af88-eb96-4f53-b658-2e4062498662/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1242] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:26 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1243] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:26 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1246] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:13:27 2026] POST /v2.0/security-groups => generated 1675 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1247] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:27 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1248] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1249] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:27 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&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: 647/1250] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1251] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1252] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:28.024 8 INFO neutron.db.securitygroups_db [None req-09b03f6d-0f90-46ba-b7f6-ddebc17aa8bc 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Project f32d4733d1b746be9dbc34bffd83ac48 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: 605/1253] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:28.194 7 INFO neutron.db.securitygroups_db [None req-6f6b31a8-7224-46c1-afcb-d1fea16ff830 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Project f32d4733d1b746be9dbc34bffd83ac48 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: 649/1254] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:13:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1255] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/networks?id=5e2f982b-f7d7-427c-9f7a-50df0ccdf771 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1256] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/quotas/c05a603bce894283b2c74f14a280b8a1 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1257] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/ports?tenant_id=c05a603bce894283b2c74f14a280b8a1&fields=id => generated 103 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1258] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1259] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/networks/5e2f982b-f7d7-427c-9f7a-50df0ccdf771?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: 609/1260] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&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: 652/1261] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/networks => generated 1297 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1262] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/networks/5e2f982b-f7d7-427c-9f7a-50df0ccdf771?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: 653/1263] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:13:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1913167998&fields=id&tenant_id=f32d4733d1b746be9dbc34bffd83ac48 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1264] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 654/1265] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 660 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1266] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/quotas/f32d4733d1b746be9dbc34bffd83ac48 => 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: 655/1267] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&fields=id => generated 149 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1268] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 656/1269] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1270] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 657/1271] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:29 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1272] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1273] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 658/1274] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1275] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1276] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:30.536 8 INFO neutron.db.l3_db [None req-52b3a9ea-80e4-45f5-b6b5-c21e4890df48 d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] Floating IP cea810ec-1b37-44df-97f0-460cdf19c129 associated. External IP: 10.96.250.203, port: 7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6. [pid: 7|app: 0|req: 661/1277] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 662/1278] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&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: 663/1279] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 617/1280] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:13:30 2026] PUT /v2.0/floatingips/cea810ec-1b37-44df-97f0-460cdf19c129 => generated 855 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:30.984 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e8a2843-0c65-4128-9237-7ece080d86dc'] response: {'name': 'network-changed', 'server_uuid': '863dd48f-92b7-4e0f-990f-b6dc5abbbc52', 'tag': '7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 664/1281] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:30 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1282] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&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: 665/1283] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 619/1284] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1285] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1286] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/ports?tenant_id=58078037b5a74837bc685ed2f09f28e9&device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1287] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/networks?id=0cb892ac-052f-4b53-afe7-b12f3c234214 => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1288] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1289] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/subnets?id=58def96c-0210-4772-bb01-34c2fdcdebba => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1290] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1291] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/ports?network_id=0cb892ac-052f-4b53-afe7-b12f3c234214&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: 670/1292] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 671/1293] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1294] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214?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: 672/1295] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:31 2026] GET /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1296] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 673/1297] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1298] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&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: 674/1299] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 626/1300] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1301] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 627/1302] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:32 2026] GET /v2.0/security-groups?id=198d9b8d-56a3-4342-ad82-c9e86197d4d8&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:33.139 7 INFO neutron_taas.services.taas.taas_plugin [req-f0c4a169-2608-4bef-9e03-f989ff6d03ca req-542b27b4-4ca7-4b0b-84c1-948d3a8cc504 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] TaaS: Handle Delete Port: ad609e5b-f801-4a6e-b970-29de80d90ea3 2026-04-23 17:13:33.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f0c4a169-2608-4bef-9e03-f989ff6d03ca req-542b27b4-4ca7-4b0b-84c1-948d3a8cc504 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] Tap Mirror: Handle Delete Port: ad609e5b-f801-4a6e-b970-29de80d90ea3 2026-04-23 17:13:33.274 7 INFO neutron.db.l3_db [req-f0c4a169-2608-4bef-9e03-f989ff6d03ca req-542b27b4-4ca7-4b0b-84c1-948d3a8cc504 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] Floating IP 906729ea-7a42-40eb-98b2-54542b7537da disassociated. External IP: 10.96.250.211, port: ad609e5b-f801-4a6e-b970-29de80d90ea3. [pid: 8|app: 0|req: 628/1303] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:33 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1304] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:33 2026] GET /v2.0/networks?id=5e2f982b-f7d7-427c-9f7a-50df0ccdf771 => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1305] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:13:33 2026] DELETE /v2.0/ports/ad609e5b-f801-4a6e-b970-29de80d90ea3 => generated 0 bytes in 747 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:33.812 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f99c0127-08a3-485b-9c0d-c2b4a62d18a7'] response: {'server_uuid': '32cc3b41-96af-4be6-9759-102e0d77efa3', 'name': 'network-vif-deleted', 'tag': 'ad609e5b-f801-4a6e-b970-29de80d90ea3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 677/1306] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:33 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 678/1307] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:13:33 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1308] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:33 2026] GET /v2.0/security-groups?id=bf2cc5c3-f721-4413-8872-17f278bebc8b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:34.065 7 INFO neutron_taas.services.taas.taas_plugin [req-61523d26-67c6-4957-bc0e-9e37916e074d req-8093c2b4-ac23-4726-aedb-cfac380a1a4f d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] TaaS: Handle Delete Port: 7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6 2026-04-23 17:13:34.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61523d26-67c6-4957-bc0e-9e37916e074d req-8093c2b4-ac23-4726-aedb-cfac380a1a4f d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] Tap Mirror: Handle Delete Port: 7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6 [pid: 8|app: 0|req: 630/1309] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:13:33 2026] POST /v2.0/ports => generated 954 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 631/1310] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:34 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 632/1311] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:34 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:13:34.196 7 INFO neutron.db.l3_db [req-61523d26-67c6-4957-bc0e-9e37916e074d req-8093c2b4-ac23-4726-aedb-cfac380a1a4f d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] Floating IP cea810ec-1b37-44df-97f0-460cdf19c129 disassociated. External IP: 10.96.250.203, port: 7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6. [pid: 7|app: 0|req: 680/1312] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:13:33 2026] DELETE /v2.0/ports/7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1313] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:13:34 2026] PUT /v2.0/ports/4f91b91f-3b3d-47b9-9d1a-17fff960914e => generated 1235 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:34.664 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0065864b-7f53-486e-9a9a-44b05f6a0c30'] response: {'name': 'network-changed', 'server_uuid': 'f4b78e70-3f46-45e8-a937-fa5a227da483', 'tag': '4f91b91f-3b3d-47b9-9d1a-17fff960914e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 681/1314] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:34 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 969 bytes in 81 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: 634/1315] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:34 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1316] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 635/1317] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/ports?tenant_id=c05a603bce894283b2c74f14a280b8a1&device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1318] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 637/1319] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 683/1320] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/networks?tenant_id=c05a603bce894283b2c74f14a280b8a1&shared=False => generated 768 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1321] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1322] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:35.852 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f090850-a6f1-460a-8b66-47ea7691604c'] response: {'server_uuid': '863dd48f-92b7-4e0f-990f-b6dc5abbbc52', 'name': 'network-vif-deleted', 'tag': '7b50ab84-c8cb-4fb1-86fb-44a1b9b2fae6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 685/1323] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1324] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f32d4733d1b746be9dbc34bffd83ac48 => generated 274 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1325] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:35 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1326] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 640/1327] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:13:35 2026] POST /v2.0/ports => generated 954 bytes in 387 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: 641/1328] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1329] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/ports?device_id=32cc3b41-96af-4be6-9759-102e0d77efa3 => 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: 643/1330] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&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: 644/1331] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/ports?tenant_id=c05a603bce894283b2c74f14a280b8a1&device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1332] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=4f91b91f-3b3d-47b9-9d1a-17fff960914e => 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: 646/1333] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/subnets?id=31110c57-3edc-4c47-854b-94bf5fac5a32 => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1334] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/ports?network_id=5e2f982b-f7d7-427c-9f7a-50df0ccdf771&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1335] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/networks/5e2f982b-f7d7-427c-9f7a-50df0ccdf771?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: 649/1336] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/networks/5e2f982b-f7d7-427c-9f7a-50df0ccdf771?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: 688/1337] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:13:36 2026] PUT /v2.0/ports/ff301edf-bf80-4a36-bdff-6859e83629ce => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1338] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:36 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 969 bytes in 42 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: 689/1339] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1340] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/ports?device_id=863dd48f-92b7-4e0f-990f-b6dc5abbbc52 => 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: 652/1341] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1342] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1343] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:37 2026] DELETE /v2.0/security-groups/198d9b8d-56a3-4342-ad82-c9e86197d4d8 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:13:37.580 8 INFO neutron.api.v2.resource [None req-76515e52-e51b-4692-990c-faab6b237d41 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1344] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/security-groups/198d9b8d-56a3-4342-ad82-c9e86197d4d8 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:13:37.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-97f54d1f-f670-4031-8b15-c37cfabc93ff 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] TaaS: Handle Delete Port: 8c8e7a40-e55a-4db8-83e8-5ae7e0757a2a 2026-04-23 17:13:37.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97f54d1f-f670-4031-8b15-c37cfabc93ff 408a33c74142460a9df4bc13635857a1 1877ad3ff449427b8f1bd7fc07ad6ac1 - - default default] Tap Mirror: Handle Delete Port: 8c8e7a40-e55a-4db8-83e8-5ae7e0757a2a [pid: 8|app: 0|req: 655/1345] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1346] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ff301edf-bf80-4a36-bdff-6859e83629ce => 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: 657/1347] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/subnets?id=c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:37.895 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e38c8d5-48a5-4c97-8803-16b0906b1696'] response: {'name': 'network-changed', 'server_uuid': '349ca18e-8686-4af8-86da-b05687c1267d', 'tag': 'ff301edf-bf80-4a36-bdff-6859e83629ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 658/1348] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/ports?network_id=39a522fd-f528-4728-bb5f-0d5630ea1313&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: 691/1349] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:13:37 2026] DELETE /v2.0/floatingips/906729ea-7a42-40eb-98b2-54542b7537da => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1350] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 693/1351] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:37 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1352] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:38 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 695/1353] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:38 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:13:38.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-250e654a-6fba-4234-90fe-2126f3cf40e0 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 33c5aa81-2cf1-4bff-b283-af993d1fbdff 2026-04-23 17:13:38.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-250e654a-6fba-4234-90fe-2126f3cf40e0 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 33c5aa81-2cf1-4bff-b283-af993d1fbdff [pid: 7|app: 0|req: 696/1354] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:38 2026] DELETE /v2.0/security-groups/bf2cc5c3-f721-4413-8872-17f278bebc8b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:13:38.412 7 INFO neutron.api.v2.resource [None req-63777836-a578-43e0-a223-06f582267384 d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 697/1355] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:13:38 2026] GET /v2.0/security-groups/bf2cc5c3-f721-4413-8872-17f278bebc8b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:13:38.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-16ea69f8-548b-41ba-969b-3473253de321 d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] TaaS: Handle Delete Port: d48ec6b8-900e-4387-8133-ac1242db491e 2026-04-23 17:13:38.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16ea69f8-548b-41ba-969b-3473253de321 d3869988b06348e2a534117423d006c8 58078037b5a74837bc685ed2f09f28e9 - - default default] Tap Mirror: Handle Delete Port: d48ec6b8-900e-4387-8133-ac1242db491e [pid: 7|app: 0|req: 698/1356] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:13:38 2026] DELETE /v2.0/floatingips/cea810ec-1b37-44df-97f0-460cdf19c129 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1357] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:38 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1358] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:13:37 2026] PUT /v2.0/routers/b67e30b6-ffd1-4995-8491-2a041bc0e29c/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1359] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:38 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:39.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-85fa09ff-7989-4e02-93d1-aebaa9922ecb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 3f532091-b305-4335-923e-7bffd3a744e6 2026-04-23 17:13:39.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fa09ff-7989-4e02-93d1-aebaa9922ecb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 3f532091-b305-4335-923e-7bffd3a744e6 2026-04-23 17:13:39.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-f538857b-d512-4f67-ae27-eddc43c3bd0f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 13c57db9-380d-4eab-a9c3-1f3687e2ede8 2026-04-23 17:13:39.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f538857b-d512-4f67-ae27-eddc43c3bd0f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 13c57db9-380d-4eab-a9c3-1f3687e2ede8 2026-04-23 17:13:39.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-85fa09ff-7989-4e02-93d1-aebaa9922ecb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: f20bce1a-2e52-43d9-8d7b-733312996523 2026-04-23 17:13:39.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fa09ff-7989-4e02-93d1-aebaa9922ecb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: f20bce1a-2e52-43d9-8d7b-733312996523 [pid: 7|app: 0|req: 700/1360] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:13:38 2026] PUT /v2.0/routers/9ddf01d3-db6f-4141-8840-e8ec5a69f603/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:39.883 8 INFO neutron.services.segments.plugin [-] Segment 01af0a53-df61-47d5-93f1-08a80b2d92d1 resource provider aggregate not found 2026-04-23 17:13:39.890 8 INFO neutron.services.segments.plugin [-] Segment 01af0a53-df61-47d5-93f1-08a80b2d92d1 resource provider aggregate not found [pid: 7|app: 0|req: 701/1361] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:39 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:39.914 8 INFO neutron.services.segments.plugin [-] Segment 01af0a53-df61-47d5-93f1-08a80b2d92d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01af0a53-df61-47d5-93f1-08a80b2d92d1 found for delete ", "request_id": "req-3deb1041-ded0-4c36-b003-1d681f72cd21"}]} 2026-04-23 17:13:39.920 8 INFO neutron.services.segments.plugin [-] Segment 01af0a53-df61-47d5-93f1-08a80b2d92d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01af0a53-df61-47d5-93f1-08a80b2d92d1 found for delete ", "request_id": "req-21b15eb1-c207-468e-9647-0fcd608df74a"}]} 2026-04-23 17:13:39.937 8 INFO neutron.db.l3_hamode_db [None req-85fa09ff-7989-4e02-93d1-aebaa9922ecb 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 3667e465-a315-4fd1-9c37-e2d8378934e0 was deleted as no HA routers are present in tenant 1877ad3ff449427b8f1bd7fc07ad6ac1. [pid: 8|app: 0|req: 661/1362] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:38 2026] DELETE /v2.0/routers/b67e30b6-ffd1-4995-8491-2a041bc0e29c => generated 0 bytes in 1029 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1363] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:39 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1364] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:40.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e691769-474c-4b16-8907-3aff5028a3bd 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 220570a5-b49a-4965-b5bd-e530e534fcbe 2026-04-23 17:13:40.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e691769-474c-4b16-8907-3aff5028a3bd 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 220570a5-b49a-4965-b5bd-e530e534fcbe [pid: 7|app: 0|req: 704/1365] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:40 2026] DELETE /v2.0/subnets/d0b31d89-e311-4ff6-856d-dea0f3cd1100 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1366] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 706/1367] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1368] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ff301edf-bf80-4a36-bdff-6859e83629ce => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:13:40.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-71a87f6a-58fe-4a88-a0e8-1e8c79e1df03 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 0522cfb1-285d-4162-b687-9faa0de47b1f 2026-04-23 17:13:40.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71a87f6a-58fe-4a88-a0e8-1e8c79e1df03 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 0522cfb1-285d-4162-b687-9faa0de47b1f 2026-04-23 17:13:40.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e691769-474c-4b16-8907-3aff5028a3bd 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 5f65576c-6c70-483c-9521-c5c66896bad9 2026-04-23 17:13:40.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e691769-474c-4b16-8907-3aff5028a3bd 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 5f65576c-6c70-483c-9521-c5c66896bad9 2026-04-23 17:13:40.609 7 INFO neutron.services.segments.plugin [-] Segment 8161b1af-4643-4814-84e8-19c0a0296ffa resource provider aggregate not found 2026-04-23 17:13:40.615 7 INFO neutron.services.segments.plugin [-] Segment 8161b1af-4643-4814-84e8-19c0a0296ffa resource provider aggregate not found 2026-04-23 17:13:40.636 7 INFO neutron.services.segments.plugin [-] Segment 8161b1af-4643-4814-84e8-19c0a0296ffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8161b1af-4643-4814-84e8-19c0a0296ffa found for delete ", "request_id": "req-d797db66-4129-42c1-9929-a3e7f762dbcf"}]} 2026-04-23 17:13:40.637 7 INFO neutron.services.segments.plugin [-] Segment 8161b1af-4643-4814-84e8-19c0a0296ffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8161b1af-4643-4814-84e8-19c0a0296ffa found for delete ", "request_id": "req-4f88947a-0917-41e2-8d5d-a9629c43cbcf"}]} [pid: 7|app: 0|req: 708/1369] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:40 2026] DELETE /v2.0/networks/bd3e9686-6cbb-447b-82d9-5663558a102d => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1370] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1371] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/subnets?id=c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1372] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/ports?network_id=39a522fd-f528-4728-bb5f-0d5630ea1313&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: 712/1373] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/security-groups?tenant_id=1877ad3ff449427b8f1bd7fc07ad6ac1&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1374] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:13:40.844 8 INFO neutron.db.l3_hamode_db [None req-3e691769-474c-4b16-8907-3aff5028a3bd 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 22bf443d-4c20-4429-b2b4-133771038ecf was deleted as no HA routers are present in tenant 58078037b5a74837bc685ed2f09f28e9. [pid: 8|app: 0|req: 662/1375] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:39 2026] DELETE /v2.0/routers/9ddf01d3-db6f-4141-8840-e8ec5a69f603 => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1376] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:40 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 714/1377] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:40 2026] DELETE /v2.0/security-groups/4477d2df-b17e-4177-a5de-cb7435d9073a => 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: 664/1378] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:40 2026] DELETE /v2.0/subnets/58def96c-0210-4772-bb01-34c2fdcdebba => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:41.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a3f2eca-49aa-4396-8496-88d66d0e2574 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 5d7efc3f-ef4b-4f89-b0e0-4614ca776fc3 2026-04-23 17:13:41.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a3f2eca-49aa-4396-8496-88d66d0e2574 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 5d7efc3f-ef4b-4f89-b0e0-4614ca776fc3 [pid: 7|app: 0|req: 715/1379] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:41 2026] DELETE /v2.0/networks/0cb892ac-052f-4b53-afe7-b12f3c234214 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1382] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:41 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1383] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:41 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&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: 666/1384] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:41 2026] GET /v2.0/security-groups?tenant_id=58078037b5a74837bc685ed2f09f28e9&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1385] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:41 2026] DELETE /v2.0/security-groups/519f1225-26b1-4234-af36-874c24632ed0 => 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: 667/1386] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:41 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1387] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:41 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:41.937 8 INFO neutron.services.segments.plugin [-] Segment 36f8467a-1f31-446f-a1c7-fc286aa96ebe resource provider aggregate not found 2026-04-23 17:13:41.943 8 INFO neutron.services.segments.plugin [-] Segment 36f8467a-1f31-446f-a1c7-fc286aa96ebe resource provider aggregate not found 2026-04-23 17:13:41.961 8 INFO neutron.services.segments.plugin [-] Segment 36f8467a-1f31-446f-a1c7-fc286aa96ebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36f8467a-1f31-446f-a1c7-fc286aa96ebe found for delete ", "request_id": "req-0f99e14c-4811-443f-a3c6-0193bf7ee9d6"}]} 2026-04-23 17:13:41.963 8 INFO neutron.services.segments.plugin [-] Segment 36f8467a-1f31-446f-a1c7-fc286aa96ebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36f8467a-1f31-446f-a1c7-fc286aa96ebe found for delete ", "request_id": "req-40679b53-ca9f-43d5-bb37-b301aaa14f65"}]} [pid: 8|app: 0|req: 668/1388] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:42 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:42.652 7 INFO neutron.services.segments.plugin [-] Segment f3e55dc3-38dd-4828-b30f-6015ef6ded23 resource provider aggregate not found 2026-04-23 17:13:42.661 7 INFO neutron.services.segments.plugin [-] Segment f3e55dc3-38dd-4828-b30f-6015ef6ded23 resource provider aggregate not found 2026-04-23 17:13:42.669 7 INFO neutron.services.segments.plugin [-] Segment f3e55dc3-38dd-4828-b30f-6015ef6ded23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e55dc3-38dd-4828-b30f-6015ef6ded23 found for delete ", "request_id": "req-af8684fb-1aa4-4b42-8341-5e419c8a30da"}]} [pid: 7|app: 0|req: 721/1389] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:42 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:13:42.679 7 INFO neutron.services.segments.plugin [-] Segment f3e55dc3-38dd-4828-b30f-6015ef6ded23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e55dc3-38dd-4828-b30f-6015ef6ded23 found for delete ", "request_id": "req-55a985b2-504c-43a5-8095-e650a54dba76"}]} [pid: 8|app: 0|req: 669/1390] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:42 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1391] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:43 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1392] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:43 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1393] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:43 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1394] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:43 2026] GET /v2.0/security-groups?tenant_id=08e022478dd346cb8e1e25b2adab4e1a&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1395] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:44 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1396] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:44 2026] DELETE /v2.0/security-groups/8d1c2de5-1a58-4a8e-ad85-a5e855288a9f => 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: 672/1397] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:44 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1398] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:44 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 673/1399] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:44 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&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: 727/1400] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:13:44 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:44.905 8 INFO neutron.db.l3_db [None req-ec30742e-3a06-4401-8550-b024a4ce90ee 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Floating IP d60a041b-d3cc-45c7-976c-6970a04d8dd7 associated. External IP: 10.96.250.209, port: ff301edf-bf80-4a36-bdff-6859e83629ce. [pid: 7|app: 0|req: 728/1401] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:44 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1402] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1403] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:13:44 2026] PUT /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1404] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:45.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2784050a-8831-41a2-a17d-f1548b35ce17'] response: {'name': 'network-changed', 'server_uuid': '349ca18e-8686-4af8-86da-b05687c1267d', 'tag': 'ff301edf-bf80-4a36-bdff-6859e83629ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 675/1405] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/ports?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1406] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/networks?id=39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1407] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ff301edf-bf80-4a36-bdff-6859e83629ce => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1408] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/subnets?id=c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1409] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:13:45 2026] GET /v2.0/ports?network_id=39a522fd-f528-4728-bb5f-0d5630ea1313&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1410] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1411] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313?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: 734/1412] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1413] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1414] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1415] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/security-groups?tenant_id=6ba3c783ce414aaca454973abbed8cb1&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1416] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:46 2026] DELETE /v2.0/security-groups/ea1ae7c6-f309-4a71-a621-7d22ed9f17c6 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1417] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:46 2026] GET /v2.0/security-groups?tenant_id=d37fd4853c1b4c16b4919a50c84c1d00&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1418] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:47 2026] DELETE /v2.0/security-groups/f8fd8abb-f351-43b8-b4e3-c871a5b19cd3 => 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: 682/1419] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:47 2026] GET /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1420] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:47 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 683/1421] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:47 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1422] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:48 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 684/1423] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:48 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1424] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:49 2026] GET /v2.0/security-groups?tenant_id=790d76658ef84640868864967cb866ad&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1425] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:49 2026] DELETE /v2.0/security-groups/526de6be-d29b-47ee-ad6f-c2d9ae781d11 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1426] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:50 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 686/1427] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:50 2026] GET /v2.0/security-groups?id=6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96&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: 742/1428] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:13:50 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:50.502 8 INFO neutron_taas.services.taas.taas_plugin [req-a19935db-8311-4d63-87b5-f03b17dc4670 req-d9388735-4284-43d9-a1f0-24ff78312fa5 d772c081f24d4e4392e5f9d78014d887 c05a603bce894283b2c74f14a280b8a1 - - default default] TaaS: Handle Delete Port: 4f91b91f-3b3d-47b9-9d1a-17fff960914e 2026-04-23 17:13:50.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a19935db-8311-4d63-87b5-f03b17dc4670 req-d9388735-4284-43d9-a1f0-24ff78312fa5 d772c081f24d4e4392e5f9d78014d887 c05a603bce894283b2c74f14a280b8a1 - - default default] Tap Mirror: Handle Delete Port: 4f91b91f-3b3d-47b9-9d1a-17fff960914e [pid: 8|app: 0|req: 687/1429] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:13:50 2026] DELETE /v2.0/ports/4f91b91f-3b3d-47b9-9d1a-17fff960914e => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:50.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06c77ae4-c6e0-4824-a5c1-b25a74848f24'] response: {'server_uuid': 'f4b78e70-3f46-45e8-a937-fa5a227da483', 'name': 'network-vif-deleted', 'tag': '4f91b91f-3b3d-47b9-9d1a-17fff960914e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 688/1430] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 743/1431] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/security-groups?tenant_id=3e89d5e045074d679788a449cb2e7e56&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1432] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:51 2026] DELETE /v2.0/security-groups/37baeb78-d014-45a4-aa87-0fcc9964f164 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1433] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/security-groups?tenant_id=1be463a40bde4fd49ef2859de958ab65&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1434] 10.0.0.2 () {32 vars in 651 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/extensions => generated 21537 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1435] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1436] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:51 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: 8|app: 0|req: 693/1437] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1438] 10.0.0.2 () {32 vars in 663 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1439] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:51 2026] DELETE /v2.0/security-groups/dcdc9d33-b812-4cbc-9ee3-c969120394a9 => 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: 695/1440] 10.0.0.2 () {32 vars in 697 bytes} [Thu Apr 23 17:13:51 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1441] 10.0.0.2 () {32 vars in 695 bytes} [Thu Apr 23 17:13: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: 8|app: 0|req: 696/1442] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1443] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1444] 10.0.0.2 () {32 vars in 701 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1445] 10.0.0.2 () {32 vars in 691 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1446] 10.0.0.2 () {32 vars in 693 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1447] 10.0.0.2 () {32 vars in 683 bytes} [Thu Apr 23 17:13:52 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: 699/1448] 10.0.0.2 () {32 vars in 685 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1449] 10.0.0.2 () {32 vars in 659 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1450] 10.0.0.2 () {32 vars in 697 bytes} [Thu Apr 23 17:13:52 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: 7|app: 0|req: 751/1451] 10.0.0.2 () {32 vars in 677 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1452] 10.0.0.2 () {32 vars in 681 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1453] 10.0.0.2 () {32 vars in 673 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1454] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:52 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: 7|app: 0|req: 753/1455] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1456] 10.0.0.2 () {32 vars in 685 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1457] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1458] 10.0.0.2 () {32 vars in 685 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1459] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1460] 10.0.0.2 () {32 vars in 697 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1461] 10.0.0.2 () {32 vars in 677 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1462] 10.0.0.2 () {32 vars in 665 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1463] 10.0.0.2 () {32 vars in 675 bytes} [Thu Apr 23 17:13:52 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: 8|app: 0|req: 707/1464] 10.0.0.2 () {32 vars in 663 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1465] 10.0.0.2 () {32 vars in 673 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1466] 10.0.0.2 () {32 vars in 711 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1467] 10.0.0.2 () {32 vars in 689 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1468] 10.0.0.2 () {32 vars in 681 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1469] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 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: 760/1470] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 711/1471] 10.0.0.2 () {32 vars in 685 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1472] 10.0.0.2 () {32 vars in 703 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1473] 10.0.0.2 () {32 vars in 673 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1474] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1475] 10.0.0.2 () {32 vars in 673 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1476] 10.0.0.2 () {32 vars in 691 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1477] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:52 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: 7|app: 0|req: 764/1478] 10.0.0.2 () {32 vars in 707 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1479] 10.0.0.2 () {32 vars in 703 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1480] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1481] 10.0.0.2 () {32 vars in 695 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1482] 10.0.0.2 () {32 vars in 709 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1483] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1484] 10.0.0.2 () {32 vars in 685 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1485] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1486] 10.0.0.2 () {32 vars in 673 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1487] 10.0.0.2 () {32 vars in 669 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/provider => generated 191 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1488] 10.0.0.2 () {32 vars in 659 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1489] 10.0.0.2 () {32 vars in 697 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1490] 10.0.0.2 () {32 vars in 697 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1491] 10.0.0.2 () {32 vars in 675 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1492] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1493] 10.0.0.2 () {32 vars in 681 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1494] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1495] 10.0.0.2 () {32 vars in 683 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1496] 10.0.0.2 () {32 vars in 705 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1497] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1498] 10.0.0.2 () {32 vars in 695 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1499] 10.0.0.2 () {32 vars in 693 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1500] 10.0.0.2 () {32 vars in 683 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1501] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1502] 10.0.0.2 () {32 vars in 703 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1503] 10.0.0.2 () {32 vars in 665 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1504] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1505] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1506] 10.0.0.2 () {32 vars in 689 bytes} [Thu Apr 23 17:13:52 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: 8|app: 0|req: 729/1507] 10.0.0.2 () {32 vars in 689 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1508] 10.0.0.2 () {32 vars in 693 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1509] 10.0.0.2 () {32 vars in 683 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1510] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1511] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1512] 10.0.0.2 () {32 vars in 701 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1513] 10.0.0.2 () {32 vars in 711 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1514] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1515] 10.0.0.2 () {32 vars in 713 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1516] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1517] 10.0.0.2 () {32 vars in 739 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1518] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1519] 10.0.0.2 () {32 vars in 681 bytes} [Thu Apr 23 17:13:52 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: 785/1520] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/segment => generated 145 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1521] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1522] 10.0.0.2 () {32 vars in 677 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1523] 10.0.0.2 () {32 vars in 667 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1524] 10.0.0.2 () {32 vars in 695 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1525] 10.0.0.2 () {32 vars in 703 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1526] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1527] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1528] 10.0.0.2 () {32 vars in 681 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1529] 10.0.0.2 () {32 vars in 703 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1530] 10.0.0.2 () {32 vars in 693 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1531] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1532] 10.0.0.2 () {32 vars in 695 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1533] 10.0.0.2 () {32 vars in 677 bytes} [Thu Apr 23 17:13:52 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1534] 10.0.0.2 () {32 vars in 687 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1535] 10.0.0.2 () {32 vars in 699 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1536] 10.0.0.2 () {32 vars in 663 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1537] 10.0.0.2 () {32 vars in 679 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1538] 10.0.0.2 () {32 vars in 675 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1539] 10.0.0.2 () {32 vars in 691 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1540] 10.0.0.2 () {32 vars in 675 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1541] 10.0.0.2 () {32 vars in 665 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1542] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1543] 10.0.0.2 () {32 vars in 673 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1544] 10.0.0.2 () {32 vars in 685 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 748/1545] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/ports?device_id=f4b78e70-3f46-45e8-a937-fa5a227da483 => 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: 798/1546] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:53 2026] GET /v2.0/security-groups?tenant_id=659bd915e6514030815a3d145c1b07d6&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: 799/1547] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:53 2026] DELETE /v2.0/security-groups/3cfa23bb-1982-453a-bb84-f92958b7372c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:13:54.128 8 INFO neutron.db.segments_db [None req-ae6fa9cb-cf28-4463-aee1-7cf544c2c9a1 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] Added segment c66cf25b-f392-4168-9006-f133a0b1297e of type vxlan for network 9c3d94e3-c5ad-4834-860b-e7387b3aaabb [pid: 8|app: 0|req: 749/1548] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:53 2026] POST /v2.0/networks => generated 628 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1549] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:54 2026] POST /v2.0/subnets => generated 673 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:13:55.048 8 INFO neutron.db.segments_db [None req-34de26b9-6b3b-4e9b-9ba0-59a89c6ada99 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] Added segment 92abd046-8d92-4ec6-8326-b937409a1b4e of type vxlan for network caef506b-3dac-4972-8d10-ae5870a3d166 [pid: 8|app: 0|req: 750/1550] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:54 2026] POST /v2.0/networks => generated 629 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1551] 10.0.0.2 () {34 vars in 741 bytes} [Thu Apr 23 17:13:55 2026] PUT /v2.0/networks/caef506b-3dac-4972-8d10-ae5870a3d166 => generated 592 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1552] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:55 2026] POST /v2.0/subnets => generated 646 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1553] 10.0.0.2 () {34 vars in 739 bytes} [Thu Apr 23 17:13:55 2026] PUT /v2.0/subnets/fb4c2e8f-0973-40e2-bb68-baf678e641e9 => generated 656 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:55.935 7 INFO neutron.services.segments.plugin [-] Segment 92abd046-8d92-4ec6-8326-b937409a1b4e resource provider aggregate not found 2026-04-23 17:13:55.941 7 INFO neutron.services.segments.plugin [-] Segment 92abd046-8d92-4ec6-8326-b937409a1b4e resource provider aggregate not found 2026-04-23 17:13:55.957 7 INFO neutron.services.segments.plugin [-] Segment 92abd046-8d92-4ec6-8326-b937409a1b4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92abd046-8d92-4ec6-8326-b937409a1b4e found for delete ", "request_id": "req-b88dd288-4168-4f6e-a303-0b4dfb72b415"}]} 2026-04-23 17:13:55.962 7 INFO neutron.services.segments.plugin [-] Segment 92abd046-8d92-4ec6-8326-b937409a1b4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92abd046-8d92-4ec6-8326-b937409a1b4e found for delete ", "request_id": "req-e13054df-1906-4ffb-99c0-e204c2142f14"}]} [pid: 7|app: 0|req: 803/1554] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:55 2026] DELETE /v2.0/networks/caef506b-3dac-4972-8d10-ae5870a3d166 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:13:56.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-86718820-b11f-432b-b6bc-0f4841b1e316 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: f6e24009-69ca-41e0-ba6b-31078156247f 2026-04-23 17:13:56.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86718820-b11f-432b-b6bc-0f4841b1e316 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: f6e24009-69ca-41e0-ba6b-31078156247f 2026-04-23 17:13:56.176 7 INFO neutron.db.segments_db [None req-4d54c418-071d-471b-b9ba-10409552a296 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Added segment 288b188e-a6dd-4975-8415-491c2f946974 of type vxlan for network 32076b0e-d520-4b6a-b919-89a574c5d444 [pid: 7|app: 0|req: 804/1555] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:13:55 2026] POST /v2.0/networks => generated 631 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1556] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:13:56 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 1240 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:56.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f525927e-6276-4860-91fe-474a3f3b24dd 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1557] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:56 2026] DELETE /v2.0/networks/caef506b-3dac-4972-8d10-ae5870a3d166 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1558] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:56 2026] POST /v2.0/subnets => generated 627 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1559] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:13:56 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1560] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:13:56 2026] GET /v2.0/networks?router%3Aexternal=True => 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: 752/1563] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:13:55 2026] PUT /v2.0/routers/29d7af88-eb96-4f53-b658-2e4062498662/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:56.726 7 INFO neutron.db.segments_db [None req-649d5a59-1bbc-491f-9038-8cb260662324 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Added segment 4f321f45-a690-4615-bc02-c1c78bb3f997 of type vxlan for network c86a6b49-532c-4e75-af10-3ebc2e4564d5 [pid: 8|app: 0|req: 753/1564] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:13:56 2026] GET /v2.0/subnets?network_id=4714988b-eb80-4c2d-99da-70ae76b14792 => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:56.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-16516bde-aa6a-4693-93ff-90b79f54667d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 9dce740d-51f5-4fbc-ae2e-a55389d6a31d 2026-04-23 17:13:56.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16516bde-aa6a-4693-93ff-90b79f54667d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 9dce740d-51f5-4fbc-ae2e-a55389d6a31d 2026-04-23 17:13:57.002 7 INFO neutron.db.l3_hamode_db [None req-649d5a59-1bbc-491f-9038-8cb260662324 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:13:57.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-16516bde-aa6a-4693-93ff-90b79f54667d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 24e2439b-67a4-419f-865b-fee8bf8dde93 2026-04-23 17:13:57.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16516bde-aa6a-4693-93ff-90b79f54667d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 24e2439b-67a4-419f-865b-fee8bf8dde93 2026-04-23 17:13:57.704 8 INFO neutron.services.segments.plugin [-] Segment b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd resource provider aggregate not found 2026-04-23 17:13:57.708 8 INFO neutron.services.segments.plugin [-] Segment b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd resource provider aggregate not found 2026-04-23 17:13:57.729 8 INFO neutron.services.segments.plugin [-] Segment b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd found for delete ", "request_id": "req-8df6d38f-19ce-499f-95c2-df529ddb784a"}]} 2026-04-23 17:13:57.729 8 INFO neutron.services.segments.plugin [-] Segment b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4d3f415-76d6-4b8f-99fb-da58e7c6bcdd found for delete ", "request_id": "req-2f3f4123-ab6a-4e6b-a239-23feb18ac82f"}]} 2026-04-23 17:13:57.734 8 INFO neutron.db.l3_hamode_db [None req-16516bde-aa6a-4693-93ff-90b79f54667d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network aa015aad-a415-4d24-be4a-1018e550fd76 was deleted as no HA routers are present in tenant c05a603bce894283b2c74f14a280b8a1. [pid: 8|app: 0|req: 754/1565] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:56 2026] DELETE /v2.0/routers/29d7af88-eb96-4f53-b658-2e4062498662 => generated 0 bytes in 994 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1566] 10.0.0.2 () {32 vars in 651 bytes} [Thu Apr 23 17:13:57 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 17:13:57.933 7 INFO neutron.db.l3_hamode_db [None req-649d5a59-1bbc-491f-9038-8cb260662324 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1567] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:57 2026] DELETE /v2.0/subnets/31110c57-3edc-4c47-854b-94bf5fac5a32 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1568] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:13:57 2026] GET /v2.0/networks => generated 1312 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:58.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbb8d9b1-c535-48d9-852e-4575f5c00e7a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: fde18c25-cc4f-4f58-8302-f91f09b6ad0c 2026-04-23 17:13:58.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb8d9b1-c535-48d9-852e-4575f5c00e7a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: fde18c25-cc4f-4f58-8302-f91f09b6ad0c [pid: 8|app: 0|req: 758/1569] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:57 2026] DELETE /v2.0/networks/5e2f982b-f7d7-427c-9f7a-50df0ccdf771 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1570] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:13:58 2026] GET /v2.0/subnets => generated 1312 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1571] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:13:58 2026] GET /v2.0/networks/9c3d94e3-c5ad-4834-860b-e7387b3aaabb => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1572] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:13:58 2026] GET /v2.0/subnets/349631ff-f6f0-44f7-a5d2-a8ebe0fdac75 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:13:58.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7845d6c-d5e0-425c-8a6c-cc5188f16468 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1573] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:58 2026] DELETE /v2.0/subnets/fb4c2e8f-0973-40e2-bb68-baf678e641e9 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:13:58.435 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8aed382e-21dc-4a92-abd9-330dac1b6d16 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1574] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:58 2026] DELETE /v2.0/networks/caef506b-3dac-4972-8d10-ae5870a3d166 => 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: 764/1575] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:13:58 2026] DELETE /v2.0/subnets/349631ff-f6f0-44f7-a5d2-a8ebe0fdac75 => 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: 765/1576] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:58 2026] GET /v2.0/security-groups?tenant_id=c05a603bce894283b2c74f14a280b8a1&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:58.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-822cf93c-0e1f-4b54-93e2-03077112d008 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] TaaS: Handle Delete Port: 8ffcffaa-888f-494b-bf6c-6bd09666ff9f 2026-04-23 17:13:58.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-822cf93c-0e1f-4b54-93e2-03077112d008 508b0994d7404b8ea97fa450778d9047 39187930a4294a44a4fecc2c969e879f - - default default] Tap Mirror: Handle Delete Port: 8ffcffaa-888f-494b-bf6c-6bd09666ff9f [pid: 7|app: 0|req: 812/1577] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:13:56 2026] POST /v2.0/routers => generated 695 bytes in 2215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1578] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:13:58 2026] DELETE /v2.0/networks/9c3d94e3-c5ad-4834-860b-e7387b3aaabb => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1579] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:58 2026] DELETE /v2.0/security-groups/6104a5a2-93a1-4c54-9c6b-cc2b1a34ae96 => 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: 814/1580] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:13:59 2026] GET /v2.0/security-groups?tenant_id=39187930a4294a44a4fecc2c969e879f&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:13:59.751 8 INFO neutron.services.segments.plugin [-] Segment 496eb411-afd0-4d5e-b232-d0ddaeebfb60 resource provider aggregate not found 2026-04-23 17:13:59.771 8 INFO neutron.services.segments.plugin [-] Segment 496eb411-afd0-4d5e-b232-d0ddaeebfb60 resource provider aggregate not found [pid: 7|app: 0|req: 815/1581] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:13:59 2026] DELETE /v2.0/security-groups/63dc2c80-a9a0-4397-8009-261fe7e21304 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:13:59.783 8 INFO neutron.services.segments.plugin [-] Segment 496eb411-afd0-4d5e-b232-d0ddaeebfb60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 496eb411-afd0-4d5e-b232-d0ddaeebfb60 found for delete ", "request_id": "req-fec64b9f-47d4-40f4-8f1e-5f7e7e4141cb"}]} 2026-04-23 17:13:59.801 8 INFO neutron.services.segments.plugin [-] Segment c66cf25b-f392-4168-9006-f133a0b1297e resource provider aggregate not found 2026-04-23 17:13:59.822 8 INFO neutron.services.segments.plugin [-] Segment 496eb411-afd0-4d5e-b232-d0ddaeebfb60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 496eb411-afd0-4d5e-b232-d0ddaeebfb60 found for delete ", "request_id": "req-0ef126aa-a27f-4ba4-808a-36a1a7934250"}]} 2026-04-23 17:13:59.830 8 INFO neutron.services.segments.plugin [-] Segment c66cf25b-f392-4168-9006-f133a0b1297e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66cf25b-f392-4168-9006-f133a0b1297e found for delete ", "request_id": "req-f769ec6a-2023-4945-87e5-9ad1fd9675a8"}]} 2026-04-23 17:13:59.855 8 INFO neutron.services.segments.plugin [-] Segment c66cf25b-f392-4168-9006-f133a0b1297e resource provider aggregate not found 2026-04-23 17:13:59.883 8 INFO neutron.services.segments.plugin [-] Segment c66cf25b-f392-4168-9006-f133a0b1297e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66cf25b-f392-4168-9006-f133a0b1297e found for delete ", "request_id": "req-f1f3fe52-264e-4ce2-867e-04fff66d23bb"}]} [pid: 8|app: 0|req: 767/1582] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:13:58 2026] PUT /v2.0/routers/ed76df1d-0679-4d1d-ab20-a0053034bd92/add_router_interface => generated 309 bytes in 1439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1583] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:00 2026] POST /v2.0/ports => generated 958 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1584] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:00 2026] POST /v2.0/ports => generated 958 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-23 17:14:01.957 8 INFO neutron.db.segments_db [None req-09d5fa14-2444-4afc-bdf1-4201574fd36a 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Added segment 72a3bc19-5640-4a48-bfb5-754dfee19836 of type vxlan for network 98660629-05f8-43bd-93ea-5243a717dac7 2026-04-23 17:14:01.988 7 INFO neutron.db.l3_db [None req-c4bed39c-9704-4fc9-b44f-d1dbd9d79527 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Floating IP 07fc9d98-60a4-4fc8-8e6a-97d70c1447f1 associated. External IP: 10.96.250.219, port: 5e464435-39bd-44a7-9676-0db442446884. [pid: 8|app: 0|req: 769/1585] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:01 2026] POST /v2.0/networks => generated 626 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1586] 10.0.0.2 () {34 vars in 675 bytes} [Thu Apr 23 17:14:01 2026] POST /v2.0/floatingips => generated 842 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1587] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:02 2026] POST /v2.0/ports => generated 775 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:14:02.439 7 INFO neutron.db.l3_db [None req-e64d091f-dd58-495e-902d-3746462b579c 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Floating IP 07fc9d98-60a4-4fc8-8e6a-97d70c1447f1 disassociated. External IP: 10.96.250.219, port: 5e464435-39bd-44a7-9676-0db442446884. 2026-04-23 17:14:02.451 8 INFO neutron.db.segments_db [None req-997f87bf-668a-40c9-b832-c9b2fb9db0dd 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Added segment 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 of type vxlan for network eaa42d4c-aab7-4b4a-b4c1-8b6d8b06cc34 [pid: 8|app: 0|req: 771/1588] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:02 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1589] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:14:02 2026] PUT /v2.0/floatingips/07fc9d98-60a4-4fc8-8e6a-97d70c1447f1 => generated 552 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1590] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:02 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:02.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4ddcb3a-e6cc-4b32-8c5c-b77fbe21b516 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 0224c85d-053f-4548-a01b-e01a5519ee5b 2026-04-23 17:14:02.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4ddcb3a-e6cc-4b32-8c5c-b77fbe21b516 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 0224c85d-053f-4548-a01b-e01a5519ee5b [pid: 7|app: 0|req: 819/1591] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:02 2026] DELETE /v2.0/floatingips/07fc9d98-60a4-4fc8-8e6a-97d70c1447f1 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1592] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:02 2026] POST /v2.0/ports => generated 950 bytes in 394 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-04-23 17:14:03.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e7dc624-c518-46a2-bd51-a40589c88af2 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] TaaS: Handle Delete Port: 33957150-be40-4a2b-b2af-208428839832 2026-04-23 17:14:03.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e7dc624-c518-46a2-bd51-a40589c88af2 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Tap Mirror: Handle Delete Port: 33957150-be40-4a2b-b2af-208428839832 [pid: 8|app: 0|req: 774/1593] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:03 2026] DELETE /v2.0/ports/33957150-be40-4a2b-b2af-208428839832 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:03.497 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce234a77-2134-4f6a-b3d9-880abded770a 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1594] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:03 2026] DELETE /v2.0/ports/33957150-be40-4a2b-b2af-208428839832 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:03.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-394530ac-d008-4c7d-a3a9-304a0fc00cbb 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1595] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:03 2026] GET /v2.0/ports/33957150-be40-4a2b-b2af-208428839832 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1596] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:03 2026] DELETE /v2.0/subnets/0c6edc83-e6d8-4e2e-92bf-053b9fcd5f27 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:03.805 8 INFO neutron.services.segments.plugin [-] Segment 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 resource provider aggregate not found 2026-04-23 17:14:03.809 8 INFO neutron.services.segments.plugin [-] Segment 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 resource provider aggregate not found 2026-04-23 17:14:03.823 8 INFO neutron.services.segments.plugin [-] Segment 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 found for delete ", "request_id": "req-8220c679-847d-4f74-89f8-5d67d2e3c2e2"}]} [pid: 8|app: 0|req: 778/1597] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:03 2026] DELETE /v2.0/networks/eaa42d4c-aab7-4b4a-b4c1-8b6d8b06cc34 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:03.833 8 INFO neutron.services.segments.plugin [-] Segment 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181aceda-1ea9-400f-82a0-4c1fb73dcfe0 found for delete ", "request_id": "req-e9859937-9a09-4f0f-ae0f-47f0d815c2af"}]} 2026-04-23 17:14:03.866 7 INFO neutron.db.l3_db [None req-b248eb93-4570-4dba-bf5c-6a3b54705246 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Floating IP 6cb9727d-5b2b-4c45-945f-4ffc3472bae8 associated. External IP: 10.96.250.206, port: 8c31b004-ba9e-4fb7-b77c-3966c4175abc. 2026-04-23 17:14:03.897 8 INFO neutron.db.segments_db [None req-30f67ba0-4aef-4091-ac00-b03c4e1d327e 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Added segment 4558d35f-dc0f-431e-8479-715d0126aae1 of type vxlan for network fe09cee9-d7b0-445a-87e9-5f2560410630 [pid: 8|app: 0|req: 779/1598] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:03 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: 820/1599] 10.0.0.2 () {34 vars in 675 bytes} [Thu Apr 23 17:14:03 2026] POST /v2.0/floatingips => generated 842 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1600] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:14:04 2026] GET /v2.0/floatingips/6cb9727d-5b2b-4c45-945f-4ffc3472bae8 => generated 842 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1601] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:04 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1602] 10.0.0.2 () {32 vars in 653 bytes} [Thu Apr 23 17:14:04 2026] GET /v2.0/floatingips => generated 845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1603] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:04 2026] POST /v2.0/ports => generated 911 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:04.794 7 INFO neutron.db.l3_db [None req-5207524c-162f-474e-af46-606830f114b0 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Floating IP 6cb9727d-5b2b-4c45-945f-4ffc3472bae8 associated. External IP: 10.96.250.206, port: 8c31b004-ba9e-4fb7-b77c-3966c4175abc. 2026-04-23 17:14:04.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-d76c81e5-fdd2-413b-88a1-d69722a8c349 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] TaaS: Handle Delete Port: ebd0c6d3-ad78-446b-b75f-c293c27c2609 2026-04-23 17:14:04.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d76c81e5-fdd2-413b-88a1-d69722a8c349 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Tap Mirror: Handle Delete Port: ebd0c6d3-ad78-446b-b75f-c293c27c2609 [pid: 8|app: 0|req: 782/1604] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:04 2026] DELETE /v2.0/ports/ebd0c6d3-ad78-446b-b75f-c293c27c2609 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:04.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc4f1e4b-2e99-421b-8484-194b28db762b 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1605] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:04 2026] GET /v2.0/ports/ebd0c6d3-ad78-446b-b75f-c293c27c2609 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1606] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:04 2026] DELETE /v2.0/subnets/64187413-3022-4928-9dd8-f22c67ad1275 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1607] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:05 2026] DELETE /v2.0/networks/fe09cee9-d7b0-445a-87e9-5f2560410630 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1608] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:14:04 2026] PUT /v2.0/floatingips/6cb9727d-5b2b-4c45-945f-4ffc3472bae8 => generated 842 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1609] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:05 2026] POST /v2.0/ports => generated 774 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 824/1610] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:05 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:05.710 8 INFO neutron.db.l3_db [None req-f1c92b88-1857-473f-b8ec-bb4f8cbb1a5c 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Floating IP 6cb9727d-5b2b-4c45-945f-4ffc3472bae8 disassociated. External IP: 10.96.250.206, port: 5e464435-39bd-44a7-9676-0db442446884. [pid: 7|app: 0|req: 825/1611] 10.0.0.2 () {34 vars in 735 bytes} [Thu Apr 23 17:14:05 2026] PUT /v2.0/ports/1bb98389-1114-4d87-8af3-f5543c9e5fc9 => generated 752 bytes in 233 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-04-23 17:14:05.850 8 INFO neutron.services.segments.plugin [-] Segment 4558d35f-dc0f-431e-8479-715d0126aae1 resource provider aggregate not found 2026-04-23 17:14:05.862 8 INFO neutron.services.segments.plugin [-] Segment 4558d35f-dc0f-431e-8479-715d0126aae1 resource provider aggregate not found [pid: 7|app: 0|req: 826/1612] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:14:05 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:05.882 8 INFO neutron.services.segments.plugin [-] Segment 4558d35f-dc0f-431e-8479-715d0126aae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4558d35f-dc0f-431e-8479-715d0126aae1 found for delete ", "request_id": "req-4ab1ef81-ea3f-472a-81a6-c6c8ae60f8e2"}]} 2026-04-23 17:14:05.884 8 INFO neutron.services.segments.plugin [-] Segment 4558d35f-dc0f-431e-8479-715d0126aae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4558d35f-dc0f-431e-8479-715d0126aae1 found for delete ", "request_id": "req-01565fc5-339b-403a-ad23-9135dfceb810"}]} 2026-04-23 17:14:05.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-d17ce257-b8c4-46ea-8cb7-7873cfc934f6 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] TaaS: Handle Delete Port: 1bb98389-1114-4d87-8af3-f5543c9e5fc9 2026-04-23 17:14:05.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17ce257-b8c4-46ea-8cb7-7873cfc934f6 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Tap Mirror: Handle Delete Port: 1bb98389-1114-4d87-8af3-f5543c9e5fc9 [pid: 7|app: 0|req: 827/1613] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:05 2026] DELETE /v2.0/ports/1bb98389-1114-4d87-8af3-f5543c9e5fc9 => 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: 787/1614] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:14:05 2026] PUT /v2.0/floatingips/6cb9727d-5b2b-4c45-945f-4ffc3472bae8 => generated 552 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1615] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:14:06 2026] GET /v2.0/ports => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:06.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdcdf59b-1f33-45a0-b3c3-48dd140ffa7a 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1616] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:06 2026] GET /v2.0/ports/1bb98389-1114-4d87-8af3-f5543c9e5fc9 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:06.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfa9454b-f3ed-402f-90b9-4d3e12dcc486 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 18d56504-c267-49b5-8ea9-becbfb7df824 2026-04-23 17:14:06.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa9454b-f3ed-402f-90b9-4d3e12dcc486 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 18d56504-c267-49b5-8ea9-becbfb7df824 [pid: 8|app: 0|req: 788/1617] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/floatingips/6cb9727d-5b2b-4c45-945f-4ffc3472bae8 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:06.413 8 INFO neutron.api.v2.resource [None req-2df53a31-99df-448d-ab60-90f1ecbdd4b0 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1618] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/floatingips/6cb9727d-5b2b-4c45-945f-4ffc3472bae8 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:06.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-87d2a92d-95aa-4421-a659-fd924dabdcdd 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 5e464435-39bd-44a7-9676-0db442446884 2026-04-23 17:14:06.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87d2a92d-95aa-4421-a659-fd924dabdcdd 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 5e464435-39bd-44a7-9676-0db442446884 [pid: 7|app: 0|req: 830/1619] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:14:06 2026] GET /v2.0/ports => generated 778 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1620] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:06 2026] GET /v2.0/ports/b74b63a9-fe36-4756-a2b9-ce6f8061eed3 => generated 775 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:06.656 7 INFO neutron.pecan_wsgi.hooks.translation [None req-950aa115-4375-4691-92eb-527c85610c47 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 832/1621] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/ports/ebd0c6d3-ad78-446b-b75f-c293c27c2609 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:06.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbd8e749-c5f5-4cae-917f-e9dc83384a1a 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1622] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/subnets/64187413-3022-4928-9dd8-f22c67ad1275 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:06.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0639380-4780-4fee-9157-94e6b5abfdd8 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1623] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/subnets/0c6edc83-e6d8-4e2e-92bf-053b9fcd5f27 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1624] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/ports/5e464435-39bd-44a7-9676-0db442446884 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:06.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-93b16268-327b-48ae-91b7-0b7820460297 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] TaaS: Handle Delete Port: b74b63a9-fe36-4756-a2b9-ce6f8061eed3 2026-04-23 17:14:06.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93b16268-327b-48ae-91b7-0b7820460297 66c02096806342bf8ee53c0a968dfd9a 2a3acf03c65f4f36b81cc5aee544f617 - - default default] Tap Mirror: Handle Delete Port: b74b63a9-fe36-4756-a2b9-ce6f8061eed3 [pid: 7|app: 0|req: 835/1625] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/ports/b74b63a9-fe36-4756-a2b9-ce6f8061eed3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:06.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-b45e9593-93e9-4e99-b272-14e825b3a564 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 8c31b004-ba9e-4fb7-b77c-3966c4175abc 2026-04-23 17:14:06.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b45e9593-93e9-4e99-b272-14e825b3a564 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 8c31b004-ba9e-4fb7-b77c-3966c4175abc 2026-04-23 17:14:07.011 7 INFO neutron.services.segments.plugin [-] Segment 72a3bc19-5640-4a48-bfb5-754dfee19836 resource provider aggregate not found 2026-04-23 17:14:07.017 7 INFO neutron.services.segments.plugin [-] Segment 72a3bc19-5640-4a48-bfb5-754dfee19836 resource provider aggregate not found 2026-04-23 17:14:07.036 7 INFO neutron.services.segments.plugin [-] Segment 72a3bc19-5640-4a48-bfb5-754dfee19836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a3bc19-5640-4a48-bfb5-754dfee19836 found for delete ", "request_id": "req-bdf1f8b8-f020-4d7a-9f0f-e692121b4b34"}]} 2026-04-23 17:14:07.042 7 INFO neutron.services.segments.plugin [-] Segment 72a3bc19-5640-4a48-bfb5-754dfee19836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a3bc19-5640-4a48-bfb5-754dfee19836 found for delete ", "request_id": "req-5b71f392-5dfc-47f3-a3a5-cfa1cd70d51d"}]} [pid: 8|app: 0|req: 791/1626] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/ports/8c31b004-ba9e-4fb7-b77c-3966c4175abc => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1627] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:06 2026] DELETE /v2.0/networks/98660629-05f8-43bd-93ea-5243a717dac7 => 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: 792/1628] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:07 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 837/1629] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:07 2026] GET /v2.0/ports?device_id=ed76df1d-0679-4d1d-ab20-a0053034bd92 => generated 958 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1630] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:14:07 2026] GET /v2.0/security-groups?id=f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:07.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9fde958-8b36-4839-9f38-20594b3aaf65 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 12f8ee9a-6d23-4c8a-aa36-be5fbeb556e6 2026-04-23 17:14:07.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9fde958-8b36-4839-9f38-20594b3aaf65 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 12f8ee9a-6d23-4c8a-aa36-be5fbeb556e6 [pid: 8|app: 0|req: 794/1631] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:07 2026] GET /v2.0/security-groups?tenant_id=2a3acf03c65f4f36b81cc5aee544f617&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1632] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:14:07 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1633] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:07 2026] DELETE /v2.0/security-groups/f38e9475-d28e-4beb-b2a5-49b1b1150531 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:07.996 8 INFO neutron_taas.services.taas.taas_plugin [req-76a68f28-2a93-438f-ba5b-c79e035b33ba req-0c55bfe0-2cab-4fea-9fd9-9fe850c0982a 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: ff301edf-bf80-4a36-bdff-6859e83629ce 2026-04-23 17:14:07.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-76a68f28-2a93-438f-ba5b-c79e035b33ba req-0c55bfe0-2cab-4fea-9fd9-9fe850c0982a 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: ff301edf-bf80-4a36-bdff-6859e83629ce 2026-04-23 17:14:08.125 8 INFO neutron.db.l3_db [req-76a68f28-2a93-438f-ba5b-c79e035b33ba req-0c55bfe0-2cab-4fea-9fd9-9fe850c0982a 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Floating IP d60a041b-d3cc-45c7-976c-6970a04d8dd7 disassociated. External IP: 10.96.250.209, port: ff301edf-bf80-4a36-bdff-6859e83629ce. [pid: 7|app: 0|req: 838/1634] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:07 2026] PUT /v2.0/routers/ed76df1d-0679-4d1d-ab20-a0053034bd92/remove_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:08.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-94f43141-6c08-4d8e-9678-ca5c04cef860 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 042fdc45-44ef-4df5-97b3-15848cbd4524 2026-04-23 17:14:08.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94f43141-6c08-4d8e-9678-ca5c04cef860 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 042fdc45-44ef-4df5-97b3-15848cbd4524 [pid: 8|app: 0|req: 797/1635] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:14:07 2026] DELETE /v2.0/ports/ff301edf-bf80-4a36-bdff-6859e83629ce => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1636] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:08 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:08.630 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f676a649-aa41-4b9c-9858-74524c152037'] response: {'server_uuid': '349ca18e-8686-4af8-86da-b05687c1267d', 'name': 'network-vif-deleted', 'tag': 'ff301edf-bf80-4a36-bdff-6859e83629ce', 'status': 'completed', 'code': 200} 2026-04-23 17:14:08.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-94f43141-6c08-4d8e-9678-ca5c04cef860 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] TaaS: Handle Delete Port: 1a159168-091a-435a-94db-4a7b0e46e002 2026-04-23 17:14:08.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94f43141-6c08-4d8e-9678-ca5c04cef860 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] Tap Mirror: Handle Delete Port: 1a159168-091a-435a-94db-4a7b0e46e002 2026-04-23 17:14:09.221 7 INFO neutron.services.segments.plugin [-] Segment 4f321f45-a690-4615-bc02-c1c78bb3f997 resource provider aggregate not found 2026-04-23 17:14:09.224 7 INFO neutron.services.segments.plugin [-] Segment 4f321f45-a690-4615-bc02-c1c78bb3f997 resource provider aggregate not found 2026-04-23 17:14:09.240 7 INFO neutron.services.segments.plugin [-] Segment 4f321f45-a690-4615-bc02-c1c78bb3f997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f321f45-a690-4615-bc02-c1c78bb3f997 found for delete ", "request_id": "req-ba477d2a-52ca-4b95-95a3-03114a280aa9"}]} 2026-04-23 17:14:09.242 7 INFO neutron.services.segments.plugin [-] Segment 4f321f45-a690-4615-bc02-c1c78bb3f997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f321f45-a690-4615-bc02-c1c78bb3f997 found for delete ", "request_id": "req-60b56e79-db65-491f-9c9d-ee255e24a1e4"}]} 2026-04-23 17:14:09.260 7 INFO neutron.db.l3_hamode_db [None req-94f43141-6c08-4d8e-9678-ca5c04cef860 7d919537a5204d22aa9dc671a03bd686 105f0d0e01f744029ef212c8d80f71d7 - - default default] HA network c86a6b49-532c-4e75-af10-3ebc2e4564d5 was deleted as no HA routers are present in tenant 105f0d0e01f744029ef212c8d80f71d7. [pid: 7|app: 0|req: 839/1637] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:08 2026] DELETE /v2.0/routers/ed76df1d-0679-4d1d-ab20-a0053034bd92 => generated 0 bytes in 1016 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1638] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:09 2026] DELETE /v2.0/subnets/284c8fd3-1daa-4811-9ea1-a5b0bcaa52e7 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1639] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:09 2026] DELETE /v2.0/networks/32076b0e-d520-4b6a-b919-89a574c5d444 => 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: 800/1640] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:09 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:10.176 7 INFO neutron.db.segments_db [None req-0bca0231-6c6f-4bdc-b0ba-bfb56bcd2ef6 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment d373eaf5-3ad0-4319-aa99-ee03ce6816f4 of type vxlan for network 18f7118d-ac71-4f86-8112-dfb20e37c8c8 [pid: 7|app: 0|req: 841/1641] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:09 2026] POST /v2.0/networks => generated 615 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1642] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:10 2026] GET /v2.0/security-groups?tenant_id=105f0d0e01f744029ef212c8d80f71d7&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:10.351 7 INFO neutron.db.segments_db [None req-92c7031e-2218-4aec-b424-22a192dce234 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 of type vxlan for network 682cb85b-e8dd-44f9-a761-abda7d4b8a47 [pid: 7|app: 0|req: 842/1643] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:10 2026] POST /v2.0/networks => generated 614 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1644] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:10 2026] DELETE /v2.0/security-groups/89b6ff08-2f69-4acd-a14d-028e13850f92 => 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: 843/1645] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:10 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1646] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:10 2026] GET /v2.0/ports?device_id=349ca18e-8686-4af8-86da-b05687c1267d => 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: 803/1647] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:10 2026] POST /v2.0/subnets => generated 655 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:11.068 7 INFO neutron.db.segments_db [None req-f78e0364-c73f-4872-b226-232f252cbf91 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment 2bfa1f9f-99ed-465c-99bb-3aa9327560dc of type vxlan for network 4abc9ce3-f8e0-44fb-8793-9b049ae747ef 2026-04-23 17:14:11.265 7 INFO neutron.services.segments.plugin [-] Segment 288b188e-a6dd-4975-8415-491c2f946974 resource provider aggregate not found 2026-04-23 17:14:11.272 7 INFO neutron.services.segments.plugin [-] Segment 288b188e-a6dd-4975-8415-491c2f946974 resource provider aggregate not found 2026-04-23 17:14:11.288 7 INFO neutron.services.segments.plugin [-] Segment 288b188e-a6dd-4975-8415-491c2f946974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288b188e-a6dd-4975-8415-491c2f946974 found for delete ", "request_id": "req-1a843668-681d-4358-8b18-dc64b75a066d"}]} 2026-04-23 17:14:11.295 7 INFO neutron.services.segments.plugin [-] Segment 288b188e-a6dd-4975-8415-491c2f946974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288b188e-a6dd-4975-8415-491c2f946974 found for delete ", "request_id": "req-dc44df46-e4c3-45ec-8a60-ecca9ab920ab"}]} 2026-04-23 17:14:11.409 7 INFO neutron.db.l3_hamode_db [None req-f78e0364-c73f-4872-b226-232f252cbf91 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:11.538 7 INFO neutron.db.l3_hamode_db [None req-f78e0364-c73f-4872-b226-232f252cbf91 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 806/1650] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:11 2026] DELETE /v2.0/security-groups/f85e5d7f-0ba0-4c5d-bdcd-c3bac6a7d066 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:12.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e18d2ff-24d1-4f26-bca0-6e69124e4812 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: 2d7a0587-4893-4127-9c4f-af5318160da3 2026-04-23 17:14:12.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e18d2ff-24d1-4f26-bca0-6e69124e4812 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: 2d7a0587-4893-4127-9c4f-af5318160da3 [pid: 7|app: 0|req: 845/1651] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:11 2026] POST /v2.0/routers => generated 510 bytes in 1236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1652] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:12 2026] DELETE /v2.0/floatingips/d60a041b-d3cc-45c7-976c-6970a04d8dd7 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:12.617 7 INFO neutron.db.segments_db [None req-c4a09188-ec4f-485a-b888-62d0b2f3d531 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Added segment 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 of type vxlan for network bbeeb967-3860-4026-a2a8-1a77d362b348 2026-04-23 17:14:12.674 7 INFO neutron.db.segments_db [None req-c4a09188-ec4f-485a-b888-62d0b2f3d531 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Added segment be30292f-4949-416d-a4dc-04b3a81a9928 of type vxlan for network 3eab877b-dee1-4c07-bc43-ae0090751188 [pid: 7|app: 0|req: 846/1653] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:12 2026] POST /v2.0/networks => generated 1207 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1654] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:12 2026] GET /v2.0/security-groups?tenant_id=c72987c81b9c4fa385187ec9f7a6aac6&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1655] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:12 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1656] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:14:13 2026] GET /v2.0/networks => generated 1844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1657] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:13 2026] DELETE /v2.0/security-groups/40f18735-41fb-47ad-afb7-ab7d1714c90e => 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/1658] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:14:13 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:13.382 7 INFO neutron.services.segments.plugin [-] Segment 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 resource provider aggregate not found 2026-04-23 17:14:13.384 7 INFO neutron.services.segments.plugin [-] Segment 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 resource provider aggregate not found 2026-04-23 17:14:13.406 7 INFO neutron.services.segments.plugin [-] Segment 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 found for delete ", "request_id": "req-ea233947-0f6b-458b-a045-9267a7d53c91"}]} 2026-04-23 17:14:13.415 7 INFO neutron.services.segments.plugin [-] Segment 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18b706e0-3ac4-4de8-bfa1-0d670bf627a7 found for delete ", "request_id": "req-d91d49f2-a530-46c7-84d9-d68869f8f5c6"}]} [pid: 7|app: 0|req: 852/1659] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:13 2026] DELETE /v2.0/networks/bbeeb967-3860-4026-a2a8-1a77d362b348 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1660] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:13 2026] DELETE /v2.0/networks/3eab877b-dee1-4c07-bc43-ae0090751188 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1661] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:14:13 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:13.721 7 INFO neutron.db.segments_db [None req-b5f6f9e4-1a6c-451e-b83a-9f0fcb9de3da 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Added segment 85947f3b-5148-4b80-99b0-2bf3ca9dd86c of type vxlan for network 4999c4e8-fea4-4f0c-b0c3-942ffbaf79e3 [pid: 7|app: 0|req: 855/1662] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:13 2026] POST /v2.0/networks => generated 630 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:13.889 7 INFO neutron.db.segments_db [None req-b80e697e-a963-4d9a-a423-de4bb5ac6e61 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Added segment d281d786-0258-41a9-8898-5da6366fba5b of type vxlan for network 1c8fcb16-a4d7-4700-9dc7-ea8dfe17b000 [pid: 8|app: 0|req: 808/1663] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:12 2026] PUT /v2.0/routers/21c39be4-2c39-415b-ac28-49f865c3bf99/add_router_interface => generated 309 bytes in 1552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1664] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:13 2026] GET /v2.0/ports/214f7a35-7f0c-4a07-ad53-01cf3f4d3ab0 => generated 959 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1665] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:13 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1666] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:14 2026] POST /v2.0/ports => generated 1506 bytes in 647 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: 858/1667] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:14 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1668] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:14:14 2026] GET /v2.0/ports => generated 1506 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1669] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:14:14 2026] GET /v2.0/security-groups?id=e55ce757-d0aa-414e-8412-27ea7ad2324a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:14.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-972add8b-2d12-48ca-9aed-65189951acc7 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] TaaS: Handle Delete Port: be7d27ce-2dc0-4882-a940-6854bd321102 2026-04-23 17:14:14.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-972add8b-2d12-48ca-9aed-65189951acc7 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Tap Mirror: Handle Delete Port: be7d27ce-2dc0-4882-a940-6854bd321102 [pid: 7|app: 0|req: 861/1670] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:14 2026] DELETE /v2.0/ports/be7d27ce-2dc0-4882-a940-6854bd321102 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1671] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:14:14 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:15.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-7caf4846-d7db-4001-91f5-de283909e2a6 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] TaaS: Handle Delete Port: d5c81261-8848-46bd-a8b8-66da0e0ab7ff 2026-04-23 17:14:15.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7caf4846-d7db-4001-91f5-de283909e2a6 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Tap Mirror: Handle Delete Port: d5c81261-8848-46bd-a8b8-66da0e0ab7ff [pid: 8|app: 0|req: 810/1672] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:13 2026] PUT /v2.0/routers/21c39be4-2c39-415b-ac28-49f865c3bf99/add_router_interface => generated 309 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1673] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:14 2026] DELETE /v2.0/ports/d5c81261-8848-46bd-a8b8-66da0e0ab7ff => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1674] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:15 2026] GET /v2.0/ports/645f92ad-45c1-4cf5-b21d-2d53f017d099 => generated 967 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1675] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:14:15 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:15.304 8 INFO neutron_taas.services.taas.taas_plugin [req-df08c7b1-1c5c-4834-9d9c-ca4afbcea926 req-9d2f1381-fc40-48b5-a727-579498713bf1 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: adb9b13e-5e66-4d09-b29e-1200b6af209f 2026-04-23 17:14:15.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-df08c7b1-1c5c-4834-9d9c-ca4afbcea926 req-9d2f1381-fc40-48b5-a727-579498713bf1 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: adb9b13e-5e66-4d09-b29e-1200b6af209f 2026-04-23 17:14:15.429 7 INFO neutron.services.segments.plugin [-] Segment be30292f-4949-416d-a4dc-04b3a81a9928 resource provider aggregate not found 2026-04-23 17:14:15.445 7 INFO neutron.services.segments.plugin [-] Segment be30292f-4949-416d-a4dc-04b3a81a9928 resource provider aggregate not found 2026-04-23 17:14:15.460 7 INFO neutron.services.segments.plugin [-] Segment be30292f-4949-416d-a4dc-04b3a81a9928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be30292f-4949-416d-a4dc-04b3a81a9928 found for delete ", "request_id": "req-f3435bfe-00d4-4568-b43d-9fe9449e9900"}]} [pid: 8|app: 0|req: 811/1676] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:14:15 2026] DELETE /v2.0/ports/adb9b13e-5e66-4d09-b29e-1200b6af209f => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:15.468 7 INFO neutron.services.segments.plugin [-] Segment be30292f-4949-416d-a4dc-04b3a81a9928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be30292f-4949-416d-a4dc-04b3a81a9928 found for delete ", "request_id": "req-d6bb96ba-c588-4a6f-929c-6e62828e1ab9"}]} 2026-04-23 17:14:15.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9483712-5309-4d5c-86a8-62ae0455c635'] response: {'server_uuid': '764556d9-8e43-4683-97f1-2a3dab84e740', 'name': 'network-vif-deleted', 'tag': 'adb9b13e-5e66-4d09-b29e-1200b6af209f', 'status': 'completed', 'code': 200} 2026-04-23 17:14:15.554 8 INFO neutron.db.segments_db [None req-320626c1-a085-476f-afaa-1f5fab488686 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Added segment d3f715c5-b23e-4805-a562-339d572058fc of type vxlan for network eaf5a8b0-1794-4c56-a791-71db29eda7df [pid: 8|app: 0|req: 812/1677] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:15 2026] POST /v2.0/networks => generated 631 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:15.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-90ad0127-2770-4f0c-ac9d-2e41e55a91ee 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 645f92ad-45c1-4cf5-b21d-2d53f017d099 2026-04-23 17:14:15.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ad0127-2770-4f0c-ac9d-2e41e55a91ee 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 645f92ad-45c1-4cf5-b21d-2d53f017d099 2026-04-23 17:14:15.732 8 INFO neutron.db.segments_db [None req-f5ef98b6-a3d5-4b25-9153-b66126ee88ef 8dc83b19c9314c559719037268f3e1a7 397a1903a19346dea005d30b63e1b914 - - default default] Added segment 1620c25b-14c6-47f0-99be-78749eed37b7 of type vxlan for network 9185ebe5-19d1-4afa-95b1-8092e3240b0a [pid: 8|app: 0|req: 813/1678] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:15 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1679] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:15 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => 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: 866/1680] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:15 2026] PUT /v2.0/routers/21c39be4-2c39-415b-ac28-49f865c3bf99/remove_router_interface => generated 309 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1681] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:15 2026] POST /v2.0/subnets => generated 1273 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1682] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:14:16 2026] GET /v2.0/subnets => generated 1909 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:16.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-d63ced86-cf5c-48cc-b54d-df3fe3174e44 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 214f7a35-7f0c-4a07-ad53-01cf3f4d3ab0 2026-04-23 17:14:16.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d63ced86-cf5c-48cc-b54d-df3fe3174e44 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 214f7a35-7f0c-4a07-ad53-01cf3f4d3ab0 [pid: 8|app: 0|req: 817/1683] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:16 2026] DELETE /v2.0/subnets/bd991e00-3b4a-4fdb-81b3-02313e1f8b89 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1684] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:16 2026] DELETE /v2.0/subnets/a31f72cb-b7b5-4dec-8fd3-4ed7ac1897da => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1685] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:14:16 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:16.703 8 INFO neutron.services.segments.plugin [-] Segment 1620c25b-14c6-47f0-99be-78749eed37b7 resource provider aggregate not found 2026-04-23 17:14:16.708 8 INFO neutron.services.segments.plugin [-] Segment 1620c25b-14c6-47f0-99be-78749eed37b7 resource provider aggregate not found 2026-04-23 17:14:16.726 8 INFO neutron.services.segments.plugin [-] Segment 1620c25b-14c6-47f0-99be-78749eed37b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1620c25b-14c6-47f0-99be-78749eed37b7 found for delete ", "request_id": "req-3962aa5e-524f-4579-971a-5e74053d3906"}]} 2026-04-23 17:14:16.727 8 INFO neutron.services.segments.plugin [-] Segment 1620c25b-14c6-47f0-99be-78749eed37b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1620c25b-14c6-47f0-99be-78749eed37b7 found for delete ", "request_id": "req-85f3604c-5adc-4aef-bbc0-329f1e4bb75e"}]} [pid: 8|app: 0|req: 820/1686] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:16 2026] DELETE /v2.0/networks/9185ebe5-19d1-4afa-95b1-8092e3240b0a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1687] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:16 2026] PUT /v2.0/routers/21c39be4-2c39-415b-ac28-49f865c3bf99/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1688] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:16 2026] DELETE /v2.0/networks/eaf5a8b0-1794-4c56-a791-71db29eda7df => 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: 868/1689] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:16 2026] GET /v2.0/ports?device_id=21c39be4-2c39-415b-ac28-49f865c3bf99 => 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: 822/1690] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:16 2026] DELETE /v2.0/networks/1c8fcb16-a4d7-4700-9dc7-ea8dfe17b000 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1691] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:16 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:17.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-15c84cf2-79a4-4abb-bb19-9fafb68a7a62 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: cf142ec2-3c5a-4848-92c3-48960e52eb96 2026-04-23 17:14:17.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c84cf2-79a4-4abb-bb19-9fafb68a7a62 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: cf142ec2-3c5a-4848-92c3-48960e52eb96 [pid: 8|app: 0|req: 824/1692] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:17 2026] DELETE /v2.0/networks/4999c4e8-fea4-4f0c-b0c3-942ffbaf79e3 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:17.556 7 INFO neutron.services.segments.plugin [-] Segment 2bfa1f9f-99ed-465c-99bb-3aa9327560dc resource provider aggregate not found 2026-04-23 17:14:17.557 7 INFO neutron.services.segments.plugin [-] Segment 2bfa1f9f-99ed-465c-99bb-3aa9327560dc resource provider aggregate not found 2026-04-23 17:14:17.597 7 INFO neutron.services.segments.plugin [-] Segment 2bfa1f9f-99ed-465c-99bb-3aa9327560dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bfa1f9f-99ed-465c-99bb-3aa9327560dc found for delete ", "request_id": "req-190b1b6a-2a59-42fd-b333-8874c375900e"}]} 2026-04-23 17:14:17.608 7 INFO neutron.services.segments.plugin [-] Segment 2bfa1f9f-99ed-465c-99bb-3aa9327560dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bfa1f9f-99ed-465c-99bb-3aa9327560dc found for delete ", "request_id": "req-e06d09ab-6557-492c-80e7-742a18694ea9"}]} 2026-04-23 17:14:17.620 7 INFO neutron.db.l3_hamode_db [None req-15c84cf2-79a4-4abb-bb19-9fafb68a7a62 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] HA network 4abc9ce3-f8e0-44fb-8793-9b049ae747ef was deleted as no HA routers are present in tenant daec6d77a0434611907f0b8cc213331e. [pid: 7|app: 0|req: 869/1693] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:16 2026] DELETE /v2.0/routers/21c39be4-2c39-415b-ac28-49f865c3bf99 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1694] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:17 2026] DELETE /v2.0/subnets/4aedb4c9-b8a7-4f68-8eec-2891b583d1f9 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1695] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:17 2026] GET /v2.0/security-groups?tenant_id=397a1903a19346dea005d30b63e1b914&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1696] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:17 2026] DELETE /v2.0/subnets/9933a1a2-99f5-4d25-b95a-11f822bd8545 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1697] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:18 2026] DELETE /v2.0/security-groups/0ca8d233-a3dc-425e-b1c5-aa2f2b70f3c7 => 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: 825/1698] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:17 2026] POST /v2.0/floatingips => generated 552 bytes in 815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1699] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:18 2026] GET /v2.0/ports?device_id=764556d9-8e43-4683-97f1-2a3dab84e740 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:18.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4686d99-70c9-4949-9fa8-5b54b8f4be48 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 4f544adb-6199-455e-a336-3a63e3285f32 2026-04-23 17:14:18.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4686d99-70c9-4949-9fa8-5b54b8f4be48 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 4f544adb-6199-455e-a336-3a63e3285f32 [pid: 7|app: 0|req: 874/1700] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:18 2026] DELETE /v2.0/networks/682cb85b-e8dd-44f9-a761-abda7d4b8a47 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:18.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-90ab607b-ad67-4b63-8f11-1f4ec033c9ef 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 08e1cf6e-e441-4a28-84f3-3932fa97293d 2026-04-23 17:14:18.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ab607b-ad67-4b63-8f11-1f4ec033c9ef 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 08e1cf6e-e441-4a28-84f3-3932fa97293d 2026-04-23 17:14:18.756 8 INFO neutron.services.segments.plugin [-] Segment d3f715c5-b23e-4805-a562-339d572058fc resource provider aggregate not found 2026-04-23 17:14:18.759 8 INFO neutron.services.segments.plugin [-] Segment d3f715c5-b23e-4805-a562-339d572058fc resource provider aggregate not found 2026-04-23 17:14:18.778 8 INFO neutron.services.segments.plugin [-] Segment d3f715c5-b23e-4805-a562-339d572058fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3f715c5-b23e-4805-a562-339d572058fc found for delete ", "request_id": "req-e4a60685-4483-4c9a-86d0-340ce15f3af8"}]} 2026-04-23 17:14:18.784 8 INFO neutron.services.segments.plugin [-] Segment d3f715c5-b23e-4805-a562-339d572058fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3f715c5-b23e-4805-a562-339d572058fc found for delete ", "request_id": "req-dbe82da7-408f-4b73-83ba-f1d07ca33136"}]} 2026-04-23 17:14:18.806 8 INFO neutron.services.segments.plugin [-] Segment d281d786-0258-41a9-8898-5da6366fba5b resource provider aggregate not found 2026-04-23 17:14:18.819 8 INFO neutron.services.segments.plugin [-] Segment d281d786-0258-41a9-8898-5da6366fba5b resource provider aggregate not found [pid: 8|app: 0|req: 827/1701] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:18 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:18.827 8 INFO neutron.services.segments.plugin [-] Segment d281d786-0258-41a9-8898-5da6366fba5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d281d786-0258-41a9-8898-5da6366fba5b found for delete ", "request_id": "req-f016b774-1808-44f1-b238-dec5d0ea9d27"}]} [pid: 7|app: 0|req: 875/1702] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:18 2026] DELETE /v2.0/networks/18f7118d-ac71-4f86-8112-dfb20e37c8c8 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:18.845 8 INFO neutron.services.segments.plugin [-] Segment d281d786-0258-41a9-8898-5da6366fba5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d281d786-0258-41a9-8898-5da6366fba5b found for delete ", "request_id": "req-a1c34b0f-9d17-46d6-914d-bca5326867ce"}]} 2026-04-23 17:14:18.847 8 INFO neutron.services.segments.plugin [-] Segment 85947f3b-5148-4b80-99b0-2bf3ca9dd86c resource provider aggregate not found 2026-04-23 17:14:18.869 8 INFO neutron.services.segments.plugin [-] Segment 85947f3b-5148-4b80-99b0-2bf3ca9dd86c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85947f3b-5148-4b80-99b0-2bf3ca9dd86c found for delete ", "request_id": "req-9138dfaa-bdce-4aef-aa60-ae213c27efdf"}]} 2026-04-23 17:14:18.873 8 INFO neutron.services.segments.plugin [-] Segment 85947f3b-5148-4b80-99b0-2bf3ca9dd86c resource provider aggregate not found 2026-04-23 17:14:18.896 8 INFO neutron.services.segments.plugin [-] Segment 85947f3b-5148-4b80-99b0-2bf3ca9dd86c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85947f3b-5148-4b80-99b0-2bf3ca9dd86c found for delete ", "request_id": "req-4fba22a9-49be-4b52-987d-6802a5dcbd71"}]} 2026-04-23 17:14:18.908 7 INFO neutron.db.segments_db [None req-b707f6c4-f3b5-4550-b787-81fc4f799690 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment 68a96e16-fcbe-40f0-92cf-e5259df58d51 of type vxlan for network 0531d445-b53f-46dd-bbc1-99af7a79a0ef [pid: 7|app: 0|req: 876/1703] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:18 2026] POST /v2.0/networks => generated 614 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1704] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:19 2026] POST /v2.0/subnets => generated 646 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1705] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:18 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1706] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:19 2026] DELETE /v2.0/security-groups/e55ce757-d0aa-414e-8412-27ea7ad2324a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:19.497 8 INFO neutron.db.segments_db [None req-e57a8741-1c2d-44a3-86aa-23b12df30dcf 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment b2ae4cea-601a-46b8-8720-3e13462d1194 of type vxlan for network d3a065fd-ed27-404e-b426-8dd2254b73b3 2026-04-23 17:14:19.633 7 INFO neutron.services.segments.plugin [-] Segment 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 resource provider aggregate not found 2026-04-23 17:14:19.640 7 INFO neutron.services.segments.plugin [-] Segment 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 resource provider aggregate not found 2026-04-23 17:14:19.665 7 INFO neutron.services.segments.plugin [-] Segment 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 found for delete ", "request_id": "req-6af26ac0-974c-4cd9-89d5-cd84db3561fe"}]} 2026-04-23 17:14:19.669 7 INFO neutron.services.segments.plugin [-] Segment 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb59fdd-8076-4e6a-b96e-5a6c10594ee3 found for delete ", "request_id": "req-a8157b3e-7917-44ea-ad61-0c1cb8ae1e6b"}]} 2026-04-23 17:14:19.697 7 INFO neutron.services.segments.plugin [-] Segment d373eaf5-3ad0-4319-aa99-ee03ce6816f4 resource provider aggregate not found 2026-04-23 17:14:19.703 7 INFO neutron.services.segments.plugin [-] Segment d373eaf5-3ad0-4319-aa99-ee03ce6816f4 resource provider aggregate not found 2026-04-23 17:14:19.720 7 INFO neutron.services.segments.plugin [-] Segment d373eaf5-3ad0-4319-aa99-ee03ce6816f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d373eaf5-3ad0-4319-aa99-ee03ce6816f4 found for delete ", "request_id": "req-383e8198-cf3e-4ae8-8015-8976789f8ed1"}]} 2026-04-23 17:14:19.727 7 INFO neutron.services.segments.plugin [-] Segment d373eaf5-3ad0-4319-aa99-ee03ce6816f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d373eaf5-3ad0-4319-aa99-ee03ce6816f4 found for delete ", "request_id": "req-3c2e40c7-d43c-4b22-a920-a5946a460a22"}]} 2026-04-23 17:14:19.874 8 INFO neutron.db.l3_hamode_db [None req-e57a8741-1c2d-44a3-86aa-23b12df30dcf 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:20.027 8 INFO neutron.db.l3_hamode_db [None req-e57a8741-1c2d-44a3-86aa-23b12df30dcf 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 879/1707] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:19 2026] POST /v2.0/floatingips => generated 552 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:20.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-deefcc27-b671-4957-ac9f-75673d3a246f 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: 47e9d71d-a20e-4374-ae9a-ab765f3d184b 2026-04-23 17:14:20.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deefcc27-b671-4957-ac9f-75673d3a246f 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: 47e9d71d-a20e-4374-ae9a-ab765f3d184b [pid: 8|app: 0|req: 829/1708] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:19 2026] POST /v2.0/routers => generated 511 bytes in 1241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:21.021 8 INFO neutron.db.segments_db [None req-15c785d1-d021-4173-ba18-82790e879cdf 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Added segment 127ea45c-5d96-4887-9832-c04ae7633ae0 of type vxlan for network 04b0484f-98be-4b9e-8a1e-694e1653356d [pid: 8|app: 0|req: 830/1709] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:20 2026] POST /v2.0/networks => generated 629 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1710] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:20 2026] PUT /v2.0/routers/89df99fa-e1a3-4c27-b87b-3db448a1ca95/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1711] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:21 2026] POST /v2.0/ports => generated 964 bytes in 331 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: 831/1712] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:21 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1713] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:21 2026] POST /v2.0/ports => generated 779 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 832/1714] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:21 2026] DELETE /v2.0/subnets/c1bbae3e-5909-4cdf-957f-2232b79b1c87 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1715] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:14:21 2026] PUT /v2.0/floatingips/49052329-d4f6-45e7-86c9-fa2825ec493f/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:22.075 8 INFO neutron.db.segments_db [None req-a1fea3ec-77df-4115-b815-2223a6439033 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Added segment 0c9830da-98ff-43a3-a434-785a251913c9 of type vxlan for network 52440d92-fec6-43e1-b5d3-de2fa5c0d0e6 [pid: 8|app: 0|req: 834/1716] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:22 2026] POST /v2.0/networks => generated 617 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:22.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-afcb58a2-ea02-4eb3-925d-335addd7c747 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: 3c382c2a-132c-4965-810f-c95d6da9c9b1 2026-04-23 17:14:22.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afcb58a2-ea02-4eb3-925d-335addd7c747 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: 3c382c2a-132c-4965-810f-c95d6da9c9b1 2026-04-23 17:14:22.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-afcb58a2-ea02-4eb3-925d-335addd7c747 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: 0495f3d3-06bb-4a5d-92e1-257c05ec5a0c 2026-04-23 17:14:22.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afcb58a2-ea02-4eb3-925d-335addd7c747 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: 0495f3d3-06bb-4a5d-92e1-257c05ec5a0c [pid: 7|app: 0|req: 883/1717] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:21 2026] PUT /v2.0/routers/8c34c214-38d3-45ee-b466-47751ddb4d3f/add_router_interface => generated 309 bytes in 1018 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: 884/1718] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:14:22 2026] PUT /v2.0/floatingips/8c6aecc0-190d-4c50-9783-f700e939c088/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:23.048 8 INFO neutron.services.segments.plugin [-] Segment b27fd566-9e2b-4c58-a64f-6d9259351d58 resource provider aggregate not found 2026-04-23 17:14:23.064 8 INFO neutron.services.segments.plugin [-] Segment b27fd566-9e2b-4c58-a64f-6d9259351d58 resource provider aggregate not found 2026-04-23 17:14:23.070 8 INFO neutron.services.segments.plugin [-] Segment b27fd566-9e2b-4c58-a64f-6d9259351d58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27fd566-9e2b-4c58-a64f-6d9259351d58 found for delete ", "request_id": "req-d613dab4-0fab-4a1d-8280-c38fd26758a5"}]} 2026-04-23 17:14:23.084 8 INFO neutron.services.segments.plugin [-] Segment b27fd566-9e2b-4c58-a64f-6d9259351d58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27fd566-9e2b-4c58-a64f-6d9259351d58 found for delete ", "request_id": "req-49efae36-e976-4b6d-a20d-56b741828050"}]} 2026-04-23 17:14:23.087 8 INFO neutron.db.l3_hamode_db [None req-afcb58a2-ea02-4eb3-925d-335addd7c747 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] HA network 12bae95d-4c62-450b-affd-d917d5495204 was deleted as no HA routers are present in tenant f32d4733d1b746be9dbc34bffd83ac48. [pid: 8|app: 0|req: 835/1719] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:22 2026] DELETE /v2.0/routers/89df99fa-e1a3-4c27-b87b-3db448a1ca95 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1720] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:23 2026] GET /v2.0/ports/b17806d1-273f-40ec-93b0-ce0883bb472c => generated 1038 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1721] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:14:23 2026] PUT /v2.0/floatingips/0ae2e6a7-a8c0-4cc2-88e2-d1d69a021a2e/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1722] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:22 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:23.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-752780a5-bfbc-4d1e-a568-13211f0d0b58 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] TaaS: Handle Delete Port: 887c64a7-24c2-4669-ad07-ed3e6ab7581e 2026-04-23 17:14:23.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-752780a5-bfbc-4d1e-a568-13211f0d0b58 30f3f29e1341436186266140b5bf42f5 f32d4733d1b746be9dbc34bffd83ac48 - - default default] Tap Mirror: Handle Delete Port: 887c64a7-24c2-4669-ad07-ed3e6ab7581e [pid: 8|app: 0|req: 838/1723] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:23 2026] DELETE /v2.0/networks/39a522fd-f528-4728-bb5f-0d5630ea1313 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1724] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:14:23 2026] PUT /v2.0/floatingips/de8ce7c3-cdfa-4dca-b820-de9d4bc0b36c/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:23.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-856dd68f-476a-4712-a1da-06b737a09a35 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: b17806d1-273f-40ec-93b0-ce0883bb472c 2026-04-23 17:14:23.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-856dd68f-476a-4712-a1da-06b737a09a35 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: b17806d1-273f-40ec-93b0-ce0883bb472c [pid: 8|app: 0|req: 840/1725] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:23 2026] POST /v2.0/ports => generated 966 bytes in 466 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: 886/1726] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:23 2026] PUT /v2.0/routers/8c34c214-38d3-45ee-b466-47751ddb4d3f/remove_router_interface => generated 309 bytes in 851 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: 841/1727] 10.0.0.2 () {32 vars in 670 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:24.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f0e927a-1e14-4ba2-81ca-64df21421d56 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] TaaS: Handle Delete Port: 973c6c66-5949-439f-9dc8-0eb8c2662be4 2026-04-23 17:14:24.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f0e927a-1e14-4ba2-81ca-64df21421d56 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Tap Mirror: Handle Delete Port: 973c6c66-5949-439f-9dc8-0eb8c2662be4 2026-04-23 17:14:24.281 8 INFO neutron.api.v2.resource [None req-05c67c5a-802b-488f-bf43-d4f03cd59d19 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1728] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:24 2026] PUT /v2.0/routers/8c34c214-38d3-45ee-b466-47751ddb4d3f/remove_router_interface => generated 197 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1729] 10.0.0.2 () {32 vars in 684 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1730] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/ports?device_id=8c34c214-38d3-45ee-b466-47751ddb4d3f => 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: 887/1731] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:24 2026] DELETE /v2.0/ports/973c6c66-5949-439f-9dc8-0eb8c2662be4 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1732] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1733] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/security-groups?tenant_id=f32d4733d1b746be9dbc34bffd83ac48&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:24.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6c4a440-1919-4601-a388-437f3e6e806e 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1734] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:24 2026] DELETE /v2.0/ports/973c6c66-5949-439f-9dc8-0eb8c2662be4 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:24.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6e34176-9974-4e90-ae15-ee9eefafc049 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: fb3566a7-2153-4d12-bcf4-30a7cd3b049e 2026-04-23 17:14:24.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6e34176-9974-4e90-ae15-ee9eefafc049 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: fb3566a7-2153-4d12-bcf4-30a7cd3b049e [pid: 8|app: 0|req: 847/1735] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1736] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:24 2026] DELETE /v2.0/security-groups/606f3803-7159-4cec-8760-a2df6fabc2aa => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:24.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cacf1cb2-7b9e-41b2-b1ab-97fa2bdbff34 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1737] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/ports/973c6c66-5949-439f-9dc8-0eb8c2662be4 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1738] 10.0.0.2 () {32 vars in 678 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1739] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:24 2026] DELETE /v2.0/subnets/26666b0a-d13f-4179-b915-02329e84867f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1740] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:24.992 7 INFO neutron.services.segments.plugin [-] Segment b2ae4cea-601a-46b8-8720-3e13462d1194 resource provider aggregate not found 2026-04-23 17:14:25.000 7 INFO neutron.services.segments.plugin [-] Segment b2ae4cea-601a-46b8-8720-3e13462d1194 resource provider aggregate not found 2026-04-23 17:14:25.012 7 INFO neutron.services.segments.plugin [-] Segment b2ae4cea-601a-46b8-8720-3e13462d1194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ae4cea-601a-46b8-8720-3e13462d1194 found for delete ", "request_id": "req-504d730b-2283-42fb-8861-cb4eeaec500b"}]} 2026-04-23 17:14:25.016 7 INFO neutron.services.segments.plugin [-] Segment b2ae4cea-601a-46b8-8720-3e13462d1194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ae4cea-601a-46b8-8720-3e13462d1194 found for delete ", "request_id": "req-c2e43ba1-0285-4e24-bcf5-4a19b6f05b56"}]} 2026-04-23 17:14:25.028 7 INFO neutron.db.l3_hamode_db [None req-f6e34176-9974-4e90-ae15-ee9eefafc049 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] HA network d3a065fd-ed27-404e-b426-8dd2254b73b3 was deleted as no HA routers are present in tenant daec6d77a0434611907f0b8cc213331e. [pid: 7|app: 0|req: 889/1741] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:24 2026] DELETE /v2.0/routers/8c34c214-38d3-45ee-b466-47751ddb4d3f => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:25.089 8 INFO neutron.services.segments.plugin [-] Segment f1e7aec7-259e-484e-ad7c-e4eca9fecefa resource provider aggregate not found [pid: 8|app: 0|req: 853/1742] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:24 2026] GET /v2.0/security-groups?tenant_id=2215cbb9bd9d434e87e5629f329f6e1f&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:25.115 8 INFO neutron.services.segments.plugin [-] Segment f1e7aec7-259e-484e-ad7c-e4eca9fecefa resource provider aggregate not found 2026-04-23 17:14:25.118 8 INFO neutron.services.segments.plugin [-] Segment f1e7aec7-259e-484e-ad7c-e4eca9fecefa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e7aec7-259e-484e-ad7c-e4eca9fecefa found for delete ", "request_id": "req-f76216f9-7bb2-4b6f-a3ca-90834ff98222"}]} 2026-04-23 17:14:25.155 8 INFO neutron.services.segments.plugin [-] Segment f1e7aec7-259e-484e-ad7c-e4eca9fecefa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e7aec7-259e-484e-ad7c-e4eca9fecefa found for delete ", "request_id": "req-e452a286-01d0-4c91-a169-778301e8f752"}]} [pid: 8|app: 0|req: 854/1743] 10.0.0.2 () {32 vars in 688 bytes} [Thu Apr 23 17:14:25 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1744] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:25 2026] DELETE /v2.0/networks/52440d92-fec6-43e1-b5d3-de2fa5c0d0e6 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1745] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:25 2026] DELETE /v2.0/security-groups/ab197c8a-d3a5-4714-9037-edb6cbf725f2 => 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: 855/1746] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:25 2026] DELETE /v2.0/subnets/dd520831-6184-4244-8b6c-ec63b110bcaf => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1747] 10.0.0.2 () {32 vars in 700 bytes} [Thu Apr 23 17:14:25 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:25.348 8 INFO neutron.db.segments_db [None req-bb5de53f-b3e7-44aa-9850-cacc0db47347 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Added segment afc0bc3b-6e70-40a9-8332-15178a889975 of type vxlan for network a51d54a9-8531-48ce-8a23-0b22934682ef [pid: 8|app: 0|req: 856/1748] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:25 2026] POST /v2.0/networks => generated 617 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1749] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:25 2026] DELETE /v2.0/networks/0531d445-b53f-46dd-bbc1-99af7a79a0ef => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:25.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e900e3-a240-4a1f-ae60-79e7fe1fd21f 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] TaaS: Handle Delete Port: d00b91fb-6ec5-4a50-b4dc-0f91cb88199f 2026-04-23 17:14:25.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e900e3-a240-4a1f-ae60-79e7fe1fd21f 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] Tap Mirror: Handle Delete Port: d00b91fb-6ec5-4a50-b4dc-0f91cb88199f [pid: 7|app: 0|req: 894/1750] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:25 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1751] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:25 2026] DELETE /v2.0/floatingips/49052329-d4f6-45e7-86c9-fa2825ec493f => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:25.807 7 INFO neutron.db.segments_db [None req-857aae1a-4e6d-410a-8305-c1e7b76a81fa 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment 70435614-ea8d-4555-8ebf-b7fcedec8cd6 of type vxlan for network 30356026-10a7-4865-b784-530e01028b77 [pid: 7|app: 0|req: 895/1752] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:25 2026] POST /v2.0/networks => generated 614 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:26.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-93082aa7-3f87-4a1c-ade5-7db0eb655172 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] TaaS: Handle Delete Port: 0673a1a0-9271-4dfe-9701-cc90ea5b397b 2026-04-23 17:14:26.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93082aa7-3f87-4a1c-ade5-7db0eb655172 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] Tap Mirror: Handle Delete Port: 0673a1a0-9271-4dfe-9701-cc90ea5b397b [pid: 8|app: 0|req: 858/1753] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:25 2026] POST /v2.0/ports => generated 928 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1754] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:25 2026] DELETE /v2.0/floatingips/8c6aecc0-190d-4c50-9783-f700e939c088 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:26.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-60d40e21-50ea-482c-bbfb-c7be27c7b80b 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] TaaS: Handle Delete Port: c84c98c9-f116-46f4-b81e-d5ec878c5a79 2026-04-23 17:14:26.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60d40e21-50ea-482c-bbfb-c7be27c7b80b 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Tap Mirror: Handle Delete Port: c84c98c9-f116-46f4-b81e-d5ec878c5a79 [pid: 8|app: 0|req: 859/1755] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:26 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1756] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:26 2026] DELETE /v2.0/ports/c84c98c9-f116-46f4-b81e-d5ec878c5a79 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:26.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4059d19-2efd-4b02-852a-081506b28289 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] TaaS: Handle Delete Port: e7ab258a-efb1-4887-b67f-58215f544cca 2026-04-23 17:14:26.508 7 INFO neutron.db.segments_db [None req-9c653f26-ce21-4abd-a168-1c486bfbb2c0 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment bf54b4a9-fcda-437c-9e49-77b0bd634c0e of type vxlan for network a5812413-8d18-4115-8abe-d1cdfb2905ab 2026-04-23 17:14:26.508 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4059d19-2efd-4b02-852a-081506b28289 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] Tap Mirror: Handle Delete Port: e7ab258a-efb1-4887-b67f-58215f544cca [pid: 8|app: 0|req: 860/1759] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:26 2026] DELETE /v2.0/floatingips/0ae2e6a7-a8c0-4cc2-88e2-d1d69a021a2e => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:26.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a051bc72-c014-4397-8fbd-4ade9041beb9 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 861/1760] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:26 2026] GET /v2.0/ports/c84c98c9-f116-46f4-b81e-d5ec878c5a79 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:26.759 7 INFO neutron.db.l3_hamode_db [None req-9c653f26-ce21-4abd-a168-1c486bfbb2c0 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:26.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b06b3dc-e66d-46a8-a286-f396622ffbec 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] TaaS: Handle Delete Port: 9ccf0ef8-f6b5-4d31-9034-e9bb1a67a6b8 2026-04-23 17:14:26.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b06b3dc-e66d-46a8-a286-f396622ffbec 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] Tap Mirror: Handle Delete Port: 9ccf0ef8-f6b5-4d31-9034-e9bb1a67a6b8 2026-04-23 17:14:26.898 7 INFO neutron.db.l3_hamode_db [None req-9c653f26-ce21-4abd-a168-1c486bfbb2c0 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 862/1761] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:26 2026] DELETE /v2.0/floatingips/de8ce7c3-cdfa-4dca-b820-de9d4bc0b36c => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:27.035 7 INFO neutron.services.segments.plugin [-] Segment 0c9830da-98ff-43a3-a434-785a251913c9 resource provider aggregate not found 2026-04-23 17:14:27.043 7 INFO neutron.services.segments.plugin [-] Segment 0c9830da-98ff-43a3-a434-785a251913c9 resource provider aggregate not found 2026-04-23 17:14:27.057 7 INFO neutron.services.segments.plugin [-] Segment 0c9830da-98ff-43a3-a434-785a251913c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c9830da-98ff-43a3-a434-785a251913c9 found for delete ", "request_id": "req-0d4e5dd3-3b27-4fff-807e-2431034bf25d"}]} 2026-04-23 17:14:27.064 7 INFO neutron.services.segments.plugin [-] Segment 0c9830da-98ff-43a3-a434-785a251913c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c9830da-98ff-43a3-a434-785a251913c9 found for delete ", "request_id": "req-4bf9f73b-fe2c-4f34-9aa3-1f4186bf3df6"}]} 2026-04-23 17:14:27.081 7 INFO neutron.services.segments.plugin [-] Segment 68a96e16-fcbe-40f0-92cf-e5259df58d51 resource provider aggregate not found 2026-04-23 17:14:27.083 7 INFO neutron.services.segments.plugin [-] Segment 68a96e16-fcbe-40f0-92cf-e5259df58d51 resource provider aggregate not found 2026-04-23 17:14:27.102 7 INFO neutron.services.segments.plugin [-] Segment 68a96e16-fcbe-40f0-92cf-e5259df58d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a96e16-fcbe-40f0-92cf-e5259df58d51 found for delete ", "request_id": "req-b6f2ea86-2b2f-4bc5-b553-29bd1a557d38"}]} 2026-04-23 17:14:27.103 7 INFO neutron.services.segments.plugin [-] Segment 68a96e16-fcbe-40f0-92cf-e5259df58d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a96e16-fcbe-40f0-92cf-e5259df58d51 found for delete ", "request_id": "req-c5e6a03d-8de7-4c5e-ae16-016bfc0d18a4"}]} [pid: 8|app: 0|req: 863/1762] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:27 2026] DELETE /v2.0/subnets/01f180e1-5783-4323-b11c-d666c2699273 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:27.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-5548c44e-d135-4477-bf40-eb8ecfbb09f7 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] TaaS: Handle Delete Port: 21262544-d9e0-45df-9e0f-9e6df3e7df77 2026-04-23 17:14:27.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5548c44e-d135-4477-bf40-eb8ecfbb09f7 44714f53a634414c85e77a22d57739dc 97e18e2989fe4512acf981f22c2c57fc - - default default] Tap Mirror: Handle Delete Port: 21262544-d9e0-45df-9e0f-9e6df3e7df77 [pid: 8|app: 0|req: 864/1763] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:27 2026] DELETE /v2.0/floatingips/5eac0757-c6c7-4044-8624-0c2893567fa9 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1764] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:26 2026] POST /v2.0/routers => generated 511 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1765] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:27 2026] DELETE /v2.0/networks/a51d54a9-8531-48ce-8a23-0b22934682ef => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:27.982 8 INFO neutron.db.segments_db [None req-c058df6e-43f9-4f9c-87fb-714b37445c04 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 2f8b1e19-fab7-4f90-88b4-4d377fe7023c of type vxlan for network 99fbe273-58c4-44e3-824f-d12052dbdd00 [pid: 8|app: 0|req: 865/1766] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:14:27 2026] POST /v2.0/networks => generated 722 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1767] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:28 2026] POST /v2.0/ports => generated 777 bytes in 322 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: 867/1768] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:28 2026] POST /v2.0/subnets => generated 688 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1769] 10.0.0.2 () {34 vars in 735 bytes} [Thu Apr 23 17:14:28 2026] PUT /v2.0/ports/1fe78899-e898-4a25-a20d-684fedcfa274 => generated 752 bytes in 201 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: 869/1770] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:28 2026] GET /v2.0/security-groups?tenant_id=209c1d8b632e404990afa5e4d9cece8d&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:29.152 8 INFO neutron.db.segments_db [None req-fe4ec28e-15df-4972-8533-757a802dad8a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 5750dfb5-235e-4bb9-9337-822659f0b223 of type vxlan for network 08b890d3-b8ef-4408-8c9b-bc72d8f9ca06 2026-04-23 17:14:29.424 7 INFO neutron.services.segments.plugin [-] Segment afc0bc3b-6e70-40a9-8332-15178a889975 resource provider aggregate not found 2026-04-23 17:14:29.427 7 INFO neutron.services.segments.plugin [-] Segment afc0bc3b-6e70-40a9-8332-15178a889975 resource provider aggregate not found 2026-04-23 17:14:29.447 7 INFO neutron.services.segments.plugin [-] Segment afc0bc3b-6e70-40a9-8332-15178a889975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc0bc3b-6e70-40a9-8332-15178a889975 found for delete ", "request_id": "req-95070017-bee1-47f3-8071-c43693ac2e38"}]} 2026-04-23 17:14:29.450 7 INFO neutron.services.segments.plugin [-] Segment afc0bc3b-6e70-40a9-8332-15178a889975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc0bc3b-6e70-40a9-8332-15178a889975 found for delete ", "request_id": "req-bff5c12f-e4de-4864-bf79-74e0f0d47187"}]} [pid: 7|app: 0|req: 902/1771] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:27 2026] PUT /v2.0/routers/b2ab3155-f568-42ee-b472-ee042060a726/add_router_interface => generated 309 bytes in 1740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:29.516 8 INFO neutron.db.l3_hamode_db [None req-fe4ec28e-15df-4972-8533-757a802dad8a 4c1189e1541546f7a680e42fe58050a6 9baa34ee4c12449b8a72b77b82874146 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:29.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c3a018a-bf6d-421e-85ca-b587bc1f6311 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] TaaS: Handle Delete Port: 1fe78899-e898-4a25-a20d-684fedcfa274 2026-04-23 17:14:29.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c3a018a-bf6d-421e-85ca-b587bc1f6311 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Tap Mirror: Handle Delete Port: 1fe78899-e898-4a25-a20d-684fedcfa274 [pid: 7|app: 0|req: 903/1772] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:29 2026] DELETE /v2.0/ports/1fe78899-e898-4a25-a20d-684fedcfa274 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1773] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:29 2026] DELETE /v2.0/security-groups/e4b695e2-9940-46be-97ba-59cfaf9d5d09 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1774] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:29 2026] GET /v2.0/ports/0ca5385a-da3f-48b4-88cf-bb0857fe8a92 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1775] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:14:29 2026] GET /v2.0/ports => generated 782 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:30.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-447d5823-4ad2-4de9-8406-42ce3afb711a 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 0ca5385a-da3f-48b4-88cf-bb0857fe8a92 2026-04-23 17:14:30.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-447d5823-4ad2-4de9-8406-42ce3afb711a 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 0ca5385a-da3f-48b4-88cf-bb0857fe8a92 2026-04-23 17:14:30.343 8 INFO neutron.db.l3_hamode_db [None req-fe4ec28e-15df-4972-8533-757a802dad8a 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 907/1776] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:29 2026] PUT /v2.0/routers/b2ab3155-f568-42ee-b472-ee042060a726/remove_router_interface => generated 309 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1777] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:30 2026] GET /v2.0/security-groups?tenant_id=97e18e2989fe4512acf981f22c2c57fc&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:30.813 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38b4222b-655f-4d56-946c-d44be1aada29 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1778] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:30 2026] GET /v2.0/ports/1fe78899-e898-4a25-a20d-684fedcfa274 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1779] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:30 2026] GET /v2.0/ports?device_id=b2ab3155-f568-42ee-b472-ee042060a726 => 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: 911/1780] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:30 2026] DELETE /v2.0/security-groups/2cbfb860-b8ed-4017-9766-7ec5e9988958 => 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: 912/1781] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:14:30 2026] GET /v2.0/ports => generated 782 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:31.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cba3c85-d154-40d6-83ae-0d92ef3bc7fb 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 53cd7b1e-fc1b-40cc-ad99-dcc6f0642e0b 2026-04-23 17:14:31.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cba3c85-d154-40d6-83ae-0d92ef3bc7fb 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 53cd7b1e-fc1b-40cc-ad99-dcc6f0642e0b [pid: 8|app: 0|req: 870/1782] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:29 2026] POST /v2.0/routers => generated 728 bytes in 2121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1783] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:31 2026] GET /v2.0/ports/3b17b355-6953-40ae-9cd8-59bd7513b5b2 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1784] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:31 2026] GET /v2.0/security-groups?tenant_id=e2e8e72da2974919ae72e829c1c197a3&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:31.533 7 INFO neutron.services.segments.plugin [-] Segment bf54b4a9-fcda-437c-9e49-77b0bd634c0e resource provider aggregate not found 2026-04-23 17:14:31.541 7 INFO neutron.services.segments.plugin [-] Segment bf54b4a9-fcda-437c-9e49-77b0bd634c0e resource provider aggregate not found 2026-04-23 17:14:31.558 7 INFO neutron.services.segments.plugin [-] Segment bf54b4a9-fcda-437c-9e49-77b0bd634c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf54b4a9-fcda-437c-9e49-77b0bd634c0e found for delete ", "request_id": "req-a1f72685-bc3f-42d9-b75f-d058dfe039d9"}]} 2026-04-23 17:14:31.561 7 INFO neutron.services.segments.plugin [-] Segment bf54b4a9-fcda-437c-9e49-77b0bd634c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf54b4a9-fcda-437c-9e49-77b0bd634c0e found for delete ", "request_id": "req-163ed868-8c7c-46ef-9b2f-5a6e3a90beaa"}]} 2026-04-23 17:14:31.562 7 INFO neutron.db.l3_hamode_db [None req-7cba3c85-d154-40d6-83ae-0d92ef3bc7fb 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] HA network a5812413-8d18-4115-8abe-d1cdfb2905ab was deleted as no HA routers are present in tenant daec6d77a0434611907f0b8cc213331e. [pid: 7|app: 0|req: 913/1785] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:30 2026] DELETE /v2.0/routers/b2ab3155-f568-42ee-b472-ee042060a726 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:31.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a9505a5-2310-41f2-a53a-4fea5e47ae3a 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1786] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:31 2026] DELETE /v2.0/ports/c84c98c9-f116-46f4-b81e-d5ec878c5a79 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1787] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:31 2026] DELETE /v2.0/security-groups/092a0aa3-0930-4bc1-a106-bf5aab4466a8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1788] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:31 2026] DELETE /v2.0/subnets/8292e158-c5f8-4689-8eb3-71209fc4e1bf => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:31.921 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2e3a663-819c-4595-821f-d9bd4a44b7c4 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 917/1789] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:31 2026] DELETE /v2.0/subnets/01f180e1-5783-4323-b11c-d666c2699273 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:32.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ee0c2cc-8f06-436a-86ac-00b1da52d70b 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: d4deb5a5-9a6b-4f49-90b1-402146868529 2026-04-23 17:14:32.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee0c2cc-8f06-436a-86ac-00b1da52d70b 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: d4deb5a5-9a6b-4f49-90b1-402146868529 2026-04-23 17:14:34.511 7 INFO neutron.services.segments.plugin [-] Segment 70435614-ea8d-4555-8ebf-b7fcedec8cd6 resource provider aggregate not found 2026-04-23 17:14:34.519 7 INFO neutron.services.segments.plugin [-] Segment 70435614-ea8d-4555-8ebf-b7fcedec8cd6 resource provider aggregate not found 2026-04-23 17:14:34.533 7 INFO neutron.services.segments.plugin [-] Segment 70435614-ea8d-4555-8ebf-b7fcedec8cd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70435614-ea8d-4555-8ebf-b7fcedec8cd6 found for delete ", "request_id": "req-11589e9c-c53c-4fdd-9fe1-0d52ff6d9c36"}]} 2026-04-23 17:14:34.542 7 INFO neutron.services.segments.plugin [-] Segment 70435614-ea8d-4555-8ebf-b7fcedec8cd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70435614-ea8d-4555-8ebf-b7fcedec8cd6 found for delete ", "request_id": "req-8507dd33-0432-4993-995d-f6f8d4112139"}]} [pid: 7|app: 0|req: 918/1790] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:31 2026] DELETE /v2.0/networks/30356026-10a7-4865-b784-530e01028b77 => generated 0 bytes in 2632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:34.570 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b87a7c03-e06b-40e0-aad5-7649916e9567 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1791] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:34 2026] DELETE /v2.0/subnets/26666b0a-d13f-4179-b915-02329e84867f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:34.624 7 INFO neutron.db.segments_db [None req-1e7ca201-ec5d-408e-b1dc-0fdc1df0291d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Added segment e8720c44-0820-4f05-ab80-07d95c16ba32 of type vxlan for network 30604e15-e80f-47cc-b26e-708e19393709 [pid: 8|app: 0|req: 873/1792] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:31 2026] PUT /v2.0/routers/b26f0881-96e0-471f-a7c3-8ba50149b2ad/add_router_interface => generated 309 bytes in 3497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:34.974 7 INFO neutron.db.l3_hamode_db [None req-1e7ca201-ec5d-408e-b1dc-0fdc1df0291d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:35.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8130db9-44b9-4865-8f2d-40759dfed7ad 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] TaaS: Handle Delete Port: 3b17b355-6953-40ae-9cd8-59bd7513b5b2 2026-04-23 17:14:35.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8130db9-44b9-4865-8f2d-40759dfed7ad 100370b6f1d549b4958d56047270ef5f 1ef538bd71d748ffbf8293bcff0722fd - - default default] Tap Mirror: Handle Delete Port: 3b17b355-6953-40ae-9cd8-59bd7513b5b2 [pid: 8|app: 0|req: 874/1793] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:14:34 2026] DELETE /v2.0/ports/3b17b355-6953-40ae-9cd8-59bd7513b5b2 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:35.326 8 INFO neutron.services.segments.plugin [-] Segment 127ea45c-5d96-4887-9832-c04ae7633ae0 resource provider aggregate not found 2026-04-23 17:14:35.332 8 INFO neutron.services.segments.plugin [-] Segment 127ea45c-5d96-4887-9832-c04ae7633ae0 resource provider aggregate not found 2026-04-23 17:14:35.351 8 INFO neutron.services.segments.plugin [-] Segment 127ea45c-5d96-4887-9832-c04ae7633ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127ea45c-5d96-4887-9832-c04ae7633ae0 found for delete ", "request_id": "req-b19a9b34-af8e-4751-bfaf-3696d613aed6"}]} 2026-04-23 17:14:35.351 8 INFO neutron.services.segments.plugin [-] Segment 127ea45c-5d96-4887-9832-c04ae7633ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127ea45c-5d96-4887-9832-c04ae7633ae0 found for delete ", "request_id": "req-2f974877-b16d-4533-9594-9983b488b0ec"}]} [pid: 8|app: 0|req: 875/1794] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:35 2026] DELETE /v2.0/networks/04b0484f-98be-4b9e-8a1e-694e1653356d => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:35.844 7 INFO neutron.db.l3_hamode_db [None req-1e7ca201-ec5d-408e-b1dc-0fdc1df0291d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 876/1795] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:35 2026] GET /v2.0/security-groups?tenant_id=1ef538bd71d748ffbf8293bcff0722fd&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1796] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:36 2026] DELETE /v2.0/security-groups/73b12ab9-e0c9-488f-9e68-336a7ca9ab0b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:36.409 8 INFO neutron.db.segments_db [None req-9c9608a8-fd6a-4560-8a43-017751015b1d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 of type vxlan for network 6fabdf07-9615-4cce-9c5d-69c24a2bf30e [pid: 8|app: 0|req: 878/1797] 10.0.0.2 () {34 vars in 669 bytes} [Thu Apr 23 17:14:36 2026] POST /v2.0/networks => generated 720 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1798] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:36 2026] POST /v2.0/subnets => generated 686 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:36.770 8 INFO neutron.db.segments_db [None req-c249972d-cb2f-4c5f-877b-ae8917201a5d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Added segment 00848f2a-d39b-48de-ad67-a963531a0dfb of type vxlan for network c90e6f3c-696a-427c-b96d-8e3a70e9e386 [pid: 7|app: 0|req: 920/1799] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:34 2026] POST /v2.0/routers => generated 692 bytes in 2415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:37.059 8 INFO neutron.db.l3_hamode_db [None req-c249972d-cb2f-4c5f-877b-ae8917201a5d 4c1189e1541546f7a680e42fe58050a6 5094c88779b24734bb9eeec6e9d0cf4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 921/1800] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:14:36 2026] GET /v2.0/routers/925dd0c2-988b-49c5-8c8f-2e02a92e108e => generated 698 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1801] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:14:37 2026] GET /v2.0/routers => generated 701 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1802] 10.0.0.2 () {34 vars in 739 bytes} [Thu Apr 23 17:14:37 2026] PUT /v2.0/routers/925dd0c2-988b-49c5-8c8f-2e02a92e108e => generated 705 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1803] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:14:37 2026] GET /v2.0/routers/925dd0c2-988b-49c5-8c8f-2e02a92e108e => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1804] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:37 2026] GET /v2.0/ports?device_id=925dd0c2-988b-49c5-8c8f-2e02a92e108e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:37.961 8 INFO neutron.db.l3_hamode_db [None req-c249972d-cb2f-4c5f-877b-ae8917201a5d 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:38.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-4db47ec8-323c-4907-a046-395238a3eb7d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: 05c84225-b7c1-4dc1-b96d-9ba2e89ec556 2026-04-23 17:14:38.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4db47ec8-323c-4907-a046-395238a3eb7d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: 05c84225-b7c1-4dc1-b96d-9ba2e89ec556 2026-04-23 17:14:38.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-4db47ec8-323c-4907-a046-395238a3eb7d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] TaaS: Handle Delete Port: fd54c391-ae78-4a9d-91e9-9ae845438a16 2026-04-23 17:14:38.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4db47ec8-323c-4907-a046-395238a3eb7d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] Tap Mirror: Handle Delete Port: fd54c391-ae78-4a9d-91e9-9ae845438a16 2026-04-23 17:14:38.794 7 INFO neutron.services.segments.plugin [-] Segment e8720c44-0820-4f05-ab80-07d95c16ba32 resource provider aggregate not found 2026-04-23 17:14:38.804 7 INFO neutron.services.segments.plugin [-] Segment e8720c44-0820-4f05-ab80-07d95c16ba32 resource provider aggregate not found 2026-04-23 17:14:38.820 7 INFO neutron.db.l3_hamode_db [None req-4db47ec8-323c-4907-a046-395238a3eb7d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] HA network 30604e15-e80f-47cc-b26e-708e19393709 was deleted as no HA routers are present in tenant daec6d77a0434611907f0b8cc213331e. 2026-04-23 17:14:38.829 7 INFO neutron.services.segments.plugin [-] Segment e8720c44-0820-4f05-ab80-07d95c16ba32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8720c44-0820-4f05-ab80-07d95c16ba32 found for delete ", "request_id": "req-1957027c-6bc1-42a8-83f6-8011fbaae5b1"}]} [pid: 7|app: 0|req: 926/1805] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:37 2026] DELETE /v2.0/routers/925dd0c2-988b-49c5-8c8f-2e02a92e108e => generated 0 bytes in 1035 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:38.845 7 INFO neutron.services.segments.plugin [-] Segment e8720c44-0820-4f05-ab80-07d95c16ba32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8720c44-0820-4f05-ab80-07d95c16ba32 found for delete ", "request_id": "req-6fa75088-d4b2-45d1-bfcd-7e5cf6b1f976"}]} 2026-04-23 17:14:39.185 7 INFO neutron.db.segments_db [None req-9d5d62a9-de00-453c-84c3-f76cfff02ce0 4c14d7c53a98431c9f97588f6de495de 7c178d4e394140fd9b656eb2ed2042b7 - - default default] Added segment b50b4353-d412-4a87-b171-f36d54e5457b of type vxlan for network 6521995d-22a2-44be-8d44-3e14215640ca [pid: 8|app: 0|req: 880/1806] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:36 2026] POST /v2.0/routers => generated 726 bytes in 2498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1807] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:39 2026] GET /v2.0/ports?device_id=925dd0c2-988b-49c5-8c8f-2e02a92e108e => 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: 927/1808] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:38 2026] POST /v2.0/networks => generated 613 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:39.319 7 INFO neutron.api.v2.resource [None req-4a2be59c-4c98-4513-8d28-7e6e6a7f795e 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1809] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:39 2026] DELETE /v2.0/routers/925dd0c2-988b-49c5-8c8f-2e02a92e108e => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:39.408 7 INFO neutron.db.segments_db [None req-0f3daf85-375b-4661-b71e-393c257ca6d2 4c14d7c53a98431c9f97588f6de495de 7c178d4e394140fd9b656eb2ed2042b7 - - default default] Added segment da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 of type vxlan for network 02276a39-7913-495f-8c85-b9ba87e6de84 [pid: 7|app: 0|req: 929/1810] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:39 2026] POST /v2.0/networks => generated 612 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1811] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:39 2026] GET /v2.0/ports?device_id=b2ab3155-f568-42ee-b472-ee042060a726 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:39.650 7 INFO neutron.db.segments_db [None req-928549e2-b006-44ad-b7fb-29063c88e81f 4c14d7c53a98431c9f97588f6de495de 7c178d4e394140fd9b656eb2ed2042b7 - - default default] Added segment 52cd5ff3-9bec-4053-9fc2-e2208795b70b of type vxlan for network 999c4996-ad9e-4ef8-9880-f6698f325788 [pid: 7|app: 0|req: 931/1812] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:39 2026] POST /v2.0/networks => generated 612 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:39.794 7 INFO neutron.api.v2.resource [None req-8f0aa386-19fe-4d08-8b0b-c3af98d71a8a 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1813] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:39 2026] DELETE /v2.0/routers/b2ab3155-f568-42ee-b472-ee042060a726 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:39.869 7 INFO neutron.db.segments_db [None req-257b45cd-290c-44ea-a669-21cb916c1d3f 4c14d7c53a98431c9f97588f6de495de 7c178d4e394140fd9b656eb2ed2042b7 - - default default] Added segment 694e7227-f81c-4d38-a055-3aac3915aa1e of type vxlan for network 3c2064f1-4a99-445b-b1a6-a5355d791b9f [pid: 7|app: 0|req: 933/1814] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:39 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:39.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d05f47e9-20d7-4a97-bd26-d85ddc8f4d3d 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1815] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:39 2026] DELETE /v2.0/subnets/8292e158-c5f8-4689-8eb3-71209fc4e1bf => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:14:40.033 7 INFO neutron.db.segments_db [None req-430ccfb6-682b-4a93-8477-4f4ac8a4e1af 4c14d7c53a98431c9f97588f6de495de 7c178d4e394140fd9b656eb2ed2042b7 - - default default] Added segment 03f99b84-0e44-4744-8a12-5cf77d33a8cf of type vxlan for network 2ce91cc2-3b93-4cf3-86bc-75a3e1f1c1be [pid: 7|app: 0|req: 935/1816] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:39 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: 936/1817] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:40 2026] GET /v2.0/ports?device_id=8c34c214-38d3-45ee-b466-47751ddb4d3f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1818] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:40 2026] PUT /v2.0/networks/6521995d-22a2-44be-8d44-3e14215640ca/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:40.243 7 INFO neutron.api.v2.resource [None req-b22e42eb-d220-4eda-8f72-3bebfb055cbb 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1819] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:40 2026] DELETE /v2.0/routers/8c34c214-38d3-45ee-b466-47751ddb4d3f => 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: 939/1820] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:40 2026] PUT /v2.0/networks/02276a39-7913-495f-8c85-b9ba87e6de84/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:40.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e72b6501-cd38-451c-ad00-4b251d1bc8c4 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1821] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:40 2026] DELETE /v2.0/subnets/dd520831-6184-4244-8b6c-ec63b110bcaf => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1822] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:40 2026] PUT /v2.0/networks/999c4996-ad9e-4ef8-9880-f6698f325788/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1823] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:40 2026] GET /v2.0/ports?device_id=21c39be4-2c39-415b-ac28-49f865c3bf99 => 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: 943/1824] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:40 2026] GET /v2.0/security-groups?tenant_id=9d9c82eca130422c8fce2c5eff43b049&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1825] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:40 2026] PUT /v2.0/networks/3c2064f1-4a99-445b-b1a6-a5355d791b9f/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:40.742 7 INFO neutron.api.v2.resource [None req-b2a449b8-4d24-47b0-ae2c-e2d2db333805 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 945/1826] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:40 2026] DELETE /v2.0/routers/21c39be4-2c39-415b-ac28-49f865c3bf99 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1827] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:40 2026] DELETE /v2.0/security-groups/41b9b7d5-54d3-4c67-af3f-c5f17b32fd36 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1828] 10.0.0.2 () {32 vars in 664 bytes} [Thu Apr 23 17:14:40 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:40.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1977185d-03c0-49a4-bbee-5d73f4cabccb 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 948/1829] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:40 2026] DELETE /v2.0/subnets/4aedb4c9-b8a7-4f68-8eec-2891b583d1f9 => 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: 949/1830] 10.0.0.2 () {32 vars in 678 bytes} [Thu Apr 23 17:14:40 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:41.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb4bcd71-d4c5-458f-a624-adc3135db21c 99d235c0b8be4afd962fbb641e21743b daec6d77a0434611907f0b8cc213331e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1831] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:40 2026] DELETE /v2.0/subnets/9933a1a2-99f5-4d25-b95a-11f822bd8545 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1832] 10.0.0.2 () {32 vars in 674 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1833] 10.0.0.2 () {32 vars in 686 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1834] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:39 2026] PUT /v2.0/routers/aac1fa8b-1adb-4188-9746-bb35821314d0/add_router_interface => generated 309 bytes in 1910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1835] 10.0.0.2 () {32 vars in 672 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1836] 10.0.0.2 () {32 vars in 686 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1837] 10.0.0.2 () {32 vars in 682 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1840] 10.0.0.2 () {32 vars in 694 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:41.616 7 INFO neutron.services.segments.plugin [-] Segment b50b4353-d412-4a87-b171-f36d54e5457b resource provider aggregate not found 2026-04-23 17:14:41.620 7 INFO neutron.services.segments.plugin [-] Segment b50b4353-d412-4a87-b171-f36d54e5457b resource provider aggregate not found 2026-04-23 17:14:41.633 7 INFO neutron.services.segments.plugin [-] Segment b50b4353-d412-4a87-b171-f36d54e5457b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b50b4353-d412-4a87-b171-f36d54e5457b found for delete ", "request_id": "req-2ffad48b-45a0-48a1-bdb4-b8ef891f14f3"}]} 2026-04-23 17:14:41.641 7 INFO neutron.services.segments.plugin [-] Segment b50b4353-d412-4a87-b171-f36d54e5457b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b50b4353-d412-4a87-b171-f36d54e5457b found for delete ", "request_id": "req-763e7c74-a51a-4e90-ab72-72c68b442df0"}]} [pid: 7|app: 0|req: 957/1841] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:41 2026] DELETE /v2.0/networks/6521995d-22a2-44be-8d44-3e14215640ca => 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: 885/1842] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:41 2026] GET /v2.0/security-groups?tenant_id=daec6d77a0434611907f0b8cc213331e&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1843] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:41 2026] DELETE /v2.0/networks/02276a39-7913-495f-8c85-b9ba87e6de84 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1844] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:41 2026] DELETE /v2.0/security-groups/581214d9-2c17-4d63-ada0-d405a9dc3440 => 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: 959/1845] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:41 2026] DELETE /v2.0/networks/999c4996-ad9e-4ef8-9880-f6698f325788 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:42.105 8 INFO neutron.services.segments.plugin [-] Segment 694e7227-f81c-4d38-a055-3aac3915aa1e resource provider aggregate not found 2026-04-23 17:14:42.106 8 INFO neutron.services.segments.plugin [-] Segment 694e7227-f81c-4d38-a055-3aac3915aa1e resource provider aggregate not found 2026-04-23 17:14:42.131 8 INFO neutron.services.segments.plugin [-] Segment 694e7227-f81c-4d38-a055-3aac3915aa1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694e7227-f81c-4d38-a055-3aac3915aa1e found for delete ", "request_id": "req-e9775469-82a1-41bb-ab0c-a8227ac5007f"}]} 2026-04-23 17:14:42.131 8 INFO neutron.services.segments.plugin [-] Segment 694e7227-f81c-4d38-a055-3aac3915aa1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694e7227-f81c-4d38-a055-3aac3915aa1e found for delete ", "request_id": "req-5de56d7e-cc7c-4f1f-a53b-d0f3a335d90a"}]} [pid: 8|app: 0|req: 887/1846] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:41 2026] DELETE /v2.0/networks/3c2064f1-4a99-445b-b1a6-a5355d791b9f => 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: 960/1847] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:14:42 2026] POST /v2.0/security-groups => generated 1675 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1848] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:42 2026] DELETE /v2.0/networks/2ce91cc2-3b93-4cf3-86bc-75a3e1f1c1be => 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: 961/1849] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1850] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1851] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1852] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:42 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) 2026-04-23 17:14:42.772 7 INFO neutron.db.securitygroups_db [None req-156e5aa6-94d8-485c-97ff-2afe15a9a75b e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] Project 9baa34ee4c12449b8a72b77b82874146 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: 963/1853] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:42.922 8 INFO neutron.db.securitygroups_db [None req-bb0d6cac-96b0-42f9-b5d5-7d3953c0b154 e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] Project 9baa34ee4c12449b8a72b77b82874146 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: 891/1854] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1855] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:43 2026] GET /v2.0/security-groups?tenant_id=7c178d4e394140fd9b656eb2ed2042b7&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1856] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:43 2026] DELETE /v2.0/security-groups/5e7f6c12-1c2f-4fa6-a328-be620a2cd8a5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:43.660 7 INFO neutron.services.segments.plugin [-] Segment da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 resource provider aggregate not found 2026-04-23 17:14:43.667 7 INFO neutron.services.segments.plugin [-] Segment da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 resource provider aggregate not found 2026-04-23 17:14:43.677 7 INFO neutron.services.segments.plugin [-] Segment da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 found for delete ", "request_id": "req-ab477bae-3e14-463c-81f2-e2e0437de7a3"}]} 2026-04-23 17:14:43.687 7 INFO neutron.services.segments.plugin [-] Segment da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9cb530-8543-44bb-9e1e-4fe6de2b1ea6 found for delete ", "request_id": "req-205866f2-dd19-4f02-9cec-4632d81be0d4"}]} [pid: 7|app: 0|req: 965/1857] 10.0.0.2 () {34 vars in 683 bytes} [Thu Apr 23 17:14:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 17:14:43.693 7 INFO neutron.services.segments.plugin [-] Segment 52cd5ff3-9bec-4053-9fc2-e2208795b70b resource provider aggregate not found 2026-04-23 17:14:43.713 7 INFO neutron.services.segments.plugin [-] Segment 52cd5ff3-9bec-4053-9fc2-e2208795b70b resource provider aggregate not found 2026-04-23 17:14:43.721 7 INFO neutron.services.segments.plugin [-] Segment 52cd5ff3-9bec-4053-9fc2-e2208795b70b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52cd5ff3-9bec-4053-9fc2-e2208795b70b found for delete ", "request_id": "req-6d17f6d3-1424-4a81-b0a1-bbdcb607f37e"}]} 2026-04-23 17:14:43.733 7 INFO neutron.services.segments.plugin [-] Segment 52cd5ff3-9bec-4053-9fc2-e2208795b70b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52cd5ff3-9bec-4053-9fc2-e2208795b70b found for delete ", "request_id": "req-aa70edcf-be64-4dd1-8a05-3d31a8f8638b"}]} [pid: 8|app: 0|req: 893/1858] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1859] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:14:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1860] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:43 2026] GET /v2.0/security-groups?tenant_id=7e7610fb902640478f58decb54a4ec48&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:44.151 8 INFO neutron.services.segments.plugin [-] Segment 03f99b84-0e44-4744-8a12-5cf77d33a8cf resource provider aggregate not found 2026-04-23 17:14:44.157 8 INFO neutron.services.segments.plugin [-] Segment 03f99b84-0e44-4744-8a12-5cf77d33a8cf resource provider aggregate not found 2026-04-23 17:14:44.172 8 INFO neutron.services.segments.plugin [-] Segment 03f99b84-0e44-4744-8a12-5cf77d33a8cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f99b84-0e44-4744-8a12-5cf77d33a8cf found for delete ", "request_id": "req-02c177e7-4df4-4f62-bd74-02c4a36d99dd"}]} 2026-04-23 17:14:44.178 8 INFO neutron.services.segments.plugin [-] Segment 03f99b84-0e44-4744-8a12-5cf77d33a8cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f99b84-0e44-4744-8a12-5cf77d33a8cf found for delete ", "request_id": "req-b124928f-f426-4531-bd0e-a8c0f6ce7d0a"}]} 2026-04-23 17:14:44.378 8 INFO neutron.db.segments_db [None req-ef18a937-056b-4c0a-a7cf-c896ab25aa84 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 of type vxlan for network b76407ef-94e5-4ba3-9873-a3f86a93076b [pid: 8|app: 0|req: 895/1861] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:44 2026] POST /v2.0/networks => generated 611 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1862] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:44 2026] DELETE /v2.0/security-groups/c22f1cb8-53c9-407f-a711-2e2a342ba4e5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1863] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:44 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:44.705 8 INFO neutron.db.segments_db [None req-f887fc24-48be-40fc-b44c-c2b882fe12f5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment c184befc-dbe7-4328-8927-e1cebdcdd11c of type vxlan for network c9a447f2-3ba3-4b24-af14-7f479c7a9379 [pid: 7|app: 0|req: 968/1864] 10.0.0.188 () {34 vars in 1098 bytes} [Thu Apr 23 17:14:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--655796784&fields=id&tenant_id=9baa34ee4c12449b8a72b77b82874146 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1865] 10.0.0.188 () {34 vars in 1100 bytes} [Thu Apr 23 17:14:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1398370791&fields=id&tenant_id=9baa34ee4c12449b8a72b77b82874146 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1866] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:44 2026] POST /v2.0/networks => generated 611 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1867] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:14:44 2026] GET /v2.0/networks?id=99fbe273-58c4-44e3-824f-d12052dbdd00 => 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: 898/1868] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:44 2026] GET /v2.0/security-groups?tenant_id=c29c30e19101427d897f4bbb6361339f&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1869] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:14:45 2026] GET /v2.0/quotas/9baa34ee4c12449b8a72b77b82874146 => 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: 900/1870] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:45 2026] DELETE /v2.0/security-groups/1c56db12-46fd-405e-abbd-d74d2923e8a6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1871] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:44 2026] POST /v2.0/subnets => generated 626 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1872] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:14:45 2026] GET /v2.0/ports?tenant_id=9baa34ee4c12449b8a72b77b82874146&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1873] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:14:45 2026] GET /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00?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: 903/1874] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:14:45 2026] GET /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00?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: 972/1875] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:45 2026] POST /v2.0/subnets => generated 626 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1876] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:45 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:45.655 7 INFO neutron.db.segments_db [None req-ef93e010-9427-48d1-9476-d353530cc9f2 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment 5eb8514b-05ff-4ed1-9a9f-d16818eb074b of type vxlan for network d8e295a5-042c-465f-92bf-a9c2288c8d95 2026-04-23 17:14:45.948 7 INFO neutron.db.l3_hamode_db [None req-ef93e010-9427-48d1-9476-d353530cc9f2 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:46.129 7 INFO neutron.db.l3_hamode_db [None req-ef93e010-9427-48d1-9476-d353530cc9f2 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 905/1877] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:46 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => 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: 973/1878] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:45 2026] POST /v2.0/routers => generated 507 bytes in 1272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1879] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:47 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1880] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:46 2026] PUT /v2.0/routers/4b1b93b8-5daf-4f66-a5ea-8ac57ae00103/add_router_interface => generated 309 bytes in 1316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1881] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:48 2026] GET /v2.0/ports/53c8b0ca-a9c6-4be6-8f8f-e2cbd7269297 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1882] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:48 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => 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: 907/1883] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:48 2026] PUT /v2.0/routers/4b1b93b8-5daf-4f66-a5ea-8ac57ae00103/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1884] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:49 2026] GET /v2.0/ports/f89d087a-2641-457b-920e-74cd9fdc79a3 => generated 955 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1885] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:14:48 2026] POST /v2.0/floatingips => generated 552 bytes in 829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1886] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:14:49 2026] PUT /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/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: 979/1887] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:49 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1888] 10.0.0.2 () {34 vars in 768 bytes} [Thu Apr 23 17:14:49 2026] PUT /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1889] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:14:49 2026] GET /v2.0/networks?id=99fbe273-58c4-44e3-824f-d12052dbdd00 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1890] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:50 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:50.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-52d8334f-0f4d-492a-bf02-fc1f0201b4d1 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: f89d087a-2641-457b-920e-74cd9fdc79a3 2026-04-23 17:14:50.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52d8334f-0f4d-492a-bf02-fc1f0201b4d1 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: f89d087a-2641-457b-920e-74cd9fdc79a3 [pid: 7|app: 0|req: 983/1891] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:50 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => 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: 984/1892] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:14:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9baa34ee4c12449b8a72b77b82874146 => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1893] 10.0.0.2 () {34 vars in 764 bytes} [Thu Apr 23 17:14:50 2026] PUT /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1894] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:49 2026] PUT /v2.0/routers/4b1b93b8-5daf-4f66-a5ea-8ac57ae00103/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1895] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:14:50 2026] POST /v2.0/ports => generated 993 bytes in 480 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: 910/1896] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:50 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:50.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-53ba0b51-da4b-44d2-bc1a-2ba037d6f5c5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: 53c8b0ca-a9c6-4be6-8f8f-e2cbd7269297 2026-04-23 17:14:50.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53ba0b51-da4b-44d2-bc1a-2ba037d6f5c5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: 53c8b0ca-a9c6-4be6-8f8f-e2cbd7269297 [pid: 8|app: 0|req: 911/1897] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:14:50 2026] PUT /v2.0/ports/327ab66c-7e1f-4aa6-ab49-32c9c84b30be => generated 1274 bytes in 409 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-04-23 17:14:51.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eadeed93-0fac-41b4-aeda-7b878cbb8f88'] response: {'name': 'network-changed', 'server_uuid': '1d6c4b00-2aea-4458-9bee-bd92fe5c1907', 'tag': '327ab66c-7e1f-4aa6-ab49-32c9c84b30be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 912/1898] 10.0.0.2 () {34 vars in 786 bytes} [Thu Apr 23 17:14:51 2026] PUT /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1899] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1900] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1901] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&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: 916/1902] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:14:51 2026] PUT /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1903] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1904] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:50 2026] PUT /v2.0/routers/4b1b93b8-5daf-4f66-a5ea-8ac57ae00103/remove_router_interface => generated 309 bytes in 786 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1905] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/ports?device_id=4b1b93b8-5daf-4f66-a5ea-8ac57ae00103 => 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: 918/1906] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:51.542 8 INFO neutron.api.v2.resource [None req-d79fbbbc-27b4-43a2-bddb-a53b5ed5d76a ac004b733c2f403c8bc5dcbd7eb0b617 dcbee10cc3854b6697b8e7c236c2a49a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1907] 10.0.0.2 () {32 vars in 749 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1908] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:14:51 2026] DELETE /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1909] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:51.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-67b570ea-4c6d-4283-aa86-a73a3c7aa717 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: cc50d726-e04d-40d7-9648-a6e390e83e3f 2026-04-23 17:14:51.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b570ea-4c6d-4283-aa86-a73a3c7aa717 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: cc50d726-e04d-40d7-9648-a6e390e83e3f [pid: 8|app: 0|req: 922/1910] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/ports?tenant_id=9baa34ee4c12449b8a72b77b82874146&device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:51.734 8 INFO neutron.api.v2.resource [None req-d23557e6-1d9a-4935-83f5-9f86539ee2dd ac004b733c2f403c8bc5dcbd7eb0b617 dcbee10cc3854b6697b8e7c236c2a49a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1911] 10.0.0.2 () {32 vars in 752 bytes} [Thu Apr 23 17:14:51 2026] DELETE /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/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: 924/1912] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:51 2026] GET /v2.0/security-groups?tenant_id=e70095429c8f4de09b482eac4e379f1a&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:52.079 7 INFO neutron.services.segments.plugin [-] Segment 5eb8514b-05ff-4ed1-9a9f-d16818eb074b resource provider aggregate not found 2026-04-23 17:14:52.081 7 INFO neutron.services.segments.plugin [-] Segment 5eb8514b-05ff-4ed1-9a9f-d16818eb074b resource provider aggregate not found 2026-04-23 17:14:52.097 7 INFO neutron.services.segments.plugin [-] Segment 5eb8514b-05ff-4ed1-9a9f-d16818eb074b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eb8514b-05ff-4ed1-9a9f-d16818eb074b found for delete ", "request_id": "req-b3d23ac6-e977-4e02-b456-e0013b4b6dd2"}]} 2026-04-23 17:14:52.100 7 INFO neutron.services.segments.plugin [-] Segment 5eb8514b-05ff-4ed1-9a9f-d16818eb074b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eb8514b-05ff-4ed1-9a9f-d16818eb074b found for delete ", "request_id": "req-a7297277-8737-4f18-afc3-bc4cc650b65e"}]} [pid: 8|app: 0|req: 925/1913] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:14:52 2026] GET /v2.0/networks?tenant_id=9baa34ee4c12449b8a72b77b82874146&shared=False => generated 769 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:52.115 7 INFO neutron.db.l3_hamode_db [None req-67b570ea-4c6d-4283-aa86-a73a3c7aa717 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] HA network d8e295a5-042c-465f-92bf-a9c2288c8d95 was deleted as no HA routers are present in tenant 428765b433cf42958cef219fda812358. [pid: 7|app: 0|req: 989/1914] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:51 2026] DELETE /v2.0/routers/4b1b93b8-5daf-4f66-a5ea-8ac57ae00103 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1915] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1916] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/security-groups/b6826ead-fffb-415e-9e4d-a6f43872c257 => 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: 927/1917] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:14:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1918] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:14:52 2026] GET /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e/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: 991/1919] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/subnets/545778a6-e323-45a5-8355-245b42647955 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:52.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ad77acc-1d7c-47f5-bee4-f2907e9f3cd6 ac004b733c2f403c8bc5dcbd7eb0b617 dcbee10cc3854b6697b8e7c236c2a49a - - default default] TaaS: Handle Delete Port: d6b46e83-5e21-443f-93e8-16af0d97ca52 2026-04-23 17:14:52.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ad77acc-1d7c-47f5-bee4-f2907e9f3cd6 ac004b733c2f403c8bc5dcbd7eb0b617 dcbee10cc3854b6697b8e7c236c2a49a - - default default] Tap Mirror: Handle Delete Port: d6b46e83-5e21-443f-93e8-16af0d97ca52 [pid: 7|app: 0|req: 992/1920] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/subnets/0494147a-eafb-4103-9da1-6a640eef728b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1921] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:52 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1922] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/floatingips/73eab04d-5403-4386-8176-58cb2a95174e => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:52.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ac5b9ee-e9d1-4c7f-8280-587bb6539292 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: da981fb5-1bdd-4aa9-8754-c0acd31629d8 [pid: 8|app: 0|req: 930/1923] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:52 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:52.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac5b9ee-e9d1-4c7f-8280-587bb6539292 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: da981fb5-1bdd-4aa9-8754-c0acd31629d8 [pid: 7|app: 0|req: 994/1924] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/networks/c9a447f2-3ba3-4b24-af14-7f479c7a9379 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:53.091 8 INFO neutron.services.segments.plugin [-] Segment 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 resource provider aggregate not found 2026-04-23 17:14:53.093 8 INFO neutron.services.segments.plugin [-] Segment 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 resource provider aggregate not found 2026-04-23 17:14:53.113 8 INFO neutron.services.segments.plugin [-] Segment 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 found for delete ", "request_id": "req-fad63f61-ec73-4f47-83d0-81eb4ff257b7"}]} 2026-04-23 17:14:53.116 8 INFO neutron.services.segments.plugin [-] Segment 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dca6f93-4aaa-4aa6-8ab6-10f070fd0d98 found for delete ", "request_id": "req-06629897-eaf8-47fe-96ad-6971b85a0b7f"}]} [pid: 8|app: 0|req: 931/1925] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:52 2026] DELETE /v2.0/networks/b76407ef-94e5-4ba3-9873-a3f86a93076b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:14:53.183 7 INFO neutron.db.segments_db [None req-06049f94-d44c-4e0d-b4b0-3d1c7f422165 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment 9da9b544-4826-451d-97cc-7b3078dbd038 of type vxlan for network 95daaad8-c11f-4a88-bd65-4ac7829b893b [pid: 7|app: 0|req: 995/1926] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:53 2026] POST /v2.0/networks => generated 610 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1927] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/ports?tenant_id=9baa34ee4c12449b8a72b77b82874146&device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1277 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1928] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=327ab66c-7e1f-4aa6-ab49-32c9c84b30be => 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: 934/1929] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/subnets?id=83ee6cad-6b50-4e3e-b76a-a37d140078cf => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1930] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:53 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1931] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/ports?network_id=99fbe273-58c4-44e3-824f-d12052dbdd00&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:53.621 7 INFO neutron.db.segments_db [None req-71170d55-a6ac-493a-82f0-c1f0a4cbd5b5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment 36abedba-5920-4ee2-88f9-cb18ce6193cb of type vxlan for network 948faef1-3ace-4dbd-bc1e-1dd73b4f5b86 [pid: 8|app: 0|req: 935/1932] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/security-groups?tenant_id=24fee15fd4ac4eb5ba2102bb3139ff57&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1933] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1934] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:53 2026] DELETE /v2.0/security-groups/50cd07aa-11eb-4dc3-bee3-23e90bd89ea9 => 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: 938/1935] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00?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: 939/1936] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1937] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:53.953 7 INFO neutron.db.l3_hamode_db [None req-71170d55-a6ac-493a-82f0-c1f0a4cbd5b5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 941/1938] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:53 2026] GET /v2.0/security-groups?tenant_id=dcbee10cc3854b6697b8e7c236c2a49a&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:54.118 7 INFO neutron.services.segments.plugin [-] Segment c184befc-dbe7-4328-8927-e1cebdcdd11c resource provider aggregate not found 2026-04-23 17:14:54.119 7 INFO neutron.services.segments.plugin [-] Segment c184befc-dbe7-4328-8927-e1cebdcdd11c resource provider aggregate not found 2026-04-23 17:14:54.123 7 INFO neutron.db.l3_hamode_db [None req-71170d55-a6ac-493a-82f0-c1f0a4cbd5b5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:54.136 7 INFO neutron.services.segments.plugin [-] Segment c184befc-dbe7-4328-8927-e1cebdcdd11c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c184befc-dbe7-4328-8927-e1cebdcdd11c found for delete ", "request_id": "req-c13414d7-4e95-4108-be0d-998e6d7d608c"}]} 2026-04-23 17:14:54.137 7 INFO neutron.services.segments.plugin [-] Segment c184befc-dbe7-4328-8927-e1cebdcdd11c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c184befc-dbe7-4328-8927-e1cebdcdd11c found for delete ", "request_id": "req-9ab619ea-2312-4ab4-a57a-51c9637c9019"}]} [pid: 8|app: 0|req: 942/1939] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:54 2026] DELETE /v2.0/security-groups/554bac6d-365b-48eb-91e4-abdbf9f3d34f => 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: 998/1940] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:53 2026] POST /v2.0/routers => generated 507 bytes in 1229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1941] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:54 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => 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: 1000/1942] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:55 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1943] 10.0.0.2 () {34 vars in 663 bytes} [Thu Apr 23 17:14:54 2026] POST /v2.0/ports => generated 952 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 944/1944] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:56 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => 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: 945/1945] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:56 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1948] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:14:55 2026] PUT /v2.0/routers/8973cf70-bad9-4b82-8162-32983b8b16c7/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1949] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:14:56 2026] GET /v2.0/ports/faeb9ee0-489d-4e4a-822f-bbccace853dc => generated 1026 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:14:56.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-13b43113-f7dc-465c-b2a0-9c33723ae532 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: faeb9ee0-489d-4e4a-822f-bbccace853dc 2026-04-23 17:14:56.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13b43113-f7dc-465c-b2a0-9c33723ae532 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: faeb9ee0-489d-4e4a-822f-bbccace853dc [pid: 8|app: 0|req: 949/1950] 10.0.0.2 () {34 vars in 676 bytes} [Thu Apr 23 17:14:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1951] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:14:57 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1952] 10.0.0.2 () {34 vars in 676 bytes} [Thu Apr 23 17:14:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1953] 199.204.45.210 () {34 vars in 1124 bytes} [Thu Apr 23 17:14:57 2026] GET /v2.0/security-groups?id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&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: 953/1954] 10.0.0.2 () {34 vars in 676 bytes} [Thu Apr 23 17:14:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1955] 10.0.0.2 () {34 vars in 676 bytes} [Thu Apr 23 17:14:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1956] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:56 2026] PUT /v2.0/routers/8973cf70-bad9-4b82-8162-32983b8b16c7/remove_router_interface => generated 309 bytes in 853 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: 955/1957] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:57 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1958] 10.0.0.2 () {34 vars in 676 bytes} [Thu Apr 23 17:14:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1959] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:57 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:57.574 8 INFO neutron.api.v2.resource [None req-d8d4e859-5707-4323-b95e-5c78c972aca2 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1960] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:14:57 2026] PUT /v2.0/routers/8973cf70-bad9-4b82-8162-32983b8b16c7/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1961] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:57 2026] PUT /v2.0/policies/38b0ea09-537c-4fbc-868f-f6935fc80e3b/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1962] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:14:57 2026] GET /v2.0/ports?device_id=8973cf70-bad9-4b82-8162-32983b8b16c7 => 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: 1006/1963] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:57 2026] PUT /v2.0/policies/170cca83-c632-470d-8aa1-b20d9bbf9b20/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: 1007/1964] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:57 2026] PUT /v2.0/policies/282161e5-5b65-4f94-ae23-48965d88d0e5/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1965] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:14:57 2026] PUT /v2.0/policies/854848f3-e92d-431d-a12e-98ebeefc3c1c/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:14:57.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-d937329d-b1a2-4ae6-9950-1457ea2e490e baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: 4c5c18c2-e11e-4e78-9c5c-d9bf9cbd1eaa 2026-04-23 17:14:57.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d937329d-b1a2-4ae6-9950-1457ea2e490e baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: 4c5c18c2-e11e-4e78-9c5c-d9bf9cbd1eaa 2026-04-23 17:14:58.234 8 INFO neutron.services.segments.plugin [-] Segment 36abedba-5920-4ee2-88f9-cb18ce6193cb resource provider aggregate not found 2026-04-23 17:14:58.248 8 INFO neutron.services.segments.plugin [-] Segment 36abedba-5920-4ee2-88f9-cb18ce6193cb resource provider aggregate not found 2026-04-23 17:14:58.253 8 INFO neutron.services.segments.plugin [-] Segment 36abedba-5920-4ee2-88f9-cb18ce6193cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36abedba-5920-4ee2-88f9-cb18ce6193cb found for delete ", "request_id": "req-98f59711-5c44-4f36-8877-1058f63842f1"}]} 2026-04-23 17:14:58.267 8 INFO neutron.services.segments.plugin [-] Segment 36abedba-5920-4ee2-88f9-cb18ce6193cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36abedba-5920-4ee2-88f9-cb18ce6193cb found for delete ", "request_id": "req-c435351b-1e84-453b-8e39-19047177f2d1"}]} 2026-04-23 17:14:58.272 8 INFO neutron.db.l3_hamode_db [None req-d937329d-b1a2-4ae6-9950-1457ea2e490e baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] HA network 948faef1-3ace-4dbd-bc1e-1dd73b4f5b86 was deleted as no HA routers are present in tenant 428765b433cf42958cef219fda812358. [pid: 8|app: 0|req: 958/1966] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:57 2026] DELETE /v2.0/routers/8973cf70-bad9-4b82-8162-32983b8b16c7 => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1967] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:57 2026] GET /v2.0/security-groups?tenant_id=7766664a78d840b891d70b03c2b0c04b&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1968] 10.0.0.2 () {32 vars in 672 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1969] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:58 2026] DELETE /v2.0/security-groups/2455063a-d01f-4722-b45a-ebe1f22816ca => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1970] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:14:58 2026] DELETE /v2.0/subnets/7ae619ae-748f-47de-a1d4-99918e73f670 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1971] 10.0.0.2 () {32 vars in 686 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1972] 10.0.0.2 () {32 vars in 682 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:58.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a88eae6-d2dd-4def-b34a-ef3533a39646 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: 1a385635-4dbb-465e-89c9-ba632952bac5 2026-04-23 17:14:58.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a88eae6-d2dd-4def-b34a-ef3533a39646 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: 1a385635-4dbb-465e-89c9-ba632952bac5 [pid: 8|app: 0|req: 963/1973] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1974] 10.0.0.2 () {32 vars in 694 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:14:58.839 7 INFO neutron.services.segments.plugin [-] Segment 9da9b544-4826-451d-97cc-7b3078dbd038 resource provider aggregate not found 2026-04-23 17:14:58.844 7 INFO neutron.services.segments.plugin [-] Segment 9da9b544-4826-451d-97cc-7b3078dbd038 resource provider aggregate not found 2026-04-23 17:14:58.866 7 INFO neutron.services.segments.plugin [-] Segment 9da9b544-4826-451d-97cc-7b3078dbd038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da9b544-4826-451d-97cc-7b3078dbd038 found for delete ", "request_id": "req-a1a0cd08-fa67-489a-b869-d2f6e9db9324"}]} 2026-04-23 17:14:58.869 7 INFO neutron.services.segments.plugin [-] Segment 9da9b544-4826-451d-97cc-7b3078dbd038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da9b544-4826-451d-97cc-7b3078dbd038 found for delete ", "request_id": "req-35365717-4c59-4911-ad28-42c9e49a1140"}]} [pid: 7|app: 0|req: 1011/1975] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:14:58 2026] DELETE /v2.0/networks/95daaad8-c11f-4a88-bd65-4ac7829b893b => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1976] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/security-groups?tenant_id=119bf13411a94ac7ab62e384ccefd327&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: 1012/1977] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&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: 966/1978] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:14:58 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:14:58.979 8 INFO neutron.db.segments_db [None req-eaf25ee0-4b30-453f-a850-126af38a0934 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 of type vxlan for network 61f36589-f437-490c-bcea-56807ab86bfd [pid: 7|app: 0|req: 1013/1979] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:14:58 2026] DELETE /v2.0/security-groups/0ff9aebb-eeb9-4bbf-a5d3-7bf111793472 => 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: 967/1980] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:14:58 2026] POST /v2.0/networks => generated 610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1981] 10.0.0.2 () {32 vars in 694 bytes} [Thu Apr 23 17:14:59 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1982] 10.0.0.2 () {32 vars in 690 bytes} [Thu Apr 23 17:14:59 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1983] 10.0.0.2 () {32 vars in 702 bytes} [Thu Apr 23 17:14:59 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1984] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:14:59 2026] DELETE /v2.0/qos/policies/38b0ea09-537c-4fbc-868f-f6935fc80e3b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1985] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:14:59 2026] DELETE /v2.0/qos/policies/170cca83-c632-470d-8aa1-b20d9bbf9b20 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1986] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:59 2026] POST /v2.0/subnets => generated 626 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:14:59.468 8 INFO neutron.db.segments_db [None req-157e7ed0-6423-4829-a0fe-424cae711c24 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment ca71d870-bd8d-455f-a7f1-2cc1b2496e59 of type vxlan for network 6b9a3d7f-19eb-406f-8c31-fb5d7ff4360c [pid: 7|app: 0|req: 1019/1987] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:14:59 2026] DELETE /v2.0/qos/policies/282161e5-5b65-4f94-ae23-48965d88d0e5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1988] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:14:59 2026] DELETE /v2.0/qos/policies/854848f3-e92d-431d-a12e-98ebeefc3c1c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1989] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:14:59 2026] DELETE /v2.0/qos/policies/da0bf8e0-d4fe-4def-973f-35a4c3fceb49 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:14:59.813 8 INFO neutron.db.l3_hamode_db [None req-157e7ed0-6423-4829-a0fe-424cae711c24 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:14:59.964 8 INFO neutron.db.l3_hamode_db [None req-157e7ed0-6423-4829-a0fe-424cae711c24 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1022/1990] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:00 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1991] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:00 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1992] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:14:59 2026] POST /v2.0/routers => generated 505 bytes in 1436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1993] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:00 2026] GET /v2.0/security-groups?tenant_id=f343cd90045d40d6a0f89d3b3266f823&name=default => generated 2925 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1994] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:01 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1995] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:01 2026] DELETE /v2.0/security-groups/c62c6795-c4f9-464f-91c9-b3b326ff3feb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1996] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:01 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1997] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:01 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1998] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:01 2026] GET /v2.0/security-groups?tenant_id=4c3674b3c73f4dadbd269157bfa08518&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:02.228 8 INFO neutron.db.l3_db [None req-996bd655-78ff-4d48-a166-2b1a939ad396 e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] Floating IP 76ea1206-5478-4d5c-9f01-2f66b9d3cb6d associated. External IP: 10.96.250.206, port: 327ab66c-7e1f-4aa6-ab49-32c9c84b30be. [pid: 8|app: 0|req: 976/1999] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:15:01 2026] PUT /v2.0/floatingips/76ea1206-5478-4d5c-9f01-2f66b9d3cb6d => generated 855 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:02.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38ac7ec0-b7cc-4d3d-8528-14b39b5f5951'] response: {'name': 'network-changed', 'server_uuid': '1d6c4b00-2aea-4458-9bee-bd92fe5c1907', 'tag': '327ab66c-7e1f-4aa6-ab49-32c9c84b30be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 977/2000] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:02 2026] DELETE /v2.0/security-groups/84caf4d9-f07e-4907-b846-c0ba03788478 => 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: 1024/2001] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:15:00 2026] PUT /v2.0/routers/7e54d918-7a0e-4153-93e1-c55dca653fe4/add_router_interface => generated 309 bytes in 2105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2002] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:15:02 2026] GET /v2.0/ports/98832bc4-1765-4150-ac52-92a00271c9f0 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2003] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:02 2026] GET /v2.0/security-groups?tenant_id=2d16d7f1d55e41cea6034efa3ae114cd&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2004] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:03 2026] DELETE /v2.0/security-groups/ace9a34c-2629-4164-abb3-c44f1a719324 => 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: 980/2005] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/ports?tenant_id=9baa34ee4c12449b8a72b77b82874146&device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2006] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/networks?id=99fbe273-58c4-44e3-824f-d12052dbdd00 => generated 769 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2007] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=327ab66c-7e1f-4aa6-ab49-32c9c84b30be => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:03.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-75f57edc-09e2-49a0-ab6c-40898d418244 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: 98832bc4-1765-4150-ac52-92a00271c9f0 [pid: 8|app: 0|req: 983/2008] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/subnets?id=83ee6cad-6b50-4e3e-b76a-a37d140078cf => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:03.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75f57edc-09e2-49a0-ab6c-40898d418244 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: 98832bc4-1765-4150-ac52-92a00271c9f0 [pid: 8|app: 0|req: 984/2009] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/ports?network_id=99fbe273-58c4-44e3-824f-d12052dbdd00&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2010] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2011] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:15:03 2026] GET /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00?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: 1026/2012] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:15:03 2026] PUT /v2.0/routers/7e54d918-7a0e-4153-93e1-c55dca653fe4/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2013] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:04 2026] GET /v2.0/ports?device_id=7e54d918-7a0e-4153-93e1-c55dca653fe4 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:04.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-1875f60f-73cf-4df6-9550-c90810a3f15d baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: cf29eadc-e145-45b1-b3a4-231d52caadcb 2026-04-23 17:15:04.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1875f60f-73cf-4df6-9550-c90810a3f15d baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: cf29eadc-e145-45b1-b3a4-231d52caadcb 2026-04-23 17:15:04.639 7 INFO neutron.services.segments.plugin [-] Segment ca71d870-bd8d-455f-a7f1-2cc1b2496e59 resource provider aggregate not found 2026-04-23 17:15:04.646 7 INFO neutron.services.segments.plugin [-] Segment ca71d870-bd8d-455f-a7f1-2cc1b2496e59 resource provider aggregate not found 2026-04-23 17:15:04.672 7 INFO neutron.services.segments.plugin [-] Segment ca71d870-bd8d-455f-a7f1-2cc1b2496e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca71d870-bd8d-455f-a7f1-2cc1b2496e59 found for delete ", "request_id": "req-460b63fc-ec70-4466-b1ea-610a60c2afa5"}]} 2026-04-23 17:15:04.676 7 INFO neutron.services.segments.plugin [-] Segment ca71d870-bd8d-455f-a7f1-2cc1b2496e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca71d870-bd8d-455f-a7f1-2cc1b2496e59 found for delete ", "request_id": "req-df0b90bb-abef-4db0-ab0d-02a4e4889e84"}]} 2026-04-23 17:15:04.687 7 INFO neutron.db.l3_hamode_db [None req-1875f60f-73cf-4df6-9550-c90810a3f15d baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] HA network 6b9a3d7f-19eb-406f-8c31-fb5d7ff4360c was deleted as no HA routers are present in tenant 428765b433cf42958cef219fda812358. [pid: 7|app: 0|req: 1027/2014] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:04 2026] DELETE /v2.0/routers/7e54d918-7a0e-4153-93e1-c55dca653fe4 => generated 0 bytes in 633 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2015] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:04 2026] DELETE /v2.0/subnets/abe567b5-69b1-4a77-a292-6e2912c194a5 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:05.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-61587648-725d-4bd6-a65c-9c05f209ea57 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: b4d872ea-d6da-4749-8fca-99ddad11eac8 2026-04-23 17:15:05.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61587648-725d-4bd6-a65c-9c05f209ea57 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: b4d872ea-d6da-4749-8fca-99ddad11eac8 [pid: 7|app: 0|req: 1028/2016] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:04 2026] DELETE /v2.0/networks/61f36589-f437-490c-bcea-56807ab86bfd => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:05.349 8 INFO neutron.db.segments_db [None req-eaf36ca4-1600-42a0-807d-165aef4a79c5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Added segment 8cf003a6-34de-442a-a767-aca072ba1343 of type vxlan for network 70ba4fc6-99a0-4600-97a5-77216e45e14e 2026-04-23 17:15:05.661 8 INFO neutron.db.l3_hamode_db [None req-eaf36ca4-1600-42a0-807d-165aef4a79c5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:15:06.649 8 INFO neutron.db.l3_hamode_db [None req-eaf36ca4-1600-42a0-807d-165aef4a79c5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:15:06.696 7 INFO neutron.services.segments.plugin [-] Segment 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 resource provider aggregate not found 2026-04-23 17:15:06.700 7 INFO neutron.services.segments.plugin [-] Segment 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 resource provider aggregate not found 2026-04-23 17:15:06.715 7 INFO neutron.services.segments.plugin [-] Segment 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 found for delete ", "request_id": "req-5c99d43a-8923-430b-8294-2e13f5c16ad5"}]} 2026-04-23 17:15:06.719 7 INFO neutron.services.segments.plugin [-] Segment 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206deafa-be4e-4bb9-9e8e-9ad5ee277f38 found for delete ", "request_id": "req-9feb0cce-929a-4ec6-9860-99a68310245b"}]} [pid: 8|app: 0|req: 989/2017] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:05 2026] POST /v2.0/routers => generated 686 bytes in 2335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2018] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:15:07 2026] GET /v2.0/routers/069b0c66-a857-4cff-a06a-b289447b069f => generated 692 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2019] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:15:07 2026] GET /v2.0/routers => generated 695 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2020] 10.0.0.2 () {34 vars in 739 bytes} [Thu Apr 23 17:15:07 2026] PUT /v2.0/routers/069b0c66-a857-4cff-a06a-b289447b069f => generated 699 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:08.313 8 INFO neutron.db.segments_db [None req-f86b2271-a81f-4e17-97f5-c3afe60559fe 020f4c6264e440168089d61ff6ff2bca d97b0f5ff4e84eff97185f7f4116b6b1 - - default default] Added segment 63dc0f2e-8506-4ade-af8f-6e0440998211 of type vxlan for network 853940f4-9d57-4b99-ba00-fcebf3c387cb [pid: 7|app: 0|req: 1031/2021] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:15:08 2026] GET /v2.0/routers/069b0c66-a857-4cff-a06a-b289447b069f => generated 699 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2022] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:08 2026] GET /v2.0/ports?device_id=069b0c66-a857-4cff-a06a-b289447b069f => 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: 991/2023] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:07 2026] POST /v2.0/networks => generated 612 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:08.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b846ee3-a60c-4f20-8004-273295f78f60 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: 4f6cfe73-a631-4086-8c59-b7436679495c 2026-04-23 17:15:08.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b846ee3-a60c-4f20-8004-273295f78f60 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: 4f6cfe73-a631-4086-8c59-b7436679495c [pid: 8|app: 0|req: 992/2024] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:08 2026] POST /v2.0/subnets => generated 626 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:08.841 8 INFO neutron.db.segments_db [None req-7661a294-d8c7-4707-bc4a-396669b3fa44 020f4c6264e440168089d61ff6ff2bca d97b0f5ff4e84eff97185f7f4116b6b1 - - default default] Added segment 74f57c3b-5011-438c-9cc9-c29abd0e28cf of type vxlan for network 6bcc41bc-bbd8-4bb1-b7c3-74bf2af47aa6 [pid: 8|app: 0|req: 993/2025] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:08 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:09.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b846ee3-a60c-4f20-8004-273295f78f60 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] TaaS: Handle Delete Port: 476770b1-a1d5-42ca-a51f-3dd7707171d2 2026-04-23 17:15:09.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b846ee3-a60c-4f20-8004-273295f78f60 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] Tap Mirror: Handle Delete Port: 476770b1-a1d5-42ca-a51f-3dd7707171d2 [pid: 8|app: 0|req: 994/2026] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:08 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:09.285 8 INFO neutron.db.segments_db [None req-8566f1b3-0f28-4d0b-a8b2-f6884695186d 020f4c6264e440168089d61ff6ff2bca d97b0f5ff4e84eff97185f7f4116b6b1 - - default default] Added segment 94422f62-234c-43f5-9b8d-a6b7c08ceda4 of type vxlan for network e2e1c0c8-8124-40ee-a401-2b3c51c05d09 [pid: 8|app: 0|req: 995/2027] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:09 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:09.425 7 INFO neutron.services.segments.plugin [-] Segment 8cf003a6-34de-442a-a767-aca072ba1343 resource provider aggregate not found 2026-04-23 17:15:09.434 7 INFO neutron.services.segments.plugin [-] Segment 8cf003a6-34de-442a-a767-aca072ba1343 resource provider aggregate not found 2026-04-23 17:15:09.458 7 INFO neutron.services.segments.plugin [-] Segment 8cf003a6-34de-442a-a767-aca072ba1343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cf003a6-34de-442a-a767-aca072ba1343 found for delete ", "request_id": "req-5a63c0cf-bf2a-418f-b8e9-0c1f11625977"}]} 2026-04-23 17:15:09.460 7 INFO neutron.services.segments.plugin [-] Segment 8cf003a6-34de-442a-a767-aca072ba1343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cf003a6-34de-442a-a767-aca072ba1343 found for delete ", "request_id": "req-56f9d019-0e09-4daf-b92c-08ed8fa290e7"}]} 2026-04-23 17:15:09.472 7 INFO neutron.db.l3_hamode_db [None req-3b846ee3-a60c-4f20-8004-273295f78f60 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] HA network 70ba4fc6-99a0-4600-97a5-77216e45e14e was deleted as no HA routers are present in tenant 428765b433cf42958cef219fda812358. [pid: 7|app: 0|req: 1033/2028] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:08 2026] DELETE /v2.0/routers/069b0c66-a857-4cff-a06a-b289447b069f => generated 0 bytes in 1072 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2029] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:09 2026] GET /v2.0/ports?device_id=069b0c66-a857-4cff-a06a-b289447b069f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:09.542 7 INFO neutron.api.v2.resource [None req-04ae6f93-ffe1-448f-8698-53fd828e6ed3 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/2030] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/routers/069b0c66-a857-4cff-a06a-b289447b069f => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2031] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:09 2026] GET /v2.0/ports?device_id=7e54d918-7a0e-4153-93e1-c55dca653fe4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:09.606 7 INFO neutron.api.v2.resource [None req-2ed000cb-1772-4750-850c-9044ffdcd2c4 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1037/2032] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/routers/7e54d918-7a0e-4153-93e1-c55dca653fe4 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:15:09.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8dc347-fd56-4bdf-b9b1-c1374993a4f2 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1038/2033] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/subnets/abe567b5-69b1-4a77-a292-6e2912c194a5 => 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: 996/2034] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:09 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2035] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:09 2026] GET /v2.0/ports?device_id=8973cf70-bad9-4b82-8162-32983b8b16c7 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:09.693 7 INFO neutron.api.v2.resource [None req-9eaac050-9d4c-4cc3-ac70-cf96edd5219d baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1040/2036] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/routers/8973cf70-bad9-4b82-8162-32983b8b16c7 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:15:09.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6b38a02-5131-4613-9fee-d58165cf6957 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1041/2037] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/subnets/7ae619ae-748f-47de-a1d4-99918e73f670 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:15:09.736 8 INFO neutron.db.segments_db [None req-6dc0a615-2fcf-4562-bc51-c0207c133cc6 020f4c6264e440168089d61ff6ff2bca d97b0f5ff4e84eff97185f7f4116b6b1 - - default default] Added segment 66febfcf-8109-488e-9713-3c50818153cd of type vxlan for network 1f3023a2-b1c7-4bdd-8a2e-65f1644d85b4 [pid: 7|app: 0|req: 1042/2038] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:09 2026] GET /v2.0/ports?device_id=4b1b93b8-5daf-4f66-a5ea-8ac57ae00103 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:09.781 7 INFO neutron.api.v2.resource [None req-d78575a9-eb3a-4df2-be46-f6ea36cc2143 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/2039] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/routers/4b1b93b8-5daf-4f66-a5ea-8ac57ae00103 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:15:09.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a3d8790-f5ae-48a4-a6b1-7cb6941ecfc5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/2040] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/subnets/545778a6-e323-45a5-8355-245b42647955 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:15:09.823 7 INFO neutron.pecan_wsgi.hooks.translation [None req-442f46c4-2a13-4f24-9efd-77c67c4b23e5 baeb7063c1394adcb1207925e4c76899 428765b433cf42958cef219fda812358 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/2041] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:09 2026] DELETE /v2.0/subnets/0494147a-eafb-4103-9da1-6a640eef728b => 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: 997/2042] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:09 2026] POST /v2.0/networks => generated 613 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2043] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:09 2026] POST /v2.0/subnets => generated 629 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:10.247 8 INFO neutron.db.segments_db [None req-c6faebc7-fd23-43d6-a6c0-18d27379bc78 020f4c6264e440168089d61ff6ff2bca d97b0f5ff4e84eff97185f7f4116b6b1 - - default default] Added segment d05d482b-fc56-450e-9c28-8f9b916e9dc0 of type vxlan for network 92e0479d-7c7b-4f1d-8738-af5f8b868005 [pid: 8|app: 0|req: 998/2044] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:10 2026] POST /v2.0/networks => generated 612 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2045] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:10 2026] POST /v2.0/subnets => generated 629 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2046] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:10 2026] GET /v2.0/security-groups?tenant_id=428765b433cf42958cef219fda812358&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2047] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:15:10 2026] PUT /v2.0/subnets/19fcc961-8760-4541-b96a-8be7cf4da409/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2048] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:10 2026] DELETE /v2.0/security-groups/4a7acb8d-966e-4a0e-9cef-3b2446fcde53 => 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: 1049/2049] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:15:10 2026] PUT /v2.0/subnets/32c71f7c-6464-4718-b72c-5e883caab2d8/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: 1001/2050] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:15:10 2026] PUT /v2.0/subnets/e51781fd-06da-4c75-a808-47062fa502b0/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2051] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:15:10 2026] PUT /v2.0/subnets/613f0d14-6315-432b-a9f8-3937e36e947b/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: 1002/2052] 10.0.0.2 () {32 vars in 662 bytes} [Thu Apr 23 17:15:10 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2053] 10.0.0.2 () {32 vars in 676 bytes} [Thu Apr 23 17:15:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2054] 10.0.0.2 () {32 vars in 672 bytes} [Thu Apr 23 17:15:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2055] 10.0.0.2 () {32 vars in 684 bytes} [Thu Apr 23 17:15:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2056] 10.0.0.2 () {32 vars in 670 bytes} [Thu Apr 23 17:15:11 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2057] 10.0.0.2 () {32 vars in 684 bytes} [Thu Apr 23 17:15:11 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2058] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:15:11 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: 1054/2059] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:15:11 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2062] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:11 2026] DELETE /v2.0/subnets/19fcc961-8760-4541-b96a-8be7cf4da409 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2063] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:11 2026] DELETE /v2.0/subnets/32c71f7c-6464-4718-b72c-5e883caab2d8 => 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: 1007/2064] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:11 2026] DELETE /v2.0/subnets/e51781fd-06da-4c75-a808-47062fa502b0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2065] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:11 2026] DELETE /v2.0/subnets/613f0d14-6315-432b-a9f8-3937e36e947b => 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: 1008/2066] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:11 2026] DELETE /v2.0/subnets/93594861-9cec-4515-a576-f572655642aa => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:12.287 7 INFO neutron.services.segments.plugin [-] Segment 63dc0f2e-8506-4ade-af8f-6e0440998211 resource provider aggregate not found 2026-04-23 17:15:12.288 7 INFO neutron.services.segments.plugin [-] Segment 63dc0f2e-8506-4ade-af8f-6e0440998211 resource provider aggregate not found 2026-04-23 17:15:12.306 7 INFO neutron.services.segments.plugin [-] Segment 63dc0f2e-8506-4ade-af8f-6e0440998211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63dc0f2e-8506-4ade-af8f-6e0440998211 found for delete ", "request_id": "req-0fec9e6c-9dc7-4f95-aa4d-2e3893508e04"}]} 2026-04-23 17:15:12.314 7 INFO neutron.services.segments.plugin [-] Segment 63dc0f2e-8506-4ade-af8f-6e0440998211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63dc0f2e-8506-4ade-af8f-6e0440998211 found for delete ", "request_id": "req-861a6231-5c70-41b1-8af0-bb2edce058f3"}]} [pid: 7|app: 0|req: 1059/2067] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:12 2026] DELETE /v2.0/networks/853940f4-9d57-4b99-ba00-fcebf3c387cb => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:12.468 8 INFO neutron.services.segments.plugin [-] Segment 74f57c3b-5011-438c-9cc9-c29abd0e28cf resource provider aggregate not found 2026-04-23 17:15:12.476 8 INFO neutron.services.segments.plugin [-] Segment 74f57c3b-5011-438c-9cc9-c29abd0e28cf resource provider aggregate not found 2026-04-23 17:15:12.493 8 INFO neutron.services.segments.plugin [-] Segment 74f57c3b-5011-438c-9cc9-c29abd0e28cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74f57c3b-5011-438c-9cc9-c29abd0e28cf found for delete ", "request_id": "req-1e79e4be-6de9-44d8-aa8e-19f4ddff9656"}]} 2026-04-23 17:15:12.494 8 INFO neutron.services.segments.plugin [-] Segment 74f57c3b-5011-438c-9cc9-c29abd0e28cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74f57c3b-5011-438c-9cc9-c29abd0e28cf found for delete ", "request_id": "req-99d0521e-d154-40a8-aa23-7e7230b88e49"}]} [pid: 8|app: 0|req: 1009/2068] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:12 2026] DELETE /v2.0/networks/6bcc41bc-bbd8-4bb1-b7c3-74bf2af47aa6 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2069] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:12 2026] DELETE /v2.0/networks/e2e1c0c8-8124-40ee-a401-2b3c51c05d09 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2070] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:12 2026] DELETE /v2.0/networks/1f3023a2-b1c7-4bdd-8a2e-65f1644d85b4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2071] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:12 2026] DELETE /v2.0/networks/92e0479d-7c7b-4f1d-8738-af5f8b868005 => 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: 1010/2072] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:15:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2073] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2074] 10.0.0.2 () {34 vars in 756 bytes} [Thu Apr 23 17:15:13 2026] PUT /v2.0/security-groups/7497d51c-0122-4d8d-aa73-150ca3adc0e6 => generated 1664 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2075] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-groups/7497d51c-0122-4d8d-aa73-150ca3adc0e6 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2076] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:13 2026] DELETE /v2.0/security-groups/7497d51c-0122-4d8d-aa73-150ca3adc0e6 => 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: 1065/2077] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:13.264 8 INFO neutron.api.v2.resource [None req-cef49d57-05fe-4474-8657-f9cfd2ac761f 9df964f32c8840b29b55190364c3548b d4d58ff96bea4857a0d619b8a2954a77 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1013/2078] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:13 2026] DELETE /v2.0/security-groups/7497d51c-0122-4d8d-aa73-150ca3adc0e6 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2079] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:15:13 2026] POST /v2.0/security-groups => generated 1622 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2080] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:15:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2081] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-group-rules/bece3633-cfe3-4840-a295-b6b001b13c91 => generated 601 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2082] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2083] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:13 2026] DELETE /v2.0/security-group-rules/bece3633-cfe3-4840-a295-b6b001b13c91 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2084] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2085] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:15:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2086] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-group-rules/23f61853-7afe-4d69-8a74-a3f19d9e6946 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2087] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2088] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:13 2026] GET /v2.0/security-groups?tenant_id=4df7e19ed2de4b63bd511ec51bc2c0f4&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2089] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:14 2026] DELETE /v2.0/security-group-rules/23f61853-7afe-4d69-8a74-a3f19d9e6946 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2090] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:14 2026] DELETE /v2.0/security-groups/4dae38f7-4822-4999-b9ae-263bf3816fb2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2091] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:14.279 8 INFO neutron.db.securitygroups_db [None req-b767069a-dfe4-4761-9e35-1408ff20c437 9df964f32c8840b29b55190364c3548b d4d58ff96bea4857a0d619b8a2954a77 - - default default] Project d4d58ff96bea4857a0d619b8a2954a77 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 17:15:14.334 7 INFO neutron.services.segments.plugin [-] Segment 94422f62-234c-43f5-9b8d-a6b7c08ceda4 resource provider aggregate not found 2026-04-23 17:15:14.341 7 INFO neutron.services.segments.plugin [-] Segment 94422f62-234c-43f5-9b8d-a6b7c08ceda4 resource provider aggregate not found 2026-04-23 17:15:14.359 7 INFO neutron.services.segments.plugin [-] Segment 94422f62-234c-43f5-9b8d-a6b7c08ceda4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94422f62-234c-43f5-9b8d-a6b7c08ceda4 found for delete ", "request_id": "req-96ff8e6d-5080-47fa-bdc0-523d14dda2a6"}]} 2026-04-23 17:15:14.366 7 INFO neutron.services.segments.plugin [-] Segment 94422f62-234c-43f5-9b8d-a6b7c08ceda4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94422f62-234c-43f5-9b8d-a6b7c08ceda4 found for delete ", "request_id": "req-731c6097-85f3-41c8-a5a3-79e46a6b61b2"}]} [pid: 8|app: 0|req: 1018/2092] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:15:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:14.390 7 INFO neutron.services.segments.plugin [-] Segment 66febfcf-8109-488e-9713-3c50818153cd resource provider aggregate not found [pid: 8|app: 0|req: 1019/2093] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-group-rules/514a2775-ffb5-43f4-8f90-13bc51a3aace => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:14.395 7 INFO neutron.services.segments.plugin [-] Segment 66febfcf-8109-488e-9713-3c50818153cd resource provider aggregate not found 2026-04-23 17:15:14.413 7 INFO neutron.services.segments.plugin [-] Segment 66febfcf-8109-488e-9713-3c50818153cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66febfcf-8109-488e-9713-3c50818153cd found for delete ", "request_id": "req-e01a0c44-82ba-4e39-9859-17eee7a4a7ce"}]} 2026-04-23 17:15:14.421 7 INFO neutron.services.segments.plugin [-] Segment 66febfcf-8109-488e-9713-3c50818153cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66febfcf-8109-488e-9713-3c50818153cd found for delete ", "request_id": "req-d911addf-5a89-4c6b-b7c2-4a718a948d27"}]} 2026-04-23 17:15:14.437 7 INFO neutron.services.segments.plugin [-] Segment d05d482b-fc56-450e-9c28-8f9b916e9dc0 resource provider aggregate not found 2026-04-23 17:15:14.442 7 INFO neutron.services.segments.plugin [-] Segment d05d482b-fc56-450e-9c28-8f9b916e9dc0 resource provider aggregate not found [pid: 8|app: 0|req: 1020/2094] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:14.460 7 INFO neutron.services.segments.plugin [-] Segment d05d482b-fc56-450e-9c28-8f9b916e9dc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d05d482b-fc56-450e-9c28-8f9b916e9dc0 found for delete ", "request_id": "req-f16e887d-5d1f-4c4c-b18a-7af9e656e423"}]} 2026-04-23 17:15:14.464 7 INFO neutron.services.segments.plugin [-] Segment d05d482b-fc56-450e-9c28-8f9b916e9dc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d05d482b-fc56-450e-9c28-8f9b916e9dc0 found for delete ", "request_id": "req-51684020-3764-4dae-8e6d-8005efe99fb6"}]} [pid: 7|app: 0|req: 1075/2095] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-groups?tenant_id=7016203fb7404c799268d531dbb95dcc&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2096] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:14 2026] DELETE /v2.0/security-group-rules/514a2775-ffb5-43f4-8f90-13bc51a3aace => 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: 1022/2097] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2098] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:14 2026] DELETE /v2.0/security-groups/18c8f561-56a6-48a2-9494-3694a611a264 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2099] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:14 2026] DELETE /v2.0/security-groups/719ad613-0c82-4842-b04a-42e7042f7814 => 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: 1077/2100] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2101] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:14 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) [pid: 7|app: 0|req: 1078/2102] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:14 2026] GET /v2.0/security-groups?tenant_id=d97b0f5ff4e84eff97185f7f4116b6b1&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2103] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:14 2026] DELETE /v2.0/security-groups/d62eb01a-eb93-4b80-96f0-4999a19f495b => 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: 1079/2104] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:15 2026] GET /v2.0/security-groups?tenant_id=d4d58ff96bea4857a0d619b8a2954a77&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2105] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:15 2026] DELETE /v2.0/security-groups/88ffb262-3a44-490a-9122-668948457561 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2106] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:15:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2107] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:17 2026] GET /v2.0/security-groups => generated 4529 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2108] 10.0.0.2 () {34 vars in 756 bytes} [Thu Apr 23 17:15:18 2026] PUT /v2.0/security-groups/a8901095-f7ca-487f-98b9-af9092efd472 => generated 1663 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2109] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-groups/a8901095-f7ca-487f-98b9-af9092efd472 => generated 1663 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2110] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:18 2026] DELETE /v2.0/security-groups/a8901095-f7ca-487f-98b9-af9092efd472 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2111] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:18.284 7 INFO neutron.api.v2.resource [None req-b344fdf3-d9fc-471c-bfeb-e7914aa0f807 e18bb11b3a24425085fa720a209a4ba6 63c736c6438a418b9057bec50f765eb8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2112] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:18 2026] DELETE /v2.0/security-groups/a8901095-f7ca-487f-98b9-af9092efd472 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2113] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:15:18 2026] POST /v2.0/security-groups => generated 1625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2114] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:15:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2115] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-group-rules/524dee89-f447-4512-bf96-9046cd8155f6 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2116] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2117] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:18 2026] DELETE /v2.0/security-group-rules/524dee89-f447-4512-bf96-9046cd8155f6 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2118] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2119] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:15:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2120] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-group-rules/a3e68ee1-0110-44c4-b342-2079f66fd5a0 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2121] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2122] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:19 2026] DELETE /v2.0/security-group-rules/a3e68ee1-0110-44c4-b342-2079f66fd5a0 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2123] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2124] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:15:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2125] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:19 2026] GET /v2.0/security-group-rules/7e8954d0-ac93-4596-92a4-328ecc85a320 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2126] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:19 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2127] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:19 2026] DELETE /v2.0/security-group-rules/7e8954d0-ac93-4596-92a4-328ecc85a320 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2128] 10.0.0.2 () {32 vars in 671 bytes} [Thu Apr 23 17:15:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2129] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:19 2026] DELETE /v2.0/security-groups/1fc00aab-7d6d-4495-8725-d7bc0b7d1684 => 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: 1040/2130] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2131] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:15:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:19.750 7 INFO neutron.db.segments_db [None req-5079ea9f-5d7b-4c6d-a204-016a1d5b737e 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Added segment 04e8a4b1-9f22-456c-b41f-f034ecee5bda of type vxlan for network 50a878d1-9ddb-4bc0-8175-d97d8b2c3082 [pid: 7|app: 0|req: 1091/2132] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:19 2026] POST /v2.0/networks => generated 612 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2133] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:15:19 2026] POST /v2.0/ports => generated 743 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1043/2134] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:20 2026] GET /v2.0/security-groups?tenant_id=63c736c6438a418b9057bec50f765eb8&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2135] 10.0.0.2 () {34 vars in 664 bytes} [Thu Apr 23 17:15:20 2026] POST /v2.0/trunks => generated 407 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2136] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:20 2026] DELETE /v2.0/security-groups/6855be01-db70-4da6-a546-c374915cd924 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:20.550 7 INFO neutron.db.segments_db [None req-8a13dee3-407e-4f35-bbfb-c4b147f9503d 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Added segment f4e1085a-d3bd-47d7-8685-d3ced2308ace of type vxlan for network af5db40a-c885-4db3-8ed6-7e0ac5b7cc93 [pid: 7|app: 0|req: 1093/2137] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:20 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: 1045/2138] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:15:20 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2139] 10.0.0.2 () {34 vars in 664 bytes} [Thu Apr 23 17:15:20 2026] POST /v2.0/trunks => generated 407 bytes in 157 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-04-23 17:15:21.211 8 INFO neutron.db.segments_db [None req-fb5c75b1-9499-4e71-ad9a-e31bd598ad3d 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Added segment 46991bce-a302-484f-ac8e-e44ab1b5881b of type vxlan for network a833979c-8d03-4495-8d5d-feb8d645090e [pid: 8|app: 0|req: 1046/2140] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:21 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2141] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:15:21 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) [pid: 8|app: 0|req: 1047/2142] 10.0.0.2 () {34 vars in 664 bytes} [Thu Apr 23 17:15:21 2026] POST /v2.0/trunks => generated 407 bytes in 271 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-04-23 17:15:21.956 7 INFO neutron.db.segments_db [None req-78f79691-972b-440b-8ce1-123fa3328d04 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Added segment 41e114d4-7d04-44b0-ae4c-796a88aeb79d of type vxlan for network cc2665ef-c28b-4862-8e0e-75c36cf48c40 [pid: 7|app: 0|req: 1096/2143] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:21 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2144] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:15:22 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2145] 10.0.0.2 () {34 vars in 664 bytes} [Thu Apr 23 17:15:22 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-23 17:15:22.613 8 INFO neutron.db.segments_db [None req-cec95700-587a-490a-ac9d-dfc072984972 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Added segment c987e0d0-1754-495b-8d78-d2d260eda3e5 of type vxlan for network e3792917-c957-472d-b908-f1ff5985e4a8 [pid: 8|app: 0|req: 1049/2146] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:22 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2147] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:15:22 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2148] 10.0.0.2 () {34 vars in 664 bytes} [Thu Apr 23 17:15:23 2026] POST /v2.0/trunks => generated 407 bytes in 322 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: 1099/2149] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:15:23 2026] PUT /v2.0/trunks/85a7afe8-6efc-4df0-abc9-eef60c129af3/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2150] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:15:23 2026] PUT /v2.0/trunks/fe9abd73-fe88-4031-b825-f868faa8a216/tags => generated 25 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2151] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:15:24 2026] PUT /v2.0/trunks/96eed8f3-5fd6-4a99-ac2b-ef12cdea8ca9/tags => generated 34 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2152] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:15:24 2026] PUT /v2.0/trunks/427438c0-6551-4de8-9b62-1078c07cffaa/tags => generated 19 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2153] 10.0.0.2 () {32 vars in 660 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2154] 10.0.0.2 () {32 vars in 674 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2155] 10.0.0.2 () {32 vars in 670 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2156] 10.0.0.2 () {32 vars in 682 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2157] 10.0.0.2 () {32 vars in 668 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2158] 10.0.0.2 () {32 vars in 682 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2159] 10.0.0.2 () {32 vars in 678 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2160] 10.0.0.2 () {32 vars in 690 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2161] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/trunks/85a7afe8-6efc-4df0-abc9-eef60c129af3 => generated 412 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2162] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:15:24 2026] GET /v2.0/ports/c5da571c-aedd-4517-b1a5-c9350895ec1a => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2163] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:15:24 2026] DELETE /v2.0/trunks/85a7afe8-6efc-4df0-abc9-eef60c129af3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2164] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/trunks/fe9abd73-fe88-4031-b825-f868faa8a216 => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2165] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/ports/b0f24085-d0da-4eed-b904-858b66b7a509 => generated 826 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2166] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:15:25 2026] DELETE /v2.0/trunks/fe9abd73-fe88-4031-b825-f868faa8a216 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2167] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/trunks/96eed8f3-5fd6-4a99-ac2b-ef12cdea8ca9 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2168] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/ports/4f8aa8ff-a3b8-475e-bbde-6784651ff44a => 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: 1109/2169] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:15:25 2026] DELETE /v2.0/trunks/96eed8f3-5fd6-4a99-ac2b-ef12cdea8ca9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2170] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/trunks/427438c0-6551-4de8-9b62-1078c07cffaa => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2171] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/ports/bc87f74f-977c-4990-b059-723075849bc0 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2172] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:15:25 2026] DELETE /v2.0/trunks/427438c0-6551-4de8-9b62-1078c07cffaa => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2173] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/trunks/58d7484d-45fa-4ee3-848b-6fc8d50c188b => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2174] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:15:25 2026] GET /v2.0/ports/5cdbcdcb-66f9-45a9-a4b7-22a62c58d416 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2175] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:15:26 2026] DELETE /v2.0/trunks/58d7484d-45fa-4ee3-848b-6fc8d50c188b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:26.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0e8f342-f6fd-4f9e-9e65-854160d8d224 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] TaaS: Handle Delete Port: c5da571c-aedd-4517-b1a5-c9350895ec1a 2026-04-23 17:15:26.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0e8f342-f6fd-4f9e-9e65-854160d8d224 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Tap Mirror: Handle Delete Port: c5da571c-aedd-4517-b1a5-c9350895ec1a [pid: 8|app: 0|req: 1064/2178] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:15:26 2026] DELETE /v2.0/ports/c5da571c-aedd-4517-b1a5-c9350895ec1a => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:26.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-83fcf9c3-7d2d-4939-bec8-e297881749cc 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] TaaS: Handle Delete Port: b0f24085-d0da-4eed-b904-858b66b7a509 2026-04-23 17:15:26.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83fcf9c3-7d2d-4939-bec8-e297881749cc 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Tap Mirror: Handle Delete Port: b0f24085-d0da-4eed-b904-858b66b7a509 [pid: 7|app: 0|req: 1115/2179] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:15:26 2026] DELETE /v2.0/ports/b0f24085-d0da-4eed-b904-858b66b7a509 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:26.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-20c3f238-3d3c-4a12-96b4-5957333efc5c 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] TaaS: Handle Delete Port: 4f8aa8ff-a3b8-475e-bbde-6784651ff44a 2026-04-23 17:15:26.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20c3f238-3d3c-4a12-96b4-5957333efc5c 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Tap Mirror: Handle Delete Port: 4f8aa8ff-a3b8-475e-bbde-6784651ff44a [pid: 8|app: 0|req: 1065/2180] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:15:26 2026] DELETE /v2.0/ports/4f8aa8ff-a3b8-475e-bbde-6784651ff44a => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:27.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-1203a260-b9c2-4ca6-b1e3-2e10bf60d304 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] TaaS: Handle Delete Port: bc87f74f-977c-4990-b059-723075849bc0 2026-04-23 17:15:27.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1203a260-b9c2-4ca6-b1e3-2e10bf60d304 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Tap Mirror: Handle Delete Port: bc87f74f-977c-4990-b059-723075849bc0 [pid: 7|app: 0|req: 1116/2181] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:15:27 2026] DELETE /v2.0/ports/bc87f74f-977c-4990-b059-723075849bc0 => generated 0 bytes in 427 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:27.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fbbff6f-e86b-4e78-83d6-1d5751fb051a 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] TaaS: Handle Delete Port: 5cdbcdcb-66f9-45a9-a4b7-22a62c58d416 2026-04-23 17:15:27.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fbbff6f-e86b-4e78-83d6-1d5751fb051a 72a7cd365e3b49e9ac41733bbeac9fb5 daeac3684b314cd7a450519262c1d3b2 - - default default] Tap Mirror: Handle Delete Port: 5cdbcdcb-66f9-45a9-a4b7-22a62c58d416 [pid: 8|app: 0|req: 1066/2182] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:15:27 2026] DELETE /v2.0/ports/5cdbcdcb-66f9-45a9-a4b7-22a62c58d416 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:28.032 7 INFO neutron.services.segments.plugin [-] Segment 04e8a4b1-9f22-456c-b41f-f034ecee5bda resource provider aggregate not found 2026-04-23 17:15:28.035 7 INFO neutron.services.segments.plugin [-] Segment 04e8a4b1-9f22-456c-b41f-f034ecee5bda resource provider aggregate not found 2026-04-23 17:15:28.056 7 INFO neutron.services.segments.plugin [-] Segment 04e8a4b1-9f22-456c-b41f-f034ecee5bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04e8a4b1-9f22-456c-b41f-f034ecee5bda found for delete ", "request_id": "req-c75c1c78-8329-432e-a8cc-eb857e5109e0"}]} 2026-04-23 17:15:28.056 7 INFO neutron.services.segments.plugin [-] Segment 04e8a4b1-9f22-456c-b41f-f034ecee5bda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04e8a4b1-9f22-456c-b41f-f034ecee5bda found for delete ", "request_id": "req-3cac7b58-a665-4787-9b3d-c0013668d720"}]} [pid: 7|app: 0|req: 1117/2183] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:27 2026] DELETE /v2.0/networks/50a878d1-9ddb-4bc0-8175-d97d8b2c3082 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:28.251 8 INFO neutron.services.segments.plugin [-] Segment f4e1085a-d3bd-47d7-8685-d3ced2308ace resource provider aggregate not found 2026-04-23 17:15:28.255 8 INFO neutron.services.segments.plugin [-] Segment f4e1085a-d3bd-47d7-8685-d3ced2308ace resource provider aggregate not found 2026-04-23 17:15:28.273 8 INFO neutron.services.segments.plugin [-] Segment f4e1085a-d3bd-47d7-8685-d3ced2308ace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e1085a-d3bd-47d7-8685-d3ced2308ace found for delete ", "request_id": "req-86b66ec9-2993-43df-8f1c-ef681f6ef96a"}]} 2026-04-23 17:15:28.280 8 INFO neutron.services.segments.plugin [-] Segment f4e1085a-d3bd-47d7-8685-d3ced2308ace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e1085a-d3bd-47d7-8685-d3ced2308ace found for delete ", "request_id": "req-1e1c62ab-d319-40c4-b1a1-b81d64c3897c"}]} [pid: 8|app: 0|req: 1067/2184] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:28 2026] DELETE /v2.0/networks/af5db40a-c885-4db3-8ed6-7e0ac5b7cc93 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2185] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:28 2026] DELETE /v2.0/networks/a833979c-8d03-4495-8d5d-feb8d645090e => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2186] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:28 2026] DELETE /v2.0/networks/cc2665ef-c28b-4862-8e0e-75c36cf48c40 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2187] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:28 2026] DELETE /v2.0/networks/e3792917-c957-472d-b908-f1ff5985e4a8 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:30.072 7 INFO neutron.services.segments.plugin [-] Segment 46991bce-a302-484f-ac8e-e44ab1b5881b resource provider aggregate not found 2026-04-23 17:15:30.077 7 INFO neutron.services.segments.plugin [-] Segment 46991bce-a302-484f-ac8e-e44ab1b5881b resource provider aggregate not found 2026-04-23 17:15:30.089 7 INFO neutron.services.segments.plugin [-] Segment 46991bce-a302-484f-ac8e-e44ab1b5881b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46991bce-a302-484f-ac8e-e44ab1b5881b found for delete ", "request_id": "req-43c48830-5c89-4dba-be5f-6227fd821f89"}]} 2026-04-23 17:15:30.095 7 INFO neutron.services.segments.plugin [-] Segment 46991bce-a302-484f-ac8e-e44ab1b5881b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46991bce-a302-484f-ac8e-e44ab1b5881b found for delete ", "request_id": "req-262da3f0-e88f-45be-b1da-86c5e6107b5f"}]} 2026-04-23 17:15:30.107 7 INFO neutron.services.segments.plugin [-] Segment c987e0d0-1754-495b-8d78-d2d260eda3e5 resource provider aggregate not found 2026-04-23 17:15:30.122 7 INFO neutron.services.segments.plugin [-] Segment c987e0d0-1754-495b-8d78-d2d260eda3e5 resource provider aggregate not found 2026-04-23 17:15:30.134 7 INFO neutron.services.segments.plugin [-] Segment c987e0d0-1754-495b-8d78-d2d260eda3e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c987e0d0-1754-495b-8d78-d2d260eda3e5 found for delete ", "request_id": "req-efec9ba1-0456-4d12-83af-e8d8f0db4ea0"}]} 2026-04-23 17:15:30.134 7 INFO neutron.services.segments.plugin [-] Segment c987e0d0-1754-495b-8d78-d2d260eda3e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c987e0d0-1754-495b-8d78-d2d260eda3e5 found for delete ", "request_id": "req-b9938078-e505-496a-9028-0fe455ed9e44"}]} 2026-04-23 17:15:30.295 8 INFO neutron.services.segments.plugin [-] Segment 41e114d4-7d04-44b0-ae4c-796a88aeb79d resource provider aggregate not found 2026-04-23 17:15:30.299 8 INFO neutron.services.segments.plugin [-] Segment 41e114d4-7d04-44b0-ae4c-796a88aeb79d resource provider aggregate not found 2026-04-23 17:15:30.310 8 INFO neutron.services.segments.plugin [-] Segment 41e114d4-7d04-44b0-ae4c-796a88aeb79d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e114d4-7d04-44b0-ae4c-796a88aeb79d found for delete ", "request_id": "req-83314922-2771-4957-b3d5-066c7ed3545f"}]} 2026-04-23 17:15:30.313 8 INFO neutron.services.segments.plugin [-] Segment 41e114d4-7d04-44b0-ae4c-796a88aeb79d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e114d4-7d04-44b0-ae4c-796a88aeb79d found for delete ", "request_id": "req-1a099415-4a0c-4a2d-9a5c-394863c111f3"}]} [pid: 8|app: 0|req: 1069/2188] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:31 2026] GET /v2.0/security-groups?tenant_id=daeac3684b314cd7a450519262c1d3b2&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2189] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:31 2026] DELETE /v2.0/security-groups/3111fe8c-7465-4d90-84c1-137a581bc4d2 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2190] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:32 2026] GET /v2.0/security-groups?tenant_id=71be27964bad46ec945c806b6588985d&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2191] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:32 2026] DELETE /v2.0/security-groups/dcac57e0-c48d-459a-982f-78b3bce6b48c => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2192] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:33 2026] GET /v2.0/security-groups?tenant_id=7371577c6b7247b9818b971334fe2182&name=default => generated 2925 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2193] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:34 2026] DELETE /v2.0/security-groups/f7d4647d-b4d2-431f-9661-80a559465510 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2194] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:36 2026] GET /v2.0/security-groups?tenant_id=4956ea8803ae48aa86183f6efe96181f&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2195] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:36 2026] DELETE /v2.0/security-groups/2c95da20-bded-41be-b069-0f9d2fc946bd => 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: 1073/2196] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:36 2026] GET /v2.0/security-groups?tenant_id=93c0b28703fb41618ecd0f0cbe2027bb&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2197] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:37 2026] DELETE /v2.0/security-groups/bfa85263-7bef-4b57-b30f-30fd7cc49389 => 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: 1074/2198] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:15:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2199] 10.0.0.2 () {34 vars in 765 bytes} [Thu Apr 23 17:15:38 2026] PUT /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2200] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:38 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2201] 10.0.0.2 () {34 vars in 776 bytes} [Thu Apr 23 17:15:38 2026] PUT /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2202] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:38 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/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: 1127/2203] 10.0.0.2 () {34 vars in 772 bytes} [Thu Apr 23 17:15:39 2026] PUT /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2204] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2205] 10.0.0.2 () {34 vars in 794 bytes} [Thu Apr 23 17:15:39 2026] PUT /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2206] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2207] 10.0.0.2 () {34 vars in 765 bytes} [Thu Apr 23 17:15:39 2026] PUT /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2208] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2209] 10.0.0.2 () {32 vars in 753 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:39.419 8 INFO neutron.api.v2.resource [None req-8b07917f-ee01-4991-b1f8-63a6060599c1 268438c5000c4caea5e2e2711cfbb73e 63fbf6f9d332458e9f88cefe4fbcc37b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/2210] 10.0.0.2 () {32 vars in 757 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2211] 10.0.0.2 () {32 vars in 756 bytes} [Thu Apr 23 17:15:39 2026] DELETE /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/red => 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: 1081/2212] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:39.594 7 INFO neutron.api.v2.resource [None req-8ca24893-9180-40d5-8bf0-44c58de4fefa 268438c5000c4caea5e2e2711cfbb73e 63fbf6f9d332458e9f88cefe4fbcc37b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1132/2213] 10.0.0.2 () {32 vars in 760 bytes} [Thu Apr 23 17:15:39 2026] DELETE /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2214] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:15:39 2026] DELETE /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2215] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:15:39 2026] GET /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2216] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:39 2026] DELETE /v2.0/security-groups/8fe6e7bd-f98d-4698-b7be-7e77d02352a4 => 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: 1134/2217] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:40 2026] GET /v2.0/security-groups?tenant_id=18a8ea3adb18456e9d70bbf2cea9dd2d&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2218] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:40 2026] DELETE /v2.0/security-groups/c0eee386-ac5e-4205-833a-190700f0e763 => 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: 1135/2219] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:41 2026] GET /v2.0/security-groups?tenant_id=63fbf6f9d332458e9f88cefe4fbcc37b&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2220] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:41 2026] DELETE /v2.0/security-groups/6a792195-a2ff-483a-b172-98f720bf90ab => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2223] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:41 2026] GET /v2.0/security-groups?tenant_id=445dc7a8440e4276997c64467a64cbb1&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2224] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:41 2026] DELETE /v2.0/security-groups/865e01a4-7cb2-4a34-9068-bab99aa8afe5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2225] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:43 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2226] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:43 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&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: 1138/2227] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:15:43 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1279 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2228] 10.0.0.2 () {32 vars in 856 bytes} [Thu Apr 23 17:15:43 2026] GET /v2.0/floatingips?floating_network_id=4714988b-eb80-4c2d-99da-70ae76b14792&port_id=327ab66c-7e1f-4aa6-ab49-32c9c84b30be => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2229] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:43 2026] GET /v2.0/security-groups?tenant_id=fb15ce15f7044623835383897eb67a55&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2230] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:44 2026] DELETE /v2.0/security-groups/cfd72eef-34c3-4f2e-9a1a-649a7bbb4fb7 => 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: 1091/2231] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:15:44 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2232] 10.0.0.123 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:44 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:44.845 7 INFO neutron.db.segments_db [None req-1b6669e5-718e-4f53-a9db-94c0362ccd99 592cd00a77074f23b792016f00bd6e16 42cddc74af764c9eb9f0f2e504783733 - - default default] Added segment 1b21e992-ab4a-4519-9c59-aecb770bb0ac of type vxlan for network ce29e7f6-b7dc-4014-8535-ebe98f0cf893 [pid: 7|app: 0|req: 1141/2233] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:44 2026] POST /v2.0/networks => generated 613 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2234] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:15:44 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2235] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:15:45 2026] PUT /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2236] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2237] 10.0.0.2 () {34 vars in 760 bytes} [Thu Apr 23 17:15:45 2026] PUT /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2238] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2239] 10.0.0.2 () {34 vars in 756 bytes} [Thu Apr 23 17:15:45 2026] PUT /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2240] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2241] 10.0.0.2 () {34 vars in 778 bytes} [Thu Apr 23 17:15:45 2026] PUT /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2242] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2243] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:15:45 2026] PUT /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2244] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2245] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:45.955 8 INFO neutron.api.v2.resource [None req-1a5a46ca-ac53-4a39-b306-8e7014e1f6f2 592cd00a77074f23b792016f00bd6e16 42cddc74af764c9eb9f0f2e504783733 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1099/2246] 10.0.0.2 () {32 vars in 741 bytes} [Thu Apr 23 17:15:45 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2247] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:15:45 2026] DELETE /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2248] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:46 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:46.145 7 INFO neutron.api.v2.resource [None req-c271664b-2cf5-4d0e-b499-56c6aa53e1f8 592cd00a77074f23b792016f00bd6e16 42cddc74af764c9eb9f0f2e504783733 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2249] 10.0.0.2 () {32 vars in 744 bytes} [Thu Apr 23 17:15:46 2026] DELETE /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2250] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:15:46 2026] DELETE /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2251] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:15:46 2026] GET /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2252] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:46 2026] DELETE /v2.0/subnets/0fb4dad6-d4ad-498f-81d5-1be7f014075e => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:46.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-dde334f6-390e-4ce3-abb5-ee6ba3934859 592cd00a77074f23b792016f00bd6e16 42cddc74af764c9eb9f0f2e504783733 - - default default] TaaS: Handle Delete Port: 2ccd73fc-5ecb-4026-be0b-500a909a55c0 2026-04-23 17:15:46.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dde334f6-390e-4ce3-abb5-ee6ba3934859 592cd00a77074f23b792016f00bd6e16 42cddc74af764c9eb9f0f2e504783733 - - default default] Tap Mirror: Handle Delete Port: 2ccd73fc-5ecb-4026-be0b-500a909a55c0 2026-04-23 17:15:46.864 7 INFO neutron.services.segments.plugin [-] Segment 1b21e992-ab4a-4519-9c59-aecb770bb0ac resource provider aggregate not found 2026-04-23 17:15:46.871 7 INFO neutron.services.segments.plugin [-] Segment 1b21e992-ab4a-4519-9c59-aecb770bb0ac resource provider aggregate not found 2026-04-23 17:15:46.887 7 INFO neutron.services.segments.plugin [-] Segment 1b21e992-ab4a-4519-9c59-aecb770bb0ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b21e992-ab4a-4519-9c59-aecb770bb0ac found for delete ", "request_id": "req-17ba2c05-acee-4d53-8718-162ede0e47cd"}]} 2026-04-23 17:15:46.894 7 INFO neutron.services.segments.plugin [-] Segment 1b21e992-ab4a-4519-9c59-aecb770bb0ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b21e992-ab4a-4519-9c59-aecb770bb0ac found for delete ", "request_id": "req-2f647774-2053-4d74-bf2b-289a1f8b1c90"}]} [pid: 7|app: 0|req: 1151/2253] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:46 2026] DELETE /v2.0/networks/ce29e7f6-b7dc-4014-8535-ebe98f0cf893 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2254] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:47 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2255] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:47 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2256] 10.0.0.62 () {32 vars in 799 bytes} [Thu Apr 23 17:15:47 2026] GET /v2.0/extensions => generated 21537 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2257] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:47 2026] GET /v2.0/security-groups?tenant_id=0528d65227ec4b10b11d9e068a9356e2&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2258] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:47 2026] DELETE /v2.0/security-groups/9c1e4c94-04ea-4e1f-ab4a-745575b92198 => 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: 1154/2259] 10.0.0.62 () {30 vars in 723 bytes} [Thu Apr 23 17:15:47 2026] GET /v2.0/quotas/d4541c6a0b46400690cebd96661cefc9/details => generated 847 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2260] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:48 2026] GET /v2.0/security-groups?tenant_id=42cddc74af764c9eb9f0f2e504783733&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2261] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:48 2026] DELETE /v2.0/security-groups/c21f81b2-afed-435c-88d6-ef6a0843fdae => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2262] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:48 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2263] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:48 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2264] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:49 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2265] 10.0.0.188 () {34 vars in 1120 bytes} [Thu Apr 23 17:15:49 2026] GET /v2.0/security-groups?id=71ef691d-b823-4bb5-b0cb-4282ca38a77a&id=d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152&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: 8|app: 0|req: 1109/2266] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:15:49 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:15:49.855 7 INFO neutron_taas.services.taas.taas_plugin [req-1a885dae-5cd1-4ce9-bc08-eb5cf264e7a8 req-52fd50f1-d833-4754-a7a9-b63820eee8b1 e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] TaaS: Handle Delete Port: 327ab66c-7e1f-4aa6-ab49-32c9c84b30be 2026-04-23 17:15:49.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1a885dae-5cd1-4ce9-bc08-eb5cf264e7a8 req-52fd50f1-d833-4754-a7a9-b63820eee8b1 e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] Tap Mirror: Handle Delete Port: 327ab66c-7e1f-4aa6-ab49-32c9c84b30be 2026-04-23 17:15:49.997 7 INFO neutron.db.l3_db [req-1a885dae-5cd1-4ce9-bc08-eb5cf264e7a8 req-52fd50f1-d833-4754-a7a9-b63820eee8b1 e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] Floating IP 76ea1206-5478-4d5c-9f01-2f66b9d3cb6d disassociated. External IP: 10.96.250.206, port: 327ab66c-7e1f-4aa6-ab49-32c9c84b30be. [pid: 7|app: 0|req: 1158/2267] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:15:49 2026] DELETE /v2.0/ports/327ab66c-7e1f-4aa6-ab49-32c9c84b30be => generated 0 bytes in 877 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:50.608 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-504397fe-598a-4563-9440-ca6c32f90732'] response: {'server_uuid': '1d6c4b00-2aea-4458-9bee-bd92fe5c1907', 'name': 'network-vif-deleted', 'tag': '327ab66c-7e1f-4aa6-ab49-32c9c84b30be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1110/2268] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:50 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => 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: 1159/2269] 10.0.0.62 () {32 vars in 799 bytes} [Thu Apr 23 17:15:51 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: 1111/2270] 10.0.0.62 () {30 vars in 723 bytes} [Thu Apr 23 17:15:51 2026] GET /v2.0/quotas/d4541c6a0b46400690cebd96661cefc9/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2271] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:51 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:52.031 7 INFO neutron.db.segments_db [None req-06c03ee1-3835-4e1e-b663-21ffd9f5e70b 2f460f490c3c4a479df263bce334f7d1 fe9b4b15017e411fb5bb56a2fa7ec4de - - default default] Added segment c81474d8-b8d9-403f-9d50-6168c72e26dd of type vxlan for network f54c1173-395c-42e5-bcbe-6cdabb20720c [pid: 7|app: 0|req: 1160/2272] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:51 2026] POST /v2.0/networks => generated 613 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:15:52.203 8 INFO neutron.db.segments_db [None req-c395f3ac-fbfa-4573-b64c-9e5151577ba6 2f460f490c3c4a479df263bce334f7d1 fe9b4b15017e411fb5bb56a2fa7ec4de - - default default] Added segment ef5c4d68-222d-47db-85e6-4deb6fce7fc8 of type vxlan for network d751ee81-b264-4822-88d1-c543d3982074 [pid: 8|app: 0|req: 1113/2273] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:15:52 2026] POST /v2.0/networks => generated 613 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2274] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:15:52 2026] PUT /v2.0/networks/f54c1173-395c-42e5-bcbe-6cdabb20720c/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2275] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:15:52 2026] GET /v2.0/networks/f54c1173-395c-42e5-bcbe-6cdabb20720c/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: 1162/2276] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:15:52 2026] PUT /v2.0/networks/d751ee81-b264-4822-88d1-c543d3982074/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2277] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:15:52 2026] GET /v2.0/networks/d751ee81-b264-4822-88d1-c543d3982074/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2278] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:15:52 2026] PUT /v2.0/networks/d751ee81-b264-4822-88d1-c543d3982074/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2279] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:15:52 2026] GET /v2.0/networks/d751ee81-b264-4822-88d1-c543d3982074/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2280] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:15:52 2026] GET /v2.0/networks/f54c1173-395c-42e5-bcbe-6cdabb20720c/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:52.920 8 INFO neutron.services.segments.plugin [-] Segment c81474d8-b8d9-403f-9d50-6168c72e26dd resource provider aggregate not found 2026-04-23 17:15:52.921 8 INFO neutron.services.segments.plugin [-] Segment c81474d8-b8d9-403f-9d50-6168c72e26dd resource provider aggregate not found [pid: 7|app: 0|req: 1165/2281] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:15:52 2026] GET /v2.0/ports?device_id=1d6c4b00-2aea-4458-9bee-bd92fe5c1907 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:15:52.940 8 INFO neutron.services.segments.plugin [-] Segment c81474d8-b8d9-403f-9d50-6168c72e26dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81474d8-b8d9-403f-9d50-6168c72e26dd found for delete ", "request_id": "req-efd4ec70-cf8b-46a3-bc5d-bbc6e31ccdeb"}]} 2026-04-23 17:15:52.943 8 INFO neutron.services.segments.plugin [-] Segment c81474d8-b8d9-403f-9d50-6168c72e26dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81474d8-b8d9-403f-9d50-6168c72e26dd found for delete ", "request_id": "req-6aa6b9ee-2d75-41bb-8b25-dc86e282ce61"}]} [pid: 8|app: 0|req: 1117/2282] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:52 2026] DELETE /v2.0/networks/f54c1173-395c-42e5-bcbe-6cdabb20720c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:53.110 7 INFO neutron.services.segments.plugin [-] Segment ef5c4d68-222d-47db-85e6-4deb6fce7fc8 resource provider aggregate not found 2026-04-23 17:15:53.113 7 INFO neutron.services.segments.plugin [-] Segment ef5c4d68-222d-47db-85e6-4deb6fce7fc8 resource provider aggregate not found 2026-04-23 17:15:53.126 7 INFO neutron.services.segments.plugin [-] Segment ef5c4d68-222d-47db-85e6-4deb6fce7fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef5c4d68-222d-47db-85e6-4deb6fce7fc8 found for delete ", "request_id": "req-98491006-4f1d-4879-bab0-b460231b3c41"}]} 2026-04-23 17:15:53.134 7 INFO neutron.services.segments.plugin [-] Segment ef5c4d68-222d-47db-85e6-4deb6fce7fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef5c4d68-222d-47db-85e6-4deb6fce7fc8 found for delete ", "request_id": "req-c28e4cfb-298f-4aa1-aca4-215e5afb9bec"}]} [pid: 7|app: 0|req: 1166/2283] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:52 2026] DELETE /v2.0/networks/d751ee81-b264-4822-88d1-c543d3982074 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2284] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:53 2026] GET /v2.0/security-groups?tenant_id=9faa82b70fd54d3ab15340c2cd755213&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2285] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:54 2026] DELETE /v2.0/security-groups/71ef691d-b823-4bb5-b0cb-4282ca38a77a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:54.274 7 INFO neutron.api.v2.resource [None req-9a63accb-e4cf-481c-96ec-db82cc1c7f98 e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2286] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:15:54 2026] GET /v2.0/security-groups/71ef691d-b823-4bb5-b0cb-4282ca38a77a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2287] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:54 2026] DELETE /v2.0/security-groups/3a0c8d36-b1bb-4d63-a966-586262299d46 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:54.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-7aed6e78-63b6-4ecc-b0bd-a49a17b1c69a e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] TaaS: Handle Delete Port: 65a0814d-819d-46f8-8a20-d37ac8b7843d 2026-04-23 17:15:54.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aed6e78-63b6-4ecc-b0bd-a49a17b1c69a e6bf7419be0c4ae983ac71e82da2bf22 9baa34ee4c12449b8a72b77b82874146 - - default default] Tap Mirror: Handle Delete Port: 65a0814d-819d-46f8-8a20-d37ac8b7843d [pid: 8|app: 0|req: 1120/2288] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:54 2026] GET /v2.0/security-groups?tenant_id=fe9b4b15017e411fb5bb56a2fa7ec4de&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2289] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:15:54 2026] DELETE /v2.0/floatingips/76ea1206-5478-4d5c-9f01-2f66b9d3cb6d => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2290] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:54 2026] DELETE /v2.0/security-groups/a03a7abd-7b70-484c-ba16-5c331c508150 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2291] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:54 2026] DELETE /v2.0/security-groups/d76f3f7d-1b38-41bd-b3f0-8c2f3d1ae152 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:55.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-117b311d-90db-416d-aa05-9885ea273750 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 5cab8169-d5f3-48ba-985f-bcb9f2b8c3e1 2026-04-23 17:15:55.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-117b311d-90db-416d-aa05-9885ea273750 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 5cab8169-d5f3-48ba-985f-bcb9f2b8c3e1 [pid: 7|app: 0|req: 1171/2292] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:15:55 2026] GET /v2.0/security-groups?tenant_id=d4541c6a0b46400690cebd96661cefc9&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2293] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:15:55 2026] DELETE /v2.0/security-groups/c39e5160-9c4c-4735-adf5-0c4577e43400 => 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: 1122/2294] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:15:54 2026] PUT /v2.0/routers/b26f0881-96e0-471f-a7c3-8ba50149b2ad/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:56.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-68a37bb4-6fd3-4f2c-ad12-ac70244be832 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: b66704c0-9771-495c-9b38-2a9cd2b7ce87 2026-04-23 17:15:56.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a37bb4-6fd3-4f2c-ad12-ac70244be832 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: b66704c0-9771-495c-9b38-2a9cd2b7ce87 2026-04-23 17:15:56.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-68a37bb4-6fd3-4f2c-ad12-ac70244be832 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: d18b1cd3-f6f5-48db-9f46-81241c8ea32c 2026-04-23 17:15:56.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a37bb4-6fd3-4f2c-ad12-ac70244be832 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: d18b1cd3-f6f5-48db-9f46-81241c8ea32c 2026-04-23 17:15:56.751 7 INFO neutron.services.segments.plugin [-] Segment 5750dfb5-235e-4bb9-9337-822659f0b223 resource provider aggregate not found 2026-04-23 17:15:56.756 7 INFO neutron.services.segments.plugin [-] Segment 5750dfb5-235e-4bb9-9337-822659f0b223 resource provider aggregate not found 2026-04-23 17:15:56.775 7 INFO neutron.db.l3_hamode_db [None req-68a37bb4-6fd3-4f2c-ad12-ac70244be832 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network 08b890d3-b8ef-4408-8c9b-bc72d8f9ca06 was deleted as no HA routers are present in tenant 9baa34ee4c12449b8a72b77b82874146. [pid: 7|app: 0|req: 1173/2297] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:55 2026] DELETE /v2.0/routers/b26f0881-96e0-471f-a7c3-8ba50149b2ad => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:15:56.785 7 INFO neutron.services.segments.plugin [-] Segment 5750dfb5-235e-4bb9-9337-822659f0b223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5750dfb5-235e-4bb9-9337-822659f0b223 found for delete ", "request_id": "req-8aeab9b8-82ab-421a-bd82-acf67a676245"}]} 2026-04-23 17:15:56.786 7 INFO neutron.services.segments.plugin [-] Segment 5750dfb5-235e-4bb9-9337-822659f0b223 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5750dfb5-235e-4bb9-9337-822659f0b223 found for delete ", "request_id": "req-0708c93a-366f-49ca-985b-4500f0af04d9"}]} [pid: 8|app: 0|req: 1125/2298] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:56 2026] DELETE /v2.0/subnets/83ee6cad-6b50-4e3e-b76a-a37d140078cf => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:57.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-4592fd94-144b-4804-aa6b-054326900e05 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: b092608f-18e1-4907-b8fa-b1213a9061d3 2026-04-23 17:15:57.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4592fd94-144b-4804-aa6b-054326900e05 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: b092608f-18e1-4907-b8fa-b1213a9061d3 [pid: 7|app: 0|req: 1174/2299] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:57 2026] DELETE /v2.0/networks/99fbe273-58c4-44e3-824f-d12052dbdd00 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:57.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd8e6388-90f9-4db0-8723-aaeb23dab151 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 9dea886e-9914-4f78-9e5e-36985475ab60 2026-04-23 17:15:57.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd8e6388-90f9-4db0-8723-aaeb23dab151 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 9dea886e-9914-4f78-9e5e-36985475ab60 [pid: 8|app: 0|req: 1126/2300] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:15:57 2026] PUT /v2.0/routers/aac1fa8b-1adb-4188-9746-bb35821314d0/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:15:58.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab3cdc23-36cc-4bd4-bc56-d652bfd9ce5f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: f3f70da0-5eb6-453a-8261-2fbdc49e8c3f 2026-04-23 17:15:58.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab3cdc23-36cc-4bd4-bc56-d652bfd9ce5f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: f3f70da0-5eb6-453a-8261-2fbdc49e8c3f 2026-04-23 17:15:58.814 7 INFO neutron.services.segments.plugin [-] Segment 2f8b1e19-fab7-4f90-88b4-4d377fe7023c resource provider aggregate not found 2026-04-23 17:15:58.824 7 INFO neutron.services.segments.plugin [-] Segment 2f8b1e19-fab7-4f90-88b4-4d377fe7023c resource provider aggregate not found 2026-04-23 17:15:58.842 7 INFO neutron.services.segments.plugin [-] Segment 2f8b1e19-fab7-4f90-88b4-4d377fe7023c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8b1e19-fab7-4f90-88b4-4d377fe7023c found for delete ", "request_id": "req-21d737e2-7da1-49c3-9ee7-fb90d10241a9"}]} 2026-04-23 17:15:58.857 7 INFO neutron.services.segments.plugin [-] Segment 2f8b1e19-fab7-4f90-88b4-4d377fe7023c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8b1e19-fab7-4f90-88b4-4d377fe7023c found for delete ", "request_id": "req-f50e3473-e646-4299-bbd8-8082109103d7"}]} 2026-04-23 17:15:58.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab3cdc23-36cc-4bd4-bc56-d652bfd9ce5f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: faf16772-d930-4b67-acf5-717f237a6d74 2026-04-23 17:15:58.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab3cdc23-36cc-4bd4-bc56-d652bfd9ce5f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: faf16772-d930-4b67-acf5-717f237a6d74 2026-04-23 17:15:59.231 7 INFO neutron.db.l3_hamode_db [None req-ab3cdc23-36cc-4bd4-bc56-d652bfd9ce5f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] HA network c90e6f3c-696a-427c-b96d-8e3a70e9e386 was deleted as no HA routers are present in tenant 5094c88779b24734bb9eeec6e9d0cf4e. [pid: 7|app: 0|req: 1175/2301] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:58 2026] DELETE /v2.0/routers/aac1fa8b-1adb-4188-9746-bb35821314d0 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2302] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:15:59 2026] DELETE /v2.0/subnets/8edc85a7-02f4-4ac2-819f-f625a259f700 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:15:59.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-47cbd1f3-61de-414b-88c7-a00cc4c19fea 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 2bc54bc5-2562-432e-8b67-df7cc4f654c5 2026-04-23 17:15:59.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47cbd1f3-61de-414b-88c7-a00cc4c19fea 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 2bc54bc5-2562-432e-8b67-df7cc4f654c5 [pid: 7|app: 0|req: 1176/2303] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:15:59 2026] DELETE /v2.0/networks/6fabdf07-9615-4cce-9c5d-69c24a2bf30e => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2304] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:00 2026] GET /v2.0/security-groups?tenant_id=9baa34ee4c12449b8a72b77b82874146&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: 1178/2305] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:00 2026] DELETE /v2.0/security-groups/2d94060d-9c7c-471e-bdfd-40327c2932c4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:00.478 8 INFO neutron.db.segments_db [None req-b8c4863a-c574-4e70-b12b-efaa43e26e56 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] Added segment 4baa9686-854d-4a95-bf40-621bc2ae4028 of type vxlan for network ec0bee66-08f6-43d5-a59f-2c8065e2d077 [pid: 7|app: 0|req: 1179/2306] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:00 2026] GET /v2.0/security-groups?tenant_id=5094c88779b24734bb9eeec6e9d0cf4e&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2307] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:00 2026] POST /v2.0/networks => generated 707 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2308] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:00 2026] DELETE /v2.0/security-groups/2d499927-5f0f-457c-820c-0d75a7e20a20 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2309] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:00 2026] POST /v2.0/subnets => generated 644 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:00.853 7 WARNING neutron.api.v2.base [None req-60a17586-6a3e-4f34-a899-4b4126e4b970 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - 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-04-23 17:16:00.854 7 INFO neutron.api.v2.resource [None req-60a17586-6a3e-4f34-a899-4b4126e4b970 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1181/2310] 10.0.0.2 () {34 vars in 679 bytes} [Thu Apr 23 17:16:00 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-04-23 17:16:00.873 7 INFO neutron.services.segments.plugin [-] Segment 00848f2a-d39b-48de-ad67-a963531a0dfb resource provider aggregate not found 2026-04-23 17:16:00.889 7 INFO neutron.services.segments.plugin [-] Segment 00848f2a-d39b-48de-ad67-a963531a0dfb resource provider aggregate not found 2026-04-23 17:16:00.903 7 INFO neutron.services.segments.plugin [-] Segment 00848f2a-d39b-48de-ad67-a963531a0dfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00848f2a-d39b-48de-ad67-a963531a0dfb found for delete ", "request_id": "req-1e3cbef7-b239-4ba1-80cd-7acc9b69b787"}]} 2026-04-23 17:16:00.915 7 INFO neutron.services.segments.plugin [-] Segment 00848f2a-d39b-48de-ad67-a963531a0dfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00848f2a-d39b-48de-ad67-a963531a0dfb found for delete ", "request_id": "req-4b80f4c1-1021-4e14-a225-3e4c81bb152d"}]} 2026-04-23 17:16:00.925 7 INFO neutron.services.segments.plugin [-] Segment 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 resource provider aggregate not found 2026-04-23 17:16:00.936 7 INFO neutron.services.segments.plugin [-] Segment 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 resource provider aggregate not found 2026-04-23 17:16:00.944 7 INFO neutron.services.segments.plugin [-] Segment 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 found for delete ", "request_id": "req-1ddc6e99-33de-4bd8-99e1-c8d1ef4a2c60"}]} 2026-04-23 17:16:00.952 7 INFO neutron.services.segments.plugin [-] Segment 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 188ca7f6-273a-49cf-8d29-0cd1fe7d2273 found for delete ", "request_id": "req-e02ebbd3-d5fb-4e9e-9834-4cbec1d049d7"}]} 2026-04-23 17:16:01.039 8 INFO neutron.services.segments.plugin [-] Segment 4baa9686-854d-4a95-bf40-621bc2ae4028 resource provider aggregate not found 2026-04-23 17:16:01.040 8 INFO neutron.services.segments.plugin [-] Segment 4baa9686-854d-4a95-bf40-621bc2ae4028 resource provider aggregate not found [pid: 8|app: 0|req: 1130/2311] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:00 2026] DELETE /v2.0/networks/ec0bee66-08f6-43d5-a59f-2c8065e2d077 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:01.065 8 INFO neutron.services.segments.plugin [-] Segment 4baa9686-854d-4a95-bf40-621bc2ae4028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4baa9686-854d-4a95-bf40-621bc2ae4028 found for delete ", "request_id": "req-a6da511b-870b-4d18-b1ab-b79b231451c4"}]} 2026-04-23 17:16:01.066 8 INFO neutron.services.segments.plugin [-] Segment 4baa9686-854d-4a95-bf40-621bc2ae4028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4baa9686-854d-4a95-bf40-621bc2ae4028 found for delete ", "request_id": "req-868caba0-feee-48de-a2bf-449d618f12b7"}]} 2026-04-23 17:16:01.138 7 INFO neutron.db.segments_db [None req-9187b7da-1aa9-4253-b650-162d4e0f0928 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] Added segment fb8d928d-5e09-4937-b993-dce205ad3dc4 of type vxlan for network 4001724c-13fa-4bb7-88ba-0772eeb1da92 [pid: 7|app: 0|req: 1182/2312] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:01 2026] POST /v2.0/networks => generated 708 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2313] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:01 2026] POST /v2.0/subnets => generated 647 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:01.902 7 WARNING neutron.api.v2.base [None req-f47d914f-4f71-49e0-8e02-9f30dd135a4a a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - 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-04-23 17:16:01.902 7 INFO neutron.api.v2.resource [None req-f47d914f-4f71-49e0-8e02-9f30dd135a4a a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1183/2314] 10.0.0.2 () {34 vars in 679 bytes} [Thu Apr 23 17:16:01 2026] POST /v2.0/rbac-policies => generated 547 bytes in 21 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2315] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:01 2026] DELETE /v2.0/networks/4001724c-13fa-4bb7-88ba-0772eeb1da92 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:02.177 7 INFO neutron.db.segments_db [None req-4b8a7ef6-aca3-490d-b332-18700b7b8bd0 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] Added segment 18a010d9-91fa-4e58-a099-094fe9b7475a of type vxlan for network f6de9a66-faed-426b-b0b0-26c29ed4fe15 [pid: 7|app: 0|req: 1184/2316] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:02 2026] POST /v2.0/networks => generated 707 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2317] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:02 2026] POST /v2.0/subnets => generated 647 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2318] 10.0.0.2 () {34 vars in 679 bytes} [Thu Apr 23 17:16:02 2026] POST /v2.0/rbac-policies => generated 324 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:03.086 8 INFO neutron.services.segments.plugin [-] Segment fb8d928d-5e09-4937-b993-dce205ad3dc4 resource provider aggregate not found 2026-04-23 17:16:03.091 8 INFO neutron.services.segments.plugin [-] Segment fb8d928d-5e09-4937-b993-dce205ad3dc4 resource provider aggregate not found 2026-04-23 17:16:03.107 8 INFO neutron.services.segments.plugin [-] Segment fb8d928d-5e09-4937-b993-dce205ad3dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8d928d-5e09-4937-b993-dce205ad3dc4 found for delete ", "request_id": "req-163c5c62-abe4-4e6f-84ae-9eb4d76b038f"}]} 2026-04-23 17:16:03.112 8 INFO neutron.services.segments.plugin [-] Segment fb8d928d-5e09-4937-b993-dce205ad3dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8d928d-5e09-4937-b993-dce205ad3dc4 found for delete ", "request_id": "req-8eb787f1-8d29-47c9-9606-6732aa63516f"}]} [pid: 8|app: 0|req: 1134/2319] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:16:03 2026] GET /v2.0/networks/f6de9a66-faed-426b-b0b0-26c29ed4fe15 => generated 654 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:16:04.072 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e1421e2-b031-46f6-9ddb-8838535051dd 535f6b894e1249e8b4d0e161c67f23c7 ad38fe7866d84a5e9baf246dc21bbb9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1186/2320] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:16:03 2026] GET /v2.0/networks/f6de9a66-faed-426b-b0b0-26c29ed4fe15 => generated 138 bytes in 287 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:16:04.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-141a2c5a-2317-4f03-9ff1-75158d0cd57f a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] TaaS: Handle Delete Port: 65b83ebc-34ec-4364-947e-97d3cf21f007 2026-04-23 17:16:04.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-141a2c5a-2317-4f03-9ff1-75158d0cd57f a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] Tap Mirror: Handle Delete Port: 65b83ebc-34ec-4364-947e-97d3cf21f007 [pid: 8|app: 0|req: 1135/2321] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:04 2026] DELETE /v2.0/networks/f6de9a66-faed-426b-b0b0-26c29ed4fe15 => generated 0 bytes in 492 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:04.587 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12667643-9434-4e92-b860-01ccfab8048d a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2322] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:04 2026] DELETE /v2.0/subnets/ac4f8ea9-72d9-4b1b-a8a0-3af4f2ae712f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:16:04.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2240f10-28f5-4bbf-8f75-2d06289f07f2 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1136/2323] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:04 2026] DELETE /v2.0/subnets/1aa6c39b-6152-41b6-8e30-20017f38a0d2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:16:04.629 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c29a0df1-d22f-49df-b381-4a8989a5c5c7 a705dd2461ea468b82faf17fad2a8f26 4993a25c9dfd4840abad2da72b20a86b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2324] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:04 2026] DELETE /v2.0/subnets/8edbb971-3d54-4da5-b000-124452406dee => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:16:05.129 8 INFO neutron.services.segments.plugin [-] Segment 18a010d9-91fa-4e58-a099-094fe9b7475a resource provider aggregate not found 2026-04-23 17:16:05.134 8 INFO neutron.services.segments.plugin [-] Segment 18a010d9-91fa-4e58-a099-094fe9b7475a resource provider aggregate not found 2026-04-23 17:16:05.142 8 INFO neutron.services.segments.plugin [-] Segment 18a010d9-91fa-4e58-a099-094fe9b7475a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a010d9-91fa-4e58-a099-094fe9b7475a found for delete ", "request_id": "req-576e930c-d9bd-42ab-ad51-2eaf8d016e0e"}]} 2026-04-23 17:16:05.145 8 INFO neutron.services.segments.plugin [-] Segment 18a010d9-91fa-4e58-a099-094fe9b7475a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a010d9-91fa-4e58-a099-094fe9b7475a found for delete ", "request_id": "req-7299a034-de4f-4e3a-af29-fa831d87c32b"}]} 2026-04-23 17:16:05.675 8 INFO neutron.db.segments_db [None req-5fbf1220-773c-483a-88a2-1b91128e72aa 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Added segment b9850162-1a88-41ac-b0c3-8e1024e49324 of type vxlan for network 3a433d34-37dc-4923-96c3-876d88ab7d48 2026-04-23 17:16:05.859 7 INFO neutron.db.segments_db [None req-a704beba-efe4-4c94-8538-9eb0400d5bf4 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Added segment 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f of type vxlan for network 006f8739-3a63-4c37-805a-545a2f4ea853 [pid: 8|app: 0|req: 1137/2325] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:05 2026] POST /v2.0/networks => generated 613 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2326] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:05 2026] POST /v2.0/networks => generated 621 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2327] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:06 2026] GET /v2.0/security-groups?tenant_id=ad38fe7866d84a5e9baf246dc21bbb9c&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2328] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1139/2329] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/subnets => generated 658 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2330] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:06 2026] DELETE /v2.0/security-groups/d25102a3-af3d-404b-810d-556b5c77c9d4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:06.516 8 INFO neutron.db.segments_db [None req-2c0bd69f-f39d-4e49-9b25-68ce36687a1d 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Added segment 1eab572c-5379-462b-bb43-4b267d9f0dbd of type vxlan for network d6c3b9e8-2424-47b4-8135-5750fc9b2590 [pid: 7|app: 0|req: 1192/2331] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:16:06 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1140/2332] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2333] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:06 2026] GET /v2.0/security-groups?tenant_id=4993a25c9dfd4840abad2da72b20a86b&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2334] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/subnets => generated 731 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2335] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:06 2026] DELETE /v2.0/security-groups/902eb2cd-d244-4a6d-ac0c-cde511ccc560 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:06.926 7 INFO neutron.db.segments_db [None req-45d2eca9-523f-4456-a71d-637b3a04a8c5 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Added segment f6723691-bfe3-44b8-927a-58f05d59e70d of type vxlan for network c9f12176-e05a-49de-912f-2c6471a60c9f [pid: 8|app: 0|req: 1142/2336] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/ports => generated 743 bytes in 340 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: 1195/2337] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/networks => generated 619 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:07.044 8 INFO neutron.db.segments_db [None req-4197db4c-aaad-40a8-a9a1-3f35787b1266 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Added segment 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b of type vxlan for network 92d7b5cb-95f0-47af-9e2d-cc27004f8009 [pid: 8|app: 0|req: 1143/2338] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:06 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2339] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:07 2026] GET /v2.0/security-groups?tenant_id=af15d2dc64bc44f4b49d5c6fe1d67659&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: 1144/2340] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/subnets => generated 655 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2341] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/ports => generated 743 bytes in 324 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: 1145/2342] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:07 2026] DELETE /v2.0/security-groups/0745ca8f-5a5d-4c7a-8246-ba0aaebede6d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:07.581 8 INFO neutron.db.segments_db [None req-8e43da02-07c0-4c75-98b1-a2cc0c606f90 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Added segment 049e6cde-bdb8-45be-992d-a3cff95694fc of type vxlan for network c6e34fb6-ac3f-47ba-babb-b5eb90183274 [pid: 8|app: 0|req: 1146/2343] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2344] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/subnets => generated 725 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:07.809 7 INFO neutron.db.segments_db [None req-e6588031-4718-4c56-8f0f-9675c24911ba 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Added segment 33638f16-b177-4aed-9b2f-b05f45a6e181 of type vxlan for network 838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 [pid: 7|app: 0|req: 1199/2345] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:07 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: 1147/2346] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:16:08.049 8 INFO neutron.db.segments_db [None req-100f82d2-6c25-4bea-8231-6c1dad5c5429 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Added segment 2da348dd-1827-4af6-abf1-75c7e173bbae of type vxlan for network 6d0f3db1-63ed-4d98-83bb-e48cea09db3b [pid: 8|app: 0|req: 1148/2347] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2348] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:07 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2349] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:08 2026] POST /v2.0/subnets => generated 729 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:08.423 7 INFO neutron.db.segments_db [None req-c23b42a6-bd0d-453f-8e33-9028f1111a8d 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Added segment 94a50272-80d0-440b-b8a5-bd6f825dc0e7 of type vxlan for network 52c26b07-abbd-43b1-a8f6-7039b22a4e02 [pid: 8|app: 0|req: 1149/2350] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:08 2026] POST /v2.0/ports => generated 743 bytes in 322 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: 1150/2351] 10.0.0.2 () {34 vars in 745 bytes} [Thu Apr 23 17:16:08 2026] PUT /v2.0/ports/a7e2a407-9b78-42ab-9d94-4020a0fd6b96/tags => generated 17 bytes in 94 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: 1151/2352] 10.0.0.2 () {34 vars in 745 bytes} [Thu Apr 23 17:16:08 2026] PUT /v2.0/ports/0489569a-30ed-4ccb-b6f0-29731dc84b5f/tags => generated 25 bytes in 112 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: 1152/2353] 10.0.0.2 () {34 vars in 745 bytes} [Thu Apr 23 17:16:08 2026] PUT /v2.0/ports/81ce9c0e-a5de-49cf-95c7-693224dbb477/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:08.774 7 INFO neutron.db.l3_hamode_db [None req-c23b42a6-bd0d-453f-8e33-9028f1111a8d 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1153/2354] 10.0.0.2 () {34 vars in 745 bytes} [Thu Apr 23 17:16:08 2026] PUT /v2.0/ports/f7fb5aab-15f7-4353-b385-48420df8db1a/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1154/2355] 10.0.0.2 () {32 vars in 658 bytes} [Thu Apr 23 17:16:08 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2356] 10.0.0.2 () {32 vars in 672 bytes} [Thu Apr 23 17:16:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2357] 10.0.0.2 () {32 vars in 668 bytes} [Thu Apr 23 17:16:09 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2358] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:16:09 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2359] 10.0.0.2 () {32 vars in 666 bytes} [Thu Apr 23 17:16:09 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2360] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:16:09 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2361] 10.0.0.2 () {32 vars in 676 bytes} [Thu Apr 23 17:16:09 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2362] 10.0.0.2 () {32 vars in 688 bytes} [Thu Apr 23 17:16:09 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:09.600 7 INFO neutron.db.l3_hamode_db [None req-c23b42a6-bd0d-453f-8e33-9028f1111a8d 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:16:09.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a8f7973-119e-4b37-ae9c-b05419595bb6 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] TaaS: Handle Delete Port: a7e2a407-9b78-42ab-9d94-4020a0fd6b96 2026-04-23 17:16:09.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a8f7973-119e-4b37-ae9c-b05419595bb6 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Tap Mirror: Handle Delete Port: a7e2a407-9b78-42ab-9d94-4020a0fd6b96 [pid: 8|app: 0|req: 1162/2363] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:09 2026] DELETE /v2.0/ports/a7e2a407-9b78-42ab-9d94-4020a0fd6b96 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:09.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cb4b2d5-4ea6-413f-bddc-4cff71399e20 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] TaaS: Handle Delete Port: 0489569a-30ed-4ccb-b6f0-29731dc84b5f 2026-04-23 17:16:09.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cb4b2d5-4ea6-413f-bddc-4cff71399e20 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Tap Mirror: Handle Delete Port: 0489569a-30ed-4ccb-b6f0-29731dc84b5f [pid: 8|app: 0|req: 1163/2364] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:09 2026] DELETE /v2.0/ports/0489569a-30ed-4ccb-b6f0-29731dc84b5f => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:09.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d037cd2-68b1-4b20-8fd6-41f30d9b4ea4 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] TaaS: Handle Delete Port: 81ce9c0e-a5de-49cf-95c7-693224dbb477 2026-04-23 17:16:09.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d037cd2-68b1-4b20-8fd6-41f30d9b4ea4 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Tap Mirror: Handle Delete Port: 81ce9c0e-a5de-49cf-95c7-693224dbb477 [pid: 8|app: 0|req: 1164/2365] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:09 2026] DELETE /v2.0/ports/81ce9c0e-a5de-49cf-95c7-693224dbb477 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:10.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-95f4fefe-5b0c-4fa2-b75d-913edcc2ece3 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] TaaS: Handle Delete Port: f7fb5aab-15f7-4353-b385-48420df8db1a 2026-04-23 17:16:10.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95f4fefe-5b0c-4fa2-b75d-913edcc2ece3 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Tap Mirror: Handle Delete Port: f7fb5aab-15f7-4353-b385-48420df8db1a [pid: 8|app: 0|req: 1165/2366] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:10 2026] DELETE /v2.0/ports/f7fb5aab-15f7-4353-b385-48420df8db1a => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:10.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-127e84a4-08fb-4a02-a866-911b3955fa98 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] TaaS: Handle Delete Port: 035ce7eb-a4ec-46f3-8543-24dc007a6269 2026-04-23 17:16:10.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-127e84a4-08fb-4a02-a866-911b3955fa98 1102432a0ad6494eac8fd7589a620c4f 36ab1d07f15c48219959de61d35fa3e9 - - default default] Tap Mirror: Handle Delete Port: 035ce7eb-a4ec-46f3-8543-24dc007a6269 [pid: 8|app: 0|req: 1166/2367] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:10 2026] DELETE /v2.0/ports/035ce7eb-a4ec-46f3-8543-24dc007a6269 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2368] 10.0.0.2 () {34 vars in 667 bytes} [Thu Apr 23 17:16:08 2026] POST /v2.0/routers => generated 684 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:10.648 8 INFO neutron.services.segments.plugin [-] Segment b9850162-1a88-41ac-b0c3-8e1024e49324 resource provider aggregate not found 2026-04-23 17:16:10.656 8 INFO neutron.services.segments.plugin [-] Segment b9850162-1a88-41ac-b0c3-8e1024e49324 resource provider aggregate not found 2026-04-23 17:16:10.666 8 INFO neutron.services.segments.plugin [-] Segment b9850162-1a88-41ac-b0c3-8e1024e49324 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9850162-1a88-41ac-b0c3-8e1024e49324 found for delete ", "request_id": "req-4dda85a4-6ec9-48b5-9fc3-0be034f0570d"}]} 2026-04-23 17:16:10.677 8 INFO neutron.services.segments.plugin [-] Segment b9850162-1a88-41ac-b0c3-8e1024e49324 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9850162-1a88-41ac-b0c3-8e1024e49324 found for delete ", "request_id": "req-80c001d5-56a7-442d-a944-a903efe1b9a6"}]} [pid: 8|app: 0|req: 1167/2369] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:10 2026] DELETE /v2.0/networks/3a433d34-37dc-4923-96c3-876d88ab7d48 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2370] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:10 2026] DELETE /v2.0/networks/d6c3b9e8-2424-47b4-8135-5750fc9b2590 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:11.224 8 INFO neutron.db.segments_db [None req-769bec38-aa75-476c-bc4d-0cdfaff66951 16f13bdfea6348fda39fb72cf3e5503c 5ccb5a268b204b72b2842d002626574f - - default default] Added segment 3ff48bf8-2cc0-4f14-a791-31cbb54c713d of type vxlan for network b2fc543f-34b8-42d7-8821-5e2d022bf6c5 [pid: 8|app: 0|req: 1169/2371] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:10 2026] POST /v2.0/networks => generated 613 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2372] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:11 2026] DELETE /v2.0/networks/92d7b5cb-95f0-47af-9e2d-cc27004f8009 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2373] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:11 2026] POST /v2.0/ports => generated 743 bytes in 318 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: 1174/2376] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:11 2026] DELETE /v2.0/networks/c6e34fb6-ac3f-47ba-babb-b5eb90183274 => 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: 1203/2377] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:16:10 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/add_router_interface => generated 309 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2378] 10.0.0.2 () {34 vars in 745 bytes} [Thu Apr 23 17:16:11 2026] PUT /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 25 bytes in 82 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-04-23 17:16:12.095 7 INFO neutron.services.segments.plugin [-] Segment 2da348dd-1827-4af6-abf1-75c7e173bbae resource provider aggregate not found 2026-04-23 17:16:12.098 7 INFO neutron.services.segments.plugin [-] Segment 2da348dd-1827-4af6-abf1-75c7e173bbae resource provider aggregate not found 2026-04-23 17:16:12.117 7 INFO neutron.services.segments.plugin [-] Segment 2da348dd-1827-4af6-abf1-75c7e173bbae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2da348dd-1827-4af6-abf1-75c7e173bbae found for delete ", "request_id": "req-877e5037-c678-457f-8b7e-74489ac729d8"}]} 2026-04-23 17:16:12.119 7 INFO neutron.services.segments.plugin [-] Segment 2da348dd-1827-4af6-abf1-75c7e173bbae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2da348dd-1827-4af6-abf1-75c7e173bbae found for delete ", "request_id": "req-3bbdb12e-cff8-40d3-ae45-96bd261d45a8"}]} [pid: 7|app: 0|req: 1204/2379] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:11 2026] DELETE /v2.0/networks/6d0f3db1-63ed-4d98-83bb-e48cea09db3b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2380] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 25 bytes in 60 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: 1206/2381] 10.0.0.2 () {34 vars in 756 bytes} [Thu Apr 23 17:16:12 2026] PUT /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/green => generated 4 bytes in 132 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: 1207/2382] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 34 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: 1208/2383] 10.0.0.2 () {34 vars in 752 bytes} [Thu Apr 23 17:16:12 2026] PUT /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/red => generated 4 bytes in 70 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: 1209/2384] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 34 bytes in 52 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: 1210/2385] 10.0.0.2 () {34 vars in 774 bytes} [Thu Apr 23 17:16:12 2026] PUT /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/black.or.white => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:16:12.689 8 INFO neutron.services.segments.plugin [-] Segment 1eab572c-5379-462b-bb43-4b267d9f0dbd resource provider aggregate not found 2026-04-23 17:16:12.695 8 INFO neutron.services.segments.plugin [-] Segment 1eab572c-5379-462b-bb43-4b267d9f0dbd resource provider aggregate not found [pid: 7|app: 0|req: 1211/2386] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/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, ' 2026-04-23 17:16:12.733 8 INFO neutron.services.segments.plugin [-] Segment 1eab572c-5379-462b-bb43-4b267d9f0dbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eab572c-5379-462b-bb43-4b267d9f0dbd found for delete ", "request_id": "req-dc506a83-d612-4ec0-9b68-a4fc31050b48"}]} 2026-04-23 17:16:12.734 8 INFO neutron.services.segments.plugin [-] Segment 1eab572c-5379-462b-bb43-4b267d9f0dbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eab572c-5379-462b-bb43-4b267d9f0dbd found for delete ", "request_id": "req-d541972d-2103-4dbd-b045-89db7d55bc35"}]} 2026-04-23 17:16:12.776 8 INFO neutron.services.segments.plugin [-] Segment 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b resource provider aggregate not found 2026-04-23 17:16:12.783 8 INFO neutron.services.segments.plugin [-] Segment 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b resource provider aggregate not found 2026-04-23 17:16:12.798 8 INFO neutron.services.segments.plugin [-] Segment 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b found for delete ", "request_id": "req-95a113e5-ff15-4ca6-8b0c-2fe4005a3f06"}]} 2026-04-23 17:16:12.811 8 INFO neutron.services.segments.plugin [-] Segment 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5864b0-d69f-467c-8db9-ffd0b27b0d9b found for delete ", "request_id": "req-8675016b-e344-4e93-97c1-fb3d58749c24"}]} [pid: 7|app: 0|req: 1212/2387] 10.0.0.2 () {34 vars in 745 bytes} [Thu Apr 23 17:16:12 2026] PUT /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:12.823 8 INFO neutron.services.segments.plugin [-] Segment 049e6cde-bdb8-45be-992d-a3cff95694fc resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:16:12.844 8 INFO neutron.services.segments.plugin [-] Segment 049e6cde-bdb8-45be-992d-a3cff95694fc resource provider aggregate not found 2026-04-23 17:16:12.851 8 INFO neutron.services.segments.plugin [-] Segment 049e6cde-bdb8-45be-992d-a3cff95694fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049e6cde-bdb8-45be-992d-a3cff95694fc found for delete ", "request_id": "req-7fc71f02-1f4f-464c-873b-93132fab7c06"}]} 2026-04-23 17:16:12.876 8 INFO neutron.services.segments.plugin [-] Segment 049e6cde-bdb8-45be-992d-a3cff95694fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049e6cde-bdb8-45be-992d-a3cff95694fc found for delete ", "request_id": "req-e9384943-c64f-4732-8666-b74934f63a7e"}]} [pid: 7|app: 0|req: 1213/2388] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1214/2389] 10.0.0.2 () {32 vars in 733 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/red => generated 0 bytes in 69 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-04-23 17:16:13.022 7 INFO neutron.api.v2.resource [None req-df4fe5bd-a77c-4b82-89f8-a0a4a4dc71ed 16f13bdfea6348fda39fb72cf3e5503c 5ccb5a268b204b72b2842d002626574f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1215/2390] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:16:12 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/green => generated 99 bytes in 58 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: 1216/2391] 10.0.0.2 () {32 vars in 736 bytes} [Thu Apr 23 17:16:13 2026] DELETE /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/red => generated 0 bytes in 77 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: 1217/2392] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:13 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 30 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:16:13.256 7 INFO neutron.api.v2.resource [None req-ee0112df-e241-4f7e-b811-502325fb76b1 16f13bdfea6348fda39fb72cf3e5503c 5ccb5a268b204b72b2842d002626574f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1218/2393] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:16:13 2026] DELETE /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags/green => generated 99 bytes in 67 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: 1219/2394] 10.0.0.2 () {32 vars in 728 bytes} [Thu Apr 23 17:16:13 2026] DELETE /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 0 bytes in 74 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: 1220/2395] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:13 2026] GET /v2.0/security-groups?tenant_id=36ab1d07f15c48219959de61d35fa3e9&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2396] 10.0.0.2 () {32 vars in 725 bytes} [Thu Apr 23 17:16:13 2026] GET /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1176/2397] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:16:11 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/add_router_interface => generated 309 bytes in 1638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:16:13.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-9275a4b9-35e2-4c58-b029-ac06422e9171 16f13bdfea6348fda39fb72cf3e5503c 5ccb5a268b204b72b2842d002626574f - - default default] TaaS: Handle Delete Port: d4567912-b521-4b5f-8336-383fd67eab7c 2026-04-23 17:16:13.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9275a4b9-35e2-4c58-b029-ac06422e9171 16f13bdfea6348fda39fb72cf3e5503c 5ccb5a268b204b72b2842d002626574f - - default default] Tap Mirror: Handle Delete Port: d4567912-b521-4b5f-8336-383fd67eab7c [pid: 7|app: 0|req: 1222/2398] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:13 2026] DELETE /v2.0/security-groups/9991524b-972d-4ac2-9943-307f003e5148 => 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: 1177/2399] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:13 2026] DELETE /v2.0/ports/d4567912-b521-4b5f-8336-383fd67eab7c => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2400] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:13 2026] DELETE /v2.0/networks/b2fc543f-34b8-42d7-8821-5e2d022bf6c5 => 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: 1179/2401] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:13 2026] GET /v2.0/security-groups?tenant_id=fd84aaca1d994c7fb14178727890b55d&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2402] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:14 2026] DELETE /v2.0/security-groups/ee174962-10f7-4598-9f04-210a13ce706d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2403] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:14 2026] GET /v2.0/security-groups?tenant_id=6c562e59917a4c5f8496f933dd6ed5c0&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2404] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:14 2026] DELETE /v2.0/security-groups/f5c3b6d9-f877-43c2-a11d-54741e4cd799 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:14.875 8 INFO neutron.services.segments.plugin [-] Segment 3ff48bf8-2cc0-4f14-a791-31cbb54c713d resource provider aggregate not found 2026-04-23 17:16:14.897 8 INFO neutron.services.segments.plugin [-] Segment 3ff48bf8-2cc0-4f14-a791-31cbb54c713d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ff48bf8-2cc0-4f14-a791-31cbb54c713d found for delete ", "request_id": "req-74c68e86-ff7c-4543-b6ab-d447456cdce1"}]} 2026-04-23 17:16:14.901 8 INFO neutron.services.segments.plugin [-] Segment 3ff48bf8-2cc0-4f14-a791-31cbb54c713d resource provider aggregate not found 2026-04-23 17:16:14.918 8 INFO neutron.services.segments.plugin [-] Segment 3ff48bf8-2cc0-4f14-a791-31cbb54c713d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ff48bf8-2cc0-4f14-a791-31cbb54c713d found for delete ", "request_id": "req-bae238d2-e83a-431b-947e-aae86e77eb7e"}]} [pid: 8|app: 0|req: 1183/2405] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:14 2026] GET /v2.0/security-groups?tenant_id=3efa05e03ca54938b8fbcb0c65d7b966&name=default => generated 2929 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2406] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:15 2026] DELETE /v2.0/security-groups/428dee23-80ef-4293-af50-4cf126a30199 => 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: 1185/2407] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:15 2026] GET /v2.0/security-groups?tenant_id=5ccb5a268b204b72b2842d002626574f&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2408] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:15 2026] DELETE /v2.0/security-groups/79450aeb-30aa-4164-9eeb-2b2475f6520f => 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: 1223/2409] 10.0.0.2 () {34 vars in 781 bytes} [Thu Apr 23 17:16:13 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/add_router_interface => generated 309 bytes in 2014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2410] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:16:15 2026] POST /v2.0/security-groups => generated 1630 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2411] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2412] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2413] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2414] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2415] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2416] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:16 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: 1227/2417] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2418] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2419] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2420] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2421] 10.0.0.2 () {34 vars in 693 bytes} [Thu Apr 23 17:16:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2422] 10.0.0.188 () {34 vars in 1096 bytes} [Thu Apr 23 17:16:18 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1794131392&fields=id&tenant_id=be7f1f625c234292b3d603c1f7e49ff6 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2423] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:16:18 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2424] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:16:18 2026] GET /v2.0/quotas/be7f1f625c234292b3d603c1f7e49ff6 => 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: 1231/2425] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:16:18 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&fields=id => generated 287 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2426] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:16:18 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1232/2427] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:16:18 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1196/2428] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:19 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => 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: 1233/2429] 10.0.0.2 () {34 vars in 676 bytes} [Thu Apr 23 17:16:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:19.860 8 INFO neutron.db.segments_db [None req-0fdf937b-0f39-40a9-a23b-2cf5386701ca ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Added segment 03c8c81b-4b7a-4287-a532-19c114f5fcf1 of type vxlan for network 7dc7ec6f-9165-4108-ae3c-28ecd1df8ca1 [pid: 7|app: 0|req: 1234/2430] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:16:19 2026] PUT /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 25 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2431] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2432] 10.0.0.2 () {34 vars in 762 bytes} [Thu Apr 23 17:16:20 2026] PUT /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2433] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2434] 10.0.0.2 () {34 vars in 758 bytes} [Thu Apr 23 17:16:20 2026] PUT /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2435] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:20.417 8 INFO neutron.db.l3_hamode_db [None req-0fdf937b-0f39-40a9-a23b-2cf5386701ca ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1240/2436] 10.0.0.2 () {34 vars in 780 bytes} [Thu Apr 23 17:16:20 2026] PUT /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags/black.or.white => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2437] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2438] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:16:20 2026] PUT /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2439] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:20.635 8 INFO neutron.db.l3_hamode_db [None req-0fdf937b-0f39-40a9-a23b-2cf5386701ca ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1244/2440] 10.0.0.2 () {32 vars in 739 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:20.675 7 INFO neutron.api.v2.resource [None req-d67e48ff-8e84-4592-af8c-47547f454fb7 12fe218fac204c2f81ad196ffe820966 2290d2a6fbbe4e71bb9752d21eeb821b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2441] 10.0.0.2 () {32 vars in 743 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2442] 10.0.0.2 () {32 vars in 742 bytes} [Thu Apr 23 17:16:20 2026] DELETE /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags/red => 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: 1247/2443] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:20.832 7 INFO neutron.api.v2.resource [None req-f722033d-b9ee-412b-989e-66599c57d177 12fe218fac204c2f81ad196ffe820966 2290d2a6fbbe4e71bb9752d21eeb821b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2444] 10.0.0.2 () {32 vars in 746 bytes} [Thu Apr 23 17:16:20 2026] DELETE /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/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: 1249/2445] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:20 2026] DELETE /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2446] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:20 2026] GET /v2.0/policies/896cda14-1479-4603-b1e8-d84bd474c8f1/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2447] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:16:20 2026] DELETE /v2.0/qos/policies/896cda14-1479-4603-b1e8-d84bd474c8f1 => 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: 1197/2448] 10.0.0.2 () {34 vars in 666 bytes} [Thu Apr 23 17:16:19 2026] POST /v2.0/routers => generated 474 bytes in 1738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:21.448 7 INFO neutron.db.l3_hamode_db [None req-9218735b-50cd-4954-b81b-9eaf39424df2 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:16:21.596 7 INFO neutron.db.l3_hamode_db [None req-9218735b-50cd-4954-b81b-9eaf39424df2 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1198/2449] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:21 2026] GET /v2.0/security-groups?tenant_id=2290d2a6fbbe4e71bb9752d21eeb821b&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2450] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:21 2026] DELETE /v2.0/security-groups/bee6b7a7-9eb6-4d1e-b3e4-733eaf8de94f => 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: 1252/2451] 10.0.0.2 () {34 vars in 666 bytes} [Thu Apr 23 17:16:21 2026] POST /v2.0/routers => generated 474 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:22.343 7 INFO neutron.db.l3_hamode_db [None req-aabf993b-e737-4583-b027-e00121c1ec65 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1200/2452] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:22 2026] GET /v2.0/security-groups?tenant_id=38f095f431554840b76f930772e77dc2&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: 1201/2453] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:22 2026] DELETE /v2.0/security-groups/69ae4884-88f6-4840-92aa-db2f2753b6c1 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:22.485 7 INFO neutron.db.l3_hamode_db [None req-aabf993b-e737-4583-b027-e00121c1ec65 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1253/2454] 10.0.0.2 () {34 vars in 666 bytes} [Thu Apr 23 17:16:22 2026] POST /v2.0/routers => generated 474 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:23.212 8 INFO neutron.db.l3_hamode_db [None req-11ff326e-e76a-4895-9dda-d166da5e2019 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:16:23.344 8 INFO neutron.db.l3_hamode_db [None req-11ff326e-e76a-4895-9dda-d166da5e2019 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1254/2455] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:16:23 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2456] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:16:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be7f1f625c234292b3d603c1f7e49ff6 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2457] 10.0.0.2 () {34 vars in 666 bytes} [Thu Apr 23 17:16:23 2026] POST /v2.0/routers => generated 474 bytes in 961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:24.168 8 INFO neutron.db.l3_hamode_db [None req-5d113551-a124-46d4-abac-857b28da2842 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1256/2458] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:16:23 2026] POST /v2.0/ports => generated 1183 bytes in 401 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: 1257/2459] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:24 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1186 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:24.302 8 INFO neutron.db.l3_hamode_db [None req-5d113551-a124-46d4-abac-857b28da2842 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1258/2460] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:16:24 2026] PUT /v2.0/ports/314077dc-3b39-4333-93da-7e4072e8f470 => generated 1464 bytes in 481 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-04-23 17:16:24.790 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebb21647-891c-4cf5-9cb7-ef489187ec9c'] response: {'name': 'network-changed', 'server_uuid': '22b360dc-86fc-4e42-b8af-b5b10af1301b', 'tag': '314077dc-3b39-4333-93da-7e4072e8f470', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1259/2461] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:24 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2462] 10.0.0.2 () {34 vars in 666 bytes} [Thu Apr 23 17:16:24 2026] POST /v2.0/routers => generated 474 bytes in 920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2463] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:16:25 2026] PUT /v2.0/routers/bec8ce2a-36ef-4bdf-98d9-f92858f460ff/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2464] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:16:25 2026] PUT /v2.0/routers/f3239c07-21d8-4b28-ae7a-66df0b23a348/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: 1205/2465] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1467 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2466] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/networks?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&shared=False => generated 2376 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2467] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:16:25 2026] PUT /v2.0/routers/f79e397d-687f-48d2-a4d7-ec0283fbf882/tags => generated 34 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2468] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2469] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:16:25 2026] PUT /v2.0/routers/1ec74c05-8d80-418a-bf48-28e8a2750262/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: 1208/2470] 10.0.0.2 () {32 vars in 662 bytes} [Thu Apr 23 17:16:25 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) [pid: 7|app: 0|req: 1263/2471] 10.0.0.2 () {32 vars in 676 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2472] 10.0.0.2 () {32 vars in 672 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2473] 10.0.0.2 () {32 vars in 684 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2474] 10.0.0.2 () {32 vars in 670 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2475] 10.0.0.2 () {32 vars in 684 bytes} [Thu Apr 23 17:16:25 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2476] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:26.235 7 INFO neutron.db.segments_db [None req-cae98c8c-1e2d-4e8b-a8d7-675e5fb69080 14dd705b048d4458830f889eac24cbcc eaef39034ab445348a0c786fd6d8efa0 - - default default] Added segment f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 of type vxlan for network 420214d7-bd94-4c5b-9da2-1ddecaa65864 [pid: 8|app: 0|req: 1213/2477] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:16:26 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: 1214/2478] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/routers/bec8ce2a-36ef-4bdf-98d9-f92858f460ff => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2479] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:25 2026] POST /v2.0/networks => generated 613 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2480] 10.0.0.2 () {34 vars in 662 bytes} [Thu Apr 23 17:16:26 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: 1269/2483] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2484] 10.0.0.2 () {34 vars in 664 bytes} [Thu Apr 23 17:16:26 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2485] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.158&port_id=314077dc-3b39-4333-93da-7e4072e8f470 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2486] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:16:26 2026] PUT /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/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: 1273/2487] 199.204.45.210 () {34 vars in 1104 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A391&port_id=314077dc-3b39-4333-93da-7e4072e8f470 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2488] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2489] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:16:26 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514&id=a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2490] 10.0.0.2 () {34 vars in 758 bytes} [Thu Apr 23 17:16:27 2026] PUT /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2491] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2492] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/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: 1279/2493] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&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: 1280/2494] 10.0.0.2 () {34 vars in 754 bytes} [Thu Apr 23 17:16:27 2026] PUT /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2495] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2496] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2497] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1284/2498] 10.0.0.2 () {34 vars in 776 bytes} [Thu Apr 23 17:16:27 2026] PUT /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2499] 10.0.0.2 () {34 vars in 740 bytes} [Thu Apr 23 17:16:26 2026] PUT /v2.0/routers/bec8ce2a-36ef-4bdf-98d9-f92858f460ff => generated 485 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2500] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2501] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/ports?device_id=bec8ce2a-36ef-4bdf-98d9-f92858f460ff => 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: 1286/2502] 10.0.0.2 () {34 vars in 747 bytes} [Thu Apr 23 17:16:27 2026] PUT /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/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: 1287/2503] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2504] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:27.474 7 INFO neutron.api.v2.resource [None req-7814ca73-c18f-4206-b03f-3d5885b4f548 14dd705b048d4458830f889eac24cbcc eaef39034ab445348a0c786fd6d8efa0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1289/2505] 10.0.0.2 () {32 vars in 739 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2506] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:27.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2a584b7-7dcb-4842-89f2-65efefb068b0 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] TaaS: Handle Delete Port: af924323-73b8-4010-b0fa-2c135f1340dc 2026-04-23 17:16:27.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2a584b7-7dcb-4842-89f2-65efefb068b0 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Tap Mirror: Handle Delete Port: af924323-73b8-4010-b0fa-2c135f1340dc [pid: 7|app: 0|req: 1291/2507] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:27.565 7 INFO neutron.api.v2.resource [None req-70c5139e-f360-47fd-834e-9c3a44bf5c74 14dd705b048d4458830f889eac24cbcc eaef39034ab445348a0c786fd6d8efa0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1292/2508] 10.0.0.2 () {32 vars in 742 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2509] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2510] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d/tags => 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: 1295/2511] 10.0.0.2 () {32 vars in 717 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2512] 10.0.0.2 () {32 vars in 715 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/ports/a9932b19-c396-48d3-a701-66c2660a1e6e => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2513] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/routers/bec8ce2a-36ef-4bdf-98d9-f92858f460ff => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2514] 10.0.0.2 () {32 vars in 720 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/trunks/2bbdef42-f8fc-41f9-83fe-326f524cc41d => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2515] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:16:27 2026] GET /v2.0/routers/f3239c07-21d8-4b28-ae7a-66df0b23a348 => generated 493 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:16:27.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe04ed8f-dcbc-4afa-9fe3-b21e350c6535 14dd705b048d4458830f889eac24cbcc eaef39034ab445348a0c786fd6d8efa0 - - default default] TaaS: Handle Delete Port: a9932b19-c396-48d3-a701-66c2660a1e6e 2026-04-23 17:16:27.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe04ed8f-dcbc-4afa-9fe3-b21e350c6535 14dd705b048d4458830f889eac24cbcc eaef39034ab445348a0c786fd6d8efa0 - - default default] Tap Mirror: Handle Delete Port: a9932b19-c396-48d3-a701-66c2660a1e6e [pid: 7|app: 0|req: 1298/2516] 10.0.0.2 () {32 vars in 718 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/ports/a9932b19-c396-48d3-a701-66c2660a1e6e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:28.089 7 INFO neutron.services.segments.plugin [-] Segment f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 resource provider aggregate not found 2026-04-23 17:16:28.089 7 INFO neutron.services.segments.plugin [-] Segment f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 resource provider aggregate not found 2026-04-23 17:16:28.109 7 INFO neutron.services.segments.plugin [-] Segment f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 found for delete ", "request_id": "req-79f9991b-ba20-44f5-9c03-13b4b04dac47"}]} 2026-04-23 17:16:28.111 7 INFO neutron.services.segments.plugin [-] Segment f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7e4b75c-c6a2-4725-8f9f-7fb8397e0500 found for delete ", "request_id": "req-d624807d-6322-4b95-aa7a-0077eae3e258"}]} [pid: 7|app: 0|req: 1299/2517] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:27 2026] DELETE /v2.0/networks/420214d7-bd94-4c5b-9da2-1ddecaa65864 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2518] 10.0.0.2 () {34 vars in 740 bytes} [Thu Apr 23 17:16:27 2026] PUT /v2.0/routers/f3239c07-21d8-4b28-ae7a-66df0b23a348 => generated 493 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2519] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:28 2026] GET /v2.0/ports?device_id=f3239c07-21d8-4b28-ae7a-66df0b23a348 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:28.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-1960709b-e4cc-4dad-9f23-bc30d8b8bf61 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] TaaS: Handle Delete Port: c64cecb7-0099-403f-a5a0-34fb0eca1e1f 2026-04-23 17:16:28.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1960709b-e4cc-4dad-9f23-bc30d8b8bf61 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Tap Mirror: Handle Delete Port: c64cecb7-0099-403f-a5a0-34fb0eca1e1f [pid: 8|app: 0|req: 1220/2520] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:28 2026] DELETE /v2.0/routers/f3239c07-21d8-4b28-ae7a-66df0b23a348 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2521] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:16:28 2026] GET /v2.0/routers/f79e397d-687f-48d2-a4d7-ec0283fbf882 => 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: 1301/2522] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:28 2026] GET /v2.0/security-groups?tenant_id=eaef39034ab445348a0c786fd6d8efa0&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2523] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:28 2026] DELETE /v2.0/security-groups/8a5dcbe9-f2e1-4b06-bb1e-4dab1b52e920 => 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: 1303/2524] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:29 2026] GET /v2.0/security-groups?tenant_id=8b344d91fb7649eb9538a50f98c5e2a3&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2525] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:29 2026] DELETE /v2.0/security-groups/989a704d-78cd-42ef-9f0a-78f95b0c2e7e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2526] 10.0.0.2 () {34 vars in 740 bytes} [Thu Apr 23 17:16:28 2026] PUT /v2.0/routers/f79e397d-687f-48d2-a4d7-ec0283fbf882 => generated 502 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2527] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:29 2026] GET /v2.0/ports?device_id=f79e397d-687f-48d2-a4d7-ec0283fbf882 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:29.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-667bc622-5797-4a33-91af-652c384e489f ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] TaaS: Handle Delete Port: 6fdf4192-e3ae-42fd-91d5-67966b097006 2026-04-23 17:16:29.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-667bc622-5797-4a33-91af-652c384e489f ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Tap Mirror: Handle Delete Port: 6fdf4192-e3ae-42fd-91d5-67966b097006 [pid: 8|app: 0|req: 1223/2528] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:29 2026] DELETE /v2.0/routers/f79e397d-687f-48d2-a4d7-ec0283fbf882 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2529] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:16:29 2026] GET /v2.0/routers/1ec74c05-8d80-418a-bf48-28e8a2750262 => generated 487 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2530] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:29 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1198 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2531] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:30 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2532] 10.0.0.2 () {34 vars in 740 bytes} [Thu Apr 23 17:16:29 2026] PUT /v2.0/routers/1ec74c05-8d80-418a-bf48-28e8a2750262 => generated 487 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2533] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:30 2026] GET /v2.0/ports?device_id=1ec74c05-8d80-418a-bf48-28e8a2750262 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:30.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1960e5e-170e-4646-96bd-69a2895d1c44 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] TaaS: Handle Delete Port: f24268b0-bcc3-4ad8-8603-92ab2c0b465f 2026-04-23 17:16:30.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1960e5e-170e-4646-96bd-69a2895d1c44 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Tap Mirror: Handle Delete Port: f24268b0-bcc3-4ad8-8603-92ab2c0b465f [pid: 8|app: 0|req: 1226/2534] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:30 2026] DELETE /v2.0/routers/1ec74c05-8d80-418a-bf48-28e8a2750262 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2535] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:16:31 2026] GET /v2.0/routers/9cb7220e-b515-4e86-8b97-250e68e82a72 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2536] 10.0.0.2 () {34 vars in 740 bytes} [Thu Apr 23 17:16:31 2026] PUT /v2.0/routers/9cb7220e-b515-4e86-8b97-250e68e82a72 => generated 480 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2537] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:31 2026] GET /v2.0/ports?device_id=9cb7220e-b515-4e86-8b97-250e68e82a72 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:31.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-92efd833-fc26-45ff-9bde-be4c40b14be1 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] TaaS: Handle Delete Port: 424c67f9-2e54-4b65-a4f5-28300c775a51 2026-04-23 17:16:31.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92efd833-fc26-45ff-9bde-be4c40b14be1 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] Tap Mirror: Handle Delete Port: 424c67f9-2e54-4b65-a4f5-28300c775a51 2026-04-23 17:16:32.275 8 INFO neutron.services.segments.plugin [-] Segment 03c8c81b-4b7a-4287-a532-19c114f5fcf1 resource provider aggregate not found 2026-04-23 17:16:32.280 8 INFO neutron.services.segments.plugin [-] Segment 03c8c81b-4b7a-4287-a532-19c114f5fcf1 resource provider aggregate not found 2026-04-23 17:16:32.299 8 INFO neutron.services.segments.plugin [-] Segment 03c8c81b-4b7a-4287-a532-19c114f5fcf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c8c81b-4b7a-4287-a532-19c114f5fcf1 found for delete ", "request_id": "req-947713d7-22a5-4c59-b9d2-f289899dc1da"}]} 2026-04-23 17:16:32.302 8 INFO neutron.services.segments.plugin [-] Segment 03c8c81b-4b7a-4287-a532-19c114f5fcf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c8c81b-4b7a-4287-a532-19c114f5fcf1 found for delete ", "request_id": "req-92a5198d-3632-4e66-a481-cf1dee120689"}]} 2026-04-23 17:16:32.305 8 INFO neutron.db.l3_hamode_db [None req-92efd833-fc26-45ff-9bde-be4c40b14be1 ea6a518c4a824bb49c81d69dd8de5baf 2402fef95dee4c0ab21ce8913e51b69c - - default default] HA network 7dc7ec6f-9165-4108-ae3c-28ecd1df8ca1 was deleted as no HA routers are present in tenant 2402fef95dee4c0ab21ce8913e51b69c. [pid: 8|app: 0|req: 1228/2538] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:16:31 2026] DELETE /v2.0/routers/9cb7220e-b515-4e86-8b97-250e68e82a72 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2539] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:33 2026] GET /v2.0/security-groups?tenant_id=7fb7c6ee06c642008d10054b83f4f9a8&name=default => generated 2929 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2540] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:33 2026] DELETE /v2.0/security-groups/9a6fb485-084d-4abc-af2a-8dbd4efdf0a4 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2541] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:34 2026] GET /v2.0/security-groups?tenant_id=6be2d6774543410bb9e9018c487e8b12&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2542] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:34 2026] DELETE /v2.0/security-groups/74068350-0c49-41db-87ae-6fed9061fa9c => 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: 1313/2543] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:34 2026] GET /v2.0/security-groups?tenant_id=2402fef95dee4c0ab21ce8913e51b69c&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2544] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:34 2026] DELETE /v2.0/security-groups/aa8ee982-1d83-490a-85d1-1b9dcc94349b => 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: 1314/2545] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:35 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1200 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2546] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:35 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2547] 10.0.0.2 () {32 vars in 816 bytes} [Thu Apr 23 17:16:35 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&mac_address=fa%3A16%3A3e%3Ae5%3A54%3A08 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:36.354 8 INFO neutron.db.l3_db [None req-6a7d51cf-e1ae-47d3-b011-5a59e6243a0c 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Floating IP 8ec26aed-3945-4c72-b396-7a1e5d2401ef associated. External IP: 10.96.250.218, port: 314077dc-3b39-4333-93da-7e4072e8f470. [pid: 8|app: 0|req: 1233/2548] 10.0.0.2 () {34 vars in 675 bytes} [Thu Apr 23 17:16:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 17:16:36.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95b8a8ae-f9b1-4ac9-956e-741a1f78a304'] response: {'name': 'network-changed', 'server_uuid': '22b360dc-86fc-4e42-b8af-b5b10af1301b', 'tag': '314077dc-3b39-4333-93da-7e4072e8f470', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1316/2549] 10.0.0.188 () {34 vars in 1096 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1794131392&fields=id&tenant_id=be7f1f625c234292b3d603c1f7e49ff6 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2550] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2551] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/quotas/be7f1f625c234292b3d603c1f7e49ff6 => 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: 1318/2552] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2553] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 801 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2554] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&fields=id => generated 333 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2555] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.158&port_id=314077dc-3b39-4333-93da-7e4072e8f470 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2556] 199.204.45.210 () {34 vars in 1104 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A391&port_id=314077dc-3b39-4333-93da-7e4072e8f470 => 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: 1322/2557] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514&id=a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2558] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2559] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&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: 1236/2560] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=segments => generated 14 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2561] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2562] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2563] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1238/2564] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:37 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => 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: 1327/2565] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:16:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2566] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:16:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2567] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:16:39 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: 1240/2568] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:16:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2569] 10.0.0.2 () {34 vars in 682 bytes} [Thu Apr 23 17:16:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2570] 10.0.0.2 () {34 vars in 765 bytes} [Thu Apr 23 17:16:40 2026] PUT /v2.0/security-groups/0897abcf-286c-496c-a984-997fef6622fb/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2571] 10.0.0.2 () {34 vars in 765 bytes} [Thu Apr 23 17:16:40 2026] PUT /v2.0/security-groups/a93bdbf1-936e-4220-b4a8-334000cec8a1/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2572] 10.0.0.2 () {34 vars in 765 bytes} [Thu Apr 23 17:16:40 2026] PUT /v2.0/security-groups/efffdc41-be57-4d50-8a05-286f8cd2918b/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2573] 10.0.0.2 () {34 vars in 765 bytes} [Thu Apr 23 17:16:40 2026] PUT /v2.0/security-groups/ce95f66c-f43f-44aa-b341-94a68221e931/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: 1243/2574] 10.0.0.2 () {32 vars in 678 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2575] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2576] 10.0.0.2 () {32 vars in 688 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2577] 10.0.0.2 () {32 vars in 700 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2578] 10.0.0.2 () {32 vars in 686 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2579] 10.0.0.2 () {32 vars in 700 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2580] 10.0.0.2 () {32 vars in 696 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2581] 10.0.0.2 () {32 vars in 708 bytes} [Thu Apr 23 17:16:40 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2582] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:40 2026] DELETE /v2.0/security-groups/0897abcf-286c-496c-a984-997fef6622fb => 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: 1336/2583] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:40 2026] DELETE /v2.0/security-groups/a93bdbf1-936e-4220-b4a8-334000cec8a1 => 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: 1248/2584] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:41 2026] DELETE /v2.0/security-groups/efffdc41-be57-4d50-8a05-286f8cd2918b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2585] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:41 2026] DELETE /v2.0/security-groups/ce95f66c-f43f-44aa-b341-94a68221e931 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2586] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:41 2026] DELETE /v2.0/security-groups/a7605b86-c314-4b09-9332-a8b8a195eab6 => 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: 1251/2589] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/security-groups?tenant_id=75452db76b7d4767ba0d3ecaa4b9a59f&name=default => generated 2929 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2590] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 704 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2591] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2592] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be7f1f625c234292b3d603c1f7e49ff6 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2593] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2594] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:42 2026] DELETE /v2.0/security-groups/1c2987fa-fd04-44aa-b1c9-185078fd3a2e => 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: 1341/2595] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/security-groups?tenant_id=382d4c8a41e9407896ab23cb44ad1430&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2596] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:42 2026] DELETE /v2.0/security-groups/85b65b95-af37-4e64-80aa-bfcb4c7ec208 => 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: 1343/2597] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:42 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1190 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2598] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:16:42 2026] POST /v2.0/ports => generated 1187 bytes in 517 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: 1256/2599] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:43 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2600] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:43 2026] GET /v2.0/security-groups?tenant_id=d0a014315a194a12a5bd81b3d3c345f4&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: 1345/2601] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:43 2026] DELETE /v2.0/security-groups/be999589-e363-4949-807d-3e7146de9b68 => 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: 1257/2602] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:16:43 2026] PUT /v2.0/ports/d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => generated 1468 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:43.949 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27d9c68b-a4a8-4ee7-a7fe-59a683f3ef3d'] response: {'name': 'network-changed', 'server_uuid': '396db531-8b60-4664-b60a-40a54d4da80f', 'tag': 'd1d70356-1f2c-4e2f-9fd8-a9e35d7351d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1346/2603] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:16:44 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1471 bytes in 32 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: 1258/2604] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:16:44 2026] GET /v2.0/networks?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&shared=False => generated 2376 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2605] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:16:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2606] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2607] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.125&port_id=d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => 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: 1260/2608] 199.204.45.210 () {34 vars in 1106 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16d&port_id=d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => 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: 1349/2609] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/subnets?id=ed2c9d44-373f-4024-a2dc-58ae289bcc5e&id=2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2610] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2611] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&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: 1262/2612] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1351/2613] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:16:45 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2614] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:16:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2615] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:16:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2616] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:16:47 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: 7|app: 0|req: 1353/2617] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:16:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2618] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:16:47 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: 7|app: 0|req: 1354/2619] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:16:48 2026] PUT /v2.0/subnetpools/7436ab39-1bb5-43af-95fb-4f0c21c641f7/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2620] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:16:48 2026] PUT /v2.0/subnetpools/4724f84c-6d8d-41d3-a5c0-9695fe6c9ddc/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2621] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:16:48 2026] PUT /v2.0/subnetpools/dd234d2e-3627-4402-9283-975a66a30c05/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2622] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:16:48 2026] PUT /v2.0/subnetpools/4b1a98d7-eacd-49b5-ae91-9321154a66c2/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: 1268/2623] 10.0.0.2 () {32 vars in 670 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2624] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1202 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2625] 10.0.0.2 () {32 vars in 684 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2626] 10.0.0.2 () {32 vars in 680 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2627] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2628] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2629] 10.0.0.2 () {32 vars in 678 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2630] 10.0.0.2 () {32 vars in 692 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => 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: 1359/2631] 10.0.0.2 () {32 vars in 688 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2632] 10.0.0.2 () {32 vars in 700 bytes} [Thu Apr 23 17:16:48 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2633] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:16:48 2026] DELETE /v2.0/subnetpools/7436ab39-1bb5-43af-95fb-4f0c21c641f7 => 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: 1274/2634] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:16:48 2026] DELETE /v2.0/subnetpools/4724f84c-6d8d-41d3-a5c0-9695fe6c9ddc => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2635] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:16:48 2026] DELETE /v2.0/subnetpools/dd234d2e-3627-4402-9283-975a66a30c05 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2636] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:16:48 2026] DELETE /v2.0/subnetpools/4b1a98d7-eacd-49b5-ae91-9321154a66c2 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2637] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:16:48 2026] DELETE /v2.0/subnetpools/ad636cb6-cd77-4b18-856a-e1499c38c81a => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2638] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:49 2026] GET /v2.0/security-groups?tenant_id=b602bbc1fcc74d7fbf94e0f3a257c14a&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2639] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:50 2026] DELETE /v2.0/security-groups/f3773afc-4496-4617-b65f-3851e146fc2e => 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: 1277/2640] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:50 2026] GET /v2.0/security-groups?tenant_id=f9eef16f50f3460b9c662f7ec96559b1&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2641] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:50 2026] DELETE /v2.0/security-groups/de11bb7a-0566-4166-b155-d8eb7b95cb76 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2642] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:50 2026] GET /v2.0/security-groups?tenant_id=48d79bfef1ff4b909ee8ef38f7aec510&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2643] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:50 2026] DELETE /v2.0/security-groups/8712b685-3fb9-4316-b681-2126c39aae7e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2644] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:16:53 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1204 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2645] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:16:53 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2646] 10.0.0.2 () {32 vars in 816 bytes} [Thu Apr 23 17:16:53 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&mac_address=fa%3A16%3A3e%3Aeb%3A7b%3A7e => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:54.518 7 INFO neutron.db.l3_db [None req-56ea33aa-e1e1-4495-b3b8-0b2b79e2e9ab 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Floating IP 48a8cbc0-17bd-496b-bc39-5b8e6689232f associated. External IP: 10.96.250.211, port: d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5. 2026-04-23 17:16:54.696 8 INFO neutron.db.segments_db [None req-caa6f10a-ec14-44fb-ad35-018ea62751cc 525bd32a07544c3c9e76a2e0959de6ca e4f12f13e4174d9bbc2721824baed10d - - default default] Added segment 455f58bc-c5d9-49fb-98ef-b7950e5e7759 of type vxlan for network aafe5d90-694e-463e-86ed-6b18d0f5c0e6 [pid: 8|app: 0|req: 1281/2647] 10.0.0.2 () {34 vars in 668 bytes} [Thu Apr 23 17:16:54 2026] POST /v2.0/networks => generated 612 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2648] 10.0.0.2 () {34 vars in 675 bytes} [Thu Apr 23 17:16:53 2026] POST /v2.0/floatingips => generated 855 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2649] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:16:54 2026] PUT /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2650] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:54 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:16:55.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a06e894e-5895-4540-ae09-fdc5ff98c8bf'] response: {'name': 'network-changed', 'server_uuid': '396db531-8b60-4664-b60a-40a54d4da80f', 'tag': 'd1d70356-1f2c-4e2f-9fd8-a9e35d7351d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1283/2651] 10.0.0.2 () {34 vars in 762 bytes} [Thu Apr 23 17:16:54 2026] PUT /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags/green => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2652] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2653] 10.0.0.2 () {34 vars in 758 bytes} [Thu Apr 23 17:16:55 2026] PUT /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2654] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2655] 10.0.0.2 () {34 vars in 780 bytes} [Thu Apr 23 17:16:55 2026] PUT /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2656] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2657] 10.0.0.2 () {34 vars in 751 bytes} [Thu Apr 23 17:16:55 2026] PUT /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2658] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/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: 1287/2659] 10.0.0.2 () {32 vars in 739 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:16:55.576 7 INFO neutron.api.v2.resource [None req-1d259593-d824-47ba-8f71-018f9449c5d8 525bd32a07544c3c9e76a2e0959de6ca e4f12f13e4174d9bbc2721824baed10d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1373/2660] 10.0.0.2 () {32 vars in 743 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2661] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2662] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2663] 10.0.0.2 () {32 vars in 742 bytes} [Thu Apr 23 17:16:55 2026] DELETE /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/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: 1290/2664] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.125&port_id=d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2665] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2666] 199.204.45.210 () {34 vars in 1106 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16d&port_id=d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => 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: 1292/2667] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/subnets?id=ed2c9d44-373f-4024-a2dc-58ae289bcc5e&id=2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 1413 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:16:55.750 7 INFO neutron.api.v2.resource [None req-c04ec590-4773-46c6-b1e9-26059fe98766 525bd32a07544c3c9e76a2e0959de6ca e4f12f13e4174d9bbc2721824baed10d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1376/2668] 10.0.0.2 () {32 vars in 746 bytes} [Thu Apr 23 17:16:55 2026] DELETE /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2669] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2670] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:16:55 2026] DELETE /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2671] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&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: 1378/2672] 10.0.0.2 () {32 vars in 731 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2673] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1296/2674] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:16:55 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1379/2675] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:16:55 2026] DELETE /v2.0/networks/aafe5d90-694e-463e-86ed-6b18d0f5c0e6 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:16:56.101 7 INFO neutron.services.segments.plugin [-] Segment 455f58bc-c5d9-49fb-98ef-b7950e5e7759 resource provider aggregate not found 2026-04-23 17:16:56.110 7 INFO neutron.services.segments.plugin [-] Segment 455f58bc-c5d9-49fb-98ef-b7950e5e7759 resource provider aggregate not found 2026-04-23 17:16:56.121 7 INFO neutron.services.segments.plugin [-] Segment 455f58bc-c5d9-49fb-98ef-b7950e5e7759 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 455f58bc-c5d9-49fb-98ef-b7950e5e7759 found for delete ", "request_id": "req-1b7888c8-1743-4cb8-b64b-0b39e2990122"}]} 2026-04-23 17:16:56.127 7 INFO neutron.services.segments.plugin [-] Segment 455f58bc-c5d9-49fb-98ef-b7950e5e7759 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 455f58bc-c5d9-49fb-98ef-b7950e5e7759 found for delete ", "request_id": "req-ef27f813-7ca5-4853-be28-fa32946bb8f3"}]} [pid: 8|app: 0|req: 1298/2678] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:56 2026] GET /v2.0/security-groups?tenant_id=bcefea346349456582d0ba688b673e74&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2679] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:56 2026] DELETE /v2.0/security-groups/c49704b2-dd6b-443d-a179-a79e515cda9f => 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: 1299/2680] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:16:57 2026] GET /v2.0/security-groups?tenant_id=e4f12f13e4174d9bbc2721824baed10d&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2681] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:16:57 2026] DELETE /v2.0/security-groups/7d97b31e-7052-4f92-a41a-c12532e66918 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:17:00.880 8 INFO neutron.db.segments_db [None req-38e79cde-dcc2-4274-a39a-990cb2630bc1 d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] Added segment 28aae0cc-6e2c-4f57-a979-5a11e9e17420 of type vxlan for network 00f2a81f-45e8-40d2-87aa-63f8aa27fdf9 2026-04-23 17:17:01.352 8 INFO neutron.db.l3_hamode_db [None req-38e79cde-dcc2-4274-a39a-990cb2630bc1 d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 17:17:01.572 8 INFO neutron.db.l3_hamode_db [None req-38e79cde-dcc2-4274-a39a-990cb2630bc1 d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1300/2682] 10.0.0.2 () {34 vars in 666 bytes} [Thu Apr 23 17:17:00 2026] POST /v2.0/routers => generated 474 bytes in 1721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2683] 10.0.0.123 () {34 vars in 990 bytes} [Thu Apr 23 17:17:02 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2684] 10.0.0.123 () {34 vars in 1040 bytes} [Thu Apr 23 17:17:02 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2685] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:17:02 2026] PUT /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2686] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:02 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2687] 10.0.0.2 () {34 vars in 760 bytes} [Thu Apr 23 17:17:02 2026] PUT /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/green => generated 4 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2688] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:02 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2689] 10.0.0.2 () {34 vars in 756 bytes} [Thu Apr 23 17:17:02 2026] PUT /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/red => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2690] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:02 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2691] 10.0.0.2 () {34 vars in 778 bytes} [Thu Apr 23 17:17:03 2026] PUT /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/black.or.white => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2692] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:03 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2693] 10.0.0.2 () {34 vars in 749 bytes} [Thu Apr 23 17:17:03 2026] PUT /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 37 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2694] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:03 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2695] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:03 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:17:03.807 8 INFO neutron.api.v2.resource [None req-c05f4623-f040-44e1-9429-10a38ad1740f d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2696] 10.0.0.2 () {32 vars in 741 bytes} [Thu Apr 23 17:17:03 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2697] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:17:03 2026] DELETE /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/red => 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: 1309/2698] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:03 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 30 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:17:04.155 7 INFO neutron.api.v2.resource [None req-3eac3c3d-db37-4abe-afb6-32445c6b62dc d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1390/2699] 10.0.0.2 () {32 vars in 744 bytes} [Thu Apr 23 17:17:04 2026] DELETE /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2700] 10.0.0.2 () {32 vars in 732 bytes} [Thu Apr 23 17:17:04 2026] DELETE /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2701] 10.0.0.2 () {32 vars in 729 bytes} [Thu Apr 23 17:17:04 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e/tags => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2702] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:17:04 2026] GET /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2703] 10.0.0.2 () {34 vars in 740 bytes} [Thu Apr 23 17:17:04 2026] PUT /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e => generated 480 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2704] 10.0.0.2 () {32 vars in 734 bytes} [Thu Apr 23 17:17:05 2026] GET /v2.0/ports?device_id=bbfbf470-787f-4ff6-a685-b74905b48a8e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:17:05.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-71c54f85-5bca-4161-b387-60cea0d9df35 d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] TaaS: Handle Delete Port: b655c540-38af-463d-bc3c-ef437ea4380f 2026-04-23 17:17:05.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71c54f85-5bca-4161-b387-60cea0d9df35 d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] Tap Mirror: Handle Delete Port: b655c540-38af-463d-bc3c-ef437ea4380f 2026-04-23 17:17:05.620 7 INFO neutron.services.segments.plugin [-] Segment 28aae0cc-6e2c-4f57-a979-5a11e9e17420 resource provider aggregate not found 2026-04-23 17:17:05.625 7 INFO neutron.services.segments.plugin [-] Segment 28aae0cc-6e2c-4f57-a979-5a11e9e17420 resource provider aggregate not found 2026-04-23 17:17:05.646 7 INFO neutron.services.segments.plugin [-] Segment 28aae0cc-6e2c-4f57-a979-5a11e9e17420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28aae0cc-6e2c-4f57-a979-5a11e9e17420 found for delete ", "request_id": "req-aa9f70f1-cc28-43f1-9d7a-0a4425b5d2cb"}]} 2026-04-23 17:17:05.647 7 INFO neutron.services.segments.plugin [-] Segment 28aae0cc-6e2c-4f57-a979-5a11e9e17420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28aae0cc-6e2c-4f57-a979-5a11e9e17420 found for delete ", "request_id": "req-b7b9a9e7-374f-4f69-b665-9fb925aa310c"}]} 2026-04-23 17:17:05.655 7 INFO neutron.db.l3_hamode_db [None req-71c54f85-5bca-4161-b387-60cea0d9df35 d32836bf7f134a15b191df2954e6ea12 1157b54147c24a4e9abdbab1a82a94b1 - - default default] HA network 00f2a81f-45e8-40d2-87aa-63f8aa27fdf9 was deleted as no HA routers are present in tenant 1157b54147c24a4e9abdbab1a82a94b1. [pid: 7|app: 0|req: 1393/2705] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:17:05 2026] DELETE /v2.0/routers/bbfbf470-787f-4ff6-a685-b74905b48a8e => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2706] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:17:06 2026] GET /v2.0/security-groups?tenant_id=1157b54147c24a4e9abdbab1a82a94b1&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2707] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:17:06 2026] DELETE /v2.0/security-groups/8c85c5b1-ee2e-4fcd-b0c4-05ecc89b5f1c => 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: 1314/2708] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:17:06 2026] GET /v2.0/security-groups?tenant_id=8ca1b2072ec747ec989f14723f678de4&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2709] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:17:07 2026] DELETE /v2.0/security-groups/13bfc0ad-5171-4ac1-8c0b-c903879fdcc9 => 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: 1315/2710] 10.0.0.2 () {34 vars in 674 bytes} [Thu Apr 23 17:17:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2711] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:17:10 2026] PUT /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2712] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:10 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2713] 10.0.0.2 () {34 vars in 768 bytes} [Thu Apr 23 17:17:10 2026] PUT /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2714] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:10 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2715] 10.0.0.2 () {34 vars in 764 bytes} [Thu Apr 23 17:17:10 2026] PUT /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2716] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:10 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2717] 10.0.0.2 () {34 vars in 786 bytes} [Thu Apr 23 17:17:10 2026] PUT /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2718] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:11 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2719] 10.0.0.2 () {34 vars in 757 bytes} [Thu Apr 23 17:17:11 2026] PUT /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2720] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:11 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2721] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:17:11 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:17:11.193 8 INFO neutron.api.v2.resource [None req-c0da5325-f68a-4b36-8e46-57bbcd91e099 f173c6f03b694628b728c2b6d5e532ca a0eee7d6f888493e83749e11808e21d5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1321/2722] 10.0.0.2 () {32 vars in 749 bytes} [Thu Apr 23 17:17:11 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2723] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:17:11 2026] DELETE /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2724] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:11 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:17:11.330 7 INFO neutron.api.v2.resource [None req-d39dec30-bfe5-4de3-8f63-85081e17b739 f173c6f03b694628b728c2b6d5e532ca a0eee7d6f888493e83749e11808e21d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1403/2725] 10.0.0.2 () {32 vars in 752 bytes} [Thu Apr 23 17:17:11 2026] DELETE /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2726] 10.0.0.2 () {32 vars in 740 bytes} [Thu Apr 23 17:17:11 2026] DELETE /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2729] 10.0.0.2 () {32 vars in 737 bytes} [Thu Apr 23 17:17:11 2026] GET /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d/tags => 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: 1405/2730] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:17:11 2026] DELETE /v2.0/subnetpools/28ad04c1-784f-49cf-9bc7-9c7f05a0089d => 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: 1326/2731] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:17:12 2026] GET /v2.0/security-groups?tenant_id=024164b5d4ae4c26a06b6153a778e605&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2732] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:17:12 2026] DELETE /v2.0/security-groups/6a0b98bd-c531-42f2-ade6-ea3cfddd81f4 => 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: 1327/2733] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:17:12 2026] GET /v2.0/security-groups?tenant_id=a0eee7d6f888493e83749e11808e21d5&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: 1407/2734] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:17:12 2026] DELETE /v2.0/security-groups/154a64a2-4497-4526-b161-0820897367d1 => 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: 1328/2735] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:17:17 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2736] 10.0.0.31 () {30 vars in 689 bytes} [Thu Apr 23 17:17:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2737] 10.0.0.31 () {30 vars in 691 bytes} [Thu Apr 23 17:17:18 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: 1409/2738] 10.0.0.31 () {30 vars in 667 bytes} [Thu Apr 23 17:17:18 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: 1330/2739] 10.0.0.31 () {30 vars in 703 bytes} [Thu Apr 23 17:17:18 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: 1410/2740] 10.0.0.31 () {28 vars in 438 bytes} [Thu Apr 23 17:17:19 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2741] 10.0.0.31 () {30 vars in 727 bytes} [Thu Apr 23 17:17:19 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2742] 10.0.0.31 () {30 vars in 689 bytes} [Thu Apr 23 17:17:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2743] 10.0.0.31 () {30 vars in 691 bytes} [Thu Apr 23 17:17:19 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: 1412/2744] 10.0.0.31 () {30 vars in 667 bytes} [Thu Apr 23 17:17:19 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: 1333/2745] 10.0.0.31 () {30 vars in 703 bytes} [Thu Apr 23 17:17:19 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: 1413/2746] 10.0.0.31 () {30 vars in 727 bytes} [Thu Apr 23 17:17:19 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2747] 10.0.0.31 () {30 vars in 689 bytes} [Thu Apr 23 17:17: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: 7|app: 0|req: 1414/2748] 10.0.0.31 () {30 vars in 691 bytes} [Thu Apr 23 17:17:19 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: 1335/2749] 10.0.0.31 () {30 vars in 667 bytes} [Thu Apr 23 17:17: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: 7|app: 0|req: 1415/2750] 10.0.0.31 () {30 vars in 703 bytes} [Thu Apr 23 17:17:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2751] 10.0.0.31 () {30 vars in 729 bytes} [Thu Apr 23 17:17:19 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2752] 10.0.0.31 () {30 vars in 681 bytes} [Thu Apr 23 17:17:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2753] 10.0.0.31 () {34 vars in 703 bytes} [Thu Apr 23 17:17:19 2026] POST /v2.0/ports => generated 1132 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2754] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:17:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1338/2755] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:17:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2756] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:17:23 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: 1339/2757] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:17:23 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: 1419/2758] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:17:23 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2759] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:17:23 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: 1420/2760] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:17:23 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: 1341/2761] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:17:23 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: 1421/2762] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:17:23 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-04-23 17:17:23.988 8 INFO neutron.api.v2.resource [None req-a1f1bb34-fa8f-4cdc-8137-e47916f0061f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1342/2763] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 17:17:23 2026] GET /v2.0/security-groups/lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => 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: 1422/2764] 199.204.45.210 () {30 vars in 785 bytes} [Thu Apr 23 17:17:23 2026] GET /v2.0/security-groups?name=lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2765] 199.204.45.210 () {34 vars in 736 bytes} [Thu Apr 23 17:17:24 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2766] 199.204.45.210 () {30 vars in 815 bytes} [Thu Apr 23 17:17:24 2026] GET /v2.0/security-group-rules?security_group_id=c3328536-eaac-4db7-8de1-2c179b89d40c => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2767] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:17:24 2026] PUT /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2768] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:17:24 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1345/2769] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:17:24 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: 1425/2770] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:17:24 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: 1346/2771] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:17:24 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: 1426/2772] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:17:24 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1348/2775] 10.0.0.188 () {34 vars in 1016 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/security-groups?id=27cf148a-a0ac-4f43-bee6-64ffcce44e91&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2776] 10.0.0.188 () {34 vars in 982 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/networks?id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 734 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2777] 10.0.0.188 () {34 vars in 965 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/quotas/1ea3a43d6bba4179ac63d5a172ca07be => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2778] 10.0.0.188 () {34 vars in 1002 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2779] 10.0.0.188 () {34 vars in 1008 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1430/2780] 10.0.0.188 () {34 vars in 1108 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1351/2781] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:32 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => 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: 1431/2782] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:33 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => 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: 1352/2783] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:35 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => 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: 1432/2784] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:35 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => 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: 1353/2785] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:17:37 2026] GET /v2.0/networks?id=c9d79a91-7864-4b29-809e-c37340369c1b => generated 734 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2786] 199.204.45.210 () {34 vars in 1050 bytes} [Thu Apr 23 17:17:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1ea3a43d6bba4179ac63d5a172ca07be => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2787] 199.204.45.210 () {38 vars in 955 bytes} [Thu Apr 23 17:17:37 2026] POST /v2.0/ports => generated 1082 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2788] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:17:37 2026] PUT /v2.0/ports/03978f04-3a65-41b6-ad83-edc4dec65b11 => generated 1243 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:17:38.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fee3930-cfce-4bcd-bb19-36f74a255084'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '03978f04-3a65-41b6-ad83-edc4dec65b11', '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: 1355/2789] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:38 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1435/2790] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:17:38 2026] GET /v2.0/security-groups?id=27cf148a-a0ac-4f43-bee6-64ffcce44e91&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2791] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:39 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2792] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:17:39 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2793] 199.204.45.210 () {34 vars in 1018 bytes} [Thu Apr 23 17:17:39 2026] GET /v2.0/networks?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&shared=False => generated 734 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2794] 199.204.45.210 () {34 vars in 930 bytes} [Thu Apr 23 17:17:39 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: 1358/2795] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:17:40 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2796] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1359/2797] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:17:40 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => 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: 1439/2798] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:17:40 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2799] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:17:40 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2800] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:17:40 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1442/2803] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:41 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2804] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:17:41 2026] GET /v2.0/security-groups?id=27cf148a-a0ac-4f43-bee6-64ffcce44e91&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: 1443/2805] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:41 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2806] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:17:44 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2807] 199.204.45.210 () {34 vars in 1044 bytes} [Thu Apr 23 17:17:44 2026] GET /v2.0/security-groups?id=27cf148a-a0ac-4f43-bee6-64ffcce44e91&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2808] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:45 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2809] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:17:45 2026] GET /v2.0/security-groups?id=27cf148a-a0ac-4f43-bee6-64ffcce44e91&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2810] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:45 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2811] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:48 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2812] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:17:48 2026] GET /v2.0/security-groups?id=27cf148a-a0ac-4f43-bee6-64ffcce44e91&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2813] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:17:48 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2818] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:18:24 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: 1369/2819] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:18:24 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: 1451/2820] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:18:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2821] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:18:24 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: 1452/2822] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:18:24 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1371/2823] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:18:25 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2824] 199.204.45.210 () {34 vars in 717 bytes} [Thu Apr 23 17:18:25 2026] POST /v2.0/ports => generated 1055 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2825] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:18:25 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2826] 10.0.0.188 () {34 vars in 907 bytes} [Thu Apr 23 17:18:25 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: 1374/2829] 199.204.45.210 () {34 vars in 1262 bytes} [Thu Apr 23 17:18:26 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2830] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:26 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2831] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:26 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2832] 199.204.45.210 () {34 vars in 975 bytes} [Thu Apr 23 17:18:27 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2833] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:18:27 2026] GET /v2.0/networks?id=006f8739-3a63-4c37-805a-545a2f4ea853 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2834] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:18:27 2026] PUT /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1245 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:18:27.887 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49bc7174-873e-4e1c-beaa-6b70a412861c'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '9b216c3a-5c12-41b0-88dc-a3228cb3d83e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1377/2835] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2836] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/networks?id=006f8739-3a63-4c37-805a-545a2f4ea853 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2837] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1460/2838] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2839] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2840] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1380/2841] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:28 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1462/2842] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2843] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1463/2844] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2845] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2846] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2847] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1465/2848] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:18:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1384/2849] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:18:30 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2850] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:18:30 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&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: 1385/2851] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:30 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1467/2852] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:30 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1386/2853] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:18:34 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1247 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2854] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:18:34 2026] PUT /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1272 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:18:34.393 8 INFO neutron.api.v2.resource [None req-b936f5e2-5db4-401a-b4ff-08c93d3860f2 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1387/2855] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 17:18:34 2026] GET /v2.0/security-groups/lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:18:34.417 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89f11d3c-16c2-417f-9eab-69814222b332'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '9b216c3a-5c12-41b0-88dc-a3228cb3d83e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1469/2856] 199.204.45.210 () {30 vars in 785 bytes} [Thu Apr 23 17:18:34 2026] GET /v2.0/security-groups?name=lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2857] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:18:34 2026] PUT /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1310 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:18:34.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0ea6594-bfa5-48e9-a9f7-41285b562cb9'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '9b216c3a-5c12-41b0-88dc-a3228cb3d83e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1470/2858] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:18:34 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1471/2859] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:18:34 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: 1472/2860] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:18:34 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: 1473/2861] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:18:34 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: 1389/2862] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:18:34 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2863] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:18:34 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2864] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:18:34 2026] GET /v2.0/networks?id=006f8739-3a63-4c37-805a-545a2f4ea853 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2865] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2866] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2867] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2868] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1477/2869] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1393/2870] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2871] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2872] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1479/2873] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2874] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2875] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:18:35 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2876] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2877] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/networks?id=006f8739-3a63-4c37-805a-545a2f4ea853 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2878] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1482/2879] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2880] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2881] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1399/2882] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:36 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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-04-23 17:18:41.494 7 INFO neutron.db.l3_db [None req-5623058f-378c-4ff1-8213-dccc02a34eff 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Floating IP afa547c3-19fd-4868-bc01-c36abcac8e44 associated. External IP: 10.96.250.216, port: bd5f4cd1-a2b1-4e11-b408-6aee779d785c. [pid: 7|app: 0|req: 1484/2885] 10.0.0.2 () {34 vars in 675 bytes} [Thu Apr 23 17:18:40 2026] POST /v2.0/floatingips => generated 899 bytes in 1170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2886] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:18:45 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: 1485/2887] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:18:45 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: 1403/2888] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:18:45 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: 1486/2889] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:18:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:18:45.244 8 INFO neutron.api.v2.resource [None req-ff765856-05ad-4921-a491-099056152a83 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1404/2890] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 17:18:45 2026] GET /v2.0/security-groups/lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2891] 199.204.45.210 () {30 vars in 785 bytes} [Thu Apr 23 17:18:45 2026] GET /v2.0/security-groups?name=lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2892] 199.204.45.210 () {30 vars in 815 bytes} [Thu Apr 23 17:18:45 2026] GET /v2.0/security-group-rules?security_group_id=c3328536-eaac-4db7-8de1-2c179b89d40c => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2893] 199.204.45.210 () {34 vars in 747 bytes} [Thu Apr 23 17:18: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: 8|app: 0|req: 1406/2894] 199.204.45.210 () {34 vars in 747 bytes} [Thu Apr 23 17:18:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2895] 10.0.0.31 () {30 vars in 689 bytes} [Thu Apr 23 17:18:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2896] 10.0.0.31 () {30 vars in 691 bytes} [Thu Apr 23 17:18:53 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: 1490/2897] 10.0.0.31 () {30 vars in 667 bytes} [Thu Apr 23 17:18:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2898] 10.0.0.31 () {30 vars in 703 bytes} [Thu Apr 23 17:18:53 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: 1491/2899] 10.0.0.31 () {28 vars in 438 bytes} [Thu Apr 23 17:18:54 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2900] 10.0.0.31 () {30 vars in 727 bytes} [Thu Apr 23 17:18:54 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2901] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:18:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2902] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:18:56 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: 1493/2903] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:18:56 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/2904] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:18:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2907] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:18:56 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2908] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:18:56 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2909] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:18:56 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: 1496/2910] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:18:56 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: 1415/2911] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:18: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: 1497/2912] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:18:56 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: 1416/2913] 199.204.45.210 () {34 vars in 717 bytes} [Thu Apr 23 17:18:56 2026] POST /v2.0/ports => generated 1328 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2914] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:18:57 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1417/2915] 10.0.0.188 () {34 vars in 907 bytes} [Thu Apr 23 17:18:57 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: 7|app: 0|req: 1499/2916] 199.204.45.210 () {34 vars in 1262 bytes} [Thu Apr 23 17:18:58 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2917] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:18:58 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2918] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:18:58 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1419/2919] 199.204.45.210 () {34 vars in 975 bytes} [Thu Apr 23 17:18:59 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2920] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:18:59 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2921] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:18:59 2026] PUT /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1518 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:19:00.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91f20f03-bbfd-4285-8481-0aafe8254bfb'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '197bac54-ec9b-4db9-8fc9-c0bf7d616d58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1502/2922] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4096 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1421/2923] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2924] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => 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: 1422/2925] 199.204.45.210 () {34 vars in 1104 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A170&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2926] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514&id=a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2927] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&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: 1505/2928] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2929] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2930] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:00 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1425/2931] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:01 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4096 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2932] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1426/2933] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2934] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2935] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2936] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2937] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1510/2938] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2939] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&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: 1511/2940] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2941] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1512/2942] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => 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: 1431/2943] 199.204.45.210 () {34 vars in 1104 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A170&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2944] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514&id=a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 1409 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2945] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&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: 1514/2946] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2947] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1515/2948] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:02 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1434/2949] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:19:06 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2950] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:06 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f => 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: 1435/2951] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:06 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2952] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:06 2026] GET /v2.0/subnets/a0564c85-8306-4b46-84c8-63b5bb6f7f31 => 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: 1436/2953] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:06 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: 1518/2954] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19: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: 1437/2955] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2956] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:07 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: 1438/2957] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2958] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2959] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2960] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2961] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2962] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2963] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:07 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1443/2966] 10.0.0.31 () {30 vars in 689 bytes} [Thu Apr 23 17:19:15 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: 1524/2967] 10.0.0.31 () {30 vars in 691 bytes} [Thu Apr 23 17:19: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: 1444/2968] 10.0.0.31 () {30 vars in 667 bytes} [Thu Apr 23 17:19:15 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: 1525/2969] 10.0.0.31 () {30 vars in 703 bytes} [Thu Apr 23 17:19:15 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: 1445/2970] 10.0.0.31 () {28 vars in 438 bytes} [Thu Apr 23 17:19: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: 1526/2971] 10.0.0.31 () {30 vars in 727 bytes} [Thu Apr 23 17:19:15 2026] GET /v2.0/subnets/ed2c9d44-373f-4024-a2dc-58ae289bcc5e => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2972] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:16 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: 1527/2973] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:16 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: 1447/2974] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19: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: 7|app: 0|req: 1528/2975] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:16 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: 1448/2976] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:16 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => 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: 1529/2977] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:16 2026] GET /v2.0/subnets/ed2c9d44-373f-4024-a2dc-58ae289bcc5e => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2978] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:16 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4098 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2979] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:16 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: 1450/2980] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:16 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: 1531/2981] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2982] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:16 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: 1532/2983] 199.204.45.210 () {34 vars in 717 bytes} [Thu Apr 23 17:19:16 2026] POST /v2.0/ports => generated 1332 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2984] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:19:16 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1332 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1533/2985] 199.204.45.210 () {34 vars in 1262 bytes} [Thu Apr 23 17:19:18 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2986] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:18 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1534/2987] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:18 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2988] 199.204.45.210 () {34 vars in 975 bytes} [Thu Apr 23 17:19:18 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2989] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:18 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2990] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:19:18 2026] PUT /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1522 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:19:19.364 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5279f24-7ba6-48f4-ba5a-3bf0dce0446b'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '857e739e-fb82-4f4b-9bab-6f3b2f440404', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1536/2991] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:19 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 5612 bytes in 54 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: 1456/2992] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:19 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2993] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=857e739e-fb82-4f4b-9bab-6f3b2f440404 => 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: 1457/2994] 199.204.45.210 () {34 vars in 1106 bytes} [Thu Apr 23 17:19:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A171&port_id=857e739e-fb82-4f4b-9bab-6f3b2f440404 => 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: 1538/2995] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:19:20 2026] GET /v2.0/subnets?id=ed2c9d44-373f-4024-a2dc-58ae289bcc5e&id=2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2996] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:20 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2997] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:20 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&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: 1459/2998] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:20 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2999] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:20 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1460/3000] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 5612 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3001] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1461/3002] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3003] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3004] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1543/3005] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3006] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1544/3007] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3008] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3009] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3010] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3011] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => 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: 1466/3012] 199.204.45.210 () {34 vars in 1104 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A170&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => 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: 1547/3013] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514&id=a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 1409 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3014] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3015] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:21 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&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: 1468/3016] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1549/3017] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1469/3018] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=857e739e-fb82-4f4b-9bab-6f3b2f440404 => 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: 1550/3019] 199.204.45.210 () {34 vars in 1106 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A171&port_id=857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 19 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3020] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/subnets?id=ed2c9d44-373f-4024-a2dc-58ae289bcc5e&id=2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3021] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&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: 1471/3022] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3023] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3024] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:22 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1474/3027] 10.0.0.188 () {34 vars in 971 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3028] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3029] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/subnets/ed2c9d44-373f-4024-a2dc-58ae289bcc5e => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3030] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/subnets/2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3031] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3032] 199.204.45.210 () {34 vars in 790 bytes} [Thu Apr 23 17:19:27 2026] PUT /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1255 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:19:27.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9005ca5c-f755-4ff6-b938-4ea6e3ddede5'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '197bac54-ec9b-4db9-8fc9-c0bf7d616d58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/3033] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1557/3034] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3035] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:27 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: 1558/3036] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:27 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: 1479/3037] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3038] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3039] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3040] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3041] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:27 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3042] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3043] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3044] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3045] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3046] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3047] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3048] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3049] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => 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: 1485/3050] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&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: 1566/3051] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1486/3052] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:28 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1567/3053] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:40 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: 1487/3054] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:40 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: 1568/3055] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:40 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: 1488/3056] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:40 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: 1569/3057] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:40 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3058] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:40 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 5385 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3059] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:40 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: 1490/3060] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19: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: 7|app: 0|req: 1571/3061] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:40 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: 1491/3062] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19: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: 7|app: 0|req: 1572/3063] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:40 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1524 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3064] 199.204.45.210 () {34 vars in 790 bytes} [Thu Apr 23 17:19:40 2026] PUT /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1255 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:19:40.803 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0570b816-a464-45ab-a07c-849a53927673'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '857e739e-fb82-4f4b-9bab-6f3b2f440404', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1573/3065] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:40 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1493/3066] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:40 2026] GET /v2.0/subnets/ed2c9d44-373f-4024-a2dc-58ae289bcc5e => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3067] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:40 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3068] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:19:40 2026] PUT /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1080 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3069] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1495/3070] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3071] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3072] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3075] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3076] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3077] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:41 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1581/3078] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:42 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:19:42.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bbcfd23-26bb-41c7-8ea0-a053d9ff00e2'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '857e739e-fb82-4f4b-9bab-6f3b2f440404', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1498/3079] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:43 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3080] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:43 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3081] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:43 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3082] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:43 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3083] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:43 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1584/3084] 199.204.45.210 () {34 vars in 975 bytes} [Thu Apr 23 17:19:44 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 1116 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3085] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:19:44 2026] GET /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3086] 199.204.45.210 () {34 vars in 1016 bytes} [Thu Apr 23 17:19:44 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?fields=dns_domain => generated 29 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3087] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:44 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3088] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:19:44 2026] PUT /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 917 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3089] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:45 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3869 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:19:45.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-c75b5456-18ff-42ca-95a3-c2e49613919b 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 857e739e-fb82-4f4b-9bab-6f3b2f440404 2026-04-23 17:19:45.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c75b5456-18ff-42ca-95a3-c2e49613919b 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 857e739e-fb82-4f4b-9bab-6f3b2f440404 [pid: 8|app: 0|req: 1503/3090] 199.204.45.210 () {32 vars in 759 bytes} [Thu Apr 23 17:19:45 2026] DELETE /v2.0/ports/857e739e-fb82-4f4b-9bab-6f3b2f440404 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3091] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:46 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: 1504/3092] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3093] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:46 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: 1505/3094] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:46 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: 1590/3095] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3096] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3097] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3098] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1592/3099] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3100] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3101] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3102] 199.204.45.210 () {34 vars in 1226 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/networks?id=c9d79a91-7864-4b29-809e-c37340369c1b&id=006f8739-3a63-4c37-805a-545a2f4ea853&id=c9f12176-e05a-49de-912f-2c6471a60c9f&id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 3096 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3103] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1510/3104] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1595/3105] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3106] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3107] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3108] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1597/3109] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1513/3110] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1598/3111] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3112] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1599/3113] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3114] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.117&port_id=197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => 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: 1600/3115] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:46 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => 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: 1516/3116] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:47 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3117] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:47 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3118] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:47 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3119] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:50 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: 1518/3120] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:50 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: 1603/3121] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3122] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3123] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:50 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3124] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19: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: 1605/3125] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3126] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:51 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: 1606/3127] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:51 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: 1522/3128] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:51 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3129] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:19:51 2026] PUT /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1080 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:19:51.526 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2abef544-9ff1-42ae-8253-d6661122f109'] response: {'name': 'network-changed', 'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'tag': '197bac54-ec9b-4db9-8fc9-c0bf7d616d58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1523/3130] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:51 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1608/3131] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:51 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3132] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:51 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3133] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:52 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3134] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:19:52 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3135] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:52 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3136] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:52 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1611/3137] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:52 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3138] 199.204.45.210 () {34 vars in 975 bytes} [Thu Apr 23 17:19:53 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3139] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:19:53 2026] GET /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3140] 199.204.45.210 () {34 vars in 1016 bytes} [Thu Apr 23 17:19:53 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3141] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:53 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3142] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:19:53 2026] PUT /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 917 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3143] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:19:54 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 53 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-04-23 17:19:55.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-250ac5f3-625b-4dc3-84b3-7e04903d3ef8 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 197bac54-ec9b-4db9-8fc9-c0bf7d616d58 2026-04-23 17:19:55.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-250ac5f3-625b-4dc3-84b3-7e04903d3ef8 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 197bac54-ec9b-4db9-8fc9-c0bf7d616d58 [pid: 8|app: 0|req: 1530/3144] 199.204.45.210 () {32 vars in 759 bytes} [Thu Apr 23 17:19:54 2026] DELETE /v2.0/ports/197bac54-ec9b-4db9-8fc9-c0bf7d616d58 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3145] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3146] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:19:55 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: 1616/3147] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:19:55 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: 1532/3148] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:19:55 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: 1617/3149] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1533/3150] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3151] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3152] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1619/3153] 199.204.45.210 () {30 vars in 743 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3154] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3155] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1536/3156] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3157] 199.204.45.210 () {34 vars in 1146 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/networks?id=c9d79a91-7864-4b29-809e-c37340369c1b&id=006f8739-3a63-4c37-805a-545a2f4ea853&id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 2310 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3158] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1622/3159] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3160] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3161] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1539/3162] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1624/3163] 199.204.45.210 () {34 vars in 1056 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.41&port_id=9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1540/3164] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:19:55 2026] GET /v2.0/subnets?id=70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3165] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:19:56 2026] GET /v2.0/ports?network_id=006f8739-3a63-4c37-805a-545a2f4ea853&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3166] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:19:56 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1626/3167] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:19:56 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?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: 1543/3170] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:20:07 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: 1628/3171] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:20:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3172] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:20:07 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: 1629/3173] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:20:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:20:07.229 8 INFO neutron.api.v2.resource [None req-e8ed8b14-9863-4872-8d4c-c620c7e2e2fc 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3174] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 17:20:07 2026] GET /v2.0/security-groups/lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => 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: 1630/3175] 199.204.45.210 () {30 vars in 785 bytes} [Thu Apr 23 17:20:07 2026] GET /v2.0/security-groups?name=lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 2865 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3176] 199.204.45.210 () {30 vars in 815 bytes} [Thu Apr 23 17:20:07 2026] GET /v2.0/security-group-rules?security_group_id=c3328536-eaac-4db7-8de1-2c179b89d40c => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3177] 199.204.45.210 () {32 vars in 789 bytes} [Thu Apr 23 17:20:07 2026] DELETE /v2.0/security-group-rules/675d14b0-822d-4fc3-b4b4-804fd14533a8 => 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: 1547/3178] 199.204.45.210 () {32 vars in 789 bytes} [Thu Apr 23 17:20:07 2026] DELETE /v2.0/security-group-rules/fb20b214-baa8-4c22-9d26-04ad08c799fc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:10.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-83b652b1-574e-493a-8085-4a42164f6831 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 52e4a8e0-799d-4a95-91e5-d7a7ff2d1156 2026-04-23 17:20:10.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83b652b1-574e-493a-8085-4a42164f6831 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 52e4a8e0-799d-4a95-91e5-d7a7ff2d1156 2026-04-23 17:20:11.161 7 INFO neutron.db.l3_db [None req-83b652b1-574e-493a-8085-4a42164f6831 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Floating IP afa547c3-19fd-4868-bc01-c36abcac8e44 disassociated (deleted). External IP: 10.96.250.216, port: bd5f4cd1-a2b1-4e11-b408-6aee779d785c. [pid: 7|app: 0|req: 1632/3181] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:20:10 2026] DELETE /v2.0/floatingips/afa547c3-19fd-4868-bc01-c36abcac8e44 => generated 0 bytes in 746 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:11.550 8 INFO neutron.api.v2.resource [None req-f2d4a7fe-8caa-4a96-9b0b-8bfd94c13e01 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3182] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:20:11 2026] GET /v2.0/floatingips/afa547c3-19fd-4868-bc01-c36abcac8e44 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3183] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3184] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:20:12 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: 1634/3185] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:20:12 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: 1552/3186] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:20:12 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-04-23 17:20:12.451 7 INFO neutron.api.v2.resource [None req-7e56b36c-075f-438c-820c-a6d1bdeefc10 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3187] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/security-groups/lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3188] 199.204.45.210 () {30 vars in 785 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/security-groups?name=lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3189] 199.204.45.210 () {30 vars in 815 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/security-group-rules?security_group_id=c3328536-eaac-4db7-8de1-2c179b89d40c => generated 1182 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3190] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:20:12 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: 1637/3191] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:20:12 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: 1555/3192] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:20:12 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: 1638/3193] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:20:12 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: 1556/3194] 199.204.45.210 () {30 vars in 741 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => 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: 1639/3195] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3196] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3197] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:20:12 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3198] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:20:13 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3199] 199.204.45.210 () {34 vars in 975 bytes} [Thu Apr 23 17:20:14 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1346 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3200] 199.204.45.210 () {34 vars in 1060 bytes} [Thu Apr 23 17:20:15 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e?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: 7|app: 0|req: 1642/3201] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:20:15 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3202] 199.204.45.210 () {34 vars in 1016 bytes} [Thu Apr 23 17:20:15 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853?fields=dns_domain => generated 29 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3203] 199.204.45.210 () {38 vars in 1028 bytes} [Thu Apr 23 17:20:15 2026] PUT /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1147 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3204] 199.204.45.210 () {30 vars in 769 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1644/3205] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:20:16 2026] PUT /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1086 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3206] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 1086 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 17:20:16.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-c47f4900-2047-468a-bb9e-a354c75935d7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 9b216c3a-5c12-41b0-88dc-a3228cb3d83e 2026-04-23 17:20:16.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c47f4900-2047-468a-bb9e-a354c75935d7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 9b216c3a-5c12-41b0-88dc-a3228cb3d83e [pid: 7|app: 0|req: 1645/3207] 199.204.45.210 () {32 vars in 759 bytes} [Thu Apr 23 17:20:16 2026] DELETE /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3208] 199.204.45.210 () {30 vars in 703 bytes} [Thu Apr 23 17:20: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: 1646/3209] 199.204.45.210 () {30 vars in 705 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3210] 199.204.45.210 () {30 vars in 681 bytes} [Thu Apr 23 17:20:16 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: 1647/3211] 199.204.45.210 () {30 vars in 717 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:20:16.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd7afb54-130a-4520-b8f9-886ff0ff5401 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3212] 199.204.45.210 () {32 vars in 759 bytes} [Thu Apr 23 17:20:16 2026] DELETE /v2.0/ports/9b216c3a-5c12-41b0-88dc-a3228cb3d83e => 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: 1648/3213] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:20:16.893 8 INFO neutron.api.v2.resource [None req-d8e4f055-6291-497c-ac2f-6f5895c4dd9f 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3214] 199.204.45.210 () {30 vars in 763 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/security-groups/lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => 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: 1649/3215] 199.204.45.210 () {30 vars in 785 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/security-groups?name=lb-aae8ffbe-db66-4676-8617-5fe4bf760c11 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3216] 199.204.45.210 () {30 vars in 737 bytes} [Thu Apr 23 17:20:16 2026] GET /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3217] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 17:20:16 2026] PUT /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 1094 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3218] 199.204.45.210 () {32 vars in 779 bytes} [Thu Apr 23 17:20:17 2026] DELETE /v2.0/security-groups/c3328536-eaac-4db7-8de1-2c179b89d40c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:17.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-cecebe87-55d0-4ce4-8954-17bcc470bdc7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: bd5f4cd1-a2b1-4e11-b408-6aee779d785c 2026-04-23 17:20:17.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cecebe87-55d0-4ce4-8954-17bcc470bdc7 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: bd5f4cd1-a2b1-4e11-b408-6aee779d785c [pid: 7|app: 0|req: 1651/3219] 199.204.45.210 () {32 vars in 759 bytes} [Thu Apr 23 17:20:17 2026] DELETE /v2.0/ports/bd5f4cd1-a2b1-4e11-b408-6aee779d785c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3220] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/ports?tenant_id=1ea3a43d6bba4179ac63d5a172ca07be&device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3221] 199.204.45.210 () {34 vars in 1066 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/networks?id=c9d79a91-7864-4b29-809e-c37340369c1b&id=006f8739-3a63-4c37-805a-545a2f4ea853 => generated 1523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3222] 199.204.45.210 () {34 vars in 1062 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.180&port_id=03978f04-3a65-41b6-ad83-edc4dec65b11 => 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: 1653/3223] 199.204.45.210 () {34 vars in 984 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/subnets?id=39201d62-5fdd-41b4-98e1-0ce72cd32991 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3224] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/ports?network_id=c9d79a91-7864-4b29-809e-c37340369c1b&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3225] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1572/3226] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:20:17 2026] GET /v2.0/networks/c9d79a91-7864-4b29-809e-c37340369c1b?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: 1655/3227] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:20:20 2026] GET /v2.0/ports?device_id=f2678ddf-22dd-4fb7-a481-104436efc79e => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:20:20.638 8 INFO neutron_taas.services.taas.taas_plugin [req-545b0586-e7f6-4979-a260-40086b719497 req-42a9b886-ba59-46e3-83c3-bfc155d5c988 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] TaaS: Handle Delete Port: 03978f04-3a65-41b6-ad83-edc4dec65b11 2026-04-23 17:20:20.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-545b0586-e7f6-4979-a260-40086b719497 req-42a9b886-ba59-46e3-83c3-bfc155d5c988 4c1189e1541546f7a680e42fe58050a6 1ea3a43d6bba4179ac63d5a172ca07be - - default default] Tap Mirror: Handle Delete Port: 03978f04-3a65-41b6-ad83-edc4dec65b11 [pid: 8|app: 0|req: 1573/3228] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:20:20 2026] DELETE /v2.0/ports/03978f04-3a65-41b6-ad83-edc4dec65b11 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:20.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4050690-00f6-41e4-96e7-9f874347de9f'] response: {'server_uuid': 'f2678ddf-22dd-4fb7-a481-104436efc79e', 'name': 'network-vif-deleted', 'tag': '03978f04-3a65-41b6-ad83-edc4dec65b11', 'status': 'completed', 'code': 200} 2026-04-23 17:20:21.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbf54113-377e-4bb9-b021-72a9f7b22002 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: c449eb37-ee11-4168-a2c0-2de773e8404c 2026-04-23 17:20:21.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbf54113-377e-4bb9-b021-72a9f7b22002 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: c449eb37-ee11-4168-a2c0-2de773e8404c 2026-04-23 17:20:22.113 7 INFO neutron.db.l3_db [None req-fbf54113-377e-4bb9-b021-72a9f7b22002 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Floating IP 48a8cbc0-17bd-496b-bc39-5b8e6689232f disassociated (deleted). External IP: 10.96.250.211, port: d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5. [pid: 7|app: 0|req: 1656/3229] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:20:21 2026] DELETE /v2.0/floatingips/48a8cbc0-17bd-496b-bc39-5b8e6689232f => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:22.472 8 INFO neutron.api.v2.resource [None req-500ae3c8-4d50-4342-8342-531eb69c2489 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3230] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:20:22 2026] GET /v2.0/floatingips/48a8cbc0-17bd-496b-bc39-5b8e6689232f => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:22.483 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db0774ea-36d7-4220-a0ce-9b52fb927a45'] response: {'name': 'network-changed', 'server_uuid': '396db531-8b60-4664-b60a-40a54d4da80f', 'tag': 'd1d70356-1f2c-4e2f-9fd8-a9e35d7351d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1657/3231] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:20:22 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1204 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3232] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:20:22 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3233] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:20:22 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1473 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3234] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/networks?id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3235] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.125&port_id=d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => 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: 1577/3236] 199.204.45.210 () {34 vars in 1106 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16d&port_id=d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => 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: 1660/3237] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/subnets?id=ed2c9d44-373f-4024-a2dc-58ae289bcc5e&id=2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3238] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&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: 1661/3239] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/ports?network_id=838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3240] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1662/3241] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:20:23 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0?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: 1580/3242] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:20:25 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:20:25.793 7 INFO neutron_taas.services.taas.taas_plugin [req-507d22bd-9862-44bc-907a-bc187ceb235c req-f00334a1-5d46-443b-8d5d-c3848a30ff95 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 2026-04-23 17:20:25.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-507d22bd-9862-44bc-907a-bc187ceb235c req-f00334a1-5d46-443b-8d5d-c3848a30ff95 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 [pid: 7|app: 0|req: 1663/3243] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:20:25 2026] DELETE /v2.0/ports/d1d70356-1f2c-4e2f-9fd8-a9e35d7351d5 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:26.027 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b44f858-98cd-4f39-bed7-9fc64bf8469b'] response: {'server_uuid': '396db531-8b60-4664-b60a-40a54d4da80f', 'name': 'network-vif-deleted', 'tag': 'd1d70356-1f2c-4e2f-9fd8-a9e35d7351d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1665/3246] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:20:27 2026] GET /v2.0/ports?device_id=396db531-8b60-4664-b60a-40a54d4da80f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 17:20:33.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-0802a412-7edc-4b0e-a7a3-aa3475cca935 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 96ae8356-8c69-4839-9e3c-1205391e6dd2 2026-04-23 17:20:33.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0802a412-7edc-4b0e-a7a3-aa3475cca935 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 96ae8356-8c69-4839-9e3c-1205391e6dd2 2026-04-23 17:20:33.234 8 INFO neutron.db.l3_db [None req-0802a412-7edc-4b0e-a7a3-aa3475cca935 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Floating IP 8ec26aed-3945-4c72-b396-7a1e5d2401ef disassociated (deleted). External IP: 10.96.250.218, port: 314077dc-3b39-4333-93da-7e4072e8f470. [pid: 8|app: 0|req: 1582/3247] 10.0.0.2 () {32 vars in 730 bytes} [Thu Apr 23 17:20:32 2026] DELETE /v2.0/floatingips/8ec26aed-3945-4c72-b396-7a1e5d2401ef => generated 0 bytes in 674 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:33.638 7 INFO neutron.api.v2.resource [None req-e8534b96-56ef-4d51-86c7-d4dbd4594997 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3248] 10.0.0.2 () {32 vars in 727 bytes} [Thu Apr 23 17:20:33 2026] GET /v2.0/floatingips/8ec26aed-3945-4c72-b396-7a1e5d2401ef => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:33.650 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd8bfc4c-ebfb-4d76-8f63-51936aa2c3cd'] response: {'name': 'network-changed', 'server_uuid': '22b360dc-86fc-4e42-b8af-b5b10af1301b', 'tag': '314077dc-3b39-4333-93da-7e4072e8f470', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1583/3249] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:20:33 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3250] 10.0.0.188 () {34 vars in 1040 bytes} [Thu Apr 23 17:20:33 2026] GET /v2.0/security-groups?id=43dfda3f-1d7c-4c9b-9735-f2c65e13a30d&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: 1584/3251] 199.204.45.210 () {34 vars in 1080 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/ports?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => 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: 1668/3252] 199.204.45.210 () {34 vars in 986 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/networks?id=c9f12176-e05a-49de-912f-2c6471a60c9f => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3253] 199.204.45.210 () {34 vars in 1058 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.158&port_id=314077dc-3b39-4333-93da-7e4072e8f470 => 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: 1669/3254] 199.204.45.210 () {34 vars in 1104 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A391&port_id=314077dc-3b39-4333-93da-7e4072e8f470 => 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: 1586/3255] 199.204.45.210 () {34 vars in 1064 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/subnets?id=dd5eb8f1-d4c4-4422-af73-3869c5ed1514&id=a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3256] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3257] 199.204.45.210 () {34 vars in 1052 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/ports?network_id=c9f12176-e05a-49de-912f-2c6471a60c9f&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3258] 199.204.45.210 () {34 vars in 1012 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?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: 1588/3259] 199.204.45.210 () {34 vars in 1112 bytes} [Thu Apr 23 17:20:34 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3260] 199.204.45.210 () {34 vars in 994 bytes} [Thu Apr 23 17:20:36 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 17:20:36.911 8 INFO neutron_taas.services.taas.taas_plugin [req-ce6b74b4-85ba-440f-891e-b07203b05d51 req-c5fb8f3d-66d6-4fe8-bb45-e293252070d0 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 314077dc-3b39-4333-93da-7e4072e8f470 2026-04-23 17:20:36.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce6b74b4-85ba-440f-891e-b07203b05d51 req-c5fb8f3d-66d6-4fe8-bb45-e293252070d0 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 314077dc-3b39-4333-93da-7e4072e8f470 [pid: 8|app: 0|req: 1589/3261] 199.204.45.210 () {36 vars in 997 bytes} [Thu Apr 23 17:20:36 2026] DELETE /v2.0/ports/314077dc-3b39-4333-93da-7e4072e8f470 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:37.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6d9b0ff-8ad1-4bd7-a073-3e4810d3f9e4'] response: {'server_uuid': '22b360dc-86fc-4e42-b8af-b5b10af1301b', 'name': 'network-vif-deleted', 'tag': '314077dc-3b39-4333-93da-7e4072e8f470', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1673/3262] 10.0.0.188 () {34 vars in 990 bytes} [Thu Apr 23 17:20:39 2026] GET /v2.0/ports?device_id=22b360dc-86fc-4e42-b8af-b5b10af1301b => 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: 1591/3265] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/95eb0a32-cd3a-48fc-a30c-bb8e913b475d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.215 7 INFO neutron.api.v2.resource [None req-288acfdc-b104-4cf6-ad26-bce0b7c9d0f4 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3266] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/95eb0a32-cd3a-48fc-a30c-bb8e913b475d => 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: 1592/3267] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/279222fd-5c6e-4f34-820c-ef0cb6440915 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.290 7 INFO neutron.api.v2.resource [None req-61af73f9-de18-478d-97e7-c5e0236f7974 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3268] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/279222fd-5c6e-4f34-820c-ef0cb6440915 => 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: 1593/3269] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/98c8c987-a414-4180-b827-1cd7af08ff11 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.370 7 INFO neutron.api.v2.resource [None req-447d635b-51cd-40a0-b830-7ee1e8eb639b 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3270] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/98c8c987-a414-4180-b827-1cd7af08ff11 => 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: 1594/3271] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/d47dc87a-91e9-4999-b369-d754febf10f4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.464 7 INFO neutron.api.v2.resource [None req-844cfc70-aea7-46c4-ba31-fa5b7c3ac6b8 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3272] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/d47dc87a-91e9-4999-b369-d754febf10f4 => 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: 1595/3273] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/35b7e1b6-edeb-4700-bb6f-350d311ffb2c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.592 7 INFO neutron.api.v2.resource [None req-427273b0-8e60-4b2e-bf8d-54361c92ac16 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3274] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/35b7e1b6-edeb-4700-bb6f-350d311ffb2c => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3275] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/23f0e95e-2cf0-4907-8a19-fb270f39b5da => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.682 7 INFO neutron.api.v2.resource [None req-39f2e298-fba0-4c63-9a32-11a3df55b691 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3276] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/23f0e95e-2cf0-4907-8a19-fb270f39b5da => 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: 1597/3277] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/47bb3ff2-1dd0-42ac-b69e-fb4de794d2d5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.768 7 INFO neutron.api.v2.resource [None req-dcbdf4e6-7ee1-470f-89d1-141a9363db22 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3278] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/47bb3ff2-1dd0-42ac-b69e-fb4de794d2d5 => 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: 1598/3279] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/72788069-d301-4af6-b21c-2a65bd6db5ff => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.858 7 INFO neutron.api.v2.resource [None req-df435b59-bbca-4bc9-8756-eee480b5ea17 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3280] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/72788069-d301-4af6-b21c-2a65bd6db5ff => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3281] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/c66fddbe-6daf-4f73-99d9-79f712fdd010 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:44.946 7 INFO neutron.api.v2.resource [None req-d0a931ed-51dd-4a36-97a2-0399c5669269 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3282] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:44 2026] GET /v2.0/security-group-rules/c66fddbe-6daf-4f73-99d9-79f712fdd010 => 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: 1600/3283] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:44 2026] DELETE /v2.0/security-group-rules/96bd626d-33ee-4a75-96d4-a612ea0d8691 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:45.040 7 INFO neutron.api.v2.resource [None req-b698377a-597f-4b10-98f4-56e50e89d948 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3284] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:45 2026] GET /v2.0/security-group-rules/96bd626d-33ee-4a75-96d4-a612ea0d8691 => 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: 1601/3285] 10.0.0.2 () {32 vars in 748 bytes} [Thu Apr 23 17:20:45 2026] DELETE /v2.0/security-group-rules/a8eafbd0-e0c4-44f9-84d2-e4fce48dc3f5 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:45.132 7 INFO neutron.api.v2.resource [None req-f59021bc-182c-4a1d-9d17-4167857d63bd 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3286] 10.0.0.2 () {32 vars in 745 bytes} [Thu Apr 23 17:20:45 2026] GET /v2.0/security-group-rules/a8eafbd0-e0c4-44f9-84d2-e4fce48dc3f5 => 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: 1602/3287] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:45 2026] DELETE /v2.0/security-groups/43dfda3f-1d7c-4c9b-9735-f2c65e13a30d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:45.238 7 INFO neutron.api.v2.resource [None req-fcf78cd1-1819-439f-b0cb-c35a1712b49a 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1686/3288] 10.0.0.2 () {32 vars in 735 bytes} [Thu Apr 23 17:20:45 2026] GET /v2.0/security-groups/43dfda3f-1d7c-4c9b-9735-f2c65e13a30d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:45.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8cb7014-a5be-4aaa-aeba-597a1d83b5d9 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 80571e64-444f-438e-a9dc-c6ff6c2056db 2026-04-23 17:20:45.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8cb7014-a5be-4aaa-aeba-597a1d83b5d9 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 80571e64-444f-438e-a9dc-c6ff6c2056db [pid: 8|app: 0|req: 1603/3289] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:20:45 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:20:46.410 7 INFO neutron.api.v2.resource [None req-93f4f27f-db8b-46db-ac31-3005f46d763e 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1687/3290] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:20:46 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/remove_router_interface => generated 198 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:46.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-15bbb097-3a5d-4b7c-9fa5-f2b7a4695d24 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 540f33e4-7e8c-40f6-83c8-9bc989ad230e 2026-04-23 17:20:46.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15bbb097-3a5d-4b7c-9fa5-f2b7a4695d24 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 540f33e4-7e8c-40f6-83c8-9bc989ad230e [pid: 8|app: 0|req: 1604/3291] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:20:46 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/remove_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:20:47.762 7 INFO neutron.api.v2.resource [None req-2dfa2bc2-893d-42ae-b35a-6a88d725c785 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1688/3292] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:20:47 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/remove_router_interface => generated 198 bytes in 199 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:48.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-efcdae5f-0e0c-406c-af97-2eaf2530e401 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 51255970-1dd8-4613-b672-98e2d8b1eb89 2026-04-23 17:20:48.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efcdae5f-0e0c-406c-af97-2eaf2530e401 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 51255970-1dd8-4613-b672-98e2d8b1eb89 [pid: 8|app: 0|req: 1605/3293] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:20:47 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 17:20:48.922 7 INFO neutron.api.v2.resource [None req-0a241824-87d8-4ca2-9bd0-576e0e6f7661 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1689/3294] 10.0.0.2 () {34 vars in 787 bytes} [Thu Apr 23 17:20:48 2026] PUT /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:49.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd39f1c-c2dd-4f65-a32c-4c29140d7452 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 7fd0aa4e-3445-4e7a-94e0-0156eee75ffc 2026-04-23 17:20:49.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd39f1c-c2dd-4f65-a32c-4c29140d7452 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 7fd0aa4e-3445-4e7a-94e0-0156eee75ffc 2026-04-23 17:20:49.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd39f1c-c2dd-4f65-a32c-4c29140d7452 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 421c1a9a-3570-4b05-8998-59dc28112e2c 2026-04-23 17:20:49.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd39f1c-c2dd-4f65-a32c-4c29140d7452 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 421c1a9a-3570-4b05-8998-59dc28112e2c 2026-04-23 17:20:49.873 8 INFO neutron.db.l3_hamode_db [None req-5dd39f1c-c2dd-4f65-a32c-4c29140d7452 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] HA network 52c26b07-abbd-43b1-a8f6-7039b22a4e02 was deleted as no HA routers are present in tenant be7f1f625c234292b3d603c1f7e49ff6. [pid: 8|app: 0|req: 1606/3295] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:48 2026] DELETE /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 17:20:49.904 7 INFO neutron.api.v2.resource [None req-5ae0af1b-5f3f-408c-ba74-48b138a33103 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3296] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:49 2026] GET /v2.0/routers/3692fca0-c52d-4622-9b56-2c4d151762ff => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:50.001 8 INFO neutron.services.segments.plugin [-] Segment 94a50272-80d0-440b-b8a5-bd6f825dc0e7 resource provider aggregate not found 2026-04-23 17:20:50.010 8 INFO neutron.services.segments.plugin [-] Segment 94a50272-80d0-440b-b8a5-bd6f825dc0e7 resource provider aggregate not found 2026-04-23 17:20:50.028 8 INFO neutron.services.segments.plugin [-] Segment 94a50272-80d0-440b-b8a5-bd6f825dc0e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94a50272-80d0-440b-b8a5-bd6f825dc0e7 found for delete ", "request_id": "req-da0d0644-1f51-427a-836e-c5705ed92c67"}]} 2026-04-23 17:20:50.030 8 INFO neutron.services.segments.plugin [-] Segment 94a50272-80d0-440b-b8a5-bd6f825dc0e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94a50272-80d0-440b-b8a5-bd6f825dc0e7 found for delete ", "request_id": "req-27df1d08-b183-43a4-bfc9-91c45482a83d"}]} [pid: 8|app: 0|req: 1607/3297] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:49 2026] DELETE /v2.0/subnets/2db43045-d776-4ee7-9d80-a8e3e1c775b4 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:50.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-acbfdb9e-a5cc-4c3c-87c4-a276d2993869 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3298] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:50 2026] GET /v2.0/subnets/2db43045-d776-4ee7-9d80-a8e3e1c775b4 => 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: 1608/3299] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:50 2026] DELETE /v2.0/subnets/ed2c9d44-373f-4024-a2dc-58ae289bcc5e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:50.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-442aeadd-ba85-4425-8540-02910f7ef1f3 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3300] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:50 2026] GET /v2.0/subnets/ed2c9d44-373f-4024-a2dc-58ae289bcc5e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:50.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e9d5c07-15c2-4bab-9617-451ae5ccebf4 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 7f9e25ae-7f48-4667-a465-c3fb97ebfc7d 2026-04-23 17:20:50.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e9d5c07-15c2-4bab-9617-451ae5ccebf4 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 7f9e25ae-7f48-4667-a465-c3fb97ebfc7d [pid: 8|app: 0|req: 1609/3301] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:20:50 2026] DELETE /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:50.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cc0206a-93d7-405b-a89d-97612f0d396d 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1693/3302] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:20:50 2026] GET /v2.0/networks/838ebc21-ac47-4fc7-bde8-6a19d7d5b9b0 => 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: 1610/3303] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:50 2026] DELETE /v2.0/subnets/a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:50.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fa51f79-f6d4-4bac-b7ac-c77b25e3d5c6 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1694/3304] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:50 2026] GET /v2.0/subnets/a0564c85-8306-4b46-84c8-63b5bb6f7f31 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3305] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:50 2026] DELETE /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:51.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bf1db89-e7d2-4657-9a5e-06e7942693f7 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3306] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:51 2026] GET /v2.0/subnets/dd5eb8f1-d4c4-4422-af73-3869c5ed1514 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:51.163 8 INFO neutron_taas.services.taas.taas_plugin [None req-f312167e-c278-4de7-ab83-697a4d10404a 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 6faa99d3-77f6-4131-8221-50d0177188bd 2026-04-23 17:20:51.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f312167e-c278-4de7-ab83-697a4d10404a 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 6faa99d3-77f6-4131-8221-50d0177188bd [pid: 8|app: 0|req: 1612/3307] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:20:51 2026] DELETE /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:51.339 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0418ee2-2ae6-4c3c-bd91-02c8a7ab57b4 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1696/3308] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:20:51 2026] GET /v2.0/networks/c9f12176-e05a-49de-912f-2c6471a60c9f => 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: 1613/3309] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:51 2026] DELETE /v2.0/subnets/71537f57-161e-44ad-8100-406881537cc9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:51.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d386029c-98ea-489d-843d-9e481755df4b 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1697/3310] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:51 2026] GET /v2.0/subnets/71537f57-161e-44ad-8100-406881537cc9 => 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: 1614/3311] 10.0.0.2 () {32 vars in 722 bytes} [Thu Apr 23 17:20:51 2026] DELETE /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:51.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b89e0671-8134-468e-98f1-dea9453db64c 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1698/3312] 10.0.0.2 () {32 vars in 719 bytes} [Thu Apr 23 17:20:51 2026] GET /v2.0/subnets/70e05bd4-12ba-4e75-b1fc-1272eedaf203 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:51.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8eeb0ef-9204-4959-b4ee-974e722d79bb 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] TaaS: Handle Delete Port: 153634da-85e0-49df-9615-1478571290a6 2026-04-23 17:20:51.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8eeb0ef-9204-4959-b4ee-974e722d79bb 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] Tap Mirror: Handle Delete Port: 153634da-85e0-49df-9615-1478571290a6 2026-04-23 17:20:52.053 8 INFO neutron.services.segments.plugin [-] Segment 33638f16-b177-4aed-9b2f-b05f45a6e181 resource provider aggregate not found 2026-04-23 17:20:52.056 8 INFO neutron.services.segments.plugin [-] Segment 33638f16-b177-4aed-9b2f-b05f45a6e181 resource provider aggregate not found 2026-04-23 17:20:52.070 8 INFO neutron.services.segments.plugin [-] Segment 33638f16-b177-4aed-9b2f-b05f45a6e181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33638f16-b177-4aed-9b2f-b05f45a6e181 found for delete ", "request_id": "req-bd233abd-436d-4b04-9d0a-f7140acbd3a8"}]} 2026-04-23 17:20:52.077 8 INFO neutron.services.segments.plugin [-] Segment 33638f16-b177-4aed-9b2f-b05f45a6e181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33638f16-b177-4aed-9b2f-b05f45a6e181 found for delete ", "request_id": "req-ccbdcdfb-bc9f-499e-b110-615aad5f61ff"}]} 2026-04-23 17:20:52.097 8 INFO neutron.services.segments.plugin [-] Segment f6723691-bfe3-44b8-927a-58f05d59e70d resource provider aggregate not found 2026-04-23 17:20:52.103 8 INFO neutron.services.segments.plugin [-] Segment f6723691-bfe3-44b8-927a-58f05d59e70d resource provider aggregate not found 2026-04-23 17:20:52.118 8 INFO neutron.services.segments.plugin [-] Segment f6723691-bfe3-44b8-927a-58f05d59e70d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6723691-bfe3-44b8-927a-58f05d59e70d found for delete ", "request_id": "req-89ca8158-138f-42e3-9b3a-13827273d368"}]} 2026-04-23 17:20:52.121 8 INFO neutron.services.segments.plugin [-] Segment f6723691-bfe3-44b8-927a-58f05d59e70d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6723691-bfe3-44b8-927a-58f05d59e70d found for delete ", "request_id": "req-2aa06e8d-4015-4392-81bb-f5a1de269ec0"}]} [pid: 8|app: 0|req: 1615/3313] 10.0.0.2 () {32 vars in 724 bytes} [Thu Apr 23 17:20:51 2026] DELETE /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 17:20:52.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b062ee0-03b0-4742-928c-809441af977a 85061e44e14c434480832b419df38bd9 be7f1f625c234292b3d603c1f7e49ff6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3314] 10.0.0.2 () {32 vars in 721 bytes} [Thu Apr 23 17:20:52 2026] GET /v2.0/networks/006f8739-3a63-4c37-805a-545a2f4ea853 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 17:20:54.135 8 INFO neutron.services.segments.plugin [-] Segment 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f resource provider aggregate not found 2026-04-23 17:20:54.139 8 INFO neutron.services.segments.plugin [-] Segment 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f resource provider aggregate not found 2026-04-23 17:20:54.151 8 INFO neutron.services.segments.plugin [-] Segment 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f found for delete ", "request_id": "req-d4bc4e63-111e-4916-8485-75eb8dcd149a"}]} 2026-04-23 17:20:54.157 8 INFO neutron.services.segments.plugin [-] Segment 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37923f9e-3d6f-4d91-9f9c-b0c42ba31b1f found for delete ", "request_id": "req-28242123-3dd6-4043-aaea-e53da7d12d86"}]} [pid: 8|app: 0|req: 1616/3315] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:54 2026] GET /v2.0/security-groups?tenant_id=988f796b866f427b8aa85aae110ce2e4&name=default => generated 2929 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3316] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:54 2026] DELETE /v2.0/security-groups/19ed5dae-01be-4fe1-af8c-92657569f8cf => 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: 1617/3317] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:54 2026] GET /v2.0/security-groups?tenant_id=2f3fde70f55a475db4aa060bcb5c772d&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3318] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:54 2026] DELETE /v2.0/security-groups/b834c2c3-c20d-4877-a474-597bed19b848 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3319] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:54 2026] GET /v2.0/security-groups?tenant_id=52b404514d17452c87d629b1e8a570c7&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3320] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:55 2026] DELETE /v2.0/security-groups/c0da38ea-3ba0-475d-a294-d5400061a692 => 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: 1619/3321] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:55 2026] GET /v2.0/security-groups?tenant_id=be7f1f625c234292b3d603c1f7e49ff6&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3322] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:55 2026] DELETE /v2.0/security-groups/a056920f-c252-4db8-8721-81058e901bb9 => 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: 1620/3323] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:55 2026] GET /v2.0/security-groups?tenant_id=f257dcd02f8d478aafe7d3e5dd36c276&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: 1704/3324] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:55 2026] DELETE /v2.0/security-groups/ecd473ae-e640-4e64-99f5-65d5c4cca701 => 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: 1621/3325] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:56 2026] GET /v2.0/security-groups?tenant_id=9ce1d44d8b9649afb8aa30b137d12f61&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3326] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:56 2026] DELETE /v2.0/security-groups/0e62c311-54c3-4654-9a60-104934fa5a14 => 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: 1623/3329] 10.0.0.2 () {32 vars in 772 bytes} [Thu Apr 23 17:20:56 2026] GET /v2.0/security-groups?tenant_id=467cc014d90d40138cb3f39fb470e7df&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3330] 10.0.0.2 () {32 vars in 738 bytes} [Thu Apr 23 17:20:56 2026] DELETE /v2.0/security-groups/55fd84c6-b04d-480c-803e-c4bd7dcbd628 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3331] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:20:59 2026] GET /v2.0/networks => generated 2167 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3332] 10.0.0.2 () {32 vars in 653 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/floatingips => 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: 1625/3333] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3334] 10.0.0.2 () {32 vars in 641 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3335] 10.0.0.2 () {32 vars in 645 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3336] 10.0.0.2 () {32 vars in 647 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/networks => generated 2167 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3337] 10.0.0.2 () {32 vars in 661 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3338] 10.0.0.2 () {32 vars in 653 bytes} [Thu Apr 23 17:21:00 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)