+ 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 16 23:14:17 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-8b95cdbd4-7m2kv 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 0x7fd014c02668 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-16 23:14:21.625 7 INFO neutron.common.config [-] Logging enabled! 2026-04-16 23:14:21.626 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 23:14:21.724 8 INFO neutron.common.config [-] Logging enabled! 2026-04-16 23:14:21.724 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 23:14:22.656 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 23:14:22.723 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 23:14:24.170 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 23:14:24.173 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 23:14:24.177 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 23:14:24.178 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 23:14:24.178 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 23:14:24.179 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 23:14:24.179 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 23:14:24.186 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 23:14:24.186 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 23:14:24.186 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 23:14:24.208 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 23:14:24.209 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 23:14:24.209 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 23:14:24.234 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 23:14:24.234 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 23:14:24.234 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 23:14:24.235 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 23:14:24.237 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 23:14:24.240 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 23:14:24.244 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 23:14:24.246 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 23:14:24.246 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 23:14:24.246 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 23:14:24.246 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 23:14:24.254 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 23:14:24.254 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 23:14:24.254 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 23:14:24.276 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 23:14:24.277 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 23:14:24.277 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 23:14:24.301 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 23:14:24.302 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 23:14:24.302 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 23:14:24.302 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 23:14:24.520 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 23:14:24.596 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 23:14:24.794 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 23:14:24.794 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 23:14:24.794 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 23:14:24.808 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 23:14:24.809 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 23:14:24.809 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 23:14:24.809 8 INFO neutron.plugins.ml2.extensions.port_security [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 23:14:24.809 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing extension driver 'qos' 2026-04-16 23:14:24.809 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 23:14:24.810 8 INFO neutron.plugins.ml2.managers [None req-44a9d19e-7a84-4b93-a8f7-95fac66ab0f1 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 23:14:24.826 8 INFO neutron.quota [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded quota_driver: . 2026-04-16 23:14:24.826 8 INFO neutron.plugins.ml2.plugin [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 23:14:24.826 8 INFO neutron.plugins.ml2.managers [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 23:14:24.827 8 INFO neutron.plugins.ml2.managers [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 23:14:24.827 8 INFO neutron.plugins.ml2.managers [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 23:14:24.827 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: qos 2026-04-16 23:14:24.840 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: router 2026-04-16 23:14:24.862 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 23:14:24.862 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 23:14:24.862 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 23:14:24.879 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 23:14:24.879 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 23:14:24.880 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 23:14:24.880 7 INFO neutron.plugins.ml2.extensions.port_security [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 23:14:24.880 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing extension driver 'qos' 2026-04-16 23:14:24.880 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 23:14:24.880 7 INFO neutron.plugins.ml2.managers [None req-eb7b7c16-607d-4237-a972-f06712e000d3 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 23:14:24.886 8 INFO neutron.services.service_base [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 23:14:24.887 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: segments 2026-04-16 23:14:24.895 7 INFO neutron.quota [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded quota_driver: . 2026-04-16 23:14:24.895 7 INFO neutron.plugins.ml2.plugin [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 23:14:24.895 7 INFO neutron.plugins.ml2.managers [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 23:14:24.895 7 INFO neutron.plugins.ml2.managers [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 23:14:24.895 7 INFO neutron.plugins.ml2.managers [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 23:14:24.896 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: qos 2026-04-16 23:14:24.908 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: router 2026-04-16 23:14:24.953 7 INFO neutron.services.service_base [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 23:14:24.954 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: segments 2026-04-16 23:14:24.983 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: trunk 2026-04-16 23:14:24.999 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: vpnaas 2026-04-16 23:14:25.043 8 WARNING stevedore.named [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 23:14:25.048 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: trunk 2026-04-16 23:14:25.062 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: vpnaas 2026-04-16 23:14:25.104 7 WARNING stevedore.named [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 23:14:25.125 8 INFO neutron_vpnaas.services.vpn.plugin [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 23:14:25.126 8 INFO neutron.common.utils [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 23:14:25.126 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: taas 2026-04-16 23:14:25.154 8 WARNING stevedore.named [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 23:14:25.154 8 WARNING stevedore.named [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 23:14:25.173 7 INFO neutron_vpnaas.services.vpn.plugin [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 23:14:25.174 7 INFO neutron.common.utils [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 23:14:25.174 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: taas 2026-04-16 23:14:25.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 23:14:25.176 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: tapmirror 2026-04-16 23:14:25.189 8 WARNING stevedore.named [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 23:14:25.189 8 WARNING stevedore.named [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 23:14:25.201 7 WARNING stevedore.named [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 23:14:25.201 7 WARNING stevedore.named [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 23:14:25.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 23:14:25.204 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: auto_allocate 2026-04-16 23:14:25.213 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: tag 2026-04-16 23:14:25.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 23:14:25.218 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: tapmirror 2026-04-16 23:14:25.222 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: timestamp 2026-04-16 23:14:25.225 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 23:14:25.230 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: flavors 2026-04-16 23:14:25.230 7 WARNING stevedore.named [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 23:14:25.231 7 WARNING stevedore.named [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 23:14:25.233 8 INFO neutron.manager [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loading Plugin: revisions 2026-04-16 23:14:25.237 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Initializing extension manager. 2026-04-16 23:14:25.239 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: address-group 2026-04-16 23:14:25.240 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: address-scope 2026-04-16 23:14:25.241 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 23:14:25.242 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: agent 2026-04-16 23:14:25.242 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 23:14:25.244 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 23:14:25.245 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 23:14:25.246 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: availability_zone 2026-04-16 23:14:25.246 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 23:14:25.247 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 23:14:25.247 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: default-subnetpools 2026-04-16 23:14:25.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 23:14:25.248 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: auto_allocate 2026-04-16 23:14:25.249 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 23:14:25.249 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: dns-integration 2026-04-16 23:14:25.250 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 23:14:25.251 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 23:14:25.251 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: dvr 2026-04-16 23:14:25.252 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 23:14:25.252 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 23:14:25.253 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 23:14:25.254 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 23:14:25.255 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: external-net 2026-04-16 23:14:25.255 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 23:14:25.256 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: extraroute 2026-04-16 23:14:25.257 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 23:14:25.258 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 23:14:25.258 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: tag 2026-04-16 23:14:25.259 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 23:14:25.259 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 23:14:25.260 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 23:14:25.260 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: fip-port-details 2026-04-16 23:14:25.261 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: flavors 2026-04-16 23:14:25.262 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 23:14:25.263 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: floatingip-pools 2026-04-16 23:14:25.264 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: ip_allocation 2026-04-16 23:14:25.265 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 23:14:25.265 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: l2_adjacency 2026-04-16 23:14:25.266 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: router 2026-04-16 23:14:25.266 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: timestamp 2026-04-16 23:14:25.268 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 23:14:25.269 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 23:14:25.269 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 23:14:25.270 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 23:14:25.270 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 23:14:25.270 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: l3-ha 2026-04-16 23:14:25.271 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 23:14:25.272 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 23:14:25.272 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: l3-flavors 2026-04-16 23:14:25.273 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 23:14:25.274 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 23:14:25.274 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: flavors 2026-04-16 23:14:25.276 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 23:14:25.277 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 23:14:25.278 7 INFO neutron.manager [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loading Plugin: revisions 2026-04-16 23:14:25.278 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 23:14:25.279 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 23:14:25.280 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 23:14:25.281 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: multi-provider 2026-04-16 23:14:25.281 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: net-mtu 2026-04-16 23:14:25.281 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Initializing extension manager. 2026-04-16 23:14:25.282 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 23:14:25.282 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: network_availability_zone 2026-04-16 23:14:25.282 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: address-group 2026-04-16 23:14:25.283 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: network_ha 2026-04-16 23:14:25.284 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: network-ip-availability 2026-04-16 23:14:25.284 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: address-scope 2026-04-16 23:14:25.284 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 23:14:25.285 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 23:14:25.285 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: pagination 2026-04-16 23:14:25.285 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: agent 2026-04-16 23:14:25.286 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 23:14:25.286 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-device-profile 2026-04-16 23:14:25.287 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 23:14:25.287 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 23:14:25.288 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 23:14:25.288 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 23:14:25.288 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 23:14:25.289 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-mac-override 2026-04-16 23:14:25.289 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: availability_zone 2026-04-16 23:14:25.289 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 23:14:25.289 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 23:14:25.290 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 23:14:25.290 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 23:14:25.290 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 23:14:25.290 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: default-subnetpools 2026-04-16 23:14:25.291 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-resource-request 2026-04-16 23:14:25.291 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 23:14:25.292 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 23:14:25.292 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 23:14:25.293 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: binding 2026-04-16 23:14:25.293 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: dns-integration 2026-04-16 23:14:25.293 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 23:14:25.293 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: binding-extended 2026-04-16 23:14:25.294 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 23:14:25.294 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-security 2026-04-16 23:14:25.294 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: dvr 2026-04-16 23:14:25.295 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: project-id 2026-04-16 23:14:25.295 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 23:14:25.295 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: provider 2026-04-16 23:14:25.295 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 23:14:25.296 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 23:14:25.296 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 23:14:25.297 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 23:14:25.297 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: external-net 2026-04-16 23:14:25.298 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 23:14:25.298 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: extraroute 2026-04-16 23:14:25.298 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos 2026-04-16 23:14:25.299 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 23:14:25.299 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 23:14:25.299 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 23:14:25.300 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 23:14:25.300 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-default 2026-04-16 23:14:25.300 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 23:14:25.301 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-fip 2026-04-16 23:14:25.301 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 23:14:25.301 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 23:14:25.302 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 23:14:25.302 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 23:14:25.302 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: fip-port-details 2026-04-16 23:14:25.302 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 23:14:25.303 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: flavors 2026-04-16 23:14:25.303 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 23:14:25.304 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 23:14:25.304 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 23:14:25.305 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-pps 2026-04-16 23:14:25.305 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 23:14:25.305 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: floatingip-pools 2026-04-16 23:14:25.306 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 23:14:25.306 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: ip_allocation 2026-04-16 23:14:25.306 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 23:14:25.306 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 23:14:25.307 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: quota-check-limit 2026-04-16 23:14:25.307 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: l2_adjacency 2026-04-16 23:14:25.308 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 23:14:25.308 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: router 2026-04-16 23:14:25.310 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 23:14:25.310 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: quotas 2026-04-16 23:14:25.311 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 23:14:25.311 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 23:14:25.311 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: quota_details 2026-04-16 23:14:25.312 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 23:14:25.312 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: l3-ha 2026-04-16 23:14:25.313 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 23:14:25.313 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: rbac-policies 2026-04-16 23:14:25.313 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 23:14:25.314 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: rbac-address-group 2026-04-16 23:14:25.314 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: l3-flavors 2026-04-16 23:14:25.314 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 23:14:25.315 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 23:14:25.315 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 23:14:25.315 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 23:14:25.316 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 23:14:25.316 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: revision-if-match 2026-04-16 23:14:25.317 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 23:14:25.317 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: router_availability_zone 2026-04-16 23:14:25.318 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 23:14:25.318 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 23:14:25.319 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 23:14:25.320 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 23:14:25.320 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 23:14:25.320 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 23:14:25.321 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 23:14:25.321 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 23:14:25.322 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 23:14:25.322 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 23:14:25.322 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 23:14:25.323 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: multi-provider 2026-04-16 23:14:25.323 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 23:14:25.323 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: net-mtu 2026-04-16 23:14:25.324 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 23:14:25.324 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: network_availability_zone 2026-04-16 23:14:25.325 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: network_ha 2026-04-16 23:14:25.326 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: network-ip-availability 2026-04-16 23:14:25.327 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 23:14:25.327 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: pagination 2026-04-16 23:14:25.328 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-device-profile 2026-04-16 23:14:25.328 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 23:14:25.329 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 23:14:25.329 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 23:14:25.330 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-mac-override 2026-04-16 23:14:25.330 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: security-group 2026-04-16 23:14:25.330 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 23:14:25.331 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 23:14:25.331 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 23:14:25.331 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: segment 2026-04-16 23:14:25.332 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-resource-request 2026-04-16 23:14:25.332 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 23:14:25.332 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 23:14:25.333 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: service-type 2026-04-16 23:14:25.333 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 23:14:25.333 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: sorting 2026-04-16 23:14:25.334 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 23:14:25.334 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: binding 2026-04-16 23:14:25.334 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: standard-attr-description 2026-04-16 23:14:25.335 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: binding-extended 2026-04-16 23:14:25.335 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: stateful-security-group 2026-04-16 23:14:25.335 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-security 2026-04-16 23:14:25.336 8 WARNING neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 23:14:25.336 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: project-id 2026-04-16 23:14:25.336 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 23:14:25.336 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: provider 2026-04-16 23:14:25.337 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: subnet-external-network 2026-04-16 23:14:25.337 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 23:14:25.337 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: subnet_onboard 2026-04-16 23:14:25.338 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 23:14:25.339 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: subnet-service-types 2026-04-16 23:14:25.339 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: subnet_allocation 2026-04-16 23:14:25.339 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos 2026-04-16 23:14:25.340 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 23:14:25.340 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 23:14:25.341 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: tag-creation 2026-04-16 23:14:25.341 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 23:14:25.341 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 23:14:25.341 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-default 2026-04-16 23:14:25.342 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-fip 2026-04-16 23:14:25.342 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 23:14:25.343 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 23:14:25.343 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 23:14:25.344 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 23:14:25.345 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 23:14:25.345 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-pps 2026-04-16 23:14:25.345 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 23:14:25.346 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 23:14:25.346 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 23:14:25.346 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 23:14:25.347 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: trunk 2026-04-16 23:14:25.347 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 23:14:25.348 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: trunk-details 2026-04-16 23:14:25.348 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: quota-check-limit 2026-04-16 23:14:25.348 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 23:14:25.348 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 23:14:25.349 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 23:14:25.349 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 23:14:25.350 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 23:14:25.351 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: quotas 2026-04-16 23:14:25.352 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: quota_details 2026-04-16 23:14:25.353 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: rbac-policies 2026-04-16 23:14:25.353 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 23:14:25.354 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: rbac-address-group 2026-04-16 23:14:25.354 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 23:14:25.354 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 23:14:25.355 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 23:14:25.355 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: vpn-flavors 2026-04-16 23:14:25.355 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 23:14:25.356 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: revision-if-match 2026-04-16 23:14:25.357 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 23:14:25.357 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: vpnaas 2026-04-16 23:14:25.357 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: router_availability_zone 2026-04-16 23:14:25.358 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 23:14:25.358 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: taas 2026-04-16 23:14:25.359 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: tap-mirror 2026-04-16 23:14:25.360 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 23:14:25.360 8 INFO neutron.api.extensions [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 23:14:25.360 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 23:14:25.361 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 23:14:25.361 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 23:14:25.362 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 23:14:25.362 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 23:14:25.363 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 23:14:25.363 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 23:14:25.363 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.363 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 23:14:25.367 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 23:14:25.367 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 23:14:25.367 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: security-group 2026-04-16 23:14:25.368 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: segment 2026-04-16 23:14:25.369 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 23:14:25.370 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: service-type 2026-04-16 23:14:25.370 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: sorting 2026-04-16 23:14:25.371 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 23:14:25.371 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: standard-attr-description 2026-04-16 23:14:25.372 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: stateful-security-group 2026-04-16 23:14:25.372 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 23:14:25.372 7 WARNING neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 23:14:25.373 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 23:14:25.373 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 23:14:25.373 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 23:14:25.373 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: subnet-external-network 2026-04-16 23:14:25.374 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: subnet_onboard 2026-04-16 23:14:25.374 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.374 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.375 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 23:14:25.375 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.375 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: subnet-service-types 2026-04-16 23:14:25.375 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.376 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 23:14:25.376 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: subnet_allocation 2026-04-16 23:14:25.376 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.377 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.377 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 23:14:25.378 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 23:14:25.378 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 23:14:25.378 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 23:14:25.378 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.379 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: tag-creation 2026-04-16 23:14:25.379 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ipsecpolicy is already registered 2026-04-16 23:14:25.379 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.379 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 23:14:25.379 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ikepolicy is already registered 2026-04-16 23:14:25.383 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 23:14:25.384 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 23:14:25.384 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] router is already registered 2026-04-16 23:14:25.384 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 23:14:25.384 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 23:14:25.385 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: trunk 2026-04-16 23:14:25.385 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] floatingip is already registered 2026-04-16 23:14:25.385 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: trunk-details 2026-04-16 23:14:25.386 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 23:14:25.386 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 23:14:25.387 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 23:14:25.387 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 23:14:25.388 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 23:14:25.389 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] rbac_policy is already registered 2026-04-16 23:14:25.389 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 23:14:25.389 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 23:14:25.389 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] security_group is already registered 2026-04-16 23:14:25.390 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 23:14:25.390 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] security_group_rule is already registered 2026-04-16 23:14:25.390 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 23:14:25.391 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: vpn-flavors 2026-04-16 23:14:25.391 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.391 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.392 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.392 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.392 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 23:14:25.392 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] trunk is already registered 2026-04-16 23:14:25.393 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: vpnaas 2026-04-16 23:14:25.393 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.393 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ikepolicy is already registered 2026-04-16 23:14:25.394 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.394 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ipsecpolicy is already registered 2026-04-16 23:14:25.394 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: taas 2026-04-16 23:14:25.394 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 23:14:25.394 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] endpoint_group is already registered 2026-04-16 23:14:25.395 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 23:14:25.395 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] vpnservice is already registered 2026-04-16 23:14:25.395 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: tap-mirror 2026-04-16 23:14:25.395 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 23:14:25.396 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ipsec_site_connection is already registered 2026-04-16 23:14:25.396 7 INFO neutron.api.extensions [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 23:14:25.396 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.396 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ipsecpolicy is already registered 2026-04-16 23:14:25.397 8 INFO neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.397 8 WARNING neutron.quota.resource_registry [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] ikepolicy is already registered 2026-04-16 23:14:25.398 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 23:14:25.398 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 23:14:25.399 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.399 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 23:14:25.403 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 23:14:25.403 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 23:14:25.408 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 23:14:25.409 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 23:14:25.409 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 23:14:25.410 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.410 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.411 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.411 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.411 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 23:14:25.412 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.412 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.413 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 23:14:25.413 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 23:14:25.414 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 23:14:25.414 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.414 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ipsecpolicy is already registered 2026-04-16 23:14:25.415 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.415 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ikepolicy is already registered 2026-04-16 23:14:25.419 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 23:14:25.420 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] router is already registered 2026-04-16 23:14:25.420 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 23:14:25.420 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] floatingip is already registered 2026-04-16 23:14:25.424 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 23:14:25.424 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] rbac_policy is already registered 2026-04-16 23:14:25.425 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 23:14:25.425 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] security_group is already registered 2026-04-16 23:14:25.425 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 23:14:25.425 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] security_group_rule is already registered 2026-04-16 23:14:25.426 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.426 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.427 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 23:14:25.427 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] subnetpool is already registered 2026-04-16 23:14:25.427 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 23:14:25.428 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] trunk is already registered 2026-04-16 23:14:25.428 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.428 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ikepolicy is already registered 2026-04-16 23:14:25.428 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.429 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ipsecpolicy is already registered 2026-04-16 23:14:25.429 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 23:14:25.429 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] endpoint_group is already registered 2026-04-16 23:14:25.430 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 23:14:25.430 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] vpnservice is already registered 2026-04-16 23:14:25.430 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 23:14:25.430 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ipsec_site_connection is already registered 2026-04-16 23:14:25.431 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 23:14:25.431 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ipsecpolicy is already registered 2026-04-16 23:14:25.431 7 INFO neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 23:14:25.431 7 WARNING neutron.quota.resource_registry [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] ikepolicy is already registered 2026-04-16 23:14:25.437 8 WARNING keystonemiddleware._common.config [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 23:14:25.444 8 WARNING oslo_config.cfg [None req-c29fcd84-2217-416f-8f32-7e37c8286493 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fd014c02668 pid: 8 (default app) 2026-04-16 23:14:25.475 7 WARNING keystonemiddleware._common.config [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 23:14:25.482 7 WARNING oslo_config.cfg [None req-080117de-c86c-4538-b335-5267dc5c859b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fd014c02668 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-16 23:14:30.791 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd19f2ff-f63d-4cd8-8527-c3948ff67ed5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:14:30 2026] GET /v2.0/networks/public => generated 108 bytes in 764 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.49 () {44 vars in 945 bytes} [Thu Apr 16 23:14:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:14:31.683 7 WARNING neutron.services.revisions.revision_plugin [None req-6a5e5173-6e82-4933-8310-132fdf355442 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Could not find related network for resource to bump revision. 2026-04-16 23:14:31.700 7 INFO neutron.db.segments_db [None req-6a5e5173-6e82-4933-8310-132fdf355442 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 0a5125c2-5e87-4922-a27a-3697f4b00169 of type flat for network 2a7819af-76c6-4d31-adc2-4621e237ed89 2026-04-16 23:14:31.742 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a5e5173-6e82-4933-8310-132fdf355442 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.49 () {48 vars in 963 bytes} [Thu Apr 16 23:14:31 2026] POST /v2.0/networks => generated 124 bytes in 499 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:14:38.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b4175f0-65ae-40d4-9a9a-82f2c86007b2 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:14:37 2026] GET /v2.0/networks/public => generated 108 bytes in 372 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.49 () {44 vars in 945 bytes} [Thu Apr 16 23:14:38 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-16 23:14:38.380 8 WARNING neutron.services.revisions.revision_plugin [None req-adeba56f-30ba-4cd0-8efe-01dee341ebc9 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Could not find related network for resource to bump revision. 2026-04-16 23:14:38.410 8 INFO neutron.db.segments_db [None req-adeba56f-30ba-4cd0-8efe-01dee341ebc9 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment a2f2aea7-8d5c-49f0-8ff8-0d60b4c9ac0c of type flat for network 84fc7bed-1ba9-41f4-9628-a7d278dfa2f7 2026-04-16 23:14:38.459 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adeba56f-30ba-4cd0-8efe-01dee341ebc9 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.49 () {48 vars in 963 bytes} [Thu Apr 16 23:14:38 2026] POST /v2.0/networks => generated 124 bytes in 389 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:14:44.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-303ed905-708e-4bd0-9278-c700ad22a329 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:14:44 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.49 () {44 vars in 945 bytes} [Thu Apr 16 23:14:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:14:44.483 8 WARNING neutron.services.revisions.revision_plugin [None req-0e7751c4-842c-40fe-b1fe-03f856ea615e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Could not find related network for resource to bump revision. 2026-04-16 23:14:44.499 8 INFO neutron.db.segments_db [None req-0e7751c4-842c-40fe-b1fe-03f856ea615e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment f66698e0-fd38-499b-8280-3abac334315e of type flat for network 9a5e5401-22ec-4486-ae31-acb9a0516608 2026-04-16 23:14:44.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e7751c4-842c-40fe-b1fe-03f856ea615e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.49 () {48 vars in 963 bytes} [Thu Apr 16 23:14:44 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:14:50.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-503f1a3f-4257-4a55-9007-a00b6ace48e4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:14:50 2026] GET /v2.0/networks/public => generated 108 bytes in 35 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.49 () {44 vars in 945 bytes} [Thu Apr 16 23:14:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:14:50.531 7 WARNING neutron.services.revisions.revision_plugin [None req-6651d57b-7534-4c37-93d4-bda08a139e44 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Could not find related network for resource to bump revision. 2026-04-16 23:14:50.557 7 INFO neutron.db.segments_db [None req-6651d57b-7534-4c37-93d4-bda08a139e44 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 13edbf52-dea4-466c-a2d8-3a968cfa45e7 of type flat for network 7f552aee-ccd3-4377-ba0a-850f7d0056b0 2026-04-16 23:14:50.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6651d57b-7534-4c37-93d4-bda08a139e44 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.49 () {48 vars in 963 bytes} [Thu Apr 16 23:14:50 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:14:56.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-367834a2-0720-4b0f-a950-c78d4f0f9b6f f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:14:56 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.49 () {44 vars in 945 bytes} [Thu Apr 16 23:14:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:14:56.766 8 WARNING neutron.services.revisions.revision_plugin [None req-693e246a-d74b-46f2-92ac-5a5be5fce57b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Could not find related network for resource to bump revision. 2026-04-16 23:14:56.785 8 INFO neutron.db.segments_db [None req-693e246a-d74b-46f2-92ac-5a5be5fce57b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment dabded1c-17da-4e1a-b580-ff1759ae5ba4 of type flat for network 8a472a58-2847-46e2-aec6-6e5a89099724 2026-04-16 23:14:56.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-693e246a-d74b-46f2-92ac-5a5be5fce57b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.49 () {48 vars in 963 bytes} [Thu Apr 16 23:14:56 2026] POST /v2.0/networks => generated 124 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:15:02.909 8 INFO neutron.pecan_wsgi.hooks.translation [None req-551f0d86-3d22-4709-b87f-8020afe00519 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:15:02 2026] GET /v2.0/networks/public => generated 108 bytes in 37 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.49 () {44 vars in 945 bytes} [Thu Apr 16 23:15:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:15:03.714 8 WARNING neutron.services.revisions.revision_plugin [None req-5c3303e9-3598-458a-98d8-8d55e17f5bb6 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Could not find related network for resource to bump revision. 2026-04-16 23:15:03.738 8 INFO neutron.db.segments_db [None req-5c3303e9-3598-458a-98d8-8d55e17f5bb6 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment e9966cb6-0e90-4380-bbc9-7eab29b36294 of type flat for network c6f30380-140f-41a0-bfd7-3b82ce53c8cd [pid: 8|app: 0|req: 13/23] 199.204.45.49 () {48 vars in 963 bytes} [Thu Apr 16 23:15:02 2026] POST /v2.0/networks => generated 706 bytes in 6346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:15:10.600 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a708a9a8-3e1d-425a-b045-18d639355e6f f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.49 () {44 vars in 923 bytes} [Thu Apr 16 23:15:10 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.49 () {44 vars in 945 bytes} [Thu Apr 16 23:15:10 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:15:10.680 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb033b3a-bafa-4063-b66e-5554cf7bbbb9 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.49 () {44 vars in 1030 bytes} [Thu Apr 16 23:15:10 2026] GET /v2.0/subnets/public-subnet?network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.49 () {44 vars in 1053 bytes} [Thu Apr 16 23:15:10 2026] GET /v2.0/subnets?name=public-subnet&network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.49 () {48 vars in 961 bytes} [Thu Apr 16 23:15:10 2026] POST /v2.0/subnets => generated 664 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:15:54.725 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e83abbe4-7aea-4381-9cd6-c3a0e027295c f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/34] 199.204.45.49 () {44 vars in 933 bytes} [Thu Apr 16 23:15:54 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: 7|app: 0|req: 16/35] 199.204.45.49 () {44 vars in 955 bytes} [Thu Apr 16 23:15:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:15:54.807 8 INFO neutron.db.segments_db [None req-0aa4973d-fb2d-4106-9401-55aa7ee961fc f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 749e32b0-66fc-4135-b2dd-b9ad7ad01086 of type vxlan for network 8ebacb39-cc0e-4b0d-8237-345a8bc54627 [pid: 8|app: 0|req: 20/36] 199.204.45.49 () {48 vars in 962 bytes} [Thu Apr 16 23:15:54 2026] POST /v2.0/networks => generated 688 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:15:56.168 7 INFO neutron.pecan_wsgi.hooks.translation [None req-716e9bfa-5920-48f5-823e-277c35c2f165 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/37] 199.204.45.49 () {44 vars in 933 bytes} [Thu Apr 16 23:15:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/38] 199.204.45.49 () {44 vars in 955 bytes} [Thu Apr 16 23:15:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:15:56.216 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e615385-d1d7-4af5-ba94-02865355cdce f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/39] 199.204.45.49 () {44 vars in 1032 bytes} [Thu Apr 16 23:15:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/40] 199.204.45.49 () {44 vars in 1055 bytes} [Thu Apr 16 23:15:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/41] 199.204.45.49 () {48 vars in 961 bytes} [Thu Apr 16 23:15:56 2026] POST /v2.0/subnets => generated 651 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:15:57.547 8 INFO neutron.api.v2.resource [None req-33258b6e-4194-4ec0-8937-d5019f264123 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 24/44] 199.204.45.49 () {44 vars in 967 bytes} [Thu Apr 16 23:15:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/45] 199.204.45.49 () {44 vars in 989 bytes} [Thu Apr 16 23:15:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/46] 199.204.45.49 () {48 vars in 976 bytes} [Thu Apr 16 23:15:57 2026] POST /v2.0/security-groups => generated 1616 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/47] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:15:58 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 1616 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/48] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:15:58 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 1616 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/49] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:15:58 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/50] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:15:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/51] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:00 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => 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: 28/52] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:00 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/53] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:00 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/54] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/55] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:01 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/56] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:01 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/57] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:01 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/58] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/59] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:02 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 3462 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/60] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:02 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/61] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:02 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/62] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:03 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => 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: 34/64] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:03 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:03 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.204.45.49 () {44 vars in 983 bytes} [Thu Apr 16 23:16:04 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627 => generated 732 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:16:05.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c2222a2-5d29-4b7e-81c6-73d1e9d7c861 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/68] 199.204.45.49 () {44 vars in 1072 bytes} [Thu Apr 16 23:16:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.49 () {44 vars in 1095 bytes} [Thu Apr 16 23:16:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627 => 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: 37/70] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:05 2026] GET /v2.0/security-groups/464d61e8-5500-47cf-b944-40afb3e45906 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.49 () {48 vars in 957 bytes} [Thu Apr 16 23:16:05 2026] POST /v2.0/ports => generated 1096 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.49 () {44 vars in 971 bytes} [Thu Apr 16 23:16:07 2026] GET /v2.0/quotas/79f5d9612f544d2f802294473ef4d1bd => generated 292 bytes in 10 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 35/73] 199.204.45.49 () {48 vars in 1023 bytes} [Thu Apr 16 23:16:08 2026] PUT /v2.0/quotas/79f5d9612f544d2f802294473ef4d1bd => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:16:14.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d99a9dd4-6f2b-45dd-ab5d-50674ac5da3b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/76] 199.204.45.49 () {44 vars in 975 bytes} [Thu Apr 16 23:16:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.49 () {48 vars in 1027 bytes} [Thu Apr 16 23:16:15 2026] PUT /v2.0/ports/df17d5a4-0022-48ab-818a-75c00bd8c821 => generated 1245 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.49 () {44 vars in 916 bytes} [Thu Apr 16 23:16:18 2026] GET /v2.0/ports => generated 3726 bytes in 101 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-16 23:16:19.887 8 INFO neutron.api.v2.resource [None req-066613bf-47c7-4e5c-8897-5fed80958447 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/80] 199.204.45.49 () {44 vars in 955 bytes} [Thu Apr 16 23:16:19 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.49 () {44 vars in 977 bytes} [Thu Apr 16 23:16:19 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.49 () {48 vars in 976 bytes} [Thu Apr 16 23:16:19 2026] POST /v2.0/security-groups => generated 1610 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:21 2026] GET /v2.0/security-groups/a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:21 2026] GET /v2.0/security-groups/a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:21 2026] GET /v2.0/security-groups/a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3 => generated 1610 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:21 2026] POST /v2.0/security-group-rules => generated 621 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:22 2026] GET /v2.0/security-groups/a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3 => generated 2244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:22 2026] GET /v2.0/security-groups/a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3 => generated 2244 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:22 2026] GET /v2.0/security-groups/a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3 => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:22 2026] POST /v2.0/security-group-rules => generated 625 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:16:33.441 7 INFO neutron.api.v2.resource [None req-751db130-f8d0-4c19-b04e-7566f154476e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/93] 199.204.45.49 () {44 vars in 1070 bytes} [Thu Apr 16 23:16:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7168c9f528314686b12faf6e6917d849 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.49 () {44 vars in 1093 bytes} [Thu Apr 16 23:16:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7168c9f528314686b12faf6e6917d849 => generated 23 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.49 () {48 vars in 977 bytes} [Thu Apr 16 23:16:33 2026] POST /v2.0/security-groups => generated 1624 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:35 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:35 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc => generated 1624 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:35 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:36 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 2234 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:36 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:36 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:37 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => 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: 51/105] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:37 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:37 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:38 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.49 () {44 vars in 997 bytes} [Thu Apr 16 23:16:39 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.49 () {44 vars in 1084 bytes} [Thu Apr 16 23:16:39 2026] GET /v2.0/security-groups/422f2192-5e95-4a60-84b4-72b3efdbd5cc?project_id=7168c9f528314686b12faf6e6917d849 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.49 () {48 vars in 987 bytes} [Thu Apr 16 23:16:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 80 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: 69/140] 199.204.45.49 () {30 vars in 738 bytes} [Thu Apr 16 23:20:11 2026] GET /v2.0/networks?tenant_id=7168c9f528314686b12faf6e6917d849&shared=False => generated 15 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:20:11.569 8 INFO neutron.db.segments_db [None req-252085a6-c770-4b32-88ad-8c6a3b676539 ac2cd70862404d4aa400ceb6e630f1db 7168c9f528314686b12faf6e6917d849 - - 40ddbb00968a40f8b1216e3873f76ec3 40ddbb00968a40f8b1216e3873f76ec3] Added segment c4ed0e8f-0c97-4551-8a64-086e689b119e of type vxlan for network 89360091-a24e-4339-9f35-16323b9f29f9 [pid: 8|app: 0|req: 72/141] 199.204.45.49 () {34 vars in 680 bytes} [Thu Apr 16 23:20:11 2026] POST /v2.0/networks => generated 699 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/142] 199.204.45.49 () {30 vars in 720 bytes} [Thu Apr 16 23:20:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/143] 199.204.45.49 () {30 vars in 631 bytes} [Thu Apr 16 23:20:11 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/144] 199.204.45.49 () {34 vars in 675 bytes} [Thu Apr 16 23:20:11 2026] POST /v2.0/ports => generated 999 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/145] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:20:12 2026] GET /v2.0/networks/89360091-a24e-4339-9f35-16323b9f29f9 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/148] 199.204.45.49 () {30 vars in 720 bytes} [Thu Apr 16 23:20:14 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/149] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:20:14 2026] GET /v2.0/networks/89360091-a24e-4339-9f35-16323b9f29f9 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 8|app: 0|req: 78/152] 199.204.45.49 () {48 vars in 1021 bytes} [Thu Apr 16 23:20:39 2026] PUT /v2.0/quotas/7168c9f528314686b12faf6e6917d849 => generated 291 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:21:02.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50ec7602-b246-4fa2-9b91-78c1c16dfbf2 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/157] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:21:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/158] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:21:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:21:04.150 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6580051-7429-4ae4-8e67-f7d5ba661c04 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/159] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:21:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/160] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:21:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 199.204.45.49 () {44 vars in 945 bytes} [Thu Apr 16 23:26:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/248] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:31:44 2026] GET /v2.0/networks => generated 2168 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/249] 10.0.0.214 () {32 vars in 654 bytes} [Thu Apr 16 23:31:45 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/250] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:31:46 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/251] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:31:46 2026] GET /v2.0/ports => generated 4721 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/252] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:31:46 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/253] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:31:46 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/254] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:31:46 2026] GET /v2.0/security-groups => generated 17397 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/255] 10.0.0.214 () {32 vars in 654 bytes} [Thu Apr 16 23:31:46 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:31:57.044 7 INFO neutron.db.segments_db [None req-5f374ba9-1e6f-43a4-ac53-f57d50cfcfb3 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 492b940a-b304-4dfe-8d5a-3d7ac193b114 of type vxlan for network 2670d2ea-be20-4b57-aef5-aea47d0d70c0 2026-04-16 23:31:57.146 8 INFO neutron.db.segments_db [None req-e9059846-b277-436b-ad4e-ecb0100aea15 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 of type vxlan for network 8167b931-858f-49a1-bdb0-6374810c2354 [pid: 7|app: 0|req: 127/256] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:31:56 2026] POST /v2.0/networks => generated 726 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/257] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:31:56 2026] POST /v2.0/networks => generated 732 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:31:57.361 7 INFO neutron.db.segments_db [None req-ae37cced-9ca2-49c3-b4bb-305a6177de25 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 37ba7980-8442-41c2-ac8e-8671a5c75f37 of type vxlan for network 17d85424-0fc4-4978-9cf6-c5e524f858b8 [pid: 7|app: 0|req: 128/258] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:31:57 2026] POST /v2.0/networks => generated 719 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/259] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:31:57 2026] POST /v2.0/subnets => generated 692 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/262] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:31:57 2026] POST /v2.0/subnets => generated 698 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:31:57.673 7 INFO neutron.db.segments_db [None req-baf2dc09-a75c-4c1a-837b-07d462c09a54 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment c4a86f90-216b-4dcb-b8df-d81fb63a990a of type vxlan for network 295f6d1d-a6ee-4732-8726-f8062e7c40a1 [pid: 8|app: 0|req: 134/263] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:31:57 2026] POST /v2.0/subnets => generated 685 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:31:57.889 7 INFO neutron.db.l3_hamode_db [None req-baf2dc09-a75c-4c1a-837b-07d462c09a54 f9fc349171ec41af882c9573f0872816 054a1bfd2a0543b4b2037f19290b134a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:31:57.895 8 INFO neutron.db.segments_db [None req-aadd244a-3410-4e2a-bbed-6e38c8750352 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 1d0a9636-6ff0-49fb-834a-e431e95ea261 of type vxlan for network 86c4684a-2365-4756-be12-f9cc6d471053 2026-04-16 23:31:58.141 8 INFO neutron.db.l3_hamode_db [None req-aadd244a-3410-4e2a-bbed-6e38c8750352 f9fc349171ec41af882c9573f0872816 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:31:58.735 7 INFO neutron.db.l3_hamode_db [None req-baf2dc09-a75c-4c1a-837b-07d462c09a54 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:31:58.959 8 INFO neutron.db.l3_hamode_db [None req-aadd244a-3410-4e2a-bbed-6e38c8750352 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 130/264] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:31:57 2026] POST /v2.0/routers => generated 732 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/265] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:31:59 2026] GET /v2.0/security-groups?tenant_id=09d72eaccb7e402cb475128be92bd9b8&name=default => generated 2921 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:00.207 7 INFO neutron.db.segments_db [None req-72a6a4b5-88fc-4be9-a32b-0b4bb1723eab f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 435f1a58-1c6a-413a-8724-cfac3688aa97 of type vxlan for network bcd1d67f-31e5-46f3-b103-ae83d916f0e7 [pid: 8|app: 0|req: 135/266] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:31:57 2026] POST /v2.0/routers => generated 738 bytes in 2377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:32:00.466 7 INFO neutron.db.l3_hamode_db [None req-72a6a4b5-88fc-4be9-a32b-0b4bb1723eab f9fc349171ec41af882c9573f0872816 9dce447579484036b3c0b7e09003a8ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:32:01.265 7 INFO neutron.db.l3_hamode_db [None req-72a6a4b5-88fc-4be9-a32b-0b4bb1723eab f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 136/267] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:00 2026] PUT /v2.0/routers/a1054101-c7b0-4777-831c-59aba27668cd/add_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/268] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:01 2026] DELETE /v2.0/security-groups/438895bb-236e-4ce8-b212-7bc9cbc0c3b3 => 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: 132/269] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:00 2026] POST /v2.0/routers => generated 725 bytes in 1813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/270] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:01 2026] PUT /v2.0/routers/4865082b-66c4-400e-8233-b8cc94d3452e/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/271] 10.0.0.127 () {38 vars in 970 bytes} [Thu Apr 16 23:32:02 2026] POST /v2.0/security-groups => generated 1680 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/272] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:01 2026] PUT /v2.0/routers/3508d14f-1163-4fbd-98a7-fd83d7d0dd98/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/273] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-groups => generated 1659 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/274] 10.0.0.127 () {38 vars in 970 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-groups => generated 1680 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:32:03.403 8 INFO neutron.db.segments_db [None req-10146489-e0aa-4c6e-ad57-9fd24497a4cd f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 08e487f5-047b-4d58-a77a-de456d503b16 of type vxlan for network d2c846c1-d48e-4403-b1af-19380c8a3103 [pid: 8|app: 0|req: 141/275] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/networks => generated 730 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/276] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/277] 10.0.0.127 () {38 vars in 970 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/278] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/279] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/280] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/subnets => generated 696 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/281] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/282] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:03 2026] GET /v2.0/security-groups?tenant_id=054a1bfd2a0543b4b2037f19290b134a => generated 7902 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:03.856 8 INFO neutron.db.segments_db [None req-a85828d4-2edd-4630-8d4d-819bdc69070d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 7341f029-f0bc-4372-b883-fd9aa15684dd of type vxlan for network 304bed6f-8a1b-40f9-b2d6-94b3e1099f72 2026-04-16 23:32:04.093 8 INFO neutron.db.l3_hamode_db [None req-a85828d4-2edd-4630-8d4d-819bdc69070d f9fc349171ec41af882c9573f0872816 6a1bc8df12e342618fe4a316fac78373 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 139/283] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/284] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/285] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:04 2026] GET /v2.0/security-groups/72e8f417-590f-43a9-a5e9-0dcd19413fd1 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:04.792 8 INFO neutron.db.l3_hamode_db [None req-a85828d4-2edd-4630-8d4d-819bdc69070d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 142/286] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:32:04 2026] POST /v2.0/floatingips => generated 552 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/287] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:04 2026] GET /v2.0/security-groups/72e8f417-590f-43a9-a5e9-0dcd19413fd1 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/288] 10.0.0.127 () {34 vars in 1097 bytes} [Thu Apr 16 23:32:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--404704474&fields=id&tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/289] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:04 2026] GET /v2.0/security-groups/87e58d8d-2903-4945-ae15-be102997978f => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/290] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:32:04 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 683 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/291] 10.0.0.127 () {36 vars in 1012 bytes} [Thu Apr 16 23:32:05 2026] DELETE /v2.0/security-groups/87e58d8d-2903-4945-ae15-be102997978f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/292] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/quotas/f4b88b8e6cde4d149604a96c0aabf8bf => 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: 149/293] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&fields=id => generated 103 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:05.492 7 INFO neutron.api.v2.resource [req-8734ddc1-a74e-4def-bb2b-85cfac4e7068 req-cce7ef29-3652-4258-af7e-31daa2f02e1a d5d2a1bd5e834fa09745e3f329155a4b 054a1bfd2a0543b4b2037f19290b134a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 150/294] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/security-groups/87e58d8d-2903-4945-ae15-be102997978f => 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: 151/295] 10.0.0.127 () {34 vars in 1099 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1533631267&fields=id&tenant_id=9dce447579484036b3c0b7e09003a8ea => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/296] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/networks?id=17d85424-0fc4-4978-9cf6-c5e524f858b8 => generated 670 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/297] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/quotas/9dce447579484036b3c0b7e09003a8ea => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/298] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:03 2026] POST /v2.0/routers => generated 736 bytes in 1913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/299] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/ports?tenant_id=9dce447579484036b3c0b7e09003a8ea&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/300] 10.0.0.127 () {34 vars in 906 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/301] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 157/302] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:32:05 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 158/303] 10.0.0.127 () {34 vars in 906 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/extensions => generated 21537 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/304] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups/356f9a84-32a8-4661-bdc0-6e18641086bc => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/305] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?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: 161/306] 10.0.0.127 () {36 vars in 1012 bytes} [Thu Apr 16 23:32:06 2026] DELETE /v2.0/security-groups/356f9a84-32a8-4661-bdc0-6e18641086bc => 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: 162/307] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?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: 163/308] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:06.574 7 INFO neutron.api.v2.resource [req-2d137eac-b0f8-4fc9-b957-d7a3d790b753 req-80d4eeaa-0bf7-4e50-8c01-5e15fca469d8 d5d2a1bd5e834fa09745e3f329155a4b 054a1bfd2a0543b4b2037f19290b134a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 164/309] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups/356f9a84-32a8-4661-bdc0-6e18641086bc => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/310] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups/ed9afe75-eb3f-412d-9c0d-a12850400a51 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/311] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:05 2026] PUT /v2.0/routers/981b4c87-57bb-466a-ab9f-821909a7e24a/add_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/312] 10.0.0.127 () {36 vars in 1012 bytes} [Thu Apr 16 23:32:06 2026] DELETE /v2.0/security-groups/ed9afe75-eb3f-412d-9c0d-a12850400a51 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:06.783 7 INFO neutron.api.v2.resource [req-240bd4d8-430a-4f4d-b76c-c0431266ec57 req-17cf69dd-5df7-4dbe-90d6-9fa9f57badf4 d5d2a1bd5e834fa09745e3f329155a4b 054a1bfd2a0543b4b2037f19290b134a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 167/313] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups/ed9afe75-eb3f-412d-9c0d-a12850400a51 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/314] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/315] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups?tenant_id=054a1bfd2a0543b4b2037f19290b134a => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/316] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups/72e8f417-590f-43a9-a5e9-0dcd19413fd1 => generated 2918 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/317] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:06 2026] GET /v2.0/security-groups/72e8f417-590f-43a9-a5e9-0dcd19413fd1 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:07.023 8 INFO neutron.api.v2.resource [req-9a37c643-df51-4b18-8bd7-4a3dc6854647 req-e795f583-f91d-44ae-bcf9-e24351c45d1f d5d2a1bd5e834fa09745e3f329155a4b 054a1bfd2a0543b4b2037f19290b134a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 149/318] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/security-groups/ed9afe75-eb3f-412d-9c0d-a12850400a51 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:32:07.071 7 INFO neutron.api.v2.resource [req-48a7d7af-fa89-41ab-983a-df2dbe78d9b4 req-93efd381-afb7-4299-9eeb-5760e13db17c d5d2a1bd5e834fa09745e3f329155a4b 054a1bfd2a0543b4b2037f19290b134a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 170/319] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/security-groups/356f9a84-32a8-4661-bdc0-6e18641086bc => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:32:07.117 8 INFO neutron.api.v2.resource [req-17457469-8342-4bb7-8564-20d0574adae6 req-02d653e4-dfe9-4ea8-b454-d1e2bfbe1d42 d5d2a1bd5e834fa09745e3f329155a4b 054a1bfd2a0543b4b2037f19290b134a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 150/320] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/security-groups/87e58d8d-2903-4945-ae15-be102997978f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/321] 10.0.0.127 () {38 vars in 970 bytes} [Thu Apr 16 23:32:07 2026] POST /v2.0/security-groups => generated 1684 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/322] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/security-groups/407ead8c-b6ad-4865-b615-c32cdb1c3ed1 => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/323] 10.0.0.127 () {38 vars in 980 bytes} [Thu Apr 16 23:32:07 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:32:07.633 7 INFO neutron_taas.services.taas.taas_plugin [None req-24f9c3a0-7539-453f-a5cb-f81e4c5f1a4e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: bdce73ae-998f-4abc-934b-c38f8bd492d1 [pid: 8|app: 0|req: 154/324] 10.0.0.127 () {38 vars in 970 bytes} [Thu Apr 16 23:32:07 2026] POST /v2.0/security-groups => generated 1685 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:32:07.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24f9c3a0-7539-453f-a5cb-f81e4c5f1a4e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: bdce73ae-998f-4abc-934b-c38f8bd492d1 [pid: 8|app: 0|req: 155/325] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 156/326] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/security-groups/ecf72159-fd6a-41f6-9173-b4efb810720b => generated 1685 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/327] 10.0.0.127 () {38 vars in 980 bytes} [Thu Apr 16 23:32:07 2026] POST /v2.0/security-group-rules => generated 614 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/328] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/security-groups/ecf72159-fd6a-41f6-9173-b4efb810720b => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/329] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:07 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 160/330] 10.0.0.127 () {38 vars in 980 bytes} [Thu Apr 16 23:32:07 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/331] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:08 2026] GET /v2.0/security-groups/ecf72159-fd6a-41f6-9173-b4efb810720b => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/332] 10.0.0.127 () {34 vars in 1000 bytes} [Thu Apr 16 23:32:08 2026] GET /v2.0/security-group-rules/5925ec6f-f0af-4950-ba79-2debba7c3012 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/333] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:08 2026] GET /v2.0/security-groups/ecf72159-fd6a-41f6-9173-b4efb810720b => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/334] 10.0.0.127 () {36 vars in 1022 bytes} [Thu Apr 16 23:32:08 2026] DELETE /v2.0/security-group-rules/5925ec6f-f0af-4950-ba79-2debba7c3012 => 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: 165/335] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:08 2026] GET /v2.0/security-groups/ecf72159-fd6a-41f6-9173-b4efb810720b => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/336] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:32:07 2026] PUT /v2.0/routers/a1054101-c7b0-4777-831c-59aba27668cd/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/337] 10.0.0.127 () {36 vars in 1012 bytes} [Thu Apr 16 23:32:08 2026] DELETE /v2.0/security-groups/ecf72159-fd6a-41f6-9173-b4efb810720b => 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: 167/338] 10.0.0.127 () {34 vars in 990 bytes} [Thu Apr 16 23:32:08 2026] GET /v2.0/security-groups/407ead8c-b6ad-4865-b615-c32cdb1c3ed1 => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:08.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c8f10fb-c2a5-46e0-b04b-af032f89b678 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 5b8493a7-6c33-4be0-b869-9deaa4123814 2026-04-16 23:32:08.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c8f10fb-c2a5-46e0-b04b-af032f89b678 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 5b8493a7-6c33-4be0-b869-9deaa4123814 [pid: 8|app: 0|req: 168/339] 10.0.0.127 () {36 vars in 1012 bytes} [Thu Apr 16 23:32:08 2026] DELETE /v2.0/security-groups/407ead8c-b6ad-4865-b615-c32cdb1c3ed1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:08.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c8f10fb-c2a5-46e0-b04b-af032f89b678 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: ee5ddec5-973c-418e-8b78-56a0c21289a6 2026-04-16 23:32:08.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c8f10fb-c2a5-46e0-b04b-af032f89b678 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: ee5ddec5-973c-418e-8b78-56a0c21289a6 2026-04-16 23:32:08.810 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3c8f10fb-c2a5-46e0-b04b-af032f89b678 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - 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-16 23:32:09.227 7 INFO neutron.db.l3_hamode_db [None req-3c8f10fb-c2a5-46e0-b04b-af032f89b678 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 295f6d1d-a6ee-4732-8726-f8062e7c40a1 was deleted as no HA routers are present in tenant 054a1bfd2a0543b4b2037f19290b134a. [pid: 7|app: 0|req: 172/340] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:08 2026] DELETE /v2.0/routers/a1054101-c7b0-4777-831c-59aba27668cd => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:09.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-910e93ad-7fcb-4c18-b78e-21a43c5782b5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: f52755b6-a03d-420f-9dc1-8828d527de6b [pid: 7|app: 0|req: 173/341] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:09 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:09.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-910e93ad-7fcb-4c18-b78e-21a43c5782b5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: f52755b6-a03d-420f-9dc1-8828d527de6b [pid: 7|app: 0|req: 174/342] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:09 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 175/343] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:09 2026] DELETE /v2.0/subnets/155e5fc0-a795-4874-a69a-de556125734f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:32:09.557 7 INFO neutron.services.segments.plugin [-] Segment c4a86f90-216b-4dcb-b8df-d81fb63a990a resource provider aggregate not found 2026-04-16 23:32:09.576 7 INFO neutron.services.segments.plugin [-] Segment c4a86f90-216b-4dcb-b8df-d81fb63a990a resource provider aggregate not found 2026-04-16 23:32:09.585 7 INFO neutron.services.segments.plugin [-] Segment c4a86f90-216b-4dcb-b8df-d81fb63a990a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a86f90-216b-4dcb-b8df-d81fb63a990a found for delete ", "request_id": "req-ccb1c279-7aa9-4f54-841e-84306b959ff0"}]} 2026-04-16 23:32:09.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf8d99fb-7634-4456-bf95-4403b578af2c f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 9fe1e326-f444-4580-9f12-a4b8d2a0ceed 2026-04-16 23:32:09.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf8d99fb-7634-4456-bf95-4403b578af2c f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 9fe1e326-f444-4580-9f12-a4b8d2a0ceed 2026-04-16 23:32:09.601 7 INFO neutron.services.segments.plugin [-] Segment c4a86f90-216b-4dcb-b8df-d81fb63a990a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a86f90-216b-4dcb-b8df-d81fb63a990a found for delete ", "request_id": "req-9f7be6e0-8f33-4683-91f1-f479de71b880"}]} [pid: 7|app: 0|req: 176/344] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:32:09 2026] DELETE /v2.0/networks/2670d2ea-be20-4b57-aef5-aea47d0d70c0 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/345] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:32:08 2026] PUT /v2.0/routers/981b4c87-57bb-466a-ab9f-821909a7e24a/remove_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/346] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:32:09 2026] GET /v2.0/security-groups?tenant_id=054a1bfd2a0543b4b2037f19290b134a&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:10.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-eac4c778-dbe1-47bb-8076-67f14f3a36e3 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 0dd9b36f-c854-41d2-9a36-1102fb79da69 [pid: 8|app: 0|req: 171/347] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:09 2026] DELETE /v2.0/security-groups/72e8f417-590f-43a9-a5e9-0dcd19413fd1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:10.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eac4c778-dbe1-47bb-8076-67f14f3a36e3 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 0dd9b36f-c854-41d2-9a36-1102fb79da69 2026-04-16 23:32:10.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-eac4c778-dbe1-47bb-8076-67f14f3a36e3 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 14f7f91a-d421-4491-9159-12ef46160c3b 2026-04-16 23:32:10.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eac4c778-dbe1-47bb-8076-67f14f3a36e3 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 14f7f91a-d421-4491-9159-12ef46160c3b [pid: 8|app: 0|req: 172/348] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:10 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 173/349] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:10 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:10.585 7 INFO neutron.db.l3_hamode_db [None req-eac4c778-dbe1-47bb-8076-67f14f3a36e3 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 304bed6f-8a1b-40f9-b2d6-94b3e1099f72 was deleted as no HA routers are present in tenant 6a1bc8df12e342618fe4a316fac78373. [pid: 7|app: 0|req: 177/350] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:09 2026] DELETE /v2.0/routers/981b4c87-57bb-466a-ab9f-821909a7e24a => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/351] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:10 2026] DELETE /v2.0/subnets/4d6d3de5-67d4-4b93-8e89-7b4cef0bc2c5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/352] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:32:10 2026] DELETE /v2.0/networks/d2c846c1-d48e-4403-b1af-19380c8a3103 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/353] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:32:10 2026] GET /v2.0/security-groups?tenant_id=6a1bc8df12e342618fe4a316fac78373&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/354] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:11 2026] DELETE /v2.0/security-groups/17ffc813-b206-4b99-805a-cff863e8bdca => 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: 180/355] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:11 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 181/356] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:11 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:11.609 7 INFO neutron.services.segments.plugin [-] Segment 492b940a-b304-4dfe-8d5a-3d7ac193b114 resource provider aggregate not found 2026-04-16 23:32:11.625 7 INFO neutron.services.segments.plugin [-] Segment 492b940a-b304-4dfe-8d5a-3d7ac193b114 resource provider aggregate not found [pid: 8|app: 0|req: 176/357] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:11 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 683 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:11.637 7 INFO neutron.services.segments.plugin [-] Segment 492b940a-b304-4dfe-8d5a-3d7ac193b114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492b940a-b304-4dfe-8d5a-3d7ac193b114 found for delete ", "request_id": "req-541454cb-3c52-40dc-92c4-1bce838f4a61"}]} 2026-04-16 23:32:11.654 7 INFO neutron.services.segments.plugin [-] Segment 492b940a-b304-4dfe-8d5a-3d7ac193b114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492b940a-b304-4dfe-8d5a-3d7ac193b114 found for delete ", "request_id": "req-caec04ae-290a-478e-bd0e-fc6f32d93dce"}]} 2026-04-16 23:32:11.664 7 INFO neutron.services.segments.plugin [-] Segment 7341f029-f0bc-4372-b883-fd9aa15684dd resource provider aggregate not found [pid: 7|app: 0|req: 182/358] 199.204.45.49 () {34 vars in 909 bytes} [Thu Apr 16 23:32:11 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 23:32:11.684 7 INFO neutron.services.segments.plugin [-] Segment 7341f029-f0bc-4372-b883-fd9aa15684dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7341f029-f0bc-4372-b883-fd9aa15684dd found for delete ", "request_id": "req-1373d302-64d7-4fea-8eb9-7555e5044885"}]} 2026-04-16 23:32:11.689 7 INFO neutron.services.segments.plugin [-] Segment 7341f029-f0bc-4372-b883-fd9aa15684dd resource provider aggregate not found 2026-04-16 23:32:11.707 7 INFO neutron.services.segments.plugin [-] Segment 08e487f5-047b-4d58-a77a-de456d503b16 resource provider aggregate not found 2026-04-16 23:32:11.711 7 INFO neutron.services.segments.plugin [-] Segment 7341f029-f0bc-4372-b883-fd9aa15684dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7341f029-f0bc-4372-b883-fd9aa15684dd found for delete ", "request_id": "req-01c72dde-3ccd-4cf8-8db8-73b8f183fd38"}]} 2026-04-16 23:32:11.725 7 INFO neutron.services.segments.plugin [-] Segment 08e487f5-047b-4d58-a77a-de456d503b16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08e487f5-047b-4d58-a77a-de456d503b16 found for delete ", "request_id": "req-ab1319d3-885f-4c00-81d7-507dba83f1ad"}]} 2026-04-16 23:32:11.726 7 INFO neutron.services.segments.plugin [-] Segment 08e487f5-047b-4d58-a77a-de456d503b16 resource provider aggregate not found [pid: 8|app: 0|req: 177/359] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:32:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf => generated 180 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:11.752 7 INFO neutron.services.segments.plugin [-] Segment 08e487f5-047b-4d58-a77a-de456d503b16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08e487f5-047b-4d58-a77a-de456d503b16 found for delete ", "request_id": "req-6fb6c32f-928b-40ef-94ac-79d1c86167c5"}]} 2026-04-16 23:32:12.211 8 INFO neutron.db.segments_db [None req-3dbcf93a-5a2f-4986-be81-6b21c1942680 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment b5e7b41f-2373-4442-b963-4fd16f6d9bf0 of type vxlan for network b1db4b33-ce9e-4c77-bdaa-32a9674930de [pid: 7|app: 0|req: 183/360] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:32:11 2026] POST /v2.0/ports => generated 954 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/361] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:32:11 2026] POST /v2.0/networks => generated 725 bytes in 342 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: 184/364] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:12 2026] POST /v2.0/subnets => generated 691 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:12 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 957 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:12.598 8 INFO neutron.db.segments_db [None req-007b7857-a9c0-48fd-8421-f73ee26c6b28 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment e60ef4d2-a96a-40ee-bf5a-62002a31308b of type vxlan for network 1fd063b7-1717-4a7b-ac63-9f28efd2d631 [pid: 7|app: 0|req: 186/366] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:12 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 187/367] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:12 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:12.879 8 INFO neutron.db.l3_hamode_db [None req-007b7857-a9c0-48fd-8421-f73ee26c6b28 f9fc349171ec41af882c9573f0872816 fbf41987492748dfa3ffff135b469cdc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 188/368] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:32:12 2026] PUT /v2.0/ports/b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 1235 bytes in 541 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: 189/369] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:13 2026] GET /v2.0/networks?id=17d85424-0fc4-4978-9cf6-c5e524f858b8 => generated 670 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/370] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:32:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9dce447579484036b3c0b7e09003a8ea => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:13.561 7 INFO neutron.db.segments_db [None req-9d1a7630-171b-409b-9166-06812f92ede0 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae of type vxlan for network f4943ce9-521d-4251-bd41-580e150cf3ed [pid: 7|app: 0|req: 191/371] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:32:13 2026] POST /v2.0/networks => generated 727 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:32:13.731 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2126b6a-b6d1-4299-a560-5d7ea4e61342'] response: {'name': 'network-changed', 'server_uuid': 'c95933df-85da-421e-a754-a5874282d72f', 'tag': 'b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9', 'status': 'completed', 'code': 200} 2026-04-16 23:32:13.733 8 INFO neutron.db.l3_hamode_db [None req-007b7857-a9c0-48fd-8421-f73ee26c6b28 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 192/372] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:32:13 2026] POST /v2.0/ports => generated 958 bytes in 289 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: 193/373] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:13 2026] POST /v2.0/subnets => generated 694 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/374] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:14 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 961 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/375] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:14 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/376] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:12 2026] POST /v2.0/routers => generated 731 bytes in 1846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:32:14.429 8 INFO neutron.db.segments_db [None req-83a5ca15-7ba4-4083-8505-b3098f77f8e5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 0030d247-f5e9-4dd6-93dd-a89a953d916b of type vxlan for network a3c59ebc-87d3-48b7-a9a3-008384959516 [pid: 7|app: 0|req: 196/377] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:32:14 2026] PUT /v2.0/ports/7d8840a0-2f51-4292-86e6-d1103fc63ec1 => generated 1239 bytes in 421 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: 197/378] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:14 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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-16 23:32:14.615 8 INFO neutron.db.l3_hamode_db [None req-83a5ca15-7ba4-4083-8505-b3098f77f8e5 f9fc349171ec41af882c9573f0872816 0e47e5bb950247a481771a10f183df72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 198/379] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:14 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&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: 199/380] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:14 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:15.213 8 INFO neutron.db.l3_hamode_db [None req-83a5ca15-7ba4-4083-8505-b3098f77f8e5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 200/381] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:14 2026] PUT /v2.0/routers/deca3791-428f-402d-b191-cd261031ad17/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/382] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/383] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:15 2026] GET /v2.0/ports?tenant_id=9dce447579484036b3c0b7e09003a8ea&device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/384] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:15 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/385] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:14 2026] POST /v2.0/routers => generated 734 bytes in 1849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/386] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/387] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7d8840a0-2f51-4292-86e6-d1103fc63ec1 => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/388] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 204/389] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 969 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/390] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:16.484 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e4aea66-399a-4bd5-a162-22599ed13053'] response: {'name': 'network-changed', 'server_uuid': '7e1eab8a-84e2-4f53-aa08-b89feb36a64b', 'tag': '7d8840a0-2f51-4292-86e6-d1103fc63ec1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 206/391] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/subnets?id=d36046e2-b6b0-4de2-9a10-11bb3a9f875b => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/392] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/393] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/394] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/ports?network_id=17d85424-0fc4-4978-9cf6-c5e524f858b8&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/395] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 211/396] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?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: 212/397] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:32:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/398] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:16 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?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: 214/399] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/400] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/401] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:16 2026] PUT /v2.0/routers/147b6ce3-ce68-4ae7-9f1f-ea8fb01c0ddf/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/402] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/403] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 189/404] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 216/405] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:32:17 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/406] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/407] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/408] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 779 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/409] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => 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: 219/410] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/411] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/ports?tenant_id=9dce447579484036b3c0b7e09003a8ea&device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/412] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/413] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/networks?id=17d85424-0fc4-4978-9cf6-c5e524f858b8 => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/414] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/415] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:32:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7d8840a0-2f51-4292-86e6-d1103fc63ec1 => 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: 222/416] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/417] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/subnets?id=d36046e2-b6b0-4de2-9a10-11bb3a9f875b => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/418] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/ports?network_id=17d85424-0fc4-4978-9cf6-c5e524f858b8&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/419] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/420] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/421] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:32:18 2026] POST /v2.0/security-groups => generated 1659 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/422] 10.0.0.127 () {34 vars in 1099 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1552300173&fields=id&tenant_id=fbf41987492748dfa3ffff135b469cdc => generated 69 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/423] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/networks?id=b1db4b33-ce9e-4c77-bdaa-32a9674930de => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/424] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/quotas/fbf41987492748dfa3ffff135b469cdc => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/425] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/426] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/ports?tenant_id=fbf41987492748dfa3ffff135b469cdc&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/427] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?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: 231/428] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/429] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/430] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/431] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 201/432] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 202/433] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 232/434] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:32:18 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/435] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:18 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/436] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:19 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 204/437] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:19 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/438] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:19 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 205/439] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:20 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/440] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:20 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/441] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:20 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 236/442] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:21 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/443] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:21 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 237/444] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:21 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/445] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:21 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/446] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:21 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 209/447] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:22 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/448] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:22 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/449] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:22 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/450] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:22 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/451] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:22 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 241/452] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:22 2026] GET /v2.0/networks?id=b1db4b33-ce9e-4c77-bdaa-32a9674930de => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/453] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fbf41987492748dfa3ffff135b469cdc => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/454] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:32:23 2026] POST /v2.0/ports => generated 954 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 213/455] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/456] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/457] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/458] 10.0.0.127 () {34 vars in 1097 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--630154260&fields=id&tenant_id=0e47e5bb950247a481771a10f183df72 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/459] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/460] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/networks?id=f4943ce9-521d-4251-bd41-580e150cf3ed => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/461] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/quotas/0e47e5bb950247a481771a10f183df72 => 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: 243/462] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:32:23 2026] PUT /v2.0/ports/2749280b-8b70-48ce-9099-5fa5a4f9e984 => generated 1235 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:23.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edf0942d-b6fc-41fa-9730-b1af6f2fd25e'] response: {'name': 'network-changed', 'server_uuid': '18fd4412-b7ac-43e2-abe7-6f157b890139', 'tag': '2749280b-8b70-48ce-9099-5fa5a4f9e984', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 220/463] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:23 2026] GET /v2.0/ports?tenant_id=0e47e5bb950247a481771a10f183df72&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 244/464] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed?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: 245/465] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed?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: 221/466] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/467] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 222/468] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 247/469] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/ports?tenant_id=fbf41987492748dfa3ffff135b469cdc&device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 223/470] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/networks?tenant_id=fbf41987492748dfa3ffff135b469cdc&shared=False => generated 772 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/471] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/472] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/473] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 225/474] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/475] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/476] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:24 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/477] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/478] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:25.413 7 INFO neutron.db.l3_db [None req-9fe31128-5207-4027-93ee-2a43c4384bb3 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] Floating IP a76879bb-180b-4dc9-8d8a-0cb84dae45bb associated. External IP: 10.96.250.205, port: 7d8840a0-2f51-4292-86e6-d1103fc63ec1. [pid: 8|app: 0|req: 230/479] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 231/480] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/ports?tenant_id=fbf41987492748dfa3ffff135b469cdc&device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/481] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:32:24 2026] PUT /v2.0/floatingips/a76879bb-180b-4dc9-8d8a-0cb84dae45bb => generated 856 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/482] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2749280b-8b70-48ce-9099-5fa5a4f9e984 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/483] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/subnets?id=1487fdeb-4db1-495b-a8ef-934ed2f4218f => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/484] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/485] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/ports?network_id=b1db4b33-ce9e-4c77-bdaa-32a9674930de&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: 253/486] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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-16 23:32:26.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9489a129-0f35-437a-bc8d-e02e78accf94'] response: {'name': 'network-changed', 'server_uuid': '7e1eab8a-84e2-4f53-aa08-b89feb36a64b', 'tag': '7d8840a0-2f51-4292-86e6-d1103fc63ec1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 254/487] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 234/488] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:25 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?fields=segments => generated 14 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/489] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/490] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/491] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/492] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/493] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&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: 258/494] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/495] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?tenant_id=9dce447579484036b3c0b7e09003a8ea&device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 260/496] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 261/497] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/networks?id=17d85424-0fc4-4978-9cf6-c5e524f858b8 => generated 766 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/498] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 263/499] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7d8840a0-2f51-4292-86e6-d1103fc63ec1 => 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: 264/500] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/subnets?id=d36046e2-b6b0-4de2-9a10-11bb3a9f875b => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/501] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/ports?network_id=17d85424-0fc4-4978-9cf6-c5e524f858b8&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: 266/502] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?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: 267/503] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:26 2026] GET /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8?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-16 23:32:26.981 8 INFO neutron.db.l3_db [None req-8d6c277e-1ae6-4b9d-a4eb-8234865e5c64 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] Floating IP 7ae37132-7af5-4e10-af47-c0c4923d4faa associated. External IP: 10.96.250.206, port: b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9. [pid: 8|app: 0|req: 237/504] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:32:26 2026] PUT /v2.0/floatingips/7ae37132-7af5-4e10-af47-c0c4923d4faa => generated 855 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/507] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/508] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/509] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 270/510] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:27.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-babe6221-88d0-4f24-bdf3-d7b031780c4c'] response: {'name': 'network-changed', 'server_uuid': 'c95933df-85da-421e-a754-a5874282d72f', 'tag': 'b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 241/511] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/512] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 242/513] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:27 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 272/514] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/515] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 779 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/516] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/517] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/518] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/519] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 275/520] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/521] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/522] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/security-groups?id=08fc3c8a-c5e3-4df3-a83a-5f5fd674b853&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/523] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/networks?id=f4943ce9-521d-4251-bd41-580e150cf3ed => generated 679 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/524] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/525] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e47e5bb950247a481771a10f183df72 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/526] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/527] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:28 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:29.093 7 INFO neutron_taas.services.taas.taas_plugin [req-5c15030f-d6db-4c1d-a52d-c04fdeda5484 req-b34e177b-480c-439a-b842-1265f046f177 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] TaaS: Handle Delete Port: 7d8840a0-2f51-4292-86e6-d1103fc63ec1 2026-04-16 23:32:29.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5c15030f-d6db-4c1d-a52d-c04fdeda5484 req-b34e177b-480c-439a-b842-1265f046f177 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] Tap Mirror: Handle Delete Port: 7d8840a0-2f51-4292-86e6-d1103fc63ec1 2026-04-16 23:32:29.292 7 INFO neutron.db.l3_db [req-5c15030f-d6db-4c1d-a52d-c04fdeda5484 req-b34e177b-480c-439a-b842-1265f046f177 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] Floating IP a76879bb-180b-4dc9-8d8a-0cb84dae45bb disassociated. External IP: 10.96.250.205, port: 7d8840a0-2f51-4292-86e6-d1103fc63ec1. [pid: 8|app: 0|req: 251/528] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:32:28 2026] POST /v2.0/ports => generated 954 bytes in 449 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: 252/529] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:29 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 278/530] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:32:28 2026] DELETE /v2.0/ports/7d8840a0-2f51-4292-86e6-d1103fc63ec1 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:32:29.809 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d65a05e0-0f61-4d0c-aed1-a82e30cda64b'] response: {'server_uuid': '7e1eab8a-84e2-4f53-aa08-b89feb36a64b', 'name': 'network-vif-deleted', 'tag': '7d8840a0-2f51-4292-86e6-d1103fc63ec1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 253/531] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:32:29 2026] PUT /v2.0/ports/c28632f4-fd6a-4410-968e-a1b44feaa99c => generated 1235 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:29.911 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78c70b7a-4dcd-40a8-8bbf-8aca995e78d7'] response: {'name': 'network-changed', 'server_uuid': '95b21cfb-86ca-4d06-94ff-dd28d23d9540', 'tag': 'c28632f4-fd6a-4410-968e-a1b44feaa99c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 279/532] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:29 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 254/533] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/534] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/535] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/ports?tenant_id=0e47e5bb950247a481771a10f183df72&device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/536] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/networks?tenant_id=0e47e5bb950247a481771a10f183df72&shared=False => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/537] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/538] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/539] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:30 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 257/540] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => 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: 284/541] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/542] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/543] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/ports?tenant_id=0e47e5bb950247a481771a10f183df72&device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/544] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c28632f4-fd6a-4410-968e-a1b44feaa99c => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/545] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/subnets?id=81e0fa02-21e1-4908-bb10-cf66ab536056 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/546] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 261/547] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/ports?network_id=f4943ce9-521d-4251-bd41-580e150cf3ed&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: 287/548] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 262/549] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/550] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/551] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:31 2026] GET /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/552] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:32 2026] GET /v2.0/ports?device_id=7e1eab8a-84e2-4f53-aa08-b89feb36a64b => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:32.344 7 INFO neutron.db.l3_db [None req-69e6d1ab-cfc8-4eb2-98a6-62c65e50cc8c 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] Floating IP bfb3a34b-7235-4034-9b26-0a4c07993465 associated. External IP: 10.96.250.209, port: 2749280b-8b70-48ce-9099-5fa5a4f9e984. [pid: 8|app: 0|req: 265/553] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:32 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/554] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:32 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/555] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:32:31 2026] PUT /v2.0/floatingips/bfb3a34b-7235-4034-9b26-0a4c07993465 => generated 855 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:32.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b65a433c-1413-45d7-8b27-0d7a46a52b92'] response: {'name': 'network-changed', 'server_uuid': '18fd4412-b7ac-43e2-abe7-6f157b890139', 'tag': '2749280b-8b70-48ce-9099-5fa5a4f9e984', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 267/556] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/ports?tenant_id=fbf41987492748dfa3ffff135b469cdc&device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/557] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/networks?id=b1db4b33-ce9e-4c77-bdaa-32a9674930de => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/558] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2749280b-8b70-48ce-9099-5fa5a4f9e984 => 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: 292/559] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/subnets?id=1487fdeb-4db1-495b-a8ef-934ed2f4218f => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/560] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:33 2026] DELETE /v2.0/security-groups/08fc3c8a-c5e3-4df3-a83a-5f5fd674b853 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:33.439 8 INFO neutron.api.v2.resource [None req-8228914f-92d6-4b31-852e-8335532134d8 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/561] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/security-groups/08fc3c8a-c5e3-4df3-a83a-5f5fd674b853 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/562] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/ports?network_id=b1db4b33-ce9e-4c77-bdaa-32a9674930de&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/563] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?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: 295/564] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:33.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0299398-987b-41a8-b814-0abfd17353a1 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] TaaS: Handle Delete Port: 33c74d63-f109-4385-abb2-6040077e99ae 2026-04-16 23:32:33.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0299398-987b-41a8-b814-0abfd17353a1 54601d1c225b40fe903ba3b1d9db1fb2 9dce447579484036b3c0b7e09003a8ea - - default default] Tap Mirror: Handle Delete Port: 33c74d63-f109-4385-abb2-6040077e99ae [pid: 7|app: 0|req: 296/565] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/566] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:33 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/567] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:32:33 2026] DELETE /v2.0/floatingips/a76879bb-180b-4dc9-8d8a-0cb84dae45bb => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:34.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee9bad76-1822-4a58-b8b5-5c2161d80dd5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 2b528077-26b9-4842-b247-dd1eebb192a1 2026-04-16 23:32:34.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee9bad76-1822-4a58-b8b5-5c2161d80dd5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 2b528077-26b9-4842-b247-dd1eebb192a1 [pid: 7|app: 0|req: 298/568] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:32:33 2026] PUT /v2.0/routers/3508d14f-1163-4fbd-98a7-fd83d7d0dd98/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/569] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:34 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:34.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-c02e5416-86cc-43d3-82e8-20ebf435ebae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 69e8f98b-dc78-4d4e-8149-f91f1ce15be7 2026-04-16 23:32:34.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c02e5416-86cc-43d3-82e8-20ebf435ebae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 69e8f98b-dc78-4d4e-8149-f91f1ce15be7 [pid: 7|app: 0|req: 300/570] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:34 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:35.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-c02e5416-86cc-43d3-82e8-20ebf435ebae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 1ca6e9bb-28a7-4572-90e7-b1508ce2e3e6 2026-04-16 23:32:35.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c02e5416-86cc-43d3-82e8-20ebf435ebae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 1ca6e9bb-28a7-4572-90e7-b1508ce2e3e6 2026-04-16 23:32:35.197 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c02e5416-86cc-43d3-82e8-20ebf435ebae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - 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-16 23:32:35.571 8 INFO neutron.db.l3_hamode_db [None req-c02e5416-86cc-43d3-82e8-20ebf435ebae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network bcd1d67f-31e5-46f3-b103-ae83d916f0e7 was deleted as no HA routers are present in tenant 9dce447579484036b3c0b7e09003a8ea. [pid: 8|app: 0|req: 271/571] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:34 2026] DELETE /v2.0/routers/3508d14f-1163-4fbd-98a7-fd83d7d0dd98 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/572] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:35 2026] DELETE /v2.0/subnets/d36046e2-b6b0-4de2-9a10-11bb3a9f875b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:32:35.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a95ff2d-9be0-49c3-9fd4-7087ac3507e4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 75eb6060-c716-4fac-b5d6-e9decb5528c0 2026-04-16 23:32:35.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a95ff2d-9be0-49c3-9fd4-7087ac3507e4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 75eb6060-c716-4fac-b5d6-e9decb5528c0 [pid: 7|app: 0|req: 302/573] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:35 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:36.018 8 INFO neutron.services.segments.plugin [-] Segment 435f1a58-1c6a-413a-8724-cfac3688aa97 resource provider aggregate not found [pid: 8|app: 0|req: 272/574] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:32:35 2026] DELETE /v2.0/networks/17d85424-0fc4-4978-9cf6-c5e524f858b8 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:32:36.043 8 INFO neutron.services.segments.plugin [-] Segment 435f1a58-1c6a-413a-8724-cfac3688aa97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435f1a58-1c6a-413a-8724-cfac3688aa97 found for delete ", "request_id": "req-5d37301f-c07f-4f53-bd74-2b866346b52c"}]} [pid: 7|app: 0|req: 303/575] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:36 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:36.107 8 INFO neutron.services.segments.plugin [-] Segment 435f1a58-1c6a-413a-8724-cfac3688aa97 resource provider aggregate not found 2026-04-16 23:32:36.124 8 INFO neutron.services.segments.plugin [-] Segment 435f1a58-1c6a-413a-8724-cfac3688aa97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435f1a58-1c6a-413a-8724-cfac3688aa97 found for delete ", "request_id": "req-2903e6ea-991e-4504-9dbf-018d9e508136"}]} [pid: 8|app: 0|req: 273/576] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:32:36 2026] GET /v2.0/security-groups?tenant_id=9dce447579484036b3c0b7e09003a8ea&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/577] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:36 2026] DELETE /v2.0/security-groups/d1e18167-c70b-40af-b5cc-1d306ad0e26a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/578] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:37 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/579] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:37 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:38.064 8 INFO neutron.services.segments.plugin [-] Segment 37ba7980-8442-41c2-ac8e-8671a5c75f37 resource provider aggregate not found 2026-04-16 23:32:38.087 8 INFO neutron.services.segments.plugin [-] Segment 37ba7980-8442-41c2-ac8e-8671a5c75f37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37ba7980-8442-41c2-ac8e-8671a5c75f37 found for delete ", "request_id": "req-5826da80-854e-4148-b01e-5daa4e1374d2"}]} 2026-04-16 23:32:38.144 8 INFO neutron.services.segments.plugin [-] Segment 37ba7980-8442-41c2-ac8e-8671a5c75f37 resource provider aggregate not found 2026-04-16 23:32:38.162 8 INFO neutron.services.segments.plugin [-] Segment 37ba7980-8442-41c2-ac8e-8671a5c75f37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37ba7980-8442-41c2-ac8e-8671a5c75f37 found for delete ", "request_id": "req-ea3a6857-9737-4316-adff-a3cd3586bb4a"}]} [pid: 7|app: 0|req: 306/580] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:38 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/581] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:38 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:38.470 8 INFO neutron.db.segments_db [None req-11aedb0a-d7b7-4a25-9b2f-e4b113da2108 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 2a2c022b-a8b3-464b-b547-cd1d4f88d386 of type vxlan for network 89e2f287-d765-416f-b490-8c188d1a2074 [pid: 8|app: 0|req: 275/582] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:32:38 2026] POST /v2.0/networks => generated 724 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/583] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:38 2026] POST /v2.0/subnets => generated 690 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:32:38.852 7 INFO neutron.db.segments_db [None req-628d6262-84ca-46d4-b74a-abcfe093c03b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 57d2875f-fe47-491f-8768-636a5ecab1b2 of type vxlan for network 9a0f7150-648e-4bea-9fd8-8fc2ad7e0036 [pid: 8|app: 0|req: 276/584] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:32:38 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1240 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/585] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:38 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:39.180 7 INFO neutron.db.l3_hamode_db [None req-628d6262-84ca-46d4-b74a-abcfe093c03b f9fc349171ec41af882c9573f0872816 526b6816c6a2424687fe644fc492081b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 278/586] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:39 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 279/587] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:39 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:39.891 7 INFO neutron.db.l3_hamode_db [None req-628d6262-84ca-46d4-b74a-abcfe093c03b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 280/588] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:40 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/589] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:40 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/590] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:40 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/591] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:32:38 2026] POST /v2.0/routers => generated 730 bytes in 2381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:32:41.226 8 INFO neutron.db.l3_db [None req-5d8020bc-ab71-48d3-bbbb-fc71affeb586 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] Floating IP 81712753-c80d-4b18-a3de-5a1eb6a4f494 associated. External IP: 10.96.250.211, port: c28632f4-fd6a-4410-968e-a1b44feaa99c. [pid: 8|app: 0|req: 283/592] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:32:40 2026] PUT /v2.0/floatingips/81712753-c80d-4b18-a3de-5a1eb6a4f494 => generated 855 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:41.655 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33b84e72-1527-45b3-a2cc-cf36e0ba3f30'] response: {'name': 'network-changed', 'server_uuid': '95b21cfb-86ca-4d06-94ff-dd28d23d9540', 'tag': 'c28632f4-fd6a-4410-968e-a1b44feaa99c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 284/593] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:41 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/594] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:41 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/595] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 287/596] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 1240 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/597] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/598] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/ports?tenant_id=0e47e5bb950247a481771a10f183df72&device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => generated 1240 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/599] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 293/602] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/networks?id=f4943ce9-521d-4251-bd41-580e150cf3ed => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/603] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c28632f4-fd6a-4410-968e-a1b44feaa99c => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/604] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/subnets?id=81e0fa02-21e1-4908-bb10-cf66ab536056 => generated 697 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/605] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:32:41 2026] PUT /v2.0/routers/6de55912-bc4f-4d6b-8f84-2bb9de8d7a8f/add_router_interface => generated 309 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/606] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/ports?network_id=f4943ce9-521d-4251-bd41-580e150cf3ed&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/607] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/608] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:42 2026] GET /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed?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: 312/609] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:32:43 2026] POST /v2.0/security-groups => generated 1661 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/610] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/611] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:43 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 313/612] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:32:43 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: 300/613] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:43 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/614] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:32:43 2026] POST /v2.0/floatingips => generated 552 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/615] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 315/616] 10.0.0.127 () {34 vars in 1099 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1127340302&fields=id&tenant_id=526b6816c6a2424687fe644fc492081b => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/617] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/networks?id=89e2f287-d765-416f-b490-8c188d1a2074 => generated 675 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:44.703 8 INFO neutron_taas.services.taas.taas_plugin [req-b0fee028-375e-4ab4-8a82-6a35ab26bbb7 req-6b3c8b75-ab02-454e-9f30-0141cae3eb28 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] TaaS: Handle Delete Port: c28632f4-fd6a-4410-968e-a1b44feaa99c 2026-04-16 23:32:44.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0fee028-375e-4ab4-8a82-6a35ab26bbb7 req-6b3c8b75-ab02-454e-9f30-0141cae3eb28 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] Tap Mirror: Handle Delete Port: c28632f4-fd6a-4410-968e-a1b44feaa99c [pid: 7|app: 0|req: 317/618] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 318/619] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/quotas/526b6816c6a2424687fe644fc492081b => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/620] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/security-groups?id=d1fc1d1a-5132-481e-b969-c28b6c4df9ca&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/621] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/ports?tenant_id=526b6816c6a2424687fe644fc492081b&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:32:44.893 8 INFO neutron.db.l3_db [req-b0fee028-375e-4ab4-8a82-6a35ab26bbb7 req-6b3c8b75-ab02-454e-9f30-0141cae3eb28 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] Floating IP 81712753-c80d-4b18-a3de-5a1eb6a4f494 disassociated. External IP: 10.96.250.211, port: c28632f4-fd6a-4410-968e-a1b44feaa99c. [pid: 7|app: 0|req: 321/622] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/623] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:32:44 2026] GET /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074?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: 323/624] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:45 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 302/625] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:32:44 2026] DELETE /v2.0/ports/c28632f4-fd6a-4410-968e-a1b44feaa99c => generated 0 bytes in 1055 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:32:45.679 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-186f1153-1f49-464a-a669-1b59f3e23013'] response: {'server_uuid': '95b21cfb-86ca-4d06-94ff-dd28d23d9540', 'name': 'network-vif-deleted', 'tag': 'c28632f4-fd6a-4410-968e-a1b44feaa99c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 324/626] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:45 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 303/627] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:46 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 325/628] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:46 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 304/629] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:47 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 326/630] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:48 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 305/631] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:48 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 327/632] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:49 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 306/633] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:49 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 328/634] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:49 2026] GET /v2.0/networks?id=89e2f287-d765-416f-b490-8c188d1a2074 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/635] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:32:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=526b6816c6a2424687fe644fc492081b => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/636] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:32:49 2026] POST /v2.0/ports => generated 954 bytes in 409 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: 330/637] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:50 2026] GET /v2.0/ports?device_id=95b21cfb-86ca-4d06-94ff-dd28d23d9540 => 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: 308/638] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:32:50 2026] PUT /v2.0/ports/c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854 => generated 1235 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:50.664 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab44c4c6-9cf1-4197-9bf8-b475721cd41a'] response: {'name': 'network-changed', 'server_uuid': 'df7053d9-4886-47de-98ec-a2f80542046b', 'tag': 'c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/639] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:50 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 969 bytes in 39 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: 309/640] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:50 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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: 332/641] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:51 2026] GET /v2.0/ports?tenant_id=526b6816c6a2424687fe644fc492081b&device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/642] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:32:51 2026] GET /v2.0/networks?tenant_id=526b6816c6a2424687fe644fc492081b&shared=False => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/643] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:32:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/644] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:51 2026] DELETE /v2.0/security-groups/d1fc1d1a-5132-481e-b969-c28b6c4df9ca => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:32:51.615 7 INFO neutron.api.v2.resource [None req-0fa5a41b-4a4e-4d72-88bc-bf13e2c2c4e1 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 334/645] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:32:51 2026] GET /v2.0/security-groups/d1fc1d1a-5132-481e-b969-c28b6c4df9ca => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:32:51.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bfac483-451f-451a-8ef2-ad233335e57b 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] TaaS: Handle Delete Port: 8dd93e50-9ef5-4ee5-9360-c77c49572413 2026-04-16 23:32:51.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bfac483-451f-451a-8ef2-ad233335e57b 8cc48d6bf6a644d19307f10bf1acf772 0e47e5bb950247a481771a10f183df72 - - default default] Tap Mirror: Handle Delete Port: 8dd93e50-9ef5-4ee5-9360-c77c49572413 [pid: 7|app: 0|req: 335/646] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:51 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/647] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:32:51 2026] DELETE /v2.0/floatingips/81712753-c80d-4b18-a3de-5a1eb6a4f494 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/648] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:51 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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-16 23:32:52.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-fef94947-2eb6-49bf-bada-1956b477f036 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 3bc67904-46cf-469e-bd78-9f94619cda0d 2026-04-16 23:32:52.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fef94947-2eb6-49bf-bada-1956b477f036 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 3bc67904-46cf-469e-bd78-9f94619cda0d [pid: 7|app: 0|req: 337/649] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:52 2026] GET /v2.0/ports?tenant_id=526b6816c6a2424687fe644fc492081b&device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/650] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854 => 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: 339/651] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:52 2026] GET /v2.0/subnets?id=0a32a4b7-a6f3-4194-9467-1cb8288bc8d5 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/652] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:52 2026] GET /v2.0/ports?network_id=89e2f287-d765-416f-b490-8c188d1a2074&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: 341/653] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:52 2026] GET /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074?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: 342/654] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:52 2026] GET /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074?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: 313/655] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:32:51 2026] PUT /v2.0/routers/147b6ce3-ce68-4ae7-9f1f-ea8fb01c0ddf/remove_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/656] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:53 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:53.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-11468285-8d9b-440a-817c-1d745d2bc23e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 4a5f1a33-26e4-41fb-bffd-ef0a73087252 2026-04-16 23:32:53.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11468285-8d9b-440a-817c-1d745d2bc23e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 4a5f1a33-26e4-41fb-bffd-ef0a73087252 [pid: 8|app: 0|req: 315/657] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:53 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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-16 23:32:53.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-11468285-8d9b-440a-817c-1d745d2bc23e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 8d62ec18-9f58-484c-bcfc-9e553f6af38c 2026-04-16 23:32:53.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11468285-8d9b-440a-817c-1d745d2bc23e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 8d62ec18-9f58-484c-bcfc-9e553f6af38c [pid: 8|app: 0|req: 316/658] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:53 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/659] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:53 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:53.797 7 INFO neutron.services.segments.plugin [-] Segment 0030d247-f5e9-4dd6-93dd-a89a953d916b resource provider aggregate not found 2026-04-16 23:32:53.816 7 INFO neutron.services.segments.plugin [-] Segment 0030d247-f5e9-4dd6-93dd-a89a953d916b resource provider aggregate not found 2026-04-16 23:32:53.827 7 INFO neutron.db.l3_hamode_db [None req-11468285-8d9b-440a-817c-1d745d2bc23e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network a3c59ebc-87d3-48b7-a9a3-008384959516 was deleted as no HA routers are present in tenant 0e47e5bb950247a481771a10f183df72. 2026-04-16 23:32:53.834 7 INFO neutron.services.segments.plugin [-] Segment 0030d247-f5e9-4dd6-93dd-a89a953d916b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0030d247-f5e9-4dd6-93dd-a89a953d916b found for delete ", "request_id": "req-bea89e6f-3c51-49cf-85e7-90d53df65c03"}]} [pid: 7|app: 0|req: 343/660] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:52 2026] DELETE /v2.0/routers/147b6ce3-ce68-4ae7-9f1f-ea8fb01c0ddf => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/661] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:53 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:53.853 7 INFO neutron.services.segments.plugin [-] Segment 0030d247-f5e9-4dd6-93dd-a89a953d916b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0030d247-f5e9-4dd6-93dd-a89a953d916b found for delete ", "request_id": "req-415c7a1f-4fee-4149-8753-fd492240b288"}]} [pid: 8|app: 0|req: 319/662] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:53 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 344/663] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:32:53 2026] DELETE /v2.0/subnets/81e0fa02-21e1-4908-bb10-cf66ab536056 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:32:54.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdadb26f-02c0-4f35-a0bb-572705a25f2b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 083c0545-0645-449f-a535-8049d1a833d4 2026-04-16 23:32:54.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdadb26f-02c0-4f35-a0bb-572705a25f2b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 083c0545-0645-449f-a535-8049d1a833d4 [pid: 7|app: 0|req: 345/664] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:54 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:54.278 8 INFO neutron.services.segments.plugin [-] Segment 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae resource provider aggregate not found 2026-04-16 23:32:54.282 8 INFO neutron.services.segments.plugin [-] Segment 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae resource provider aggregate not found [pid: 7|app: 0|req: 346/665] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:54 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:32:54.294 8 INFO neutron.services.segments.plugin [-] Segment 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae found for delete ", "request_id": "req-3232df6e-2c52-41d5-a7c1-fa6f779c7ffc"}]} 2026-04-16 23:32:54.296 8 INFO neutron.services.segments.plugin [-] Segment 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e42b967-3f80-40dc-9b6e-bb65bb2d79ae found for delete ", "request_id": "req-dc211e68-5797-46d4-af99-d833e8180692"}]} [pid: 8|app: 0|req: 320/666] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:32:53 2026] DELETE /v2.0/networks/f4943ce9-521d-4251-bd41-580e150cf3ed => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/667] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:54 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 321/668] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:54 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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: 348/669] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:32:54 2026] GET /v2.0/security-groups?tenant_id=0e47e5bb950247a481771a10f183df72&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/670] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:54 2026] DELETE /v2.0/security-groups/dd654d85-504c-4f07-8115-6dd909b1f88c => 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: 349/671] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 323/672] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/673] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 324/674] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/675] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/ports?tenant_id=fbf41987492748dfa3ffff135b469cdc&device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/676] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/networks?id=b1db4b33-ce9e-4c77-bdaa-32a9674930de => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/677] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2749280b-8b70-48ce-9099-5fa5a4f9e984 => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/678] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/subnets?id=1487fdeb-4db1-495b-a8ef-934ed2f4218f => generated 694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/679] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/ports?network_id=b1db4b33-ce9e-4c77-bdaa-32a9674930de&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/680] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?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: 353/681] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/682] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:55 2026] GET /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de?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: 354/683] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/ports/b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 968 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/684] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 355/685] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 331/686] 199.204.45.49 () {34 vars in 998 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/subnets?network_id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/687] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/688] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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: 332/689] 199.204.45.49 () {34 vars in 1144 bytes} [Thu Apr 16 23:32:56 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f&device_owner=compute%3Anova&network_id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 971 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/692] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:32:56 2026] PUT /v2.0/ports/b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 1145 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:32:57.462 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43f70808-6d0c-4c88-8784-0c6ebc99c55a'] response: {'name': 'network-changed', 'server_uuid': 'c95933df-85da-421e-a754-a5874282d72f', 'tag': 'b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 359/693] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:57 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/694] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:57 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/695] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:57 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1417 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/696] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:57 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 779 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/697] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 364/698] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/699] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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: 335/700] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:32:57 2026] GET /v2.0/security-groups?tenant_id=a5704ebc353347f6a784d10c44fae220&name=default => generated 2925 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/701] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/702] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/703] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/704] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:32:58 2026] DELETE /v2.0/security-groups/6898f2bd-dd34-40a8-9bc5-773de6b0557a => 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: 369/705] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 337/706] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/707] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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-16 23:32:58.630 8 INFO neutron.db.l3_db [None req-07f7cb24-bf15-45f4-b560-4a76d11518e4 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] Floating IP 19c19a43-0746-429b-bd7d-4eb98df47a81 associated. External IP: 10.96.250.202, port: c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854. [pid: 8|app: 0|req: 338/708] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:32:58 2026] PUT /v2.0/floatingips/19c19a43-0746-429b-bd7d-4eb98df47a81 => generated 855 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/709] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 339/710] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:58 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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-16 23:32:59.082 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9676c3a-7d70-4294-ad6a-96b2b0f7806f'] response: {'name': 'network-changed', 'server_uuid': 'df7053d9-4886-47de-98ec-a2f80542046b', 'tag': 'c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 372/711] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/712] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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: 373/713] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1417 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/714] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 779 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/715] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/716] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => 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: 342/717] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1148 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/718] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&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: 343/719] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/720] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/721] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/722] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?tenant_id=526b6816c6a2424687fe644fc492081b&device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/723] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/networks?id=89e2f287-d765-416f-b490-8c188d1a2074 => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/724] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/725] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 380/726] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854 => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/727] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/subnets?id=0a32a4b7-a6f3-4194-9467-1cb8288bc8d5 => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/728] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 382/729] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/ports?network_id=89e2f287-d765-416f-b490-8c188d1a2074&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/730] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/731] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:32:59 2026] GET /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/732] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:00 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/733] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:00 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 350/734] 199.204.45.49 () {34 vars in 1116 bytes} [Thu Apr 16 23:33:00 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/735] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:00 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/736] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:00 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/737] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:33:00 2026] PUT /v2.0/ports/b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 968 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:00.849 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5f78c96-80a9-4d08-a9f5-779a35515a2d'] response: {'name': 'network-changed', 'server_uuid': 'c95933df-85da-421e-a754-a5874282d72f', 'tag': 'b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 386/738] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 353/739] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/740] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/741] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/742] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/743] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/744] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/745] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/746] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 390/747] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 358/748] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/security-groups?id=24754952-0918-4fb2-8f5d-a76dfdd4d727&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/749] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:01 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/750] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&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: 392/751] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:02.335 8 INFO neutron_taas.services.taas.taas_plugin [req-aa5e8ab8-5cce-46f5-88b0-961dbcda650d req-5a0c3265-8c97-44ad-9cf6-8c3fcfca408c 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] TaaS: Handle Delete Port: c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854 2026-04-16 23:33:02.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aa5e8ab8-5cce-46f5-88b0-961dbcda650d req-5a0c3265-8c97-44ad-9cf6-8c3fcfca408c 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] Tap Mirror: Handle Delete Port: c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854 2026-04-16 23:33:02.483 8 INFO neutron.db.l3_db [req-aa5e8ab8-5cce-46f5-88b0-961dbcda650d req-5a0c3265-8c97-44ad-9cf6-8c3fcfca408c 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] Floating IP 19c19a43-0746-429b-bd7d-4eb98df47a81 disassociated. External IP: 10.96.250.202, port: c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854. [pid: 7|app: 0|req: 393/752] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/753] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/754] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/ports?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&device_id=c95933df-85da-421e-a754-a5874282d72f => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/755] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/networks?id=8167b931-858f-49a1-bdb0-6374810c2354 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/756] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/757] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:33:02 2026] DELETE /v2.0/ports/c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/758] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/subnets?id=9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 701 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:02.948 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b900e4ad-e5a0-48e1-a918-c75734537eff'] response: {'server_uuid': 'df7053d9-4886-47de-98ec-a2f80542046b', 'name': 'network-vif-deleted', 'tag': 'c1c1a0ff-f7b5-4cbf-a88c-2533b10c0854', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/759] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/ports?network_id=8167b931-858f-49a1-bdb0-6374810c2354&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: 399/760] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 362/761] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:33:02 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 400/762] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:33:03 2026] GET /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354?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: 363/763] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:03 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/764] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:03 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/765] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:03 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/766] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:03 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 365/767] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:04 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => 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: 403/768] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:04 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/769] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:33:04 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 404/770] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:04 2026] GET /v2.0/security-groups?id=8999223f-f40e-4f1e-8ead-1fc3acb914f0&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:04.561 8 INFO neutron_taas.services.taas.taas_plugin [req-16e9cef9-3419-45cc-a39f-b4e9cdb041f1 req-f3395fe9-1227-42a3-9a84-474912ba8fd8 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] TaaS: Handle Delete Port: b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 2026-04-16 23:33:04.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-16e9cef9-3419-45cc-a39f-b4e9cdb041f1 req-f3395fe9-1227-42a3-9a84-474912ba8fd8 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] Tap Mirror: Handle Delete Port: b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 2026-04-16 23:33:04.671 8 INFO neutron.db.l3_db [req-16e9cef9-3419-45cc-a39f-b4e9cdb041f1 req-f3395fe9-1227-42a3-9a84-474912ba8fd8 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] Floating IP 7ae37132-7af5-4e10-af47-c0c4923d4faa disassociated. External IP: 10.96.250.206, port: b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9. [pid: 7|app: 0|req: 405/771] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:04 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 406/772] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:04 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/773] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:33:04 2026] DELETE /v2.0/ports/b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:05.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbde3f8b-c6eb-4eca-b089-7ab659a3e9cc'] response: {'server_uuid': 'c95933df-85da-421e-a754-a5874282d72f', 'name': 'network-vif-deleted', 'tag': 'b9e0f8e6-a9ae-454d-828e-c56b38bbe7a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 407/774] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:05 2026] GET /v2.0/ports?device_id=df7053d9-4886-47de-98ec-a2f80542046b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/775] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:05 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 408/776] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:05 2026] GET /v2.0/security-groups?tenant_id=014ff237c4bb4dcf940dc7f298d4b523&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/777] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:05 2026] DELETE /v2.0/security-groups/be89b43c-177e-4ada-9877-f48b75d7fbf2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/778] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:06 2026] GET /v2.0/security-groups?tenant_id=99d9b6caa2e84e21abb55045ec8cdca8&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/779] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:06 2026] DELETE /v2.0/security-groups/6e55caed-c0a9-4369-8fdf-0e275af4093a => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/780] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:06 2026] DELETE /v2.0/security-groups/24754952-0918-4fb2-8f5d-a76dfdd4d727 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:06.534 8 INFO neutron.api.v2.resource [None req-85f3540f-9190-46b3-b891-0fbb84c5af1c 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 371/781] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:33:06 2026] GET /v2.0/security-groups/24754952-0918-4fb2-8f5d-a76dfdd4d727 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:06.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-008ac29b-06b0-4e8d-8949-606b97f6a2dc 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] TaaS: Handle Delete Port: 9d9c4e4c-c528-4662-840a-f9c3407138d2 2026-04-16 23:33:06.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-008ac29b-06b0-4e8d-8949-606b97f6a2dc 56573ea696f24e1391ce56b6be1fa4a6 526b6816c6a2424687fe644fc492081b - - default default] Tap Mirror: Handle Delete Port: 9d9c4e4c-c528-4662-840a-f9c3407138d2 [pid: 8|app: 0|req: 372/782] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:06 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => 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: 411/783] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:33:06 2026] DELETE /v2.0/floatingips/19c19a43-0746-429b-bd7d-4eb98df47a81 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:07.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-3687c9f0-4964-42f2-a73a-3efc00fbae08 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 55f4752d-85f3-49a3-a39a-a1c38dd3c946 2026-04-16 23:33:07.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3687c9f0-4964-42f2-a73a-3efc00fbae08 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 55f4752d-85f3-49a3-a39a-a1c38dd3c946 [pid: 8|app: 0|req: 373/784] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:33:06 2026] PUT /v2.0/routers/6de55912-bc4f-4d6b-8f84-2bb9de8d7a8f/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/785] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:07 2026] GET /v2.0/ports?device_id=c95933df-85da-421e-a754-a5874282d72f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:07.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-4956a442-a23d-4592-bd45-53d6dc731a57 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 8291b616-ed55-4c82-a89f-20c7e593e0d0 2026-04-16 23:33:07.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4956a442-a23d-4592-bd45-53d6dc731a57 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 8291b616-ed55-4c82-a89f-20c7e593e0d0 2026-04-16 23:33:08.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-4956a442-a23d-4592-bd45-53d6dc731a57 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 70196f50-0b7a-4cf1-9fb2-5f43afed00d7 2026-04-16 23:33:08.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4956a442-a23d-4592-bd45-53d6dc731a57 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 70196f50-0b7a-4cf1-9fb2-5f43afed00d7 2026-04-16 23:33:08.401 7 INFO neutron.services.segments.plugin [-] Segment 57d2875f-fe47-491f-8768-636a5ecab1b2 resource provider aggregate not found 2026-04-16 23:33:08.404 7 INFO neutron.services.segments.plugin [-] Segment 57d2875f-fe47-491f-8768-636a5ecab1b2 resource provider aggregate not found 2026-04-16 23:33:08.416 7 INFO neutron.db.l3_hamode_db [None req-4956a442-a23d-4592-bd45-53d6dc731a57 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 9a0f7150-648e-4bea-9fd8-8fc2ad7e0036 was deleted as no HA routers are present in tenant 526b6816c6a2424687fe644fc492081b. 2026-04-16 23:33:08.423 7 INFO neutron.services.segments.plugin [-] Segment 57d2875f-fe47-491f-8768-636a5ecab1b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57d2875f-fe47-491f-8768-636a5ecab1b2 found for delete ", "request_id": "req-5b0f142f-eaf7-4260-9bba-7b7944be6390"}]} [pid: 7|app: 0|req: 412/786] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:07 2026] DELETE /v2.0/routers/6de55912-bc4f-4d6b-8f84-2bb9de8d7a8f => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:08.426 7 INFO neutron.services.segments.plugin [-] Segment 57d2875f-fe47-491f-8768-636a5ecab1b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57d2875f-fe47-491f-8768-636a5ecab1b2 found for delete ", "request_id": "req-e0dab9ac-af67-41cc-b0f8-c81ac3edd897"}]} [pid: 8|app: 0|req: 375/787] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:08 2026] DELETE /v2.0/subnets/0a32a4b7-a6f3-4194-9467-1cb8288bc8d5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:08.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-eebbc39e-9a1d-4160-911b-ecefe9c7693c f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: b7c615af-c1db-4371-94d4-eb54bd06ff95 2026-04-16 23:33:08.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eebbc39e-9a1d-4160-911b-ecefe9c7693c f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: b7c615af-c1db-4371-94d4-eb54bd06ff95 [pid: 7|app: 0|req: 413/788] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:08 2026] DELETE /v2.0/networks/89e2f287-d765-416f-b490-8c188d1a2074 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/789] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:08 2026] DELETE /v2.0/security-groups/8999223f-f40e-4f1e-8ead-1fc3acb914f0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:09.007 7 INFO neutron.api.v2.resource [None req-dd1beb1a-fad3-43d5-8f03-0d6b8a946e1d 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 414/790] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:33:08 2026] GET /v2.0/security-groups/8999223f-f40e-4f1e-8ead-1fc3acb914f0 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:09.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-15d87b6f-14ea-452a-b9af-8dc5160e1b91 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] TaaS: Handle Delete Port: 862af1c6-7f1b-4d9a-b433-ab4e321f55df 2026-04-16 23:33:09.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15d87b6f-14ea-452a-b9af-8dc5160e1b91 0f939e290b144a848c291de13a5e8cb0 f4b88b8e6cde4d149604a96c0aabf8bf - - default default] Tap Mirror: Handle Delete Port: 862af1c6-7f1b-4d9a-b433-ab4e321f55df [pid: 7|app: 0|req: 415/791] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:09 2026] GET /v2.0/security-groups?tenant_id=526b6816c6a2424687fe644fc492081b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/792] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:09 2026] DELETE /v2.0/security-groups/827585a8-e500-4fa5-b996-e393a33de975 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/793] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:33:09 2026] DELETE /v2.0/floatingips/7ae37132-7af5-4e10-af47-c0c4923d4faa => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:09.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-e94e48fe-3aad-4c37-bcf0-b310d6875d71 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: ff275a8c-8d2f-46b2-adb6-d75613584094 2026-04-16 23:33:09.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e94e48fe-3aad-4c37-bcf0-b310d6875d71 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: ff275a8c-8d2f-46b2-adb6-d75613584094 [pid: 7|app: 0|req: 417/794] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:33:09 2026] PUT /v2.0/routers/4865082b-66c4-400e-8233-b8cc94d3452e/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/795] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:10 2026] GET /v2.0/security-groups?tenant_id=a1ce12d7c4bf46a5bad6a6f1277a8ae4&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:10.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7d7830c-dc72-44d8-87ad-c795db4a2aee f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: c0025ba5-2907-44cc-9880-bede10684457 2026-04-16 23:33:10.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7d7830c-dc72-44d8-87ad-c795db4a2aee f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: c0025ba5-2907-44cc-9880-bede10684457 [pid: 8|app: 0|req: 379/796] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:10 2026] DELETE /v2.0/security-groups/31407f4b-43df-4d86-b861-e309f85941f3 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:10.448 7 INFO neutron.services.segments.plugin [-] Segment 2a2c022b-a8b3-464b-b547-cd1d4f88d386 resource provider aggregate not found 2026-04-16 23:33:10.454 7 INFO neutron.services.segments.plugin [-] Segment 2a2c022b-a8b3-464b-b547-cd1d4f88d386 resource provider aggregate not found 2026-04-16 23:33:10.488 7 INFO neutron.services.segments.plugin [-] Segment 2a2c022b-a8b3-464b-b547-cd1d4f88d386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a2c022b-a8b3-464b-b547-cd1d4f88d386 found for delete ", "request_id": "req-ea10eb68-001d-4ceb-a840-d52159c03e65"}]} 2026-04-16 23:33:10.488 7 INFO neutron.services.segments.plugin [-] Segment 2a2c022b-a8b3-464b-b547-cd1d4f88d386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a2c022b-a8b3-464b-b547-cd1d4f88d386 found for delete ", "request_id": "req-c76bf221-b4d7-4e54-8559-5d48ed7c2196"}]} [pid: 8|app: 0|req: 380/797] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:10 2026] GET /v2.0/security-groups?tenant_id=704767e1e3d844f0b9952b699a2630e5&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:10.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7d7830c-dc72-44d8-87ad-c795db4a2aee f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 06cba1c4-90a8-44d4-ae84-151d10873ef7 2026-04-16 23:33:10.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7d7830c-dc72-44d8-87ad-c795db4a2aee f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 06cba1c4-90a8-44d4-ae84-151d10873ef7 [pid: 8|app: 0|req: 381/798] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:10 2026] DELETE /v2.0/security-groups/78e3d1ca-5fc1-4ee0-af97-eccbba79404a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:11.030 7 INFO neutron.db.l3_hamode_db [None req-e7d7830c-dc72-44d8-87ad-c795db4a2aee f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 86c4684a-2365-4756-be12-f9cc6d471053 was deleted as no HA routers are present in tenant f4b88b8e6cde4d149604a96c0aabf8bf. [pid: 7|app: 0|req: 418/799] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:10 2026] DELETE /v2.0/routers/4865082b-66c4-400e-8233-b8cc94d3452e => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/800] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:11 2026] DELETE /v2.0/subnets/9bafecdc-6ca9-4e6e-b14b-51d2ba3b00ac => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:11.292 8 INFO neutron.db.segments_db [None req-e488cf34-82d7-47b9-8be9-fafa0a3cb346 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment aa37998c-6e78-4c96-aee2-43b8655d2fca of type vxlan for network 55730659-6caf-4bd5-af55-d55c151a6349 2026-04-16 23:33:11.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-abdc428e-ac11-475b-bb7c-5a0e24630d46 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 619eb378-9526-4367-8c79-abf07159d57d 2026-04-16 23:33:11.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abdc428e-ac11-475b-bb7c-5a0e24630d46 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 619eb378-9526-4367-8c79-abf07159d57d [pid: 8|app: 0|req: 382/801] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:33:10 2026] POST /v2.0/networks => generated 726 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/802] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:11 2026] POST /v2.0/subnets => generated 692 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/803] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:11 2026] DELETE /v2.0/networks/8167b931-858f-49a1-bdb0-6374810c2354 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:11.563 8 INFO neutron.db.segments_db [None req-772de8a5-95fb-428b-a3e9-2ae433a2d83d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment bb7977cc-b27c-4c1d-8294-94756e1892fa of type vxlan for network 754875a7-dfad-4808-a052-51bf3eadcfe3 [pid: 7|app: 0|req: 421/804] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:11 2026] GET /v2.0/security-groups?tenant_id=f4b88b8e6cde4d149604a96c0aabf8bf&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/805] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:11 2026] DELETE /v2.0/security-groups/e2607f7b-fac8-4157-9fc6-55db52150f14 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:11.826 8 INFO neutron.db.l3_hamode_db [None req-772de8a5-95fb-428b-a3e9-2ae433a2d83d f9fc349171ec41af882c9573f0872816 505319797b664ec2a96ccab39b368dda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:33:12.518 7 INFO neutron.services.segments.plugin [-] Segment 1d0a9636-6ff0-49fb-834a-e431e95ea261 resource provider aggregate not found 2026-04-16 23:33:12.521 7 INFO neutron.services.segments.plugin [-] Segment 1d0a9636-6ff0-49fb-834a-e431e95ea261 resource provider aggregate not found 2026-04-16 23:33:12.536 7 INFO neutron.services.segments.plugin [-] Segment 1d0a9636-6ff0-49fb-834a-e431e95ea261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0a9636-6ff0-49fb-834a-e431e95ea261 found for delete ", "request_id": "req-1f369869-b2d7-4d62-95cd-0334b53a44f2"}]} 2026-04-16 23:33:12.541 7 INFO neutron.services.segments.plugin [-] Segment 1d0a9636-6ff0-49fb-834a-e431e95ea261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0a9636-6ff0-49fb-834a-e431e95ea261 found for delete ", "request_id": "req-3db04af0-f20b-423f-9832-25d12dad596c"}]} 2026-04-16 23:33:12.558 8 INFO neutron.db.l3_hamode_db [None req-772de8a5-95fb-428b-a3e9-2ae433a2d83d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:33:12.563 7 INFO neutron.services.segments.plugin [-] Segment 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 resource provider aggregate not found 2026-04-16 23:33:12.568 7 INFO neutron.services.segments.plugin [-] Segment 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 resource provider aggregate not found 2026-04-16 23:33:12.583 7 INFO neutron.services.segments.plugin [-] Segment 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 found for delete ", "request_id": "req-188ca9bf-7ec4-4f77-8603-f8e59ea37b76"}]} 2026-04-16 23:33:12.586 7 INFO neutron.services.segments.plugin [-] Segment 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65f24c66-642d-4e4d-b4d9-6a1c9e1c7926 found for delete ", "request_id": "req-6862f288-a98a-41cc-915f-d740c78a9348"}]} [pid: 8|app: 0|req: 384/808] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:11 2026] POST /v2.0/routers => generated 732 bytes in 1927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/809] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:33:13 2026] PUT /v2.0/routers/e64fb2f4-494e-460c-846b-f8aadd93250f/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/810] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 426/811] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/812] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/security-groups?tenant_id=51e07d8579734e8eb3beada7e4bc1997&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/813] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:15 2026] DELETE /v2.0/security-groups/b094395b-2125-470e-beff-c4da243ae4db => 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: 387/814] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/networks?id=55730659-6caf-4bd5-af55-d55c151a6349 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/815] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/quotas/505319797b664ec2a96ccab39b368dda => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/816] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/ports?tenant_id=505319797b664ec2a96ccab39b368dda&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/817] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:33:15 2026] GET /v2.0/networks/55730659-6caf-4bd5-af55-d55c151a6349?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/818] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:33:16 2026] GET /v2.0/networks/55730659-6caf-4bd5-af55-d55c151a6349?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: 390/819] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:16 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => 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: 430/820] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:16 2026] GET /v2.0/security-groups?tenant_id=5118db7e07d3482db44e2b9c4f59218d&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/821] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:16 2026] DELETE /v2.0/security-groups/b8a030fc-52ad-40e5-bc1b-0ce2cc26cfae => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/822] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:16 2026] GET /v2.0/security-groups?tenant_id=bb416689992546c8b69795e364c08a4d&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/823] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:16 2026] DELETE /v2.0/security-groups/8274286e-8205-4857-a76b-69ef04c1b693 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/824] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:17 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:17.727 8 INFO neutron.db.segments_db [None req-1fc2a1d8-332f-4e6c-a118-e74a16401e1f c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Added segment 32757a09-ac06-43bb-b903-ad8be5e0de22 of type vxlan for network 9db13673-b6a2-4fce-9b33-4603eab62936 [pid: 8|app: 0|req: 393/825] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:17 2026] POST /v2.0/networks => generated 631 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/826] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:17 2026] POST /v2.0/subnets => generated 627 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:18.160 8 INFO neutron.db.segments_db [None req-369d1d2c-efd2-47a6-8f64-9c373b75fd17 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Added segment 4e498105-27d6-4f87-b550-f14b8005971f of type vxlan for network 0c42bb82-3061-4419-91f9-04eb16fb9dc2 2026-04-16 23:33:18.380 8 INFO neutron.db.l3_hamode_db [None req-369d1d2c-efd2-47a6-8f64-9c373b75fd17 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 434/827] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:18 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:19.297 8 INFO neutron.db.l3_hamode_db [None req-369d1d2c-efd2-47a6-8f64-9c373b75fd17 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 435/828] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:19 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => 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: 394/829] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:18 2026] POST /v2.0/routers => generated 695 bytes in 2167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/830] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:33:20 2026] GET /v2.0/networks?id=55730659-6caf-4bd5-af55-d55c151a6349 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/831] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:33:20 2026] POST /v2.0/ports => generated 958 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 397/832] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:20 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/833] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:33:21 2026] PUT /v2.0/ports/9aaa47c9-87b3-41d5-962f-17777b1f463b => generated 1239 bytes in 508 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: 399/834] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:21 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:21.593 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-357f456b-a997-48dc-acc1-132365d9018d'] response: {'name': 'network-changed', 'server_uuid': '8a2ae510-24ec-44ad-a130-cfd592cf1bd2', 'tag': '9aaa47c9-87b3-41d5-962f-17777b1f463b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 436/835] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:33:20 2026] PUT /v2.0/routers/ee7e9cc7-54a5-44ec-bb0f-8b0687278a0e/add_router_interface => generated 309 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/836] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:21 2026] POST /v2.0/ports => generated 958 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 401/837] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:33:22 2026] GET /v2.0/ports?tenant_id=505319797b664ec2a96ccab39b368dda&device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/838] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:33:22 2026] GET /v2.0/networks?tenant_id=505319797b664ec2a96ccab39b368dda&shared=False => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/839] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:33: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: 437/840] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:22 2026] POST /v2.0/ports => generated 959 bytes in 434 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: 438/841] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:22 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 973 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/842] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:22 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/843] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/security-groups?tenant_id=d86ce02867f54b75a1fedb4127a064d1&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/844] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/ports?tenant_id=505319797b664ec2a96ccab39b368dda&device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/845] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:23 2026] DELETE /v2.0/security-groups/eb4f5a33-5d5a-4840-9bdb-f0d75dc73fba => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/846] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9aaa47c9-87b3-41d5-962f-17777b1f463b => 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: 444/847] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/subnets?id=762f8cec-4508-4ba2-886e-1c27d4efe94b => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/848] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/ports?network_id=55730659-6caf-4bd5-af55-d55c151a6349&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:23.717 8 INFO neutron.db.l3_db [None req-beb130cf-6847-48d0-aa99-bd722bb73a51 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Floating IP 2e342dc7-35b1-4b0f-b443-d39109f0042a associated. External IP: 10.96.250.207, port: 3fa2a88e-701a-451b-b0fc-629dfa08663b. [pid: 7|app: 0|req: 446/849] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/security-groups?tenant_id=43af3793254e427a92a23925801af24c&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/850] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/networks/55730659-6caf-4bd5-af55-d55c151a6349?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/851] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:23 2026] DELETE /v2.0/security-groups/a48c2670-995e-4dc7-a0f7-d611eb0b4872 => 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: 449/852] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/networks/55730659-6caf-4bd5-af55-d55c151a6349?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: 450/853] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/854] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:23 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/855] 10.0.0.214 () {34 vars in 676 bytes} [Thu Apr 16 23:33:22 2026] POST /v2.0/floatingips => generated 843 bytes in 1527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:24.176 7 INFO neutron.db.l3_db [None req-b901b336-cb0f-4db6-84a8-1482c671eac0 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Floating IP 2e342dc7-35b1-4b0f-b443-d39109f0042a disassociated. External IP: 10.96.250.207, port: 3fa2a88e-701a-451b-b0fc-629dfa08663b. [pid: 7|app: 0|req: 452/856] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:33:24 2026] PUT /v2.0/floatingips/2e342dc7-35b1-4b0f-b443-d39109f0042a => generated 552 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:24.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa63171b-a3e6-4c3e-839b-b96162c18ba2 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: 4159f54c-a8bd-48b5-b3f5-38e380f6f3ba 2026-04-16 23:33:24.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa63171b-a3e6-4c3e-839b-b96162c18ba2 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: 4159f54c-a8bd-48b5-b3f5-38e380f6f3ba [pid: 8|app: 0|req: 405/857] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:33:24 2026] DELETE /v2.0/floatingips/2e342dc7-35b1-4b0f-b443-d39109f0042a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/858] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:25 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => 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: 407/859] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:25 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:25.589 7 INFO neutron.db.l3_db [None req-332b7884-ab5e-49fb-ab17-3e98c40e34ec c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Floating IP cba6c8f0-0ee8-4678-a4d3-c5c94469132b associated. External IP: 10.96.250.218, port: bd249900-1f8c-4fb6-9f10-8fba363f1131. [pid: 7|app: 0|req: 453/860] 10.0.0.214 () {34 vars in 676 bytes} [Thu Apr 16 23:33:24 2026] POST /v2.0/floatingips => generated 842 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/861] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:33:25 2026] GET /v2.0/floatingips/cba6c8f0-0ee8-4678-a4d3-c5c94469132b => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:25.992 8 INFO neutron.db.segments_db [None req-b1f16288-aa05-4fd8-bb4a-46c2c6cd74ae 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Added segment def1bb09-03ab-4eba-bf44-15fb799eb059 of type vxlan for network f5b1f99f-2a64-434b-b103-3cbf7b905f05 [pid: 7|app: 0|req: 455/862] 10.0.0.214 () {32 vars in 654 bytes} [Thu Apr 16 23:33:25 2026] GET /v2.0/floatingips => generated 845 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:26.057 8 INFO neutron.db.segments_db [None req-b1f16288-aa05-4fd8-bb4a-46c2c6cd74ae 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Added segment 3677c3c9-2fd2-443c-8a29-54f2ad341312 of type vxlan for network ae873ab0-3d3a-48f5-8667-a407154fb1bc [pid: 8|app: 0|req: 408/863] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:25 2026] POST /v2.0/networks => generated 1206 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/864] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/networks => generated 1843 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/865] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:26.399 7 INFO neutron.db.l3_db [None req-a16f92e5-dee2-4f83-a27a-976ec2454861 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Floating IP cba6c8f0-0ee8-4678-a4d3-c5c94469132b associated. External IP: 10.96.250.218, port: bd249900-1f8c-4fb6-9f10-8fba363f1131. 2026-04-16 23:33:26.445 8 INFO neutron.services.segments.plugin [-] Segment def1bb09-03ab-4eba-bf44-15fb799eb059 resource provider aggregate not found 2026-04-16 23:33:26.445 8 INFO neutron.services.segments.plugin [-] Segment def1bb09-03ab-4eba-bf44-15fb799eb059 resource provider aggregate not found 2026-04-16 23:33:26.471 8 INFO neutron.services.segments.plugin [-] Segment def1bb09-03ab-4eba-bf44-15fb799eb059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid def1bb09-03ab-4eba-bf44-15fb799eb059 found for delete ", "request_id": "req-099fcd50-95fe-4866-a4fc-26311eb4f321"}]} 2026-04-16 23:33:26.472 8 INFO neutron.services.segments.plugin [-] Segment def1bb09-03ab-4eba-bf44-15fb799eb059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid def1bb09-03ab-4eba-bf44-15fb799eb059 found for delete ", "request_id": "req-acaa712f-6417-4e01-8a62-115944d851e7"}]} [pid: 8|app: 0|req: 411/866] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:26 2026] DELETE /v2.0/networks/f5b1f99f-2a64-434b-b103-3cbf7b905f05 => 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: 412/867] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/868] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/869] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:26 2026] DELETE /v2.0/networks/ae873ab0-3d3a-48f5-8667-a407154fb1bc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/870] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&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: 416/871] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:26.854 8 INFO neutron.db.segments_db [None req-abebe6b8-eaf8-437d-adca-0498b4c7ee4c 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Added segment 3f528f9c-bd30-4c9b-abff-a90237c8227c of type vxlan for network 076fa87d-b0e3-48bd-ab00-94653b4fa0a5 [pid: 8|app: 0|req: 417/872] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:26 2026] POST /v2.0/networks => generated 635 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/873] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:26 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:27.053 8 INFO neutron.db.segments_db [None req-5ac4c810-104c-4e1d-b26d-9a5bcf8408f0 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Added segment b9e7fd54-c255-4763-a1b4-f2116a95bf6b of type vxlan for network ade02c7c-5b8e-4984-84c4-cca07ba0ac7d [pid: 8|app: 0|req: 419/874] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:26 2026] POST /v2.0/networks => generated 634 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/875] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:27 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/876] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:33:26 2026] PUT /v2.0/floatingips/cba6c8f0-0ee8-4678-a4d3-c5c94469132b => generated 843 bytes in 1450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:27.564 7 INFO neutron.db.l3_db [None req-fbf543aa-04e7-40c7-8062-db6d76e8a81e c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Floating IP cba6c8f0-0ee8-4678-a4d3-c5c94469132b disassociated. External IP: 10.96.250.218, port: 3fa2a88e-701a-451b-b0fc-629dfa08663b. [pid: 8|app: 0|req: 421/879] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:27 2026] POST /v2.0/ports => generated 1506 bytes in 685 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: 422/880] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:27 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/881] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:33:27 2026] PUT /v2.0/floatingips/cba6c8f0-0ee8-4678-a4d3-c5c94469132b => generated 552 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/882] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:33:27 2026] GET /v2.0/ports => generated 1506 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/883] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:27 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:28.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e512926-a787-4ebc-9240-71b397409444 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: fa7e299c-68a7-49fc-a9ba-63977d5e44b0 2026-04-16 23:33:28.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e512926-a787-4ebc-9240-71b397409444 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: fa7e299c-68a7-49fc-a9ba-63977d5e44b0 2026-04-16 23:33:28.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a5e651e-80a5-49c6-90a6-7ba9bbe6b1d4 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] TaaS: Handle Delete Port: cd751934-1c70-4d1c-969b-a526efd01fc7 2026-04-16 23:33:28.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a5e651e-80a5-49c6-90a6-7ba9bbe6b1d4 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Tap Mirror: Handle Delete Port: cd751934-1c70-4d1c-969b-a526efd01fc7 [pid: 7|app: 0|req: 461/884] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:28 2026] DELETE /v2.0/ports/cd751934-1c70-4d1c-969b-a526efd01fc7 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/885] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:33:27 2026] DELETE /v2.0/floatingips/cba6c8f0-0ee8-4678-a4d3-c5c94469132b => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:28.297 8 INFO neutron.api.v2.resource [None req-647b19dd-456a-4542-85ee-8e72935897ab c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/886] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:33:28 2026] DELETE /v2.0/floatingips/cba6c8f0-0ee8-4678-a4d3-c5c94469132b => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/887] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:28 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:28.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a8f4fdb-c361-4d1f-89fd-52483d905c06 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] TaaS: Handle Delete Port: 739f1e43-ed33-443c-9ace-adbb6cd433b7 2026-04-16 23:33:28.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a8f4fdb-c361-4d1f-89fd-52483d905c06 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Tap Mirror: Handle Delete Port: 739f1e43-ed33-443c-9ace-adbb6cd433b7 [pid: 7|app: 0|req: 462/888] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:28 2026] DELETE /v2.0/ports/739f1e43-ed33-443c-9ace-adbb6cd433b7 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:28.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad68a77a-f41f-434c-9cea-486e27a56763 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: 3fa2a88e-701a-451b-b0fc-629dfa08663b 2026-04-16 23:33:28.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad68a77a-f41f-434c-9cea-486e27a56763 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: 3fa2a88e-701a-451b-b0fc-629dfa08663b 2026-04-16 23:33:28.492 8 INFO neutron.services.segments.plugin [-] Segment 3677c3c9-2fd2-443c-8a29-54f2ad341312 resource provider aggregate not found 2026-04-16 23:33:28.500 8 INFO neutron.services.segments.plugin [-] Segment 3677c3c9-2fd2-443c-8a29-54f2ad341312 resource provider aggregate not found [pid: 7|app: 0|req: 463/889] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:28 2026] GET /v2.0/security-groups?id=73b50de2-6eda-4f67-a508-fea5bde0429f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:28.512 8 INFO neutron.services.segments.plugin [-] Segment 3677c3c9-2fd2-443c-8a29-54f2ad341312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3677c3c9-2fd2-443c-8a29-54f2ad341312 found for delete ", "request_id": "req-b178ad44-3472-4a98-80c5-f04c4ba87671"}]} 2026-04-16 23:33:28.518 8 INFO neutron.services.segments.plugin [-] Segment 3677c3c9-2fd2-443c-8a29-54f2ad341312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3677c3c9-2fd2-443c-8a29-54f2ad341312 found for delete ", "request_id": "req-f9166234-cc0c-4e4e-9bd1-1d480548447c"}]} [pid: 7|app: 0|req: 464/890] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:33:28 2026] GET /v2.0/ports => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:28.601 7 INFO neutron.db.segments_db [None req-f5f8bf18-1132-4501-bb99-38a49eae4159 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Added segment f3992509-65ad-4f15-b2c0-68209b770c56 of type vxlan for network 8bc35c7e-3fda-479b-be90-62686240b2da [pid: 8|app: 0|req: 427/891] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:28 2026] DELETE /v2.0/ports/3fa2a88e-701a-451b-b0fc-629dfa08663b => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/892] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:28 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:28.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab04020a-3ddd-47a9-bc62-65c883c46b7b c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: bd249900-1f8c-4fb6-9f10-8fba363f1131 2026-04-16 23:33:28.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab04020a-3ddd-47a9-bc62-65c883c46b7b c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: bd249900-1f8c-4fb6-9f10-8fba363f1131 2026-04-16 23:33:28.777 7 INFO neutron.db.segments_db [None req-769f2998-e459-4d42-8585-55b6d7e016ba 75a573b2c9e2474a850b1e819106d463 70e6670044dc44b3b914c5cfa0083bda - - default default] Added segment d40ae894-e5ee-4c08-b93d-0e8119c6a10f of type vxlan for network f5b5880d-53f4-41c6-bf2a-83cf17e8d02d [pid: 7|app: 0|req: 466/893] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:28 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) [pid: 8|app: 0|req: 428/894] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:28 2026] DELETE /v2.0/ports/bd249900-1f8c-4fb6-9f10-8fba363f1131 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/895] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:33:28 2026] GET /v2.0/ports?device_id=ee7e9cc7-54a5-44ec-bb0f-8b0687278a0e => generated 958 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/896] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:29 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/897] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:29 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:29.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae6ef7c3-7ec0-4b94-ba4c-e35cd852b251 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: 826f5f54-1b5f-40f0-96e7-036fe9192874 2026-04-16 23:33:29.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae6ef7c3-7ec0-4b94-ba4c-e35cd852b251 c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: 826f5f54-1b5f-40f0-96e7-036fe9192874 [pid: 7|app: 0|req: 470/898] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:33:29 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/899] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:33:29 2026] PUT /v2.0/routers/ee7e9cc7-54a5-44ec-bb0f-8b0687278a0e/remove_router_interface => generated 309 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:29.780 8 INFO neutron_taas.services.taas.taas_plugin [req-11e3c150-c394-4dd2-b27f-ba37cf2ff7cb req-82fa9491-d45e-4f0b-a548-e8b94aa6abde 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] TaaS: Handle Delete Port: 2749280b-8b70-48ce-9099-5fa5a4f9e984 2026-04-16 23:33:29.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-11e3c150-c394-4dd2-b27f-ba37cf2ff7cb req-82fa9491-d45e-4f0b-a548-e8b94aa6abde 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] Tap Mirror: Handle Delete Port: 2749280b-8b70-48ce-9099-5fa5a4f9e984 2026-04-16 23:33:29.867 8 INFO neutron.db.l3_db [req-11e3c150-c394-4dd2-b27f-ba37cf2ff7cb req-82fa9491-d45e-4f0b-a548-e8b94aa6abde 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] Floating IP bfb3a34b-7235-4034-9b26-0a4c07993465 disassociated. External IP: 10.96.250.209, port: 2749280b-8b70-48ce-9099-5fa5a4f9e984. [pid: 7|app: 0|req: 471/900] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:29 2026] POST /v2.0/subnets => generated 1324 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/901] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:29 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/902] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:29 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:30.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-677d981c-fe35-4fae-9f18-c7b02e8582dd c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: 879eed73-8fd0-4545-8dca-cc846f19b368 2026-04-16 23:33:30.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-677d981c-fe35-4fae-9f18-c7b02e8582dd c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: 879eed73-8fd0-4545-8dca-cc846f19b368 [pid: 8|app: 0|req: 430/903] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:33:29 2026] DELETE /v2.0/ports/2749280b-8b70-48ce-9099-5fa5a4f9e984 => generated 0 bytes in 463 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:30.200 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b67665b7-2ef8-41a3-9bfd-b24cd4d1858d'] response: {'server_uuid': '18fd4412-b7ac-43e2-abe7-6f157b890139', 'name': 'network-vif-deleted', 'tag': '2749280b-8b70-48ce-9099-5fa5a4f9e984', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 431/904] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:33:30 2026] GET /v2.0/subnets => generated 1960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/905] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:30 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/906] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/subnets/d11b37f6-64ca-4af7-a472-16be2855055b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:30.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-677d981c-fe35-4fae-9f18-c7b02e8582dd c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] TaaS: Handle Delete Port: 110f87f3-7c7b-4c44-a900-913c49efdee9 2026-04-16 23:33:30.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-677d981c-fe35-4fae-9f18-c7b02e8582dd c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] Tap Mirror: Handle Delete Port: 110f87f3-7c7b-4c44-a900-913c49efdee9 [pid: 8|app: 0|req: 434/907] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/subnets/05469d27-2aa2-4d0d-9abf-b2cd905b5744 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/908] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:33:30 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:30.561 8 INFO neutron.services.segments.plugin [-] Segment d40ae894-e5ee-4c08-b93d-0e8119c6a10f resource provider aggregate not found 2026-04-16 23:33:30.564 8 INFO neutron.services.segments.plugin [-] Segment d40ae894-e5ee-4c08-b93d-0e8119c6a10f resource provider aggregate not found 2026-04-16 23:33:30.581 8 INFO neutron.services.segments.plugin [-] Segment d40ae894-e5ee-4c08-b93d-0e8119c6a10f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40ae894-e5ee-4c08-b93d-0e8119c6a10f found for delete ", "request_id": "req-b05a35c0-5583-41d5-a10a-2407a98fde6f"}]} 2026-04-16 23:33:30.582 8 INFO neutron.services.segments.plugin [-] Segment d40ae894-e5ee-4c08-b93d-0e8119c6a10f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40ae894-e5ee-4c08-b93d-0e8119c6a10f found for delete ", "request_id": "req-5dd5a77d-f03e-4353-b1ae-c34e52518582"}]} [pid: 8|app: 0|req: 436/909] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/networks/f5b5880d-53f4-41c6-bf2a-83cf17e8d02d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:30.719 7 INFO neutron.services.segments.plugin [-] Segment 4e498105-27d6-4f87-b550-f14b8005971f resource provider aggregate not found [pid: 8|app: 0|req: 437/910] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/networks/8bc35c7e-3fda-479b-be90-62686240b2da => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:30.724 7 INFO neutron.services.segments.plugin [-] Segment 4e498105-27d6-4f87-b550-f14b8005971f resource provider aggregate not found 2026-04-16 23:33:30.739 7 INFO neutron.services.segments.plugin [-] Segment 4e498105-27d6-4f87-b550-f14b8005971f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e498105-27d6-4f87-b550-f14b8005971f found for delete ", "request_id": "req-487e5591-2484-431e-bcfd-95a16b7fb21e"}]} 2026-04-16 23:33:30.740 7 INFO neutron.services.segments.plugin [-] Segment 4e498105-27d6-4f87-b550-f14b8005971f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e498105-27d6-4f87-b550-f14b8005971f found for delete ", "request_id": "req-86e949d0-20bb-48c3-9d41-4295cd23b13a"}]} 2026-04-16 23:33:30.749 7 INFO neutron.db.l3_hamode_db [None req-677d981c-fe35-4fae-9f18-c7b02e8582dd c49e2911b6484810b55c0299c7213baf 5ae1ff833fb445b18405f6c34c5c397a - - default default] HA network 0c42bb82-3061-4419-91f9-04eb16fb9dc2 was deleted as no HA routers are present in tenant 5ae1ff833fb445b18405f6c34c5c397a. [pid: 7|app: 0|req: 474/911] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:29 2026] DELETE /v2.0/routers/ee7e9cc7-54a5-44ec-bb0f-8b0687278a0e => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/912] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/networks/ade02c7c-5b8e-4984-84c4-cca07ba0ac7d => 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: 475/913] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/subnets/3606198d-139e-403f-9100-a4514a336330 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/914] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/networks/076fa87d-b0e3-48bd-ab00-94653b4fa0a5 => 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: 476/915] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:30 2026] DELETE /v2.0/networks/9db13673-b6a2-4fce-9b33-4603eab62936 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/916] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:31 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 477/917] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:31 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/918] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:33:31 2026] GET /v2.0/security-groups?id=6fd86903-a371-44e9-ac43-6a4363d860a0&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: 7|app: 0|req: 478/919] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:31 2026] GET /v2.0/security-groups?tenant_id=70e6670044dc44b3b914c5cfa0083bda&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/920] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:31 2026] GET /v2.0/security-groups?tenant_id=5ae1ff833fb445b18405f6c34c5c397a&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/921] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:31 2026] DELETE /v2.0/security-groups/c434ec43-0564-453e-889e-787b4542e07d => 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: 479/922] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:31 2026] DELETE /v2.0/security-groups/0677dd9f-222b-4d0b-abcd-a98ea07443a7 => 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: 444/923] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:33:31 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:32.131 7 INFO neutron_taas.services.taas.taas_plugin [req-87254413-8440-4370-9543-ae5ca2e01553 req-2b07983c-48ea-4c1e-b9b0-41250ca5f4e2 7abc422decff4ad9989df6f820cb9de6 505319797b664ec2a96ccab39b368dda - - default default] TaaS: Handle Delete Port: 9aaa47c9-87b3-41d5-962f-17777b1f463b 2026-04-16 23:33:32.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87254413-8440-4370-9543-ae5ca2e01553 req-2b07983c-48ea-4c1e-b9b0-41250ca5f4e2 7abc422decff4ad9989df6f820cb9de6 505319797b664ec2a96ccab39b368dda - - default default] Tap Mirror: Handle Delete Port: 9aaa47c9-87b3-41d5-962f-17777b1f463b [pid: 8|app: 0|req: 445/924] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:32 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => 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: 480/925] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:33:32 2026] DELETE /v2.0/ports/9aaa47c9-87b3-41d5-962f-17777b1f463b => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:32.318 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3ec6199-0fc3-406b-a621-7b1228649efb'] response: {'server_uuid': '8a2ae510-24ec-44ad-a130-cfd592cf1bd2', 'name': 'network-vif-deleted', 'tag': '9aaa47c9-87b3-41d5-962f-17777b1f463b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 446/926] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:32 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:32.600 8 INFO neutron.services.segments.plugin [-] Segment f3992509-65ad-4f15-b2c0-68209b770c56 resource provider aggregate not found 2026-04-16 23:33:32.605 8 INFO neutron.services.segments.plugin [-] Segment f3992509-65ad-4f15-b2c0-68209b770c56 resource provider aggregate not found 2026-04-16 23:33:32.618 8 INFO neutron.services.segments.plugin [-] Segment f3992509-65ad-4f15-b2c0-68209b770c56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3992509-65ad-4f15-b2c0-68209b770c56 found for delete ", "request_id": "req-c9ff782f-2c49-4c6e-a53c-934312da5d52"}]} 2026-04-16 23:33:32.623 8 INFO neutron.services.segments.plugin [-] Segment f3992509-65ad-4f15-b2c0-68209b770c56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3992509-65ad-4f15-b2c0-68209b770c56 found for delete ", "request_id": "req-79cf37be-589b-4c41-8aa2-e735025e623b"}]} 2026-04-16 23:33:32.634 8 INFO neutron.services.segments.plugin [-] Segment b9e7fd54-c255-4763-a1b4-f2116a95bf6b resource provider aggregate not found 2026-04-16 23:33:32.640 8 INFO neutron.services.segments.plugin [-] Segment b9e7fd54-c255-4763-a1b4-f2116a95bf6b resource provider aggregate not found 2026-04-16 23:33:32.651 8 INFO neutron.services.segments.plugin [-] Segment b9e7fd54-c255-4763-a1b4-f2116a95bf6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9e7fd54-c255-4763-a1b4-f2116a95bf6b found for delete ", "request_id": "req-cd647d36-d089-4d47-9cb4-15047400b063"}]} 2026-04-16 23:33:32.655 8 INFO neutron.services.segments.plugin [-] Segment b9e7fd54-c255-4763-a1b4-f2116a95bf6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9e7fd54-c255-4763-a1b4-f2116a95bf6b found for delete ", "request_id": "req-faaf6168-f86e-483b-9acb-8589913150d0"}]} 2026-04-16 23:33:32.667 8 INFO neutron.services.segments.plugin [-] Segment 3f528f9c-bd30-4c9b-abff-a90237c8227c resource provider aggregate not found 2026-04-16 23:33:32.673 8 INFO neutron.services.segments.plugin [-] Segment 3f528f9c-bd30-4c9b-abff-a90237c8227c resource provider aggregate not found 2026-04-16 23:33:32.686 8 INFO neutron.services.segments.plugin [-] Segment 3f528f9c-bd30-4c9b-abff-a90237c8227c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f528f9c-bd30-4c9b-abff-a90237c8227c found for delete ", "request_id": "req-9e99720e-033e-4cb0-9888-bd174449dc62"}]} 2026-04-16 23:33:32.688 8 INFO neutron.services.segments.plugin [-] Segment 3f528f9c-bd30-4c9b-abff-a90237c8227c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f528f9c-bd30-4c9b-abff-a90237c8227c found for delete ", "request_id": "req-9f8be612-ad1f-45ef-ae78-329ad8c44477"}]} 2026-04-16 23:33:32.762 7 INFO neutron.services.segments.plugin [-] Segment 32757a09-ac06-43bb-b903-ad8be5e0de22 resource provider aggregate not found 2026-04-16 23:33:32.773 7 INFO neutron.services.segments.plugin [-] Segment 32757a09-ac06-43bb-b903-ad8be5e0de22 resource provider aggregate not found 2026-04-16 23:33:32.786 7 INFO neutron.services.segments.plugin [-] Segment 32757a09-ac06-43bb-b903-ad8be5e0de22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32757a09-ac06-43bb-b903-ad8be5e0de22 found for delete ", "request_id": "req-653072f4-df7d-40bd-b97e-95c3fe4e120d"}]} 2026-04-16 23:33:32.795 7 INFO neutron.services.segments.plugin [-] Segment 32757a09-ac06-43bb-b903-ad8be5e0de22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32757a09-ac06-43bb-b903-ad8be5e0de22 found for delete ", "request_id": "req-7612b8bc-7da4-40c6-9b85-5babacbb9fa5"}]} [pid: 7|app: 0|req: 481/927] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:33 2026] GET /v2.0/ports?device_id=18fd4412-b7ac-43e2-abe7-6f157b890139 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:33.665 7 INFO neutron.db.segments_db [None req-c226cce4-4bec-4eec-89d9-cb1c5e58c6ed 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Added segment af3280eb-c0df-45da-bc1a-232027507d82 of type vxlan for network cba258e8-db4e-4ff8-b74c-3d6d55e93855 2026-04-16 23:33:33.708 8 INFO neutron.db.segments_db [None req-8f5f2880-c382-4f7f-b56f-2abe91809008 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Added segment 43b6dd5c-3d13-454c-aea4-5a7723bd45ca of type vxlan for network c232b1b4-d944-4a0b-b63f-8e57b11ec414 2026-04-16 23:33:33.757 8 INFO neutron.db.segments_db [None req-8f5f2880-c382-4f7f-b56f-2abe91809008 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Added segment bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee of type vxlan for network 12962ce0-f453-4864-8d58-f2b09dc1a466 [pid: 7|app: 0|req: 482/928] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:33 2026] POST /v2.0/networks => generated 626 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/929] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:33 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => 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: 447/930] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:33 2026] POST /v2.0/networks => generated 1206 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/931] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:33:33 2026] GET /v2.0/networks => generated 1843 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/932] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:33 2026] DELETE /v2.0/networks/c232b1b4-d944-4a0b-b63f-8e57b11ec414 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/933] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:33 2026] POST /v2.0/ports => generated 774 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/934] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:34 2026] DELETE /v2.0/networks/12962ce0-f453-4864-8d58-f2b09dc1a466 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 451/935] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:33:34 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:34.213 7 INFO neutron.db.segments_db [None req-8bf7ed6a-eccb-42c8-9741-897313ebf9c2 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Added segment 6a18427f-3569-439d-bdfd-1beace2a19e3 of type vxlan for network 5429ef53-f82d-4a44-a886-05c325aa7d86 2026-04-16 23:33:34.261 8 INFO neutron.db.segments_db [None req-956a9971-c6c3-4452-88df-253c26c07bb2 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Added segment f41ab8f8-d4be-4840-9c3d-ff7159ba7853 of type vxlan for network 7b0def14-5832-4809-9837-962efc344cdb [pid: 7|app: 0|req: 485/936] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:34 2026] POST /v2.0/networks => generated 611 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/937] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:34 2026] POST /v2.0/networks => generated 629 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/938] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:34 2026] DELETE /v2.0/security-groups/73b50de2-6eda-4f67-a508-fea5bde0429f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:34.494 8 INFO neutron.db.segments_db [None req-9a6b5d8f-1150-4156-b1bc-60b6dfb30fbc 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Added segment a34b28bd-9650-4437-b38b-13afe641097f of type vxlan for network d6bc1b6a-5917-4011-b77f-d499d5716805 [pid: 7|app: 0|req: 486/939] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:34 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:34.549 7 INFO neutron.api.v2.resource [None req-892fc50f-0026-4b44-98d4-b88b1e3044fe 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 487/940] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:33:34 2026] GET /v2.0/security-groups/73b50de2-6eda-4f67-a508-fea5bde0429f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/941] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:34 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:34.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d06c0d5-3f63-4da1-b36d-af271664c328 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] TaaS: Handle Delete Port: 1338d45b-9970-48e0-9ed7-6edc23250298 2026-04-16 23:33:34.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d06c0d5-3f63-4da1-b36d-af271664c328 35ed2cb6d49d41e6abffc6296d24ec64 fbf41987492748dfa3ffff135b469cdc - - default default] Tap Mirror: Handle Delete Port: 1338d45b-9970-48e0-9ed7-6edc23250298 2026-04-16 23:33:34.709 8 INFO neutron.services.segments.plugin [-] Segment 43b6dd5c-3d13-454c-aea4-5a7723bd45ca resource provider aggregate not found 2026-04-16 23:33:34.713 8 INFO neutron.services.segments.plugin [-] Segment 43b6dd5c-3d13-454c-aea4-5a7723bd45ca resource provider aggregate not found 2026-04-16 23:33:34.734 8 INFO neutron.services.segments.plugin [-] Segment 43b6dd5c-3d13-454c-aea4-5a7723bd45ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43b6dd5c-3d13-454c-aea4-5a7723bd45ca found for delete ", "request_id": "req-449b4f23-50ee-4c59-913c-843490ce26ab"}]} 2026-04-16 23:33:34.742 8 INFO neutron.services.segments.plugin [-] Segment 43b6dd5c-3d13-454c-aea4-5a7723bd45ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43b6dd5c-3d13-454c-aea4-5a7723bd45ca found for delete ", "request_id": "req-813ba93a-b959-4f73-84e0-a1dab4c0d627"}]} 2026-04-16 23:33:34.752 8 INFO neutron.services.segments.plugin [-] Segment bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee resource provider aggregate not found 2026-04-16 23:33:34.759 8 INFO neutron.services.segments.plugin [-] Segment bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee resource provider aggregate not found 2026-04-16 23:33:34.770 8 INFO neutron.services.segments.plugin [-] Segment bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee found for delete ", "request_id": "req-4cf0f838-c79b-49f2-8593-2f50dc2dd253"}]} 2026-04-16 23:33:34.774 8 INFO neutron.services.segments.plugin [-] Segment bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfa5cdbc-42b6-4a9a-9f5e-ab092ecf1aee found for delete ", "request_id": "req-6f4d0532-eecf-4de8-8657-a5290e947f3f"}]} [pid: 7|app: 0|req: 488/942] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:34 2026] POST /v2.0/ports => generated 949 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/943] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:33:34 2026] DELETE /v2.0/floatingips/bfb3a34b-7235-4034-9b26-0a4c07993465 => generated 0 bytes in 300 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: 456/944] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:33:34 2026] GET /v2.0/ports?device_id=8a2ae510-24ec-44ad-a130-cfd592cf1bd2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:35.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-088b7cfb-1600-4882-bb66-2bd96f67dc95 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] TaaS: Handle Delete Port: c0986ce0-f383-4036-82eb-d969c7c1b55f 2026-04-16 23:33:35.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-088b7cfb-1600-4882-bb66-2bd96f67dc95 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Tap Mirror: Handle Delete Port: c0986ce0-f383-4036-82eb-d969c7c1b55f [pid: 8|app: 0|req: 457/945] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:34 2026] DELETE /v2.0/ports/c0986ce0-f383-4036-82eb-d969c7c1b55f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/946] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:34 2026] POST /v2.0/ports => generated 1505 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:33:35.443 7 INFO neutron.pecan_wsgi.hooks.translation [None req-778ca57e-728e-4bc9-978c-7791fdafb3a3 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/947] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:35 2026] DELETE /v2.0/ports/c0986ce0-f383-4036-82eb-d969c7c1b55f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/948] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:33:35 2026] GET /v2.0/ports => generated 1505 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:35.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b739ef6b-f20b-42ef-b2b7-31e28168ebb1 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/949] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:33:35 2026] GET /v2.0/ports/c0986ce0-f383-4036-82eb-d969c7c1b55f => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:35.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-178115a5-6d0c-48c6-bea6-a2758dff8447 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: d5de808b-3b9b-494c-8d66-7d6d950e2346 2026-04-16 23:33:35.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-178115a5-6d0c-48c6-bea6-a2758dff8447 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: d5de808b-3b9b-494c-8d66-7d6d950e2346 2026-04-16 23:33:35.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-5163e812-d998-4e2c-ad04-804ef125ce4c 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] TaaS: Handle Delete Port: 8a50579c-7be1-4381-a02e-2b398abc3df4 2026-04-16 23:33:35.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5163e812-d998-4e2c-ad04-804ef125ce4c 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Tap Mirror: Handle Delete Port: 8a50579c-7be1-4381-a02e-2b398abc3df4 [pid: 7|app: 0|req: 493/950] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:35 2026] DELETE /v2.0/ports/8a50579c-7be1-4381-a02e-2b398abc3df4 => 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: 494/951] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:35 2026] DELETE /v2.0/subnets/0c7a2830-1204-41b5-b4d6-ac4578b4ffb5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:35.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-241639e8-801d-44ba-bedc-d6c9664280bc 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] TaaS: Handle Delete Port: aa341570-70fa-44a4-a8ce-b784f5f7d15b 2026-04-16 23:33:35.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-241639e8-801d-44ba-bedc-d6c9664280bc 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Tap Mirror: Handle Delete Port: aa341570-70fa-44a4-a8ce-b784f5f7d15b [pid: 7|app: 0|req: 495/952] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:35 2026] DELETE /v2.0/ports/aa341570-70fa-44a4-a8ce-b784f5f7d15b => 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: 458/953] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:33:35 2026] PUT /v2.0/routers/deca3791-428f-402d-b191-cd261031ad17/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:36.171 7 INFO neutron.services.segments.plugin [-] Segment 6a18427f-3569-439d-bdfd-1beace2a19e3 resource provider aggregate not found 2026-04-16 23:33:36.176 7 INFO neutron.services.segments.plugin [-] Segment 6a18427f-3569-439d-bdfd-1beace2a19e3 resource provider aggregate not found 2026-04-16 23:33:36.189 7 INFO neutron.services.segments.plugin [-] Segment 6a18427f-3569-439d-bdfd-1beace2a19e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a18427f-3569-439d-bdfd-1beace2a19e3 found for delete ", "request_id": "req-547700ff-c513-427d-b263-e368a8b7c8cd"}]} 2026-04-16 23:33:36.195 7 INFO neutron.services.segments.plugin [-] Segment 6a18427f-3569-439d-bdfd-1beace2a19e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a18427f-3569-439d-bdfd-1beace2a19e3 found for delete ", "request_id": "req-4d9807d5-4038-4bd0-918b-ed6df6b1efea"}]} [pid: 7|app: 0|req: 496/954] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:36 2026] DELETE /v2.0/networks/5429ef53-f82d-4a44-a886-05c325aa7d86 => 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: 497/955] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:33:36 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:33:36.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-97408ae9-4e2a-4b98-b027-0f6cc87ffaf8 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: ffb10ec7-2cc8-405f-bd71-addfeda2392e 2026-04-16 23:33:36.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97408ae9-4e2a-4b98-b027-0f6cc87ffaf8 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: ffb10ec7-2cc8-405f-bd71-addfeda2392e 2026-04-16 23:33:36.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-14531fa1-e286-4d7d-808a-9727aba784d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: b2cda6b5-fb3a-402c-a571-a5a639178a2c 2026-04-16 23:33:36.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14531fa1-e286-4d7d-808a-9727aba784d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: b2cda6b5-fb3a-402c-a571-a5a639178a2c 2026-04-16 23:33:36.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-14531fa1-e286-4d7d-808a-9727aba784d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 75fe5cbe-0236-483c-bf04-6753bd72dd8e 2026-04-16 23:33:36.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14531fa1-e286-4d7d-808a-9727aba784d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 75fe5cbe-0236-483c-bf04-6753bd72dd8e [pid: 8|app: 0|req: 459/956] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:33:36 2026] PUT /v2.0/routers/e64fb2f4-494e-460c-846b-f8aadd93250f/remove_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:37.081 8 INFO neutron.db.segments_db [None req-1407b02e-b88d-491a-a4f0-401df69ffd37 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Added segment 1b831e33-4efc-4590-b1f1-46fb8c0b894f of type vxlan for network bb97a8d1-1cbf-49ad-971a-7b2752686e43 2026-04-16 23:33:37.142 7 INFO neutron.db.l3_hamode_db [None req-14531fa1-e286-4d7d-808a-9727aba784d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 1fd063b7-1717-4a7b-ac63-9f28efd2d631 was deleted as no HA routers are present in tenant fbf41987492748dfa3ffff135b469cdc. [pid: 7|app: 0|req: 498/957] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:36 2026] DELETE /v2.0/routers/deca3791-428f-402d-b191-cd261031ad17 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/958] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:37 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) 2026-04-16 23:33:37.209 7 INFO neutron.db.segments_db [None req-f7655688-4df0-4ed6-836d-8b5cf93d0faa 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Added segment 786ef2ac-5585-4a99-8ce6-2fe2da86441c of type vxlan for network fc52e810-8abd-4572-9a37-a6e92fcd02a0 [pid: 7|app: 0|req: 499/959] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:37 2026] POST /v2.0/networks => generated 631 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:37.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b446976-ba28-427a-a31b-44dd2172273e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: c64d7385-383a-47d8-82bf-4cba916e8638 2026-04-16 23:33:37.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b446976-ba28-427a-a31b-44dd2172273e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: c64d7385-383a-47d8-82bf-4cba916e8638 [pid: 7|app: 0|req: 500/960] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:37 2026] DELETE /v2.0/subnets/1487fdeb-4db1-495b-a8ef-934ed2f4218f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:37.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b446976-ba28-427a-a31b-44dd2172273e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 0ba18822-d0b9-4c91-abe2-b59096852bd9 2026-04-16 23:33:37.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b446976-ba28-427a-a31b-44dd2172273e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 0ba18822-d0b9-4c91-abe2-b59096852bd9 [pid: 7|app: 0|req: 501/961] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:37 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:37.835 7 INFO neutron.db.segments_db [None req-39e04f2b-3ce6-42b6-b8a7-dd1656880555 5066281c613e4182a71d293249f87564 d1058ca8f7874fbb99a806ac2bbab1e9 - - default default] Added segment 09c7c594-12f9-422c-a88c-467499b53594 of type vxlan for network 13250883-d916-42b8-a619-88e82c15adac [pid: 7|app: 0|req: 502/962] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:37 2026] POST /v2.0/networks => generated 630 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:38.067 8 INFO neutron.services.segments.plugin [-] Segment bb7977cc-b27c-4c1d-8294-94756e1892fa resource provider aggregate not found 2026-04-16 23:33:38.068 8 INFO neutron.services.segments.plugin [-] Segment bb7977cc-b27c-4c1d-8294-94756e1892fa resource provider aggregate not found 2026-04-16 23:33:38.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-d29abda7-4e08-4edf-ae5d-fcba19a22411 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 87e3bbbc-54e9-41ff-9bf2-c7efbd893175 2026-04-16 23:33:38.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d29abda7-4e08-4edf-ae5d-fcba19a22411 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 87e3bbbc-54e9-41ff-9bf2-c7efbd893175 2026-04-16 23:33:38.087 8 INFO neutron.services.segments.plugin [-] Segment bb7977cc-b27c-4c1d-8294-94756e1892fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb7977cc-b27c-4c1d-8294-94756e1892fa found for delete ", "request_id": "req-5759acbf-9a46-4ad0-8c73-a13f5810d2e4"}]} 2026-04-16 23:33:38.088 8 INFO neutron.services.segments.plugin [-] Segment bb7977cc-b27c-4c1d-8294-94756e1892fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb7977cc-b27c-4c1d-8294-94756e1892fa found for delete ", "request_id": "req-94701f0e-be1c-4e52-97f5-815315d92079"}]} 2026-04-16 23:33:38.101 8 INFO neutron.db.l3_hamode_db [None req-3b446976-ba28-427a-a31b-44dd2172273e f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 754875a7-dfad-4808-a052-51bf3eadcfe3 was deleted as no HA routers are present in tenant 505319797b664ec2a96ccab39b368dda. [pid: 8|app: 0|req: 461/963] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:37 2026] DELETE /v2.0/routers/e64fb2f4-494e-460c-846b-f8aadd93250f => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:38.209 7 INFO neutron.services.segments.plugin [-] Segment e60ef4d2-a96a-40ee-bf5a-62002a31308b resource provider aggregate not found 2026-04-16 23:33:38.216 7 INFO neutron.services.segments.plugin [-] Segment e60ef4d2-a96a-40ee-bf5a-62002a31308b resource provider aggregate not found 2026-04-16 23:33:38.233 7 INFO neutron.services.segments.plugin [-] Segment e60ef4d2-a96a-40ee-bf5a-62002a31308b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e60ef4d2-a96a-40ee-bf5a-62002a31308b found for delete ", "request_id": "req-2cd1f4fc-6592-4f0d-93a9-eb16230ccec2"}]} 2026-04-16 23:33:38.235 7 INFO neutron.services.segments.plugin [-] Segment e60ef4d2-a96a-40ee-bf5a-62002a31308b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e60ef4d2-a96a-40ee-bf5a-62002a31308b found for delete ", "request_id": "req-5036fc44-60b8-463c-8724-e5f5cf843851"}]} [pid: 7|app: 0|req: 503/964] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:37 2026] DELETE /v2.0/networks/b1db4b33-ce9e-4c77-bdaa-32a9674930de => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/965] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:38 2026] POST /v2.0/ports => generated 915 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/966] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:38 2026] DELETE /v2.0/subnets/762f8cec-4508-4ba2-886e-1c27d4efe94b => 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: 464/967] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:38 2026] GET /v2.0/security-groups?tenant_id=fbf41987492748dfa3ffff135b469cdc&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:38.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-363f32a8-54ea-4f55-9abe-96417a29bdbe 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] TaaS: Handle Delete Port: d42709b7-312c-4237-aa43-15e5272cefdb 2026-04-16 23:33:38.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-363f32a8-54ea-4f55-9abe-96417a29bdbe 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Tap Mirror: Handle Delete Port: d42709b7-312c-4237-aa43-15e5272cefdb [pid: 7|app: 0|req: 504/968] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:38 2026] POST /v2.0/subnets => generated 1274 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/969] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:38 2026] DELETE /v2.0/ports/d42709b7-312c-4237-aa43-15e5272cefdb => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:38.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-20085e17-3607-4093-9aa1-876c82d642c4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 0e389098-4cf8-4dc3-ad87-c718712d91d2 2026-04-16 23:33:38.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20085e17-3607-4093-9aa1-876c82d642c4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 0e389098-4cf8-4dc3-ad87-c718712d91d2 [pid: 8|app: 0|req: 466/970] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:38 2026] DELETE /v2.0/security-groups/8cbba7cb-f94e-4f08-99b9-5d7b7792e87b => 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: 467/971] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:33:38 2026] GET /v2.0/subnets => generated 1910 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:39.034 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2cdd33f-38c8-4197-abd2-2ef6a705b2c3 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/972] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:33:39 2026] GET /v2.0/ports/d42709b7-312c-4237-aa43-15e5272cefdb => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/973] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:38 2026] DELETE /v2.0/networks/55730659-6caf-4bd5-af55-d55c151a6349 => 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: 469/974] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/subnets/fc0bc68c-29b9-489e-992a-0ed0ffb36e19 => 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: 506/975] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/subnets/4ca62eb0-7502-413c-8cf2-37e98bb7e1cc => 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: 470/976] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/subnets/d9b73e87-cb03-4240-85c2-1ffa4daa3aae => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/977] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:39 2026] GET /v2.0/security-groups?tenant_id=505319797b664ec2a96ccab39b368dda&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/978] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:33:39 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/979] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/networks/bb97a8d1-1cbf-49ad-971a-7b2752686e43 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/980] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/security-groups/6fd86903-a371-44e9-ac43-6a4363d860a0 => 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: 508/981] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/networks/13250883-d916-42b8-a619-88e82c15adac => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/982] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/networks/fc52e810-8abd-4572-9a37-a6e92fcd02a0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/983] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:33:39 2026] POST /v2.0/ports => generated 775 bytes in 317 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: 510/984] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/networks/d6bc1b6a-5917-4011-b77f-d499d5716805 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/985] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/networks/7b0def14-5832-4809-9837-962efc344cdb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/986] 10.0.0.214 () {34 vars in 736 bytes} [Thu Apr 16 23:33:39 2026] PUT /v2.0/ports/9e1f2dc4-7edd-46de-9aca-8361b0554176 => generated 752 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:40.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0e253ee-0ca3-420f-89e1-3f468afeb1e2 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] TaaS: Handle Delete Port: 9e1f2dc4-7edd-46de-9aca-8361b0554176 2026-04-16 23:33:40.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0e253ee-0ca3-420f-89e1-3f468afeb1e2 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Tap Mirror: Handle Delete Port: 9e1f2dc4-7edd-46de-9aca-8361b0554176 [pid: 7|app: 0|req: 512/987] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:39 2026] DELETE /v2.0/ports/9e1f2dc4-7edd-46de-9aca-8361b0554176 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 476/988] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:33:40 2026] GET /v2.0/ports => generated 777 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:40.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a302e19-78f8-4157-bb57-68ee9cba800f 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 513/989] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:33:40 2026] GET /v2.0/ports/9e1f2dc4-7edd-46de-9aca-8361b0554176 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:40.251 7 INFO neutron.services.segments.plugin [-] Segment b5e7b41f-2373-4442-b963-4fd16f6d9bf0 resource provider aggregate not found 2026-04-16 23:33:40.259 7 INFO neutron.services.segments.plugin [-] Segment b5e7b41f-2373-4442-b963-4fd16f6d9bf0 resource provider aggregate not found 2026-04-16 23:33:40.264 7 INFO neutron.services.segments.plugin [-] Segment b5e7b41f-2373-4442-b963-4fd16f6d9bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5e7b41f-2373-4442-b963-4fd16f6d9bf0 found for delete ", "request_id": "req-33434ccf-b646-4628-a8e3-af046ff41660"}]} [pid: 8|app: 0|req: 477/990] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:33:40 2026] GET /v2.0/ports => generated 777 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:40.282 7 INFO neutron.services.segments.plugin [-] Segment aa37998c-6e78-4c96-aee2-43b8655d2fca resource provider aggregate not found 2026-04-16 23:33:40.289 7 INFO neutron.services.segments.plugin [-] Segment b5e7b41f-2373-4442-b963-4fd16f6d9bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5e7b41f-2373-4442-b963-4fd16f6d9bf0 found for delete ", "request_id": "req-7ee76432-3a25-4ff6-a471-18eb2088de41"}]} 2026-04-16 23:33:40.305 7 INFO neutron.services.segments.plugin [-] Segment aa37998c-6e78-4c96-aee2-43b8655d2fca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa37998c-6e78-4c96-aee2-43b8655d2fca found for delete ", "request_id": "req-ce260a96-2c40-4951-b089-35125d46c479"}]} 2026-04-16 23:33:40.311 7 INFO neutron.services.segments.plugin [-] Segment aa37998c-6e78-4c96-aee2-43b8655d2fca resource provider aggregate not found 2026-04-16 23:33:40.326 7 INFO neutron.services.segments.plugin [-] Segment 1b831e33-4efc-4590-b1f1-46fb8c0b894f resource provider aggregate not found 2026-04-16 23:33:40.341 7 INFO neutron.services.segments.plugin [-] Segment aa37998c-6e78-4c96-aee2-43b8655d2fca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa37998c-6e78-4c96-aee2-43b8655d2fca found for delete ", "request_id": "req-c77154e0-a63e-4e15-af9a-7513a1025cbb"}]} 2026-04-16 23:33:40.349 7 INFO neutron.services.segments.plugin [-] Segment 1b831e33-4efc-4590-b1f1-46fb8c0b894f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b831e33-4efc-4590-b1f1-46fb8c0b894f found for delete ", "request_id": "req-58add0fc-4b18-4ece-8b3c-43d4baaff8b9"}]} [pid: 7|app: 0|req: 514/991] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:33:40 2026] GET /v2.0/ports/436cdfed-8913-4cd1-acfc-474f6d4365aa => generated 774 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:40.368 7 INFO neutron.services.segments.plugin [-] Segment 09c7c594-12f9-422c-a88c-467499b53594 resource provider aggregate not found 2026-04-16 23:33:40.370 7 INFO neutron.services.segments.plugin [-] Segment 1b831e33-4efc-4590-b1f1-46fb8c0b894f resource provider aggregate not found 2026-04-16 23:33:40.385 7 INFO neutron.services.segments.plugin [-] Segment 09c7c594-12f9-422c-a88c-467499b53594 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09c7c594-12f9-422c-a88c-467499b53594 found for delete ", "request_id": "req-1ec3eb0f-d82c-42d9-883b-6899a6469223"}]} 2026-04-16 23:33:40.395 7 INFO neutron.services.segments.plugin [-] Segment 1b831e33-4efc-4590-b1f1-46fb8c0b894f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b831e33-4efc-4590-b1f1-46fb8c0b894f found for delete ", "request_id": "req-79e1899d-c49b-444e-8519-c80cff657717"}]} 2026-04-16 23:33:40.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01e5bfec-3405-41d6-bac2-d7f35c5242ff 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/992] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:40 2026] DELETE /v2.0/ports/d42709b7-312c-4237-aa43-15e5272cefdb => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:40.414 7 INFO neutron.services.segments.plugin [-] Segment 09c7c594-12f9-422c-a88c-467499b53594 resource provider aggregate not found 2026-04-16 23:33:40.417 7 INFO neutron.services.segments.plugin [-] Segment 786ef2ac-5585-4a99-8ce6-2fe2da86441c resource provider aggregate not found 2026-04-16 23:33:40.431 7 INFO neutron.services.segments.plugin [-] Segment 09c7c594-12f9-422c-a88c-467499b53594 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09c7c594-12f9-422c-a88c-467499b53594 found for delete ", "request_id": "req-26f712a9-2197-46c7-895f-abf303899ffe"}]} 2026-04-16 23:33:40.439 7 INFO neutron.services.segments.plugin [-] Segment 786ef2ac-5585-4a99-8ce6-2fe2da86441c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786ef2ac-5585-4a99-8ce6-2fe2da86441c found for delete ", "request_id": "req-ad556176-d3c5-438e-be7a-8b3a301dcc5e"}]} 2026-04-16 23:33:40.439 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2441e68-f330-4e4a-85b4-49b0b01ba839 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/993] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:40 2026] DELETE /v2.0/subnets/4ca62eb0-7502-413c-8cf2-37e98bb7e1cc => generated 136 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:40.460 7 INFO neutron.services.segments.plugin [-] Segment 786ef2ac-5585-4a99-8ce6-2fe2da86441c resource provider aggregate not found 2026-04-16 23:33:40.460 7 INFO neutron.services.segments.plugin [-] Segment a34b28bd-9650-4437-b38b-13afe641097f resource provider aggregate not found 2026-04-16 23:33:40.462 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf66474c-064d-4421-8eb7-8b29a2d2100e 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 517/994] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:33:40 2026] DELETE /v2.0/subnets/0c7a2830-1204-41b5-b4d6-ac4578b4ffb5 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:33:40.486 7 INFO neutron.services.segments.plugin [-] Segment a34b28bd-9650-4437-b38b-13afe641097f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a34b28bd-9650-4437-b38b-13afe641097f found for delete ", "request_id": "req-058c15bd-8cce-48f8-a26f-ef65eeda136c"}]} 2026-04-16 23:33:40.492 7 INFO neutron.services.segments.plugin [-] Segment 786ef2ac-5585-4a99-8ce6-2fe2da86441c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786ef2ac-5585-4a99-8ce6-2fe2da86441c found for delete ", "request_id": "req-82d7a693-52a2-48f7-a0d0-4e980bab9ad7"}]} 2026-04-16 23:33:40.509 7 INFO neutron.services.segments.plugin [-] Segment f41ab8f8-d4be-4840-9c3d-ff7159ba7853 resource provider aggregate not found 2026-04-16 23:33:40.515 7 INFO neutron.services.segments.plugin [-] Segment a34b28bd-9650-4437-b38b-13afe641097f resource provider aggregate not found [pid: 8|app: 0|req: 478/995] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:40 2026] GET /v2.0/security-groups?tenant_id=d1058ca8f7874fbb99a806ac2bbab1e9&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:40.532 7 INFO neutron.services.segments.plugin [-] Segment f41ab8f8-d4be-4840-9c3d-ff7159ba7853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f41ab8f8-d4be-4840-9c3d-ff7159ba7853 found for delete ", "request_id": "req-f510e117-c58b-4b88-a192-9a2fcc77dc43"}]} 2026-04-16 23:33:40.533 7 INFO neutron.services.segments.plugin [-] Segment a34b28bd-9650-4437-b38b-13afe641097f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a34b28bd-9650-4437-b38b-13afe641097f found for delete ", "request_id": "req-88eeb719-0499-416f-a6ce-2c0c955e3342"}]} 2026-04-16 23:33:40.551 7 INFO neutron.services.segments.plugin [-] Segment f41ab8f8-d4be-4840-9c3d-ff7159ba7853 resource provider aggregate not found 2026-04-16 23:33:40.573 7 INFO neutron.services.segments.plugin [-] Segment f41ab8f8-d4be-4840-9c3d-ff7159ba7853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f41ab8f8-d4be-4840-9c3d-ff7159ba7853 found for delete ", "request_id": "req-c22f4d4d-a4c7-4df1-bc06-b9aecd89b96a"}]} 2026-04-16 23:33:40.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-45564963-51d0-491e-939d-fbc9c9bcc530 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] TaaS: Handle Delete Port: 436cdfed-8913-4cd1-acfc-474f6d4365aa 2026-04-16 23:33:40.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45564963-51d0-491e-939d-fbc9c9bcc530 4bcda2b95aea4389b4b0553b30a8afe1 54f3a8e0bf854e809c267ad9323196f9 - - default default] Tap Mirror: Handle Delete Port: 436cdfed-8913-4cd1-acfc-474f6d4365aa [pid: 8|app: 0|req: 479/996] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:40 2026] DELETE /v2.0/security-groups/63066582-c650-4c7f-ba01-1adf769068c5 => 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: 518/997] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:33:40 2026] DELETE /v2.0/ports/436cdfed-8913-4cd1-acfc-474f6d4365aa => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:33:40.793 8 INFO neutron.services.segments.plugin [-] Segment af3280eb-c0df-45da-bc1a-232027507d82 resource provider aggregate not found 2026-04-16 23:33:40.799 8 INFO neutron.services.segments.plugin [-] Segment af3280eb-c0df-45da-bc1a-232027507d82 resource provider aggregate not found 2026-04-16 23:33:40.816 8 INFO neutron.services.segments.plugin [-] Segment af3280eb-c0df-45da-bc1a-232027507d82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3280eb-c0df-45da-bc1a-232027507d82 found for delete ", "request_id": "req-046ca8ea-e248-41b3-a511-3c56d7c7af2b"}]} 2026-04-16 23:33:40.816 8 INFO neutron.services.segments.plugin [-] Segment af3280eb-c0df-45da-bc1a-232027507d82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3280eb-c0df-45da-bc1a-232027507d82 found for delete ", "request_id": "req-f771a341-e526-4a48-84a5-d7b0b5effc1d"}]} [pid: 8|app: 0|req: 480/998] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:33:40 2026] DELETE /v2.0/networks/cba258e8-db4e-4ff8-b74c-3d6d55e93855 => 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: 519/999] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:41 2026] GET /v2.0/security-groups?tenant_id=54f3a8e0bf854e809c267ad9323196f9&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1000] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:41 2026] DELETE /v2.0/security-groups/f9463871-acfc-4000-8ff6-9876f5414d77 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1003] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:33:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1004] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:33:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1005] 10.0.0.214 () {34 vars in 757 bytes} [Thu Apr 16 23:33:43 2026] PUT /v2.0/security-groups/7f52471f-2801-4e3c-a135-08938859df29 => generated 1663 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1006] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:33:43 2026] GET /v2.0/security-groups/7f52471f-2801-4e3c-a135-08938859df29 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1007] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:43 2026] DELETE /v2.0/security-groups/7f52471f-2801-4e3c-a135-08938859df29 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1008] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:33:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:43.533 8 INFO neutron.api.v2.resource [None req-29c9d29b-731e-4193-8fea-b0618311802b b9123d2a99c04fc082e2b7e258b000be 619c14dbb704426b821238dcf2d3508e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/1009] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:43 2026] DELETE /v2.0/security-groups/7f52471f-2801-4e3c-a135-08938859df29 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1010] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:33:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1011] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:33:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1012] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:33:44 2026] GET /v2.0/security-group-rules/7c9f371a-2917-4f1e-8042-9c6c3082c407 => generated 601 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1013] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:33:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1014] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:33:44 2026] DELETE /v2.0/security-group-rules/7c9f371a-2917-4f1e-8042-9c6c3082c407 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1015] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:33:44 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: 7|app: 0|req: 527/1016] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:33:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1017] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:33:44 2026] GET /v2.0/security-group-rules/5ea4154d-6b98-431d-a8ff-b05dae089c76 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1018] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:33:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1019] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:33:44 2026] DELETE /v2.0/security-group-rules/5ea4154d-6b98-431d-a8ff-b05dae089c76 => 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: 529/1020] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:33:44 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: 8|app: 0|req: 492/1021] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:33:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1022] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:33:45 2026] GET /v2.0/security-group-rules/9569328e-0fd2-4ad5-8ac5-72c587bbc8bb => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1023] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:33:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1024] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:33:45 2026] DELETE /v2.0/security-group-rules/9569328e-0fd2-4ad5-8ac5-72c587bbc8bb => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1025] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:33:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1026] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:45 2026] DELETE /v2.0/security-groups/f19a82c1-d664-4107-a79f-0edf02d55053 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1027] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:33:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1028] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:33:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1029] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:45 2026] GET /v2.0/security-groups?tenant_id=7d3f7a0484324d4185efa33144d8a938&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1030] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:45 2026] DELETE /v2.0/security-groups/83f5fdbf-2959-43c6-8b3c-a61323dcb28c => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1031] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:46 2026] GET /v2.0/security-groups?tenant_id=5f6458e3c00a4b70a570fb473c22e433&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: 495/1032] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:46 2026] GET /v2.0/security-groups?tenant_id=53e18a0eb8cd491f8bd981868a0cae8f&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1033] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:46 2026] GET /v2.0/security-groups?tenant_id=619c14dbb704426b821238dcf2d3508e&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1034] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:46 2026] DELETE /v2.0/security-groups/6588d25a-ec5f-4ed2-beae-fc1a5b49ebaf => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1035] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:46 2026] DELETE /v2.0/security-groups/19dd00bc-fc85-43c5-b09c-3e846cb20a5d => 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: 540/1036] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:46 2026] DELETE /v2.0/security-groups/732e8231-98cc-45e8-a320-2af657f83300 => 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: 497/1037] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:46 2026] GET /v2.0/security-groups?tenant_id=bfa90499906a4def980073097c95be40&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1038] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:46 2026] DELETE /v2.0/security-groups/fd53d35a-a22c-44b7-9fe4-8c68812be6f6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1039] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:47 2026] GET /v2.0/security-groups?tenant_id=9d6de102003a45de9d6887abb6e3dc54&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: 542/1040] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:48 2026] DELETE /v2.0/security-groups/47a1ecb6-db81-446a-94f0-6fe91c44f67e => 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: 499/1041] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:48 2026] GET /v2.0/security-groups?tenant_id=e2009e776fec4777b351bd59e1e7424e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1042] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:48 2026] DELETE /v2.0/security-groups/4b9a0378-fa72-412f-b0b8-bc3a967a02dc => 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: 500/1043] 10.0.0.214 () {32 vars in 622 bytes} [Thu Apr 16 23:33:48 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1044] 10.0.0.214 () {32 vars in 632 bytes} [Thu Apr 16 23:33:48 2026] GET /v2.0/ => generated 632 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1045] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:49 2026] GET /v2.0/security-groups?tenant_id=5af5ca67630845dba3854fee3a37f7ba&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1046] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:49 2026] DELETE /v2.0/security-groups/d65b38be-c9f2-40f9-970b-dc9734698ad7 => 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: 502/1047] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:50 2026] GET /v2.0/security-groups?tenant_id=aecc9e25e94740788e469f5a7634347e&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1048] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:50 2026] DELETE /v2.0/security-groups/7627c29a-c729-4064-885c-b4a6eb616ee8 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1049] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:50 2026] GET /v2.0/security-groups?tenant_id=177f094582f94f1c9c1e9143de414bc3&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1050] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:50 2026] DELETE /v2.0/security-groups/1001bf76-3047-42d6-899c-ee19da8deaae => 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: 547/1051] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:50 2026] GET /v2.0/security-groups?tenant_id=7716239f6e6e456ab761fac3f3362b09&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1052] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:51 2026] DELETE /v2.0/security-groups/a37e9012-8889-4be3-82b2-5920cd20919a => 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: 548/1053] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:51 2026] GET /v2.0/security-groups?tenant_id=eaf7cc75307648a4b6060af65c79b9c3&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1054] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:51 2026] DELETE /v2.0/security-groups/7f81cd5e-20d8-49df-889f-8e509f7012d7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1055] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:52 2026] GET /v2.0/security-groups?tenant_id=6a61ec6a7a514ba386935351b39f68a5&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1056] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:52 2026] DELETE /v2.0/security-groups/2b25e6f1-6ebd-4f5e-b9ae-e06f9f276e53 => 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: 550/1057] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:53 2026] GET /v2.0/security-groups?tenant_id=19507298eacb4a64aa3b6d9e33766f12&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1058] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:53 2026] DELETE /v2.0/security-groups/c1658818-0fd4-49c2-9fa0-b81cfa968c71 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:54.567 7 INFO neutron.db.segments_db [None req-786e8854-0b5d-4467-b3c8-dbdb786663c8 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a of type vxlan for network 312a85c6-1e82-4f14-b21f-684cd4b779e4 [pid: 7|app: 0|req: 551/1059] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:33:54 2026] POST /v2.0/networks => generated 721 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1060] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:54 2026] POST /v2.0/subnets => generated 687 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1061] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:54 2026] GET /v2.0/security-groups?tenant_id=af829c7c26fb42e3aecf72f3c0d8d4f8&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:33:54.933 8 INFO neutron.db.segments_db [None req-ef9fb86b-a8ce-49c2-8c1d-68bc4150bbe7 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 of type vxlan for network 97c02f53-5f39-4927-82ad-2e356e1cc1af [pid: 7|app: 0|req: 553/1062] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:54 2026] DELETE /v2.0/security-groups/b0c670c4-8bbc-4a26-b854-283074179cb1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:55.199 8 INFO neutron.db.l3_hamode_db [None req-ef9fb86b-a8ce-49c2-8c1d-68bc4150bbe7 f9fc349171ec41af882c9573f0872816 459854d929a945aa9b43300f395c25b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 554/1063] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/security-groups?tenant_id=0da028ab4f9441198e4199c9b6118536&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1064] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:55 2026] DELETE /v2.0/security-groups/93e74f06-549a-4e74-a5ea-17a2fe5ee722 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1065] 10.0.0.214 () {32 vars in 652 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions => generated 21537 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1066] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1067] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1068] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:33:55 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: 7|app: 0|req: 560/1069] 10.0.0.214 () {32 vars in 664 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1070] 10.0.0.214 () {32 vars in 698 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1071] 10.0.0.214 () {32 vars in 696 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1072] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1073] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1074] 10.0.0.214 () {32 vars in 702 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1075] 10.0.0.214 () {32 vars in 692 bytes} [Thu Apr 16 23:33:55 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: 7|app: 0|req: 567/1076] 10.0.0.214 () {32 vars in 694 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1077] 10.0.0.214 () {32 vars in 684 bytes} [Thu Apr 16 23:33:55 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: 569/1078] 10.0.0.214 () {32 vars in 686 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1079] 10.0.0.214 () {32 vars in 660 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1080] 10.0.0.214 () {32 vars in 698 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1081] 10.0.0.214 () {32 vars in 678 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1082] 10.0.0.214 () {32 vars in 682 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1083] 10.0.0.214 () {32 vars in 674 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1084] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1085] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1086] 10.0.0.214 () {32 vars in 686 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1087] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1088] 10.0.0.214 () {32 vars in 686 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1089] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1090] 10.0.0.214 () {32 vars in 698 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1091] 10.0.0.214 () {32 vars in 678 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1092] 10.0.0.214 () {32 vars in 666 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1093] 10.0.0.214 () {32 vars in 676 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1094] 10.0.0.214 () {32 vars in 664 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1095] 10.0.0.214 () {32 vars in 674 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/l3-flavors => 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: 587/1096] 10.0.0.214 () {32 vars in 712 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1097] 10.0.0.214 () {32 vars in 690 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1098] 10.0.0.214 () {32 vars in 682 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1099] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1100] 10.0.0.214 () {32 vars in 686 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1101] 10.0.0.214 () {32 vars in 704 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1102] 10.0.0.214 () {32 vars in 674 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:33:55.969 8 INFO neutron.db.l3_hamode_db [None req-ef9fb86b-a8ce-49c2-8c1d-68bc4150bbe7 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 594/1103] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:55 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: 7|app: 0|req: 595/1104] 10.0.0.214 () {32 vars in 674 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1105] 10.0.0.214 () {32 vars in 692 bytes} [Thu Apr 16 23:33:55 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: 7|app: 0|req: 597/1106] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1107] 10.0.0.214 () {32 vars in 708 bytes} [Thu Apr 16 23:33:55 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1108] 10.0.0.214 () {32 vars in 704 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1109] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1110] 10.0.0.214 () {32 vars in 696 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1111] 10.0.0.214 () {32 vars in 710 bytes} [Thu Apr 16 23:33:56 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: 7|app: 0|req: 603/1112] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1113] 10.0.0.214 () {32 vars in 686 bytes} [Thu Apr 16 23:33:56 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: 7|app: 0|req: 605/1114] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1115] 10.0.0.214 () {32 vars in 674 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1116] 10.0.0.214 () {32 vars in 670 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1117] 10.0.0.214 () {32 vars in 660 bytes} [Thu Apr 16 23:33:56 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: 609/1118] 10.0.0.214 () {32 vars in 698 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1119] 10.0.0.214 () {32 vars in 698 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1120] 10.0.0.214 () {32 vars in 676 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1121] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1122] 10.0.0.214 () {32 vars in 682 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1123] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1124] 10.0.0.214 () {32 vars in 684 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1125] 10.0.0.214 () {32 vars in 706 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1126] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1127] 10.0.0.214 () {32 vars in 696 bytes} [Thu Apr 16 23:33:56 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: 7|app: 0|req: 619/1128] 10.0.0.214 () {32 vars in 694 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1129] 10.0.0.214 () {32 vars in 684 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1130] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1131] 10.0.0.214 () {32 vars in 704 bytes} [Thu Apr 16 23:33:56 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: 7|app: 0|req: 623/1132] 10.0.0.214 () {32 vars in 666 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1133] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:56 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: 7|app: 0|req: 625/1134] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1135] 10.0.0.214 () {32 vars in 690 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1136] 10.0.0.214 () {32 vars in 690 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1137] 10.0.0.214 () {32 vars in 694 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1138] 10.0.0.214 () {32 vars in 684 bytes} [Thu Apr 16 23:33:56 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: 630/1139] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1140] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1141] 10.0.0.214 () {32 vars in 702 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1142] 10.0.0.214 () {32 vars in 712 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1143] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1144] 10.0.0.214 () {32 vars in 714 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1145] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1146] 10.0.0.214 () {32 vars in 740 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1147] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1148] 10.0.0.214 () {32 vars in 682 bytes} [Thu Apr 16 23:33:56 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: 640/1149] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1150] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1151] 10.0.0.214 () {32 vars in 678 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1152] 10.0.0.214 () {32 vars in 668 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1153] 10.0.0.214 () {32 vars in 696 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1154] 10.0.0.214 () {32 vars in 704 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1155] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1156] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1157] 10.0.0.214 () {32 vars in 682 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1158] 10.0.0.214 () {32 vars in 704 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1159] 10.0.0.214 () {32 vars in 694 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1160] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1161] 10.0.0.214 () {32 vars in 696 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1162] 10.0.0.214 () {32 vars in 678 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1163] 10.0.0.214 () {32 vars in 688 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1164] 10.0.0.214 () {32 vars in 700 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1165] 10.0.0.214 () {32 vars in 664 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1166] 10.0.0.214 () {32 vars in 680 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1167] 10.0.0.214 () {32 vars in 676 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1168] 10.0.0.214 () {32 vars in 692 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1169] 10.0.0.214 () {32 vars in 676 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1170] 10.0.0.214 () {32 vars in 666 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1171] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1172] 10.0.0.214 () {32 vars in 674 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1173] 10.0.0.214 () {32 vars in 686 bytes} [Thu Apr 16 23:33:56 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1174] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:33:54 2026] POST /v2.0/routers => generated 727 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1175] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:57 2026] GET /v2.0/security-groups?tenant_id=8c342c25c5b441ad86c506397932088e&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1178] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:57 2026] DELETE /v2.0/security-groups/7a53dc1f-489c-40b3-b70e-d9f1d50d7aa3 => 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: 515/1179] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:57 2026] GET /v2.0/security-groups?tenant_id=30e74250604646fa993323846ca28013&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1180] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:57 2026] DELETE /v2.0/security-groups/4a9873c2-3430-4b83-ab17-255b2a878f0c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1181] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:33:56 2026] PUT /v2.0/routers/a9166626-6f8f-4126-b13b-c5c09322645f/add_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1182] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:58 2026] GET /v2.0/security-groups?tenant_id=2ceeeaec08db487398e2b819803e1968&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1183] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:58 2026] DELETE /v2.0/security-groups/fe9ae009-47ee-4936-8fcd-c9257c069b3f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1184] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:33:59 2026] GET /v2.0/security-groups?tenant_id=f11fec45905047c38c57cddc938a95a2&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: 667/1185] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:33:59 2026] DELETE /v2.0/security-groups/235ea89a-b9ff-4c4f-8d67-0d9091d011f8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:33:59.817 8 INFO neutron.db.segments_db [None req-29fbed8e-82d8-411e-b409-f9e2bcc52d38 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment f00f5482-420f-42b8-96ac-24cff21bcdf7 of type vxlan for network 21f53123-bc35-4b5f-9598-5952d2f2cb0b [pid: 8|app: 0|req: 519/1186] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:59 2026] POST /v2.0/networks => generated 615 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:33:59.953 7 INFO neutron.db.segments_db [None req-495f328c-70ed-466b-8f27-d97452370ccb 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment 0504f718-ecdf-47b4-813d-fbdcddf61308 of type vxlan for network d50653d3-80a9-4f90-a70f-d237db0ac7af [pid: 7|app: 0|req: 668/1187] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:33:59 2026] POST /v2.0/networks => generated 615 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1188] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:00 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: 8|app: 0|req: 521/1189] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:34:00 2026] GET /v2.0/networks?id=312a85c6-1e82-4f14-b21f-684cd4b779e4 => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1190] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:34:00 2026] GET /v2.0/quotas/459854d929a945aa9b43300f395c25b6 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1191] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:34:00 2026] GET /v2.0/ports?tenant_id=459854d929a945aa9b43300f395c25b6&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1192] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:00 2026] POST /v2.0/subnets => generated 655 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1193] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:34:00 2026] GET /v2.0/networks/312a85c6-1e82-4f14-b21f-684cd4b779e4?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:00.685 7 INFO neutron.db.segments_db [None req-b85add46-e75b-4553-976f-f0681e22957a 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment 1369dbd9-ff18-42b0-814f-b53a59b7880f of type vxlan for network a062776d-335f-4794-ba12-f7f123ec8459 [pid: 8|app: 0|req: 525/1194] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:34:00 2026] GET /v2.0/networks/312a85c6-1e82-4f14-b21f-684cd4b779e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:00.949 7 INFO neutron.db.l3_hamode_db [None req-b85add46-e75b-4553-976f-f0681e22957a 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 526/1195] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:00 2026] GET /v2.0/security-groups?tenant_id=378df215c1a54b4d87b0babab020595a&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:01.061 7 INFO neutron.db.l3_hamode_db [None req-b85add46-e75b-4553-976f-f0681e22957a 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/1196] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:01 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1197] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:01 2026] DELETE /v2.0/security-groups/28afc0e0-496b-495c-8283-4f6bee34044c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1198] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:00 2026] POST /v2.0/routers => generated 510 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1199] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:02 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => 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: 529/1200] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:01 2026] PUT /v2.0/routers/c33af806-ad19-4a97-a568-e9818500f830/add_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1201] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:02 2026] GET /v2.0/ports/5a07d440-de7f-4429-9247-e32cb4c4ac31 => 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: 673/1202] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:03 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => 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: 674/1203] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:03 2026] GET /v2.0/security-groups?tenant_id=a550c55619ab41dba9a4695c5c8f2535&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1204] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:02 2026] PUT /v2.0/routers/c33af806-ad19-4a97-a568-e9818500f830/add_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1205] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:03 2026] DELETE /v2.0/security-groups/a0f297ed-701e-4bc0-9bfd-e38e0f56f5fd => 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: 531/1206] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:03 2026] GET /v2.0/ports/db645a4b-928d-4ead-9235-76176d011071 => generated 967 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1207] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:04 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:04.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-d867c0fd-0482-44a8-aca5-def13cfa4e34 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: db645a4b-928d-4ead-9235-76176d011071 2026-04-16 23:34:04.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d867c0fd-0482-44a8-aca5-def13cfa4e34 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: db645a4b-928d-4ead-9235-76176d011071 [pid: 7|app: 0|req: 676/1208] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:04 2026] PUT /v2.0/routers/c33af806-ad19-4a97-a568-e9818500f830/remove_router_interface => generated 309 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:05.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb4a638e-bb9f-4b27-87fb-9e273fc84e66 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: 5a07d440-de7f-4429-9247-e32cb4c4ac31 2026-04-16 23:34:05.098 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb4a638e-bb9f-4b27-87fb-9e273fc84e66 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: 5a07d440-de7f-4429-9247-e32cb4c4ac31 [pid: 7|app: 0|req: 677/1209] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:34:05 2026] GET /v2.0/networks?id=312a85c6-1e82-4f14-b21f-684cd4b779e4 => generated 672 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1210] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:34:05 2026] POST /v2.0/ports => generated 954 bytes in 404 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: 679/1211] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:05 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1212] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:04 2026] PUT /v2.0/routers/c33af806-ad19-4a97-a568-e9818500f830/remove_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1213] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:05 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1214] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:34:05 2026] PUT /v2.0/ports/d845d588-ff7f-4fca-af90-307110abefee => generated 1235 bytes in 523 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: 681/1215] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:06 2026] GET /v2.0/ports?device_id=c33af806-ad19-4a97-a568-e9818500f830 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:06.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4182bff1-4765-4dea-800e-af0b109b8f68'] response: {'name': 'network-changed', 'server_uuid': 'b8dd9297-7df6-4147-bd70-b12ecf37edac', 'tag': 'd845d588-ff7f-4fca-af90-307110abefee', 'status': 'completed', 'code': 200} 2026-04-16 23:34:06.208 8 INFO neutron.db.segments_db [None req-fe7a6154-31bf-4dc1-b916-b171562e91a0 d3c625b97ab94672b62108cda589845b 6ba1ab108b884b39ac8c5b92fd788945 - - default default] Added segment 406b056a-f631-4e86-bcc7-5f0306a0a9db of type vxlan for network 13f55ea5-a36d-474a-ae2c-49686ca23b1c [pid: 8|app: 0|req: 535/1216] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:05 2026] POST /v2.0/networks => generated 629 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:06.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cb6281c-48a4-4293-9f24-0b13a2253313 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: a7874666-dc9a-46f3-81be-c7af3d13406c 2026-04-16 23:34:06.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cb6281c-48a4-4293-9f24-0b13a2253313 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: a7874666-dc9a-46f3-81be-c7af3d13406c 2026-04-16 23:34:06.717 7 INFO neutron.services.segments.plugin [-] Segment 1369dbd9-ff18-42b0-814f-b53a59b7880f resource provider aggregate not found 2026-04-16 23:34:06.722 7 INFO neutron.services.segments.plugin [-] Segment 1369dbd9-ff18-42b0-814f-b53a59b7880f resource provider aggregate not found [pid: 8|app: 0|req: 536/1217] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:34:06 2026] GET /v2.0/ports?tenant_id=459854d929a945aa9b43300f395c25b6&device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:06.743 7 INFO neutron.services.segments.plugin [-] Segment 1369dbd9-ff18-42b0-814f-b53a59b7880f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1369dbd9-ff18-42b0-814f-b53a59b7880f found for delete ", "request_id": "req-fa9b9c9e-af4b-4278-8edb-eba998325c69"}]} 2026-04-16 23:34:06.751 7 INFO neutron.services.segments.plugin [-] Segment 1369dbd9-ff18-42b0-814f-b53a59b7880f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1369dbd9-ff18-42b0-814f-b53a59b7880f found for delete ", "request_id": "req-8ceee0e8-e991-4020-b6ee-9fdff0133b28"}]} 2026-04-16 23:34:06.756 7 INFO neutron.db.l3_hamode_db [None req-2cb6281c-48a4-4293-9f24-0b13a2253313 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] HA network a062776d-335f-4794-ba12-f7f123ec8459 was deleted as no HA routers are present in tenant eb4ec94f8bdb4a7988326ce720bd4fe0. [pid: 7|app: 0|req: 682/1218] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:06 2026] DELETE /v2.0/routers/c33af806-ad19-4a97-a568-e9818500f830 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1219] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:34:06 2026] GET /v2.0/networks?tenant_id=459854d929a945aa9b43300f395c25b6&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1220] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:06 2026] DELETE /v2.0/subnets/c57412c7-884e-4250-adee-f86bd3fd3aab => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1221] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:34:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1222] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:06 2026] POST /v2.0/subnets => generated 673 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1223] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:07 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:07.156 8 INFO neutron.db.segments_db [None req-e099237e-6278-4e38-bb89-b23a00a152b5 d3c625b97ab94672b62108cda589845b 6ba1ab108b884b39ac8c5b92fd788945 - - default default] Added segment f69e4a96-ee71-474b-be8b-a3f715e3c18f of type vxlan for network 3ffcfaf3-d2fe-4731-bccd-2af02adce87d [pid: 7|app: 0|req: 684/1224] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:07 2026] DELETE /v2.0/subnets/aaf6ba5e-35d7-40a2-a454-4c0655f2855c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1225] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:07 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&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: 541/1226] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:07 2026] POST /v2.0/networks => generated 629 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:07.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-2108a1a5-e204-4b6d-b7ae-5e577139d1b6 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: 56728758-49e5-47d0-a894-ead337cbcf3b 2026-04-16 23:34:07.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2108a1a5-e204-4b6d-b7ae-5e577139d1b6 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: 56728758-49e5-47d0-a894-ead337cbcf3b [pid: 8|app: 0|req: 542/1227] 10.0.0.214 () {34 vars in 742 bytes} [Thu Apr 16 23:34:07 2026] PUT /v2.0/networks/3ffcfaf3-d2fe-4731-bccd-2af02adce87d => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1228] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:07 2026] DELETE /v2.0/networks/d50653d3-80a9-4f90-a70f-d237db0ac7af => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:07.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-39e9d4a2-f733-4639-9ad4-114e66218be4 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: db07258b-5ae8-47b8-9990-107750ba5159 2026-04-16 23:34:07.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39e9d4a2-f733-4639-9ad4-114e66218be4 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: db07258b-5ae8-47b8-9990-107750ba5159 [pid: 8|app: 0|req: 543/1229] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:07 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1230] 10.0.0.214 () {34 vars in 740 bytes} [Thu Apr 16 23:34:07 2026] PUT /v2.0/subnets/8a171cd7-c789-49d7-a8e9-aa54740b07c1 => generated 656 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1231] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:07 2026] DELETE /v2.0/networks/21f53123-bc35-4b5f-9598-5952d2f2cb0b => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:08.006 7 INFO neutron.db.segments_db [None req-c9a06403-a211-4a6e-a18d-018f311c0a3c 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment 8a0fab10-a763-4cd6-96a3-3f55b52bc1df of type vxlan for network bbd7b9d1-4654-44f0-9254-64ab3372d80d 2026-04-16 23:34:08.048 8 INFO neutron.services.segments.plugin [-] Segment f69e4a96-ee71-474b-be8b-a3f715e3c18f resource provider aggregate not found 2026-04-16 23:34:08.053 8 INFO neutron.services.segments.plugin [-] Segment f69e4a96-ee71-474b-be8b-a3f715e3c18f resource provider aggregate not found 2026-04-16 23:34:08.072 8 INFO neutron.services.segments.plugin [-] Segment f69e4a96-ee71-474b-be8b-a3f715e3c18f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f69e4a96-ee71-474b-be8b-a3f715e3c18f found for delete ", "request_id": "req-fb41608b-87e3-4113-bf02-62c3ab7b7d8c"}]} 2026-04-16 23:34:08.073 8 INFO neutron.services.segments.plugin [-] Segment f69e4a96-ee71-474b-be8b-a3f715e3c18f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f69e4a96-ee71-474b-be8b-a3f715e3c18f found for delete ", "request_id": "req-fa11998f-60d5-402e-87bd-b1184129d1e6"}]} [pid: 7|app: 0|req: 688/1232] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:07 2026] POST /v2.0/networks => generated 614 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1233] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:07 2026] DELETE /v2.0/networks/3ffcfaf3-d2fe-4731-bccd-2af02adce87d => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1234] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/ports?tenant_id=459854d929a945aa9b43300f395c25b6&device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:08.160 7 INFO neutron.pecan_wsgi.hooks.translation [None req-029ecec7-20bb-4d16-b980-48bb39586fa1 d3c625b97ab94672b62108cda589845b 6ba1ab108b884b39ac8c5b92fd788945 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1235] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:08 2026] DELETE /v2.0/networks/3ffcfaf3-d2fe-4731-bccd-2af02adce87d => 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: 691/1236] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d845d588-ff7f-4fca-af90-307110abefee => 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: 692/1237] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1238] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/subnets?id=2ee0dd3e-4b22-4a2a-a26e-152326e67ba5 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1239] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/subnets?network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1240] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/ports?network_id=312a85c6-1e82-4f14-b21f-684cd4b779e4&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: 696/1241] 10.0.0.214 () {32 vars in 652 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1242] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:08 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1243] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1244] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/networks/312a85c6-1e82-4f14-b21f-684cd4b779e4?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1245] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/networks => generated 1313 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:08.444 8 INFO neutron.db.segments_db [None req-3b3ff417-d1f3-41b7-86c0-159447c7b18f 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment cfb42976-6598-4520-acf5-18874d22b8db of type vxlan for network b9dd7f88-2aee-44eb-8783-ec54a13a2e09 [pid: 7|app: 0|req: 699/1246] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&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: 700/1247] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/networks/312a85c6-1e82-4f14-b21f-684cd4b779e4?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: 701/1248] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/subnets => generated 1312 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1249] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/networks/13f55ea5-a36d-474a-ae2c-49686ca23b1c => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1250] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:08 2026] GET /v2.0/subnets/286048d2-429b-4214-b3f2-bfaa12afc05f => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:08.663 7 INFO neutron.pecan_wsgi.hooks.translation [None req-909c6811-929f-488e-a730-5a271f78403c d3c625b97ab94672b62108cda589845b 6ba1ab108b884b39ac8c5b92fd788945 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1251] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:08 2026] DELETE /v2.0/subnets/8a171cd7-c789-49d7-a8e9-aa54740b07c1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:08.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cfe5cab-94c5-49a8-a198-99445c093e33 d3c625b97ab94672b62108cda589845b 6ba1ab108b884b39ac8c5b92fd788945 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1252] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:08 2026] DELETE /v2.0/networks/3ffcfaf3-d2fe-4731-bccd-2af02adce87d => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:08.760 7 INFO neutron.services.segments.plugin [-] Segment 0504f718-ecdf-47b4-813d-fbdcddf61308 resource provider aggregate not found 2026-04-16 23:34:08.760 8 INFO neutron.db.l3_hamode_db [None req-3b3ff417-d1f3-41b7-86c0-159447c7b18f 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:08.772 7 INFO neutron.services.segments.plugin [-] Segment 0504f718-ecdf-47b4-813d-fbdcddf61308 resource provider aggregate not found 2026-04-16 23:34:08.783 7 INFO neutron.services.segments.plugin [-] Segment 0504f718-ecdf-47b4-813d-fbdcddf61308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0504f718-ecdf-47b4-813d-fbdcddf61308 found for delete ", "request_id": "req-fa9735da-133b-4909-b774-067eb850c783"}]} 2026-04-16 23:34:08.791 7 INFO neutron.services.segments.plugin [-] Segment 0504f718-ecdf-47b4-813d-fbdcddf61308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0504f718-ecdf-47b4-813d-fbdcddf61308 found for delete ", "request_id": "req-0f6b8a53-7508-4cca-aef8-7deba921ad83"}]} 2026-04-16 23:34:08.800 7 INFO neutron.services.segments.plugin [-] Segment f00f5482-420f-42b8-96ac-24cff21bcdf7 resource provider aggregate not found 2026-04-16 23:34:08.812 7 INFO neutron.services.segments.plugin [-] Segment f00f5482-420f-42b8-96ac-24cff21bcdf7 resource provider aggregate not found 2026-04-16 23:34:08.823 7 INFO neutron.services.segments.plugin [-] Segment f00f5482-420f-42b8-96ac-24cff21bcdf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f00f5482-420f-42b8-96ac-24cff21bcdf7 found for delete ", "request_id": "req-a341ed99-766e-4681-b3cf-730a7c7c6757"}]} 2026-04-16 23:34:08.828 7 INFO neutron.services.segments.plugin [-] Segment f00f5482-420f-42b8-96ac-24cff21bcdf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f00f5482-420f-42b8-96ac-24cff21bcdf7 found for delete ", "request_id": "req-a53eef17-e3d4-416f-bd19-3b8d070b8488"}]} [pid: 7|app: 0|req: 706/1253] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:08 2026] DELETE /v2.0/subnets/286048d2-429b-4214-b3f2-bfaa12afc05f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:08.891 8 INFO neutron.db.l3_hamode_db [None req-3b3ff417-d1f3-41b7-86c0-159447c7b18f 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 707/1254] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:08 2026] DELETE /v2.0/networks/13f55ea5-a36d-474a-ae2c-49686ca23b1c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1255] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:08 2026] POST /v2.0/routers => generated 510 bytes in 1007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1256] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:09 2026] GET /v2.0/security-groups?tenant_id=6ba1ab108b884b39ac8c5b92fd788945&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1257] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:09 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1258] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:34:09 2026] POST /v2.0/ports => generated 964 bytes in 341 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: 709/1259] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:09 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1260] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:09 2026] DELETE /v2.0/security-groups/8a903b72-6bae-47bd-8a79-96bca39f59b9 => 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: 710/1261] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:09 2026] PUT /v2.0/routers/982556bf-e776-4f5b-a140-a778b1dd053f/add_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1262] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:10 2026] GET /v2.0/ports/5fdd39b7-e8d3-493f-bc86-9caf80b4a24e => generated 1038 bytes in 30 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-16 23:34:10.858 7 INFO neutron.services.segments.plugin [-] Segment 406b056a-f631-4e86-bcc7-5f0306a0a9db resource provider aggregate not found 2026-04-16 23:34:10.870 7 INFO neutron.services.segments.plugin [-] Segment 406b056a-f631-4e86-bcc7-5f0306a0a9db resource provider aggregate not found 2026-04-16 23:34:10.878 7 INFO neutron.services.segments.plugin [-] Segment 406b056a-f631-4e86-bcc7-5f0306a0a9db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 406b056a-f631-4e86-bcc7-5f0306a0a9db found for delete ", "request_id": "req-2740b449-3b71-4213-957c-5c515b78148a"}]} [pid: 8|app: 0|req: 553/1263] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:10 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:10.896 7 INFO neutron.services.segments.plugin [-] Segment 406b056a-f631-4e86-bcc7-5f0306a0a9db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 406b056a-f631-4e86-bcc7-5f0306a0a9db found for delete ", "request_id": "req-65b264bc-85d5-400c-9db5-edfeeab1ef8a"}]} [pid: 8|app: 0|req: 554/1264] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:10 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:11.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-3de51747-e0f9-4254-87e0-d9e9629b6e1c 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: 5fdd39b7-e8d3-493f-bc86-9caf80b4a24e 2026-04-16 23:34:11.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3de51747-e0f9-4254-87e0-d9e9629b6e1c 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: 5fdd39b7-e8d3-493f-bc86-9caf80b4a24e [pid: 7|app: 0|req: 711/1265] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:10 2026] PUT /v2.0/routers/982556bf-e776-4f5b-a140-a778b1dd053f/remove_router_interface => generated 309 bytes in 878 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-16 23:34:11.832 7 INFO neutron.api.v2.resource [None req-b0853808-6d1a-4c96-a15a-ecbecc2ba64d 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1266] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:11 2026] PUT /v2.0/routers/982556bf-e776-4f5b-a140-a778b1dd053f/remove_router_interface => generated 197 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:11.854 8 INFO neutron.db.segments_db [None req-6e461e59-277a-4159-a3ed-216c193cd636 9d6be13968f14f61b392ef9b08e71fe3 dc73af8d75844b2e8d5d5db348377bb6 - - default default] Added segment c998a9e7-5734-4738-a57f-f38d799d8bb1 of type vxlan for network c171ddb7-2ebd-409d-982e-8f86c2083358 [pid: 7|app: 0|req: 713/1267] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:11 2026] GET /v2.0/ports?device_id=982556bf-e776-4f5b-a140-a778b1dd053f => 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: 555/1268] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:11 2026] POST /v2.0/networks => generated 624 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:12.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-00833e46-e004-468e-ae37-fedb0182fa04 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: ca055817-5d22-4113-814e-3b075033e090 2026-04-16 23:34:12.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00833e46-e004-468e-ae37-fedb0182fa04 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: ca055817-5d22-4113-814e-3b075033e090 [pid: 8|app: 0|req: 556/1269] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:11 2026] POST /v2.0/subnets => generated 641 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1270] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:12 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:12.438 8 INFO neutron.db.segments_db [None req-4b26e03f-06c0-4b37-9e9f-7377beb97a5c 9d6be13968f14f61b392ef9b08e71fe3 dc73af8d75844b2e8d5d5db348377bb6 - - default default] Added segment df408a13-bf83-4476-8d6f-0f21b5addef3 of type vxlan for network 578f5011-fde4-4c07-9b8a-b5539dfedd94 2026-04-16 23:34:12.438 7 INFO neutron.db.l3_hamode_db [None req-00833e46-e004-468e-ae37-fedb0182fa04 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] HA network b9dd7f88-2aee-44eb-8783-ec54a13a2e09 was deleted as no HA routers are present in tenant eb4ec94f8bdb4a7988326ce720bd4fe0. [pid: 7|app: 0|req: 714/1271] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:11 2026] DELETE /v2.0/routers/982556bf-e776-4f5b-a140-a778b1dd053f => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1274] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:12 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1275] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:12 2026] POST /v2.0/networks => generated 624 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1276] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:12 2026] DELETE /v2.0/subnets/5d02f632-4327-4711-9c67-ee73bbb62b8f => 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: 559/1277] 10.0.0.214 () {34 vars in 742 bytes} [Thu Apr 16 23:34:12 2026] PUT /v2.0/networks/578f5011-fde4-4c07-9b8a-b5539dfedd94 => generated 592 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1278] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:12 2026] DELETE /v2.0/networks/bbd7b9d1-4654-44f0-9254-64ab3372d80d => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:12.901 7 INFO neutron.services.segments.plugin [-] Segment cfb42976-6598-4520-acf5-18874d22b8db resource provider aggregate not found 2026-04-16 23:34:12.931 7 INFO neutron.services.segments.plugin [-] Segment cfb42976-6598-4520-acf5-18874d22b8db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfb42976-6598-4520-acf5-18874d22b8db found for delete ", "request_id": "req-62936eb8-d877-4280-bb72-bfec857a11f4"}]} 2026-04-16 23:34:12.939 7 INFO neutron.services.segments.plugin [-] Segment cfb42976-6598-4520-acf5-18874d22b8db resource provider aggregate not found 2026-04-16 23:34:12.945 7 INFO neutron.services.segments.plugin [-] Segment 8a0fab10-a763-4cd6-96a3-3f55b52bc1df resource provider aggregate not found 2026-04-16 23:34:12.959 7 INFO neutron.services.segments.plugin [-] Segment 8a0fab10-a763-4cd6-96a3-3f55b52bc1df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0fab10-a763-4cd6-96a3-3f55b52bc1df found for delete ", "request_id": "req-c21a7484-e7a0-411b-9ad4-c54538c7b77d"}]} 2026-04-16 23:34:12.961 7 INFO neutron.services.segments.plugin [-] Segment cfb42976-6598-4520-acf5-18874d22b8db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfb42976-6598-4520-acf5-18874d22b8db found for delete ", "request_id": "req-b81597e8-ee11-49af-bad8-31591613d333"}]} 2026-04-16 23:34:12.982 7 INFO neutron.services.segments.plugin [-] Segment 8a0fab10-a763-4cd6-96a3-3f55b52bc1df resource provider aggregate not found [pid: 8|app: 0|req: 560/1279] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:12 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) 2026-04-16 23:34:13.004 7 INFO neutron.services.segments.plugin [-] Segment 8a0fab10-a763-4cd6-96a3-3f55b52bc1df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0fab10-a763-4cd6-96a3-3f55b52bc1df found for delete ", "request_id": "req-873d7117-9616-4fd8-bd22-45ba9529e05e"}]} 2026-04-16 23:34:13.049 8 INFO neutron.db.segments_db [None req-64779da2-aedb-43ba-ac99-0c66587d3788 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment 2a774cb3-c52b-4de3-9f5b-39e84ffd922a of type vxlan for network 1b364cdc-c3b5-413f-804e-88405151bda4 [pid: 7|app: 0|req: 720/1280] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:12 2026] GET /v2.0/security-groups?tenant_id=c8f4cd53999343359a1271baf46932f3&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1281] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:12 2026] POST /v2.0/networks => generated 615 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1282] 10.0.0.214 () {34 vars in 740 bytes} [Thu Apr 16 23:34:13 2026] PUT /v2.0/subnets/08f9be70-f9e1-4de8-a96e-2a1079c82176 => generated 636 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1283] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:13 2026] DELETE /v2.0/security-groups/69628f64-4dd7-4a4b-a19d-4b1ee5308905 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:13.446 8 INFO neutron.services.segments.plugin [-] Segment df408a13-bf83-4476-8d6f-0f21b5addef3 resource provider aggregate not found 2026-04-16 23:34:13.447 8 INFO neutron.services.segments.plugin [-] Segment df408a13-bf83-4476-8d6f-0f21b5addef3 resource provider aggregate not found 2026-04-16 23:34:13.468 8 INFO neutron.services.segments.plugin [-] Segment df408a13-bf83-4476-8d6f-0f21b5addef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df408a13-bf83-4476-8d6f-0f21b5addef3 found for delete ", "request_id": "req-8e52a799-cbd9-469c-bbc1-86d462d53141"}]} 2026-04-16 23:34:13.469 8 INFO neutron.services.segments.plugin [-] Segment df408a13-bf83-4476-8d6f-0f21b5addef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df408a13-bf83-4476-8d6f-0f21b5addef3 found for delete ", "request_id": "req-4728a108-1370-4406-84d1-791c9efd44af"}]} [pid: 8|app: 0|req: 563/1284] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:13 2026] DELETE /v2.0/networks/578f5011-fde4-4c07-9b8a-b5539dfedd94 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1285] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:13 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:13.497 8 INFO neutron.pecan_wsgi.hooks.translation [None req-caccc693-159b-4229-9c9d-2df40b19c688 9d6be13968f14f61b392ef9b08e71fe3 dc73af8d75844b2e8d5d5db348377bb6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1286] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:13 2026] DELETE /v2.0/networks/578f5011-fde4-4c07-9b8a-b5539dfedd94 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:13.533 7 INFO neutron.db.segments_db [None req-13c29cb0-aadb-4b32-9605-36fd1e0ff0b0 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment 1d1713fc-8238-4112-84ea-078f123ea0a7 of type vxlan for network 09f84d8d-7f6b-453a-ae3f-3105e207bc55 [pid: 8|app: 0|req: 565/1287] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:34:13 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: 566/1288] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => 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/1289] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/subnets?network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1290] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&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: 569/1291] 10.0.0.214 () {32 vars in 652 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1292] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/networks => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1293] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:13.788 7 INFO neutron.db.l3_hamode_db [None req-13c29cb0-aadb-4b32-9605-36fd1e0ff0b0 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 572/1294] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/networks/c171ddb7-2ebd-409d-982e-8f86c2083358 => generated 668 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1295] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:13 2026] GET /v2.0/subnets/fb84743e-fa9d-4680-a95a-206f1af455fe => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:13.879 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f131e68-ae55-42c7-9f2c-85aa3c02b76e 9d6be13968f14f61b392ef9b08e71fe3 dc73af8d75844b2e8d5d5db348377bb6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1296] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:13 2026] DELETE /v2.0/subnets/08f9be70-f9e1-4de8-a96e-2a1079c82176 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:13.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b5499d0-8aad-4684-8b45-2883a45d0413 9d6be13968f14f61b392ef9b08e71fe3 dc73af8d75844b2e8d5d5db348377bb6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 575/1297] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:13 2026] DELETE /v2.0/networks/578f5011-fde4-4c07-9b8a-b5539dfedd94 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:13.915 7 INFO neutron.db.l3_hamode_db [None req-13c29cb0-aadb-4b32-9605-36fd1e0ff0b0 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 576/1298] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:13 2026] DELETE /v2.0/subnets/fb84743e-fa9d-4680-a95a-206f1af455fe => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1299] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:14 2026] DELETE /v2.0/networks/c171ddb7-2ebd-409d-982e-8f86c2083358 => 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: 723/1300] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:13 2026] POST /v2.0/routers => generated 511 bytes in 1380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1301] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:14 2026] GET /v2.0/security-groups?tenant_id=dc73af8d75844b2e8d5d5db348377bb6&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1302] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:14 2026] DELETE /v2.0/security-groups/d224b556-959a-4fab-909a-67512e04c338 => 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: 580/1303] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:15 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1304] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:15 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:15.490 8 INFO neutron.services.segments.plugin [-] Segment c998a9e7-5734-4738-a57f-f38d799d8bb1 resource provider aggregate not found 2026-04-16 23:34:15.510 8 INFO neutron.services.segments.plugin [-] Segment c998a9e7-5734-4738-a57f-f38d799d8bb1 resource provider aggregate not found 2026-04-16 23:34:15.516 8 INFO neutron.services.segments.plugin [-] Segment c998a9e7-5734-4738-a57f-f38d799d8bb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c998a9e7-5734-4738-a57f-f38d799d8bb1 found for delete ", "request_id": "req-acb94af6-f8e5-4392-9f7e-09a4fba95393"}]} 2026-04-16 23:34:15.527 8 INFO neutron.services.segments.plugin [-] Segment c998a9e7-5734-4738-a57f-f38d799d8bb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c998a9e7-5734-4738-a57f-f38d799d8bb1 found for delete ", "request_id": "req-ccb3bc12-4dcb-407d-a583-85a4b4c55396"}]} [pid: 7|app: 0|req: 724/1305] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:14 2026] PUT /v2.0/routers/3b143c98-4fcf-48f7-b48c-2834eaa62fc2/add_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1306] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:15 2026] GET /v2.0/ports/237887b0-acf8-4ff4-b0a6-b0ef16258ae0 => generated 959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1307] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:16 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => 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: 584/1308] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:16 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:16.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f73a5ca-a2fc-4d30-9c79-3a83ac220d7f 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: 237887b0-acf8-4ff4-b0a6-b0ef16258ae0 2026-04-16 23:34:16.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f73a5ca-a2fc-4d30-9c79-3a83ac220d7f 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: 237887b0-acf8-4ff4-b0a6-b0ef16258ae0 [pid: 7|app: 0|req: 725/1309] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:15 2026] PUT /v2.0/routers/3b143c98-4fcf-48f7-b48c-2834eaa62fc2/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1310] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:16 2026] GET /v2.0/ports?device_id=3b143c98-4fcf-48f7-b48c-2834eaa62fc2 => 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: 585/1311] 10.0.0.28 () {32 vars in 800 bytes} [Thu Apr 16 23:34:16 2026] GET /v2.0/extensions => generated 21537 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 23:34:16.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1faac5b-569c-40e1-834d-e33e69c9e858 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: 4aa6b196-b02a-4ad8-87fb-88c34c5e56eb 2026-04-16 23:34:16.992 8 INFO neutron.db.segments_db [None req-6a698e59-c7e5-4140-b968-1bc48d7c227a 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Added segment 86bc2a24-b20f-417b-ac22-deca34f6c57b of type vxlan for network 69afd162-2238-4089-b74b-3198fea25721 2026-04-16 23:34:16.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1faac5b-569c-40e1-834d-e33e69c9e858 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: 4aa6b196-b02a-4ad8-87fb-88c34c5e56eb [pid: 8|app: 0|req: 586/1312] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:16 2026] POST /v2.0/networks => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1313] 10.0.0.28 () {30 vars in 722 bytes} [Thu Apr 16 23:34:17 2026] GET /v2.0/quotas/a340b37bd37f47f8916acce73352a531/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:17.273 7 INFO neutron.services.segments.plugin [-] Segment 1d1713fc-8238-4112-84ea-078f123ea0a7 resource provider aggregate not found 2026-04-16 23:34:17.279 7 INFO neutron.services.segments.plugin [-] Segment 1d1713fc-8238-4112-84ea-078f123ea0a7 resource provider aggregate not found 2026-04-16 23:34:17.294 7 INFO neutron.services.segments.plugin [-] Segment 1d1713fc-8238-4112-84ea-078f123ea0a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d1713fc-8238-4112-84ea-078f123ea0a7 found for delete ", "request_id": "req-37a5d705-2d4a-404a-89c6-a90bb97c09de"}]} 2026-04-16 23:34:17.298 7 INFO neutron.services.segments.plugin [-] Segment 1d1713fc-8238-4112-84ea-078f123ea0a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d1713fc-8238-4112-84ea-078f123ea0a7 found for delete ", "request_id": "req-644c138a-5c87-48b1-a099-fda49f1f0d04"}]} 2026-04-16 23:34:17.301 7 INFO neutron.db.l3_hamode_db [None req-d1faac5b-569c-40e1-834d-e33e69c9e858 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] HA network 09f84d8d-7f6b-453a-ae3f-3105e207bc55 was deleted as no HA routers are present in tenant eb4ec94f8bdb4a7988326ce720bd4fe0. [pid: 7|app: 0|req: 727/1314] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:16 2026] DELETE /v2.0/routers/3b143c98-4fcf-48f7-b48c-2834eaa62fc2 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1315] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:34:17 2026] POST /v2.0/ports => generated 779 bytes in 251 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: 589/1316] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:17 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:17.550 8 INFO neutron.db.segments_db [None req-4e9826fb-efe6-4831-a20d-559f79eef361 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Added segment d1200e48-135b-447a-b514-6af5ca7bcb6a of type vxlan for network c6a9c601-61db-46d2-847d-e427b3beed6f [pid: 7|app: 0|req: 728/1317] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:17 2026] DELETE /v2.0/subnets/6dea85b4-35bc-4fb9-860d-104479f3cc2b => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1318] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:17 2026] GET /v2.0/security-groups?id=08965333-45ae-4619-8fc4-a848a2e95897&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1319] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:17 2026] POST /v2.0/networks => generated 617 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:17.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-532ae3e2-de51-4c0f-b45c-ead6cc5e1990 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: ab8f7826-4db4-49c0-9238-544688628440 2026-04-16 23:34:17.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532ae3e2-de51-4c0f-b45c-ead6cc5e1990 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: ab8f7826-4db4-49c0-9238-544688628440 [pid: 7|app: 0|req: 730/1320] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:17 2026] DELETE /v2.0/networks/1b364cdc-c3b5-413f-804e-88405151bda4 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1321] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:17 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:17.949 8 INFO neutron.db.segments_db [None req-97074dd0-2e7f-417a-a4c7-5e61dd55ccaa 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Added segment 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 of type vxlan for network 54686c2b-184f-48dc-87e8-35dd9aee0093 [pid: 7|app: 0|req: 731/1322] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:34:17 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:18.187 8 INFO neutron.db.l3_hamode_db [None req-97074dd0-2e7f-417a-a4c7-5e61dd55ccaa 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 732/1323] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:34:17 2026] POST /v2.0/ports => generated 965 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-16 23:34:18.371 7 INFO neutron_taas.services.taas.taas_plugin [req-004d443a-9908-45db-bfe6-2daaa39b5d7a req-7451ae36-2f96-4044-9066-cfb897ccb385 81d20181409a42a88f0a5bb9536561e1 459854d929a945aa9b43300f395c25b6 - - default default] TaaS: Handle Delete Port: d845d588-ff7f-4fca-af90-307110abefee 2026-04-16 23:34:18.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-004d443a-9908-45db-bfe6-2daaa39b5d7a req-7451ae36-2f96-4044-9066-cfb897ccb385 81d20181409a42a88f0a5bb9536561e1 459854d929a945aa9b43300f395c25b6 - - default default] Tap Mirror: Handle Delete Port: d845d588-ff7f-4fca-af90-307110abefee [pid: 7|app: 0|req: 733/1324] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:34:18 2026] DELETE /v2.0/ports/d845d588-ff7f-4fca-af90-307110abefee => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:18.552 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08c5f063-a6f7-45ed-a2d8-9e1e8013023f'] response: {'server_uuid': 'b8dd9297-7df6-4147-bd70-b12ecf37edac', 'name': 'network-vif-deleted', 'tag': 'd845d588-ff7f-4fca-af90-307110abefee', 'status': 'completed', 'code': 200} 2026-04-16 23:34:18.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9155dc1-dddc-42a8-938f-e3238109666c 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] TaaS: Handle Delete Port: 663fcba4-8099-4eac-ac29-d9968be5093b 2026-04-16 23:34:18.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9155dc1-dddc-42a8-938f-e3238109666c 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Tap Mirror: Handle Delete Port: 663fcba4-8099-4eac-ac29-d9968be5093b [pid: 7|app: 0|req: 734/1325] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:18 2026] DELETE /v2.0/ports/663fcba4-8099-4eac-ac29-d9968be5093b => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1326] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:18 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:18.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dae95d6e-b326-4182-a85f-88fe251ef2ca 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1327] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:18 2026] DELETE /v2.0/ports/663fcba4-8099-4eac-ac29-d9968be5093b => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:18.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84da97c3-4e59-4121-b409-7da703471ffd 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1328] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:18 2026] GET /v2.0/ports/663fcba4-8099-4eac-ac29-d9968be5093b => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:18.983 8 INFO neutron.db.l3_hamode_db [None req-97074dd0-2e7f-417a-a4c7-5e61dd55ccaa 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 738/1329] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:18 2026] DELETE /v2.0/subnets/e9b8d89b-1e61-4011-b52f-9e7c54bf5a1d => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1330] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:19 2026] DELETE /v2.0/networks/c6a9c601-61db-46d2-847d-e427b3beed6f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:19.194 7 INFO neutron.db.segments_db [None req-e84c4d69-d254-4627-b5fe-d539bf2670f9 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Added segment ab88b400-9f90-4838-a0ae-b66c3240d471 of type vxlan for network d1a3eeb2-985a-4082-9445-daaf4dd9cc9b [pid: 7|app: 0|req: 740/1331] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:19 2026] POST /v2.0/networks => generated 617 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:19.319 7 INFO neutron.services.segments.plugin [-] Segment 2a774cb3-c52b-4de3-9f5b-39e84ffd922a resource provider aggregate not found 2026-04-16 23:34:19.327 7 INFO neutron.services.segments.plugin [-] Segment 2a774cb3-c52b-4de3-9f5b-39e84ffd922a resource provider aggregate not found 2026-04-16 23:34:19.340 7 INFO neutron.services.segments.plugin [-] Segment 2a774cb3-c52b-4de3-9f5b-39e84ffd922a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a774cb3-c52b-4de3-9f5b-39e84ffd922a found for delete ", "request_id": "req-9994a21e-9cff-4323-a291-8ec9841b7d33"}]} 2026-04-16 23:34:19.347 7 INFO neutron.services.segments.plugin [-] Segment 2a774cb3-c52b-4de3-9f5b-39e84ffd922a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a774cb3-c52b-4de3-9f5b-39e84ffd922a found for delete ", "request_id": "req-f84ff28f-f526-4003-aa29-e69977de6f02"}]} 2026-04-16 23:34:19.359 7 INFO neutron.services.segments.plugin [-] Segment d1200e48-135b-447a-b514-6af5ca7bcb6a resource provider aggregate not found 2026-04-16 23:34:19.367 7 INFO neutron.services.segments.plugin [-] Segment d1200e48-135b-447a-b514-6af5ca7bcb6a resource provider aggregate not found 2026-04-16 23:34:19.374 7 INFO neutron.services.segments.plugin [-] Segment d1200e48-135b-447a-b514-6af5ca7bcb6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1200e48-135b-447a-b514-6af5ca7bcb6a found for delete ", "request_id": "req-515d0ece-1149-444f-ba63-ca3190ebaa08"}]} 2026-04-16 23:34:19.393 7 INFO neutron.services.segments.plugin [-] Segment d1200e48-135b-447a-b514-6af5ca7bcb6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1200e48-135b-447a-b514-6af5ca7bcb6a found for delete ", "request_id": "req-8d86ed32-2b14-4d5b-86b8-d2f9f0b8313a"}]} [pid: 7|app: 0|req: 741/1332] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:19 2026] POST /v2.0/subnets => generated 646 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1333] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:17 2026] POST /v2.0/routers => generated 690 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1334] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:34:19 2026] POST /v2.0/ports => generated 919 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1335] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:19 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => 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: 743/1336] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:19 2026] GET /v2.0/routers/e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => generated 696 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:20.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fbaeae4-9232-47e0-9b83-e0e8fd4a76ba 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] TaaS: Handle Delete Port: 0d806904-559b-4a0c-905d-27d491f4c906 2026-04-16 23:34:20.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fbaeae4-9232-47e0-9b83-e0e8fd4a76ba 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Tap Mirror: Handle Delete Port: 0d806904-559b-4a0c-905d-27d491f4c906 [pid: 7|app: 0|req: 744/1337] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:34:20 2026] GET /v2.0/routers => generated 699 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1338] 10.0.0.28 () {32 vars in 800 bytes} [Thu Apr 16 23:34:20 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1339] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:19 2026] DELETE /v2.0/ports/0d806904-559b-4a0c-905d-27d491f4c906 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:20.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfe41a3f-cd5e-410e-9a1c-99719adee9d5 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1340] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:20 2026] GET /v2.0/ports/0d806904-559b-4a0c-905d-27d491f4c906 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1341] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:20 2026] DELETE /v2.0/subnets/1221630d-2a17-4aae-89ba-38846e690ad5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1342] 10.0.0.28 () {30 vars in 722 bytes} [Thu Apr 16 23:34:20 2026] GET /v2.0/quotas/a340b37bd37f47f8916acce73352a531/details => generated 847 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:20.519 8 INFO neutron.services.segments.plugin [-] Segment ab88b400-9f90-4838-a0ae-b66c3240d471 resource provider aggregate not found 2026-04-16 23:34:20.526 8 INFO neutron.services.segments.plugin [-] Segment ab88b400-9f90-4838-a0ae-b66c3240d471 resource provider aggregate not found [pid: 7|app: 0|req: 746/1343] 10.0.0.214 () {34 vars in 740 bytes} [Thu Apr 16 23:34:20 2026] PUT /v2.0/routers/e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => generated 703 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:20.538 8 INFO neutron.services.segments.plugin [-] Segment ab88b400-9f90-4838-a0ae-b66c3240d471 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab88b400-9f90-4838-a0ae-b66c3240d471 found for delete ", "request_id": "req-b425342d-eb00-46b6-b5c8-ca3c35c8721c"}]} 2026-04-16 23:34:20.543 8 INFO neutron.services.segments.plugin [-] Segment ab88b400-9f90-4838-a0ae-b66c3240d471 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab88b400-9f90-4838-a0ae-b66c3240d471 found for delete ", "request_id": "req-15ece72f-aba6-4ada-845b-585a12d515ec"}]} [pid: 8|app: 0|req: 598/1344] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:20 2026] DELETE /v2.0/networks/d1a3eeb2-985a-4082-9445-daaf4dd9cc9b => 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: 747/1345] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:20 2026] GET /v2.0/routers/e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => generated 703 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1346] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:20 2026] GET /v2.0/ports?device_id=e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => 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: 599/1347] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:34:20 2026] POST /v2.0/ports => generated 779 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:20.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-2363e094-347c-4d21-a683-857991c7cb61 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: de47520a-fafa-40d8-bce3-7552e13b1560 2026-04-16 23:34:20.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2363e094-347c-4d21-a683-857991c7cb61 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: de47520a-fafa-40d8-bce3-7552e13b1560 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 600/1348] 10.0.0.214 () {34 vars in 736 bytes} [Thu Apr 16 23:34:20 2026] PUT /v2.0/ports/311f1929-8e29-45fd-803c-a597dc1b930d => generated 752 bytes in 173 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-16 23:34:21.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-2363e094-347c-4d21-a683-857991c7cb61 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] TaaS: Handle Delete Port: 3e4b1bcb-4d03-4b4a-b2a0-ee75ff766e47 2026-04-16 23:34:21.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2363e094-347c-4d21-a683-857991c7cb61 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] Tap Mirror: Handle Delete Port: 3e4b1bcb-4d03-4b4a-b2a0-ee75ff766e47 2026-04-16 23:34:21.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7bcb163-8006-48cf-adc3-9d1149fadf30 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] TaaS: Handle Delete Port: 311f1929-8e29-45fd-803c-a597dc1b930d 2026-04-16 23:34:21.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7bcb163-8006-48cf-adc3-9d1149fadf30 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Tap Mirror: Handle Delete Port: 311f1929-8e29-45fd-803c-a597dc1b930d [pid: 8|app: 0|req: 601/1349] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/ports/311f1929-8e29-45fd-803c-a597dc1b930d => 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: 602/1350] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports?device_id=b8dd9297-7df6-4147-bd70-b12ecf37edac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1351] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports => generated 782 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:21.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d5b0c6e-f4e9-4646-ab3b-777efefce189 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1352] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports/311f1929-8e29-45fd-803c-a597dc1b930d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1353] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1354] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports/8f120215-d5ee-444a-98af-edeb63f85f1b => generated 779 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:21.345 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0aa13741-6d52-4a8a-ae12-b152d41ea631 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1355] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/ports/0d806904-559b-4a0c-905d-27d491f4c906 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:21.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c1c2485-2b76-4fb8-a245-6ebeb3a01f93 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1356] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/subnets/1221630d-2a17-4aae-89ba-38846e690ad5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:21.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d3f5e03-d272-453a-ab78-1279d649247f 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1357] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/subnets/e9b8d89b-1e61-4011-b52f-9e7c54bf5a1d => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:21.398 7 INFO neutron.services.segments.plugin [-] Segment 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 resource provider aggregate not found 2026-04-16 23:34:21.409 7 INFO neutron.services.segments.plugin [-] Segment 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 resource provider aggregate not found 2026-04-16 23:34:21.416 7 INFO neutron.services.segments.plugin [-] Segment 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 found for delete ", "request_id": "req-64675ae7-5660-43d5-b64b-b7d65d591c2f"}]} 2026-04-16 23:34:21.417 7 INFO neutron.db.l3_hamode_db [None req-2363e094-347c-4d21-a683-857991c7cb61 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] HA network 54686c2b-184f-48dc-87e8-35dd9aee0093 was deleted as no HA routers are present in tenant eb4ec94f8bdb4a7988326ce720bd4fe0. 2026-04-16 23:34:21.424 7 INFO neutron.services.segments.plugin [-] Segment 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74fe6bad-f87f-4ee2-bbe3-2b2ec1172b39 found for delete ", "request_id": "req-2f44d038-16da-4f57-9eeb-3733041ffbe1"}]} [pid: 7|app: 0|req: 749/1358] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:20 2026] DELETE /v2.0/routers/e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => generated 0 bytes in 799 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1359] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports?device_id=e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:21.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-144841ae-4c40-4c30-a48a-debe88787191 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] TaaS: Handle Delete Port: 8f120215-d5ee-444a-98af-edeb63f85f1b 2026-04-16 23:34:21.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-144841ae-4c40-4c30-a48a-debe88787191 5fd20d8644f34b0181846915c51fe20b c9a16ba26dff4100beb45416e6dae1d5 - - default default] Tap Mirror: Handle Delete Port: 8f120215-d5ee-444a-98af-edeb63f85f1b 2026-04-16 23:34:21.479 7 INFO neutron.api.v2.resource [None req-db68ec8e-5cb7-484e-a52f-5be7dde93700 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1360] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/routers/e3eadde3-cf3d-42c7-9b6d-a55903e29c63 => 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: 752/1361] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports?device_id=3b143c98-4fcf-48f7-b48c-2834eaa62fc2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:21.519 7 INFO neutron.api.v2.resource [None req-30cb2c85-e6b1-43f5-9f30-39498109dafe 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1362] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/routers/3b143c98-4fcf-48f7-b48c-2834eaa62fc2 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:21.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f780d1a-5584-4351-a55e-62f37abbb94b 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1363] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/subnets/6dea85b4-35bc-4fb9-860d-104479f3cc2b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1364] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/ports/8f120215-d5ee-444a-98af-edeb63f85f1b => 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: 755/1365] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports?device_id=982556bf-e776-4f5b-a140-a778b1dd053f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:21.581 7 INFO neutron.api.v2.resource [None req-b0a8dd22-5fee-493f-b17a-e6c23b7d00db 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1366] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/routers/982556bf-e776-4f5b-a140-a778b1dd053f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:21.601 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02546226-b166-41cf-9646-b2a284f4f432 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 757/1367] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/subnets/5d02f632-4327-4711-9c67-ee73bbb62b8f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1368] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:21 2026] GET /v2.0/ports?device_id=c33af806-ad19-4a97-a568-e9818500f830 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:21.645 7 INFO neutron.api.v2.resource [None req-ec18dcd0-ed79-48d0-a4ea-e7c5d5793c61 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1369] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/routers/c33af806-ad19-4a97-a568-e9818500f830 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1370] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/networks/69afd162-2238-4089-b74b-3198fea25721 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:21.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8be7de1-f872-47b5-9bec-d68293bd8429 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1371] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/subnets/c57412c7-884e-4250-adee-f86bd3fd3aab => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:21.688 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a12dd85-4ec6-45b9-a8d4-82dfd4894269 63830dce40254b51a66d7d7ef9236e7c eb4ec94f8bdb4a7988326ce720bd4fe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1372] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:21 2026] DELETE /v2.0/subnets/aaf6ba5e-35d7-40a2-a454-4c0655f2855c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1373] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:22 2026] GET /v2.0/security-groups?tenant_id=eb4ec94f8bdb4a7988326ce720bd4fe0&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1374] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:22 2026] GET /v2.0/security-groups?tenant_id=c9a16ba26dff4100beb45416e6dae1d5&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: 762/1375] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:22 2026] DELETE /v2.0/security-groups/0ca764f8-7245-4a9a-b125-ef35d40adc82 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1376] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:22 2026] DELETE /v2.0/security-groups/6ac49274-40be-4943-83d0-c484d82459dc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:22.563 8 INFO neutron.services.segments.plugin [-] Segment 86bc2a24-b20f-417b-ac22-deca34f6c57b resource provider aggregate not found 2026-04-16 23:34:22.570 8 INFO neutron.services.segments.plugin [-] Segment 86bc2a24-b20f-417b-ac22-deca34f6c57b resource provider aggregate not found 2026-04-16 23:34:22.586 8 INFO neutron.services.segments.plugin [-] Segment 86bc2a24-b20f-417b-ac22-deca34f6c57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bc2a24-b20f-417b-ac22-deca34f6c57b found for delete ", "request_id": "req-84e02a8f-1798-4e8e-afb1-126cd0beed85"}]} 2026-04-16 23:34:22.587 8 INFO neutron.services.segments.plugin [-] Segment 86bc2a24-b20f-417b-ac22-deca34f6c57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86bc2a24-b20f-417b-ac22-deca34f6c57b found for delete ", "request_id": "req-2944063c-036f-49c1-985b-82b6800f1c6c"}]} [pid: 7|app: 0|req: 763/1377] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:23 2026] GET /v2.0/security-groups?tenant_id=a340b37bd37f47f8916acce73352a531&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1378] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:23 2026] DELETE /v2.0/security-groups/965e76e3-8fe3-4609-84a1-96a35dd8450c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:23.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc8c0fa0-0c7b-4b29-a5c7-5f223e942f61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 3031d86f-60f0-4ee1-ba94-14a4122daecb 2026-04-16 23:34:23.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc8c0fa0-0c7b-4b29-a5c7-5f223e942f61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 3031d86f-60f0-4ee1-ba94-14a4122daecb [pid: 8|app: 0|req: 615/1379] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:23 2026] PUT /v2.0/routers/a9166626-6f8f-4126-b13b-c5c09322645f/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1380] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:34:24 2026] POST /v2.0/subnetpools => generated 547 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:24.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-8781dccf-ad97-4e02-af32-59725b96e371 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 338e173d-021a-4909-9b91-518c23bae976 2026-04-16 23:34:24.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8781dccf-ad97-4e02-af32-59725b96e371 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 338e173d-021a-4909-9b91-518c23bae976 2026-04-16 23:34:24.580 7 INFO neutron.db.segments_db [None req-fd006ebb-611a-4037-abed-a2c750d56630 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 of type vxlan for network e4b17ec4-0acd-44a2-bd98-eea8412d8892 2026-04-16 23:34:24.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-8781dccf-ad97-4e02-af32-59725b96e371 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 1ac2622d-ca70-4dce-b02f-8739c6d81367 [pid: 7|app: 0|req: 766/1381] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:24 2026] POST /v2.0/networks => generated 610 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:24.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8781dccf-ad97-4e02-af32-59725b96e371 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 1ac2622d-ca70-4dce-b02f-8739c6d81367 [pid: 7|app: 0|req: 767/1382] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:34:24 2026] GET /v2.0/subnetpools/56f0a9e6-84d6-4bdc-9892-44d7c94e50c3 => generated 547 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:24.769 7 INFO neutron.db.segments_db [None req-e2b0d58f-696e-4d16-83c9-f5164ca7cfd3 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment ff05d8b7-2111-4101-9990-05e992a80daa of type vxlan for network bedba56b-a337-49fa-ad90-f01f14b12df5 [pid: 7|app: 0|req: 768/1383] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:24 2026] POST /v2.0/networks => generated 611 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1384] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:34:24 2026] PUT /v2.0/subnetpools/56f0a9e6-84d6-4bdc-9892-44d7c94e50c3 => generated 501 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:25.072 8 INFO neutron.services.segments.plugin [-] Segment 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 resource provider aggregate not found 2026-04-16 23:34:25.080 8 INFO neutron.services.segments.plugin [-] Segment 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 resource provider aggregate not found 2026-04-16 23:34:25.091 8 INFO neutron.services.segments.plugin [-] Segment 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 found for delete ", "request_id": "req-97df83fb-c021-416d-8f21-d5afb6ae421d"}]} 2026-04-16 23:34:25.098 8 INFO neutron.services.segments.plugin [-] Segment 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e2ee3e1-0023-4b3d-b1bf-b5bd5da7e3f0 found for delete ", "request_id": "req-e54c2a71-60e0-4d6b-8a89-9c91dedd129e"}]} 2026-04-16 23:34:25.128 8 INFO neutron.db.l3_hamode_db [None req-8781dccf-ad97-4e02-af32-59725b96e371 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 97c02f53-5f39-4927-82ad-2e356e1cc1af was deleted as no HA routers are present in tenant 459854d929a945aa9b43300f395c25b6. [pid: 8|app: 0|req: 616/1385] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:24 2026] DELETE /v2.0/routers/a9166626-6f8f-4126-b13b-c5c09322645f => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1386] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:25 2026] DELETE /v2.0/subnetpools/56f0a9e6-84d6-4bdc-9892-44d7c94e50c3 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1387] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:25 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:25.294 7 INFO neutron.api.v2.resource [None req-e9e2a495-abfc-4a40-a1ed-005b72ee9c9d 28671455f8a742bfa8d69cf1dc0424db 5c1e2a5783984a68b94bceaaa842bab5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1388] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:34:25 2026] GET /v2.0/subnetpools/56f0a9e6-84d6-4bdc-9892-44d7c94e50c3 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1389] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:25 2026] DELETE /v2.0/subnets/2ee0dd3e-4b22-4a2a-a26e-152326e67ba5 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:25.392 8 INFO neutron.api.v2.resource [None req-5cd6d9b4-b409-4ae9-ba60-2f1ee25249e5 28671455f8a742bfa8d69cf1dc0424db 5c1e2a5783984a68b94bceaaa842bab5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1390] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:25 2026] DELETE /v2.0/subnetpools/56f0a9e6-84d6-4bdc-9892-44d7c94e50c3 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:34:25.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fb331a7-83e7-447b-8554-10a675606d36 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: dd44fffa-373c-4ee7-a324-662c12a4415e 2026-04-16 23:34:25.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fb331a7-83e7-447b-8554-10a675606d36 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: dd44fffa-373c-4ee7-a324-662c12a4415e [pid: 7|app: 0|req: 772/1391] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:25 2026] POST /v2.0/subnets => generated 626 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:25.683 7 INFO neutron.db.segments_db [None req-b824b176-6c03-4580-91f9-5a01655b26a1 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment 356b2bb1-dc90-42ca-8f70-dc013870ba2e of type vxlan for network 1f627c57-53f1-4d49-a178-dc70ca408c9d [pid: 8|app: 0|req: 620/1392] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:25 2026] DELETE /v2.0/networks/312a85c6-1e82-4f14-b21f-684cd4b779e4 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:26.045 7 INFO neutron.db.l3_hamode_db [None req-b824b176-6c03-4580-91f9-5a01655b26a1 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:26.215 7 INFO neutron.db.l3_hamode_db [None req-b824b176-6c03-4580-91f9-5a01655b26a1 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 621/1393] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:25 2026] GET /v2.0/security-groups?tenant_id=5c1e2a5783984a68b94bceaaa842bab5&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1394] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:26 2026] GET /v2.0/security-groups?tenant_id=459854d929a945aa9b43300f395c25b6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1395] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:26 2026] DELETE /v2.0/security-groups/084beea9-af35-4d33-afd7-b063f3fe85b8 => 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: 624/1396] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:26 2026] DELETE /v2.0/security-groups/08965333-45ae-4619-8fc4-a848a2e95897 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1397] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:25 2026] POST /v2.0/routers => generated 506 bytes in 1238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:27.129 8 INFO neutron.services.segments.plugin [-] Segment 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a resource provider aggregate not found 2026-04-16 23:34:27.138 8 INFO neutron.services.segments.plugin [-] Segment 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a resource provider aggregate not found 2026-04-16 23:34:27.152 8 INFO neutron.services.segments.plugin [-] Segment 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a found for delete ", "request_id": "req-9d82d4c8-e015-4ad0-8233-579d4faec7e7"}]} 2026-04-16 23:34:27.161 8 INFO neutron.services.segments.plugin [-] Segment 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d504d54-ca8c-4a1b-a2bc-ef7a67961b6a found for delete ", "request_id": "req-8b4aae22-67f6-4eb1-bddd-7ff14bae45d2"}]} [pid: 8|app: 0|req: 625/1400] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:26 2026] PUT /v2.0/routers/7885fdb9-c7fc-401d-a1bf-bb2342df1629/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1401] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:28 2026] GET /v2.0/ports/fc8e0c4c-9c4b-42ae-b2f4-971dfc5c1ee4 => generated 955 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:28.326 7 INFO neutron.db.segments_db [None req-50eab500-05d2-4ec1-a2a5-4247fe6924ed b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Added segment e7726bf8-f4a4-49fc-bcc9-16a458678fbf of type vxlan for network 5dbdcb4b-a9b9-4599-9adb-0ba11d90a3e7 2026-04-16 23:34:28.628 7 INFO neutron.db.l3_hamode_db [None req-50eab500-05d2-4ec1-a2a5-4247fe6924ed b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:28.747 7 INFO neutron.db.l3_hamode_db [None req-50eab500-05d2-4ec1-a2a5-4247fe6924ed b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 627/1402] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:28 2026] PUT /v2.0/routers/7885fdb9-c7fc-401d-a1bf-bb2342df1629/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1403] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:29 2026] GET /v2.0/ports/82311054-c934-4782-a746-ff51efe6a1c2 => generated 955 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1404] 10.0.0.214 () {34 vars in 667 bytes} [Thu Apr 16 23:34:28 2026] POST /v2.0/routers => generated 474 bytes in 1579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:29.651 7 INFO neutron.db.l3_hamode_db [None req-d81acefa-f692-4e6f-ba6b-61d79d03df5e b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:29.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-a12a61ff-e853-4549-945e-1c233b0114ce dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 82311054-c934-4782-a746-ff51efe6a1c2 2026-04-16 23:34:29.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a12a61ff-e853-4549-945e-1c233b0114ce dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 82311054-c934-4782-a746-ff51efe6a1c2 2026-04-16 23:34:29.788 7 INFO neutron.db.l3_hamode_db [None req-d81acefa-f692-4e6f-ba6b-61d79d03df5e b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 629/1405] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:29 2026] PUT /v2.0/routers/7885fdb9-c7fc-401d-a1bf-bb2342df1629/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1406] 10.0.0.214 () {34 vars in 667 bytes} [Thu Apr 16 23:34:29 2026] POST /v2.0/routers => generated 474 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:30.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-5faaa123-6c67-40ab-857f-0a412052fe2e dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: fc8e0c4c-9c4b-42ae-b2f4-971dfc5c1ee4 2026-04-16 23:34:30.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5faaa123-6c67-40ab-857f-0a412052fe2e dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: fc8e0c4c-9c4b-42ae-b2f4-971dfc5c1ee4 2026-04-16 23:34:30.585 7 INFO neutron.db.l3_hamode_db [None req-61453d3f-f101-42a5-9920-2015c8edd06f b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:30.722 7 INFO neutron.db.l3_hamode_db [None req-61453d3f-f101-42a5-9920-2015c8edd06f b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 630/1407] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:30 2026] PUT /v2.0/routers/7885fdb9-c7fc-401d-a1bf-bb2342df1629/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1408] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:30 2026] GET /v2.0/ports?device_id=7885fdb9-c7fc-401d-a1bf-bb2342df1629 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:31.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-e56eb466-2cca-45ae-b1b8-c569653aa2c3 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 66d7dd24-ee05-40b8-b520-d59bdb732c15 2026-04-16 23:34:31.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e56eb466-2cca-45ae-b1b8-c569653aa2c3 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 66d7dd24-ee05-40b8-b520-d59bdb732c15 [pid: 7|app: 0|req: 778/1409] 10.0.0.214 () {34 vars in 667 bytes} [Thu Apr 16 23:34:30 2026] POST /v2.0/routers => generated 474 bytes in 973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:31.521 8 INFO neutron.services.segments.plugin [-] Segment 356b2bb1-dc90-42ca-8f70-dc013870ba2e resource provider aggregate not found 2026-04-16 23:34:31.526 8 INFO neutron.services.segments.plugin [-] Segment 356b2bb1-dc90-42ca-8f70-dc013870ba2e resource provider aggregate not found 2026-04-16 23:34:31.540 8 INFO neutron.services.segments.plugin [-] Segment 356b2bb1-dc90-42ca-8f70-dc013870ba2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356b2bb1-dc90-42ca-8f70-dc013870ba2e found for delete ", "request_id": "req-874fa3b5-772f-4263-b291-a443a2362569"}]} 2026-04-16 23:34:31.541 8 INFO neutron.services.segments.plugin [-] Segment 356b2bb1-dc90-42ca-8f70-dc013870ba2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356b2bb1-dc90-42ca-8f70-dc013870ba2e found for delete ", "request_id": "req-f24a80d8-5921-46df-86cb-376e2ae5c5dd"}]} 2026-04-16 23:34:31.631 8 INFO neutron.db.l3_hamode_db [None req-e56eb466-2cca-45ae-b1b8-c569653aa2c3 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] HA network 1f627c57-53f1-4d49-a178-dc70ca408c9d was deleted as no HA routers are present in tenant d00f1b9152944ba2bfe8bb5622983295. [pid: 8|app: 0|req: 632/1410] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:31 2026] DELETE /v2.0/routers/7885fdb9-c7fc-401d-a1bf-bb2342df1629 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:31.801 8 INFO neutron.db.l3_hamode_db [None req-59c25c9b-5e8f-4f05-916e-bbdf97886438 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:31.916 7 INFO neutron.db.segments_db [None req-6d0580e2-eb7a-448d-9766-08d0980ce7ef 1a406cbbd6e6458887c5cd655da157f5 f8883a7076cc41f782b8b72348178bfe - - default default] Added segment b52d49b3-c030-417d-acd6-c283b722b175 of type vxlan for network cea7cd90-a2d9-42bd-b565-287abc4f4102 2026-04-16 23:34:31.960 8 INFO neutron.db.l3_hamode_db [None req-59c25c9b-5e8f-4f05-916e-bbdf97886438 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 779/1411] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:31 2026] POST /v2.0/networks => generated 613 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1412] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:32 2026] DELETE /v2.0/subnets/001df19e-c633-49b3-b5bf-7966b35ccfbf => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:32.385 7 INFO neutron.db.segments_db [None req-302c264a-bcbf-4126-bd0c-66bd6a936f27 1a406cbbd6e6458887c5cd655da157f5 f8883a7076cc41f782b8b72348178bfe - - default default] Added segment aad21489-901e-4b3d-8cc5-1812a8ca3c93 of type vxlan for network 96506963-0acc-4513-980a-cb4e7a69ba08 [pid: 7|app: 0|req: 781/1413] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:32 2026] POST /v2.0/networks => generated 612 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1414] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:32 2026] DELETE /v2.0/subnets/0d4a54d9-464f-4117-b872-04245e723128 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1415] 10.0.0.214 () {34 vars in 667 bytes} [Thu Apr 16 23:34:31 2026] POST /v2.0/routers => generated 474 bytes in 1103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:32.786 7 INFO neutron.db.segments_db [None req-e025c613-1551-46f1-bc49-c7cb95792200 1a406cbbd6e6458887c5cd655da157f5 f8883a7076cc41f782b8b72348178bfe - - default default] Added segment 091eca13-55ca-4fa1-b405-8eb455c35d56 of type vxlan for network b9ef6695-e29a-4032-8085-afc5562d0612 2026-04-16 23:34:32.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-527b9ff4-6c4a-4109-b9f4-d6775ef20463 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 77005af8-8e1c-4e9a-b885-dd61eaa3c288 2026-04-16 23:34:32.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-527b9ff4-6c4a-4109-b9f4-d6775ef20463 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 77005af8-8e1c-4e9a-b885-dd61eaa3c288 [pid: 7|app: 0|req: 783/1416] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:32 2026] POST /v2.0/networks => generated 612 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:32.958 7 INFO neutron.db.l3_hamode_db [None req-bead78ed-2ecd-486a-9c0b-5e867750b719 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1417] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:32 2026] DELETE /v2.0/networks/bedba56b-a337-49fa-ad90-f01f14b12df5 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:33.087 8 INFO neutron.db.segments_db [None req-e649e5fd-74b9-4b90-a924-e799043eec4b 1a406cbbd6e6458887c5cd655da157f5 f8883a7076cc41f782b8b72348178bfe - - default default] Added segment 5d518f6e-8206-4f82-b4d2-244e3028c7dc of type vxlan for network b600d1e0-00b3-493c-9f18-0311897a406e 2026-04-16 23:34:33.088 7 INFO neutron.db.l3_hamode_db [None req-bead78ed-2ecd-486a-9c0b-5e867750b719 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 635/1418] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:33 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1419] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:33 2026] DELETE /v2.0/networks/e4b17ec4-0acd-44a2-bd98-eea8412d8892 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:33.377 8 INFO neutron.db.segments_db [None req-c0c88bde-0bd9-4e59-b55f-91a3326aff9f 1a406cbbd6e6458887c5cd655da157f5 f8883a7076cc41f782b8b72348178bfe - - default default] Added segment 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 of type vxlan for network 053aae74-3809-4eaf-b9a1-deab63a79e68 [pid: 8|app: 0|req: 637/1420] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:33 2026] POST /v2.0/networks => generated 612 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:33.562 8 INFO neutron.services.segments.plugin [-] Segment ff05d8b7-2111-4101-9990-05e992a80daa resource provider aggregate not found 2026-04-16 23:34:33.565 8 INFO neutron.services.segments.plugin [-] Segment ff05d8b7-2111-4101-9990-05e992a80daa resource provider aggregate not found 2026-04-16 23:34:33.578 8 INFO neutron.services.segments.plugin [-] Segment ff05d8b7-2111-4101-9990-05e992a80daa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff05d8b7-2111-4101-9990-05e992a80daa found for delete ", "request_id": "req-e8a0705c-ce05-4e0e-8a3c-108307acc2b3"}]} 2026-04-16 23:34:33.581 8 INFO neutron.services.segments.plugin [-] Segment ff05d8b7-2111-4101-9990-05e992a80daa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff05d8b7-2111-4101-9990-05e992a80daa found for delete ", "request_id": "req-b01948ca-9a57-48f0-af12-f92386057871"}]} 2026-04-16 23:34:33.632 8 INFO neutron.services.segments.plugin [-] Segment 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 resource provider aggregate not found 2026-04-16 23:34:33.669 8 INFO neutron.services.segments.plugin [-] Segment 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 resource provider aggregate not found 2026-04-16 23:34:33.674 8 INFO neutron.services.segments.plugin [-] Segment 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 found for delete ", "request_id": "req-7b5a0c9c-9b8e-4d66-ac34-3690168d919a"}]} 2026-04-16 23:34:33.685 8 INFO neutron.services.segments.plugin [-] Segment 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5efca3dd-e621-4fc4-bdfa-c3e473f5e558 found for delete ", "request_id": "req-4002c72a-e79e-4df8-8c40-c65ba049f5b0"}]} 2026-04-16 23:34:33.702 8 INFO neutron.db.segments_db [None req-01d926aa-8aca-4d10-8e5c-6e649cd77037 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment 00ba5132-272f-4411-a060-27b0640bd064 of type vxlan for network 9f0a57e1-2e8c-47d6-8a76-0bb31df1d0e0 [pid: 8|app: 0|req: 638/1421] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:33 2026] POST /v2.0/networks => generated 610 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1422] 10.0.0.214 () {34 vars in 667 bytes} [Thu Apr 16 23:34:32 2026] POST /v2.0/routers => generated 474 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1423] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:34:33 2026] PUT /v2.0/networks/cea7cd90-a2d9-42bd-b565-287abc4f4102/tags => generated 17 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1424] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:34:33 2026] PUT /v2.0/routers/06cd9e67-3c6b-472e-96fa-78322094d265/tags => generated 17 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1425] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:34:34 2026] PUT /v2.0/networks/96506963-0acc-4513-980a-cb4e7a69ba08/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1426] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:34:34 2026] PUT /v2.0/routers/07791c7f-c1ed-45a2-b6c6-1e70e43fdb63/tags => generated 25 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1427] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:33 2026] POST /v2.0/subnets => generated 626 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1428] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:34:34 2026] PUT /v2.0/networks/b9ef6695-e29a-4032-8085-afc5562d0612/tags => generated 34 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1429] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:34:34 2026] PUT /v2.0/routers/f8d48599-3791-486a-bf93-85095d8fb9c6/tags => generated 34 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:34.631 8 INFO neutron.db.segments_db [None req-14d46fdd-9d94-4fb3-b08a-c12f52eb30f4 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment f499acbe-0219-4b1d-9795-45faa610d2ee of type vxlan for network 1d7f7058-d507-48e9-83a1-b779852d6892 [pid: 7|app: 0|req: 787/1430] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:34:34 2026] PUT /v2.0/networks/b600d1e0-00b3-493c-9f18-0311897a406e/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1431] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:34:34 2026] PUT /v2.0/routers/1a725192-7253-43bd-adf7-0efd6edf655b/tags => generated 19 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1432] 10.0.0.214 () {32 vars in 665 bytes} [Thu Apr 16 23:34:34 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1433] 10.0.0.214 () {32 vars in 663 bytes} [Thu Apr 16 23:34:34 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:35.029 8 INFO neutron.db.l3_hamode_db [None req-14d46fdd-9d94-4fb3-b08a-c12f52eb30f4 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1434] 10.0.0.214 () {32 vars in 679 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1435] 10.0.0.214 () {32 vars in 677 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:35.132 8 INFO neutron.db.l3_hamode_db [None req-14d46fdd-9d94-4fb3-b08a-c12f52eb30f4 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 793/1436] 10.0.0.214 () {32 vars in 675 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1437] 10.0.0.214 () {32 vars in 673 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1438] 10.0.0.214 () {32 vars in 687 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1439] 10.0.0.214 () {32 vars in 685 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1440] 10.0.0.214 () {32 vars in 673 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/networks?not-tags=red => generated 1858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1441] 10.0.0.214 () {32 vars in 671 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1442] 10.0.0.214 () {32 vars in 687 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2465 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1443] 10.0.0.214 () {32 vars in 685 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1444] 10.0.0.214 () {32 vars in 683 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/networks?not-tags-any=blue => generated 2465 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1445] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:34:35 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1446] 10.0.0.214 () {32 vars in 695 bytes} [Thu Apr 16 23:34:36 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1447] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:34 2026] POST /v2.0/routers => generated 507 bytes in 1637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1448] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:34:36 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:36.323 8 INFO neutron.services.segments.plugin [-] Segment b52d49b3-c030-417d-acd6-c283b722b175 resource provider aggregate not found 2026-04-16 23:34:36.331 8 INFO neutron.services.segments.plugin [-] Segment b52d49b3-c030-417d-acd6-c283b722b175 resource provider aggregate not found 2026-04-16 23:34:36.348 8 INFO neutron.services.segments.plugin [-] Segment b52d49b3-c030-417d-acd6-c283b722b175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b52d49b3-c030-417d-acd6-c283b722b175 found for delete ", "request_id": "req-8f75fcb6-baf6-415d-87ef-7c96f88d6452"}]} [pid: 8|app: 0|req: 645/1449] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:36 2026] DELETE /v2.0/networks/cea7cd90-a2d9-42bd-b565-287abc4f4102 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:36.358 8 INFO neutron.services.segments.plugin [-] Segment b52d49b3-c030-417d-acd6-c283b722b175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b52d49b3-c030-417d-acd6-c283b722b175 found for delete ", "request_id": "req-27cdcd54-4efb-4a4e-872e-2397cb1f3198"}]} [pid: 8|app: 0|req: 646/1450] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:36 2026] GET /v2.0/routers/06cd9e67-3c6b-472e-96fa-78322094d265 => generated 485 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1451] 10.0.0.214 () {34 vars in 664 bytes} [Thu Apr 16 23:34:36 2026] POST /v2.0/ports => generated 948 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 647/1452] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:36 2026] DELETE /v2.0/networks/96506963-0acc-4513-980a-cb4e7a69ba08 => 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: 806/1453] 10.0.0.214 () {34 vars in 741 bytes} [Thu Apr 16 23:34:36 2026] PUT /v2.0/routers/06cd9e67-3c6b-472e-96fa-78322094d265 => generated 485 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:37.233 7 INFO neutron.services.segments.plugin [-] Segment 091eca13-55ca-4fa1-b405-8eb455c35d56 resource provider aggregate not found 2026-04-16 23:34:37.241 7 INFO neutron.services.segments.plugin [-] Segment 091eca13-55ca-4fa1-b405-8eb455c35d56 resource provider aggregate not found 2026-04-16 23:34:37.255 7 INFO neutron.services.segments.plugin [-] Segment 091eca13-55ca-4fa1-b405-8eb455c35d56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 091eca13-55ca-4fa1-b405-8eb455c35d56 found for delete ", "request_id": "req-4524f111-4c85-4471-bee1-4cab84c39d1a"}]} 2026-04-16 23:34:37.260 7 INFO neutron.services.segments.plugin [-] Segment 091eca13-55ca-4fa1-b405-8eb455c35d56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 091eca13-55ca-4fa1-b405-8eb455c35d56 found for delete ", "request_id": "req-c4749b01-6691-4856-bad3-52f98b39ea38"}]} [pid: 7|app: 0|req: 807/1454] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:37 2026] DELETE /v2.0/networks/b9ef6695-e29a-4032-8085-afc5562d0612 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1455] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:37 2026] GET /v2.0/ports?device_id=06cd9e67-3c6b-472e-96fa-78322094d265 => 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: 809/1456] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:37 2026] DELETE /v2.0/networks/b600d1e0-00b3-493c-9f18-0311897a406e => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:37.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b43879b-fe6e-4e41-980f-1a68eae15c69 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] TaaS: Handle Delete Port: 6746b02a-b1eb-452b-937e-67e73a181698 2026-04-16 23:34:37.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b43879b-fe6e-4e41-980f-1a68eae15c69 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Tap Mirror: Handle Delete Port: 6746b02a-b1eb-452b-937e-67e73a181698 [pid: 8|app: 0|req: 648/1457] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:36 2026] PUT /v2.0/routers/16d85444-5d1c-4fb3-8e31-97ab1d79a575/add_router_interface => generated 309 bytes in 1288 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: 649/1458] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:37 2026] DELETE /v2.0/networks/053aae74-3809-4eaf-b9a1-deab63a79e68 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1459] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:37 2026] GET /v2.0/ports/5000b381-bb6d-4e10-b52d-30b52d798406 => generated 1022 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1460] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:37 2026] DELETE /v2.0/routers/06cd9e67-3c6b-472e-96fa-78322094d265 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1461] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:38 2026] GET /v2.0/routers/07791c7f-c1ed-45a2-b6c6-1e70e43fdb63 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:38.367 8 INFO neutron.services.segments.plugin [-] Segment aad21489-901e-4b3d-8cc5-1812a8ca3c93 resource provider aggregate not found 2026-04-16 23:34:38.402 8 INFO neutron.services.segments.plugin [-] Segment aad21489-901e-4b3d-8cc5-1812a8ca3c93 resource provider aggregate not found 2026-04-16 23:34:38.430 8 INFO neutron.services.segments.plugin [-] Segment aad21489-901e-4b3d-8cc5-1812a8ca3c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aad21489-901e-4b3d-8cc5-1812a8ca3c93 found for delete ", "request_id": "req-ce9f6074-eafd-4c6f-b7ed-b0fb7f287953"}]} 2026-04-16 23:34:38.430 8 INFO neutron.services.segments.plugin [-] Segment aad21489-901e-4b3d-8cc5-1812a8ca3c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aad21489-901e-4b3d-8cc5-1812a8ca3c93 found for delete ", "request_id": "req-1e570292-e36d-4c60-bd4f-a877e4fdee43"}]} 2026-04-16 23:34:38.482 8 INFO neutron.services.segments.plugin [-] Segment 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 resource provider aggregate not found 2026-04-16 23:34:38.503 8 INFO neutron.services.segments.plugin [-] Segment 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 resource provider aggregate not found 2026-04-16 23:34:38.515 8 INFO neutron.services.segments.plugin [-] Segment 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 found for delete ", "request_id": "req-d46b153b-9ca4-4fd0-bfae-179f68e5e19c"}]} 2026-04-16 23:34:38.534 8 INFO neutron.services.segments.plugin [-] Segment 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22bb689b-b5c2-4e05-b89a-3d109fd0b3a1 found for delete ", "request_id": "req-012b70e4-2288-4f2b-912a-f30c1d07a7c6"}]} 2026-04-16 23:34:38.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-4036ec53-31f1-435d-bf24-75da550831bb dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 5000b381-bb6d-4e10-b52d-30b52d798406 2026-04-16 23:34:38.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4036ec53-31f1-435d-bf24-75da550831bb dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 5000b381-bb6d-4e10-b52d-30b52d798406 [pid: 7|app: 0|req: 812/1462] 10.0.0.214 () {34 vars in 741 bytes} [Thu Apr 16 23:34:38 2026] PUT /v2.0/routers/07791c7f-c1ed-45a2-b6c6-1e70e43fdb63 => generated 493 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1463] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:38 2026] GET /v2.0/security-groups?tenant_id=7d06cc7a048e452fad611403df0b6469&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1464] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:39 2026] GET /v2.0/ports?device_id=07791c7f-c1ed-45a2-b6c6-1e70e43fdb63 => 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: 651/1465] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:38 2026] PUT /v2.0/routers/16d85444-5d1c-4fb3-8e31-97ab1d79a575/remove_router_interface => generated 309 bytes in 1010 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: 815/1466] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:39 2026] DELETE /v2.0/security-groups/8593244b-810c-418b-8fd3-15661a1aa6ee => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:39.288 7 INFO neutron.services.segments.plugin [-] Segment 5d518f6e-8206-4f82-b4d2-244e3028c7dc resource provider aggregate not found 2026-04-16 23:34:39.295 7 INFO neutron.services.segments.plugin [-] Segment 5d518f6e-8206-4f82-b4d2-244e3028c7dc resource provider aggregate not found 2026-04-16 23:34:39.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-b08549cb-51df-47e2-9913-14e0cfb849ce b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] TaaS: Handle Delete Port: d86cd657-f144-4763-bb0b-05b35f30ad0d 2026-04-16 23:34:39.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b08549cb-51df-47e2-9913-14e0cfb849ce b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Tap Mirror: Handle Delete Port: d86cd657-f144-4763-bb0b-05b35f30ad0d 2026-04-16 23:34:39.326 7 INFO neutron.services.segments.plugin [-] Segment 5d518f6e-8206-4f82-b4d2-244e3028c7dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d518f6e-8206-4f82-b4d2-244e3028c7dc found for delete ", "request_id": "req-46079928-d321-4ca2-8867-faee5addd747"}]} 2026-04-16 23:34:39.327 7 INFO neutron.services.segments.plugin [-] Segment 5d518f6e-8206-4f82-b4d2-244e3028c7dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d518f6e-8206-4f82-b4d2-244e3028c7dc found for delete ", "request_id": "req-47dd3798-abd5-442f-ade3-ecd90577c6a8"}]} [pid: 7|app: 0|req: 816/1467] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:39 2026] GET /v2.0/security-groups?tenant_id=f8883a7076cc41f782b8b72348178bfe&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:39.480 7 INFO neutron.api.v2.resource [None req-33b1f6b2-ac6f-4149-a756-f8a337b079a4 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1468] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:39 2026] PUT /v2.0/routers/16d85444-5d1c-4fb3-8e31-97ab1d79a575/remove_router_interface => generated 197 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1469] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:39 2026] DELETE /v2.0/routers/07791c7f-c1ed-45a2-b6c6-1e70e43fdb63 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1470] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:39 2026] DELETE /v2.0/security-groups/c959810a-c33b-43cd-a919-9b6309727daa => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1471] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:39 2026] GET /v2.0/ports?device_id=16d85444-5d1c-4fb3-8e31-97ab1d79a575 => 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: 819/1472] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:39 2026] GET /v2.0/routers/f8d48599-3791-486a-bf93-85095d8fb9c6 => generated 502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:39.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f52bf19-b5fa-481c-aef2-fd54970aa47b dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: d8549819-daf9-48c8-b29b-43c704be065b 2026-04-16 23:34:39.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f52bf19-b5fa-481c-aef2-fd54970aa47b dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: d8549819-daf9-48c8-b29b-43c704be065b [pid: 7|app: 0|req: 820/1473] 10.0.0.214 () {34 vars in 741 bytes} [Thu Apr 16 23:34:39 2026] PUT /v2.0/routers/f8d48599-3791-486a-bf93-85095d8fb9c6 => generated 502 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:40.312 8 INFO neutron.db.l3_hamode_db [None req-1f52bf19-b5fa-481c-aef2-fd54970aa47b dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] HA network 1d7f7058-d507-48e9-83a1-b779852d6892 was deleted as no HA routers are present in tenant d00f1b9152944ba2bfe8bb5622983295. [pid: 8|app: 0|req: 654/1474] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:39 2026] DELETE /v2.0/routers/16d85444-5d1c-4fb3-8e31-97ab1d79a575 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1475] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:40 2026] GET /v2.0/ports?device_id=f8d48599-3791-486a-bf93-85095d8fb9c6 => 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: 821/1476] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:40 2026] GET /v2.0/security-groups?tenant_id=6514a22176ff40c18cef28bb6e08ac96&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:40.533 8 INFO neutron.services.segments.plugin [-] Segment f499acbe-0219-4b1d-9795-45faa610d2ee resource provider aggregate not found 2026-04-16 23:34:40.557 8 INFO neutron.services.segments.plugin [-] Segment f499acbe-0219-4b1d-9795-45faa610d2ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f499acbe-0219-4b1d-9795-45faa610d2ee found for delete ", "request_id": "req-00870a0e-5568-4683-a661-caacdadd39d1"}]} 2026-04-16 23:34:40.559 8 INFO neutron.services.segments.plugin [-] Segment f499acbe-0219-4b1d-9795-45faa610d2ee resource provider aggregate not found 2026-04-16 23:34:40.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ef78d2a-b807-443b-8799-e306cba9db84 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] TaaS: Handle Delete Port: 3335d2d5-649d-472b-8d65-eb15b6cd8a7f 2026-04-16 23:34:40.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ef78d2a-b807-443b-8799-e306cba9db84 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Tap Mirror: Handle Delete Port: 3335d2d5-649d-472b-8d65-eb15b6cd8a7f [pid: 8|app: 0|req: 656/1477] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:40 2026] DELETE /v2.0/subnets/c705eb44-e3b2-4926-a17d-3dbdf2ccc937 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:40.582 8 INFO neutron.services.segments.plugin [-] Segment f499acbe-0219-4b1d-9795-45faa610d2ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f499acbe-0219-4b1d-9795-45faa610d2ee found for delete ", "request_id": "req-a63fb1c9-7fb4-4746-b456-d4f84dc35fde"}]} [pid: 8|app: 0|req: 657/1478] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:40 2026] DELETE /v2.0/security-groups/fbbb27fe-59d4-4611-bb17-117a378fa86f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1479] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:40 2026] DELETE /v2.0/routers/f8d48599-3791-486a-bf93-85095d8fb9c6 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:40.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd32b913-4101-4066-b9a2-b6292ef7d412 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 2ce99c10-bf2c-41ba-b6b4-a559849b380e 2026-04-16 23:34:40.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd32b913-4101-4066-b9a2-b6292ef7d412 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 2ce99c10-bf2c-41ba-b6b4-a559849b380e [pid: 7|app: 0|req: 823/1480] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:40 2026] GET /v2.0/routers/1a725192-7253-43bd-adf7-0efd6edf655b => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1481] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:40 2026] DELETE /v2.0/networks/9f0a57e1-2e8c-47d6-8a76-0bb31df1d0e0 => 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: 659/1482] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:40 2026] GET /v2.0/security-groups?tenant_id=88bfd1bf2ac34f378c7fc150f1919d31&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:41.177 8 INFO neutron.db.segments_db [None req-2a3758b9-1f52-4a22-9714-54c2f2f6eb29 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd of type vxlan for network 6fb9ea46-36d6-44c7-84a8-a2beedef8a81 [pid: 8|app: 0|req: 660/1483] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:41 2026] POST /v2.0/networks => generated 611 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1484] 10.0.0.214 () {34 vars in 741 bytes} [Thu Apr 16 23:34:40 2026] PUT /v2.0/routers/1a725192-7253-43bd-adf7-0efd6edf655b => generated 487 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1485] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:41 2026] DELETE /v2.0/security-groups/ad30c126-401f-4c44-913d-7a853fc64e59 => 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: 662/1486] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:41 2026] GET /v2.0/ports?device_id=1a725192-7253-43bd-adf7-0efd6edf655b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:41.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-16bbcd39-91c4-46da-b129-5ba1b9cecd4f b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] TaaS: Handle Delete Port: effcd41e-45e4-45c5-ab44-902f209ae542 2026-04-16 23:34:41.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16bbcd39-91c4-46da-b129-5ba1b9cecd4f b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Tap Mirror: Handle Delete Port: effcd41e-45e4-45c5-ab44-902f209ae542 [pid: 8|app: 0|req: 663/1487] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:41 2026] DELETE /v2.0/routers/1a725192-7253-43bd-adf7-0efd6edf655b => generated 0 bytes in 456 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1488] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:41 2026] GET /v2.0/routers/f62528ea-9358-4044-9330-f56610a1295a => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1489] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:41 2026] POST /v2.0/subnets => generated 626 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:42.248 7 INFO neutron.db.segments_db [None req-6c95126e-0719-4263-b144-40bc5e3e7f5e dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment 156b64f5-b080-4f96-9b13-7331ec63313e of type vxlan for network 6d89f477-e008-4a79-9e29-82fefaa0dd34 [pid: 8|app: 0|req: 665/1490] 10.0.0.214 () {34 vars in 741 bytes} [Thu Apr 16 23:34:41 2026] PUT /v2.0/routers/f62528ea-9358-4044-9330-f56610a1295a => generated 480 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1493] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:42 2026] GET /v2.0/ports?device_id=f62528ea-9358-4044-9330-f56610a1295a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:42.591 8 INFO neutron.services.segments.plugin [-] Segment 00ba5132-272f-4411-a060-27b0640bd064 resource provider aggregate not found 2026-04-16 23:34:42.608 8 INFO neutron.services.segments.plugin [-] Segment 00ba5132-272f-4411-a060-27b0640bd064 resource provider aggregate not found 2026-04-16 23:34:42.617 8 INFO neutron.services.segments.plugin [-] Segment 00ba5132-272f-4411-a060-27b0640bd064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ba5132-272f-4411-a060-27b0640bd064 found for delete ", "request_id": "req-89f7fc13-913e-48e8-8373-86143632f4ee"}]} 2026-04-16 23:34:42.632 8 INFO neutron.services.segments.plugin [-] Segment 00ba5132-272f-4411-a060-27b0640bd064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ba5132-272f-4411-a060-27b0640bd064 found for delete ", "request_id": "req-9904f5ba-98ba-4286-bf29-cecb6711c8bc"}]} 2026-04-16 23:34:42.652 7 INFO neutron.db.l3_hamode_db [None req-6c95126e-0719-4263-b144-40bc5e3e7f5e dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:42.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-48930aa0-02cf-415d-b28e-1afc05b8c6a8 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] TaaS: Handle Delete Port: 90f499f7-39b6-4a89-ac78-5957cfd64b72 2026-04-16 23:34:42.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48930aa0-02cf-415d-b28e-1afc05b8c6a8 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] Tap Mirror: Handle Delete Port: 90f499f7-39b6-4a89-ac78-5957cfd64b72 2026-04-16 23:34:42.812 7 INFO neutron.db.l3_hamode_db [None req-6c95126e-0719-4263-b144-40bc5e3e7f5e dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:43.203 8 INFO neutron.db.l3_hamode_db [None req-48930aa0-02cf-415d-b28e-1afc05b8c6a8 b99c266adfc649d7ab8b7b3aa1b8e185 1da577f240bb43d382ff1da0ef3286de - - default default] HA network 5dbdcb4b-a9b9-4599-9adb-0ba11d90a3e7 was deleted as no HA routers are present in tenant 1da577f240bb43d382ff1da0ef3286de. [pid: 8|app: 0|req: 669/1494] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:42 2026] DELETE /v2.0/routers/f62528ea-9358-4044-9330-f56610a1295a => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:43.534 8 INFO neutron.db.segments_db [None req-2a5b437e-08d3-4cc8-818a-164ed9d52d9a ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Added segment 78f0afcf-e05d-4b43-a233-6b01b9a75b9b of type vxlan for network 347d05d6-71bb-4084-8db9-b60a58979683 [pid: 8|app: 0|req: 670/1495] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:34:43 2026] POST /v2.0/networks => generated 613 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1496] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:42 2026] POST /v2.0/routers => generated 507 bytes in 1555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:43.765 8 INFO neutron.db.segments_db [None req-98f976e6-2ead-4cd5-8d9f-9bcf6bce6e7f ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Added segment cb0e3c3f-833f-4e93-878c-f2f09fded7f7 of type vxlan for network 247e5c52-d7f8-4f93-a0fc-183027f6ebd5 2026-04-16 23:34:44.099 8 INFO neutron.db.l3_hamode_db [None req-98f976e6-2ead-4cd5-8d9f-9bcf6bce6e7f ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:34:44.642 8 INFO neutron.services.segments.plugin [-] Segment e7726bf8-f4a4-49fc-bcc9-16a458678fbf resource provider aggregate not found 2026-04-16 23:34:44.653 8 INFO neutron.services.segments.plugin [-] Segment e7726bf8-f4a4-49fc-bcc9-16a458678fbf resource provider aggregate not found 2026-04-16 23:34:44.660 8 INFO neutron.services.segments.plugin [-] Segment e7726bf8-f4a4-49fc-bcc9-16a458678fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7726bf8-f4a4-49fc-bcc9-16a458678fbf found for delete ", "request_id": "req-3af18229-5350-4fb1-a5c4-23a958962d21"}]} 2026-04-16 23:34:44.670 8 INFO neutron.services.segments.plugin [-] Segment e7726bf8-f4a4-49fc-bcc9-16a458678fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7726bf8-f4a4-49fc-bcc9-16a458678fbf found for delete ", "request_id": "req-6370d728-6ba6-43ab-9615-224770a3b212"}]} [pid: 7|app: 0|req: 827/1497] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:43 2026] PUT /v2.0/routers/652f3759-c889-4a59-8946-c11da4a44290/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:44.954 8 INFO neutron.db.l3_hamode_db [None req-98f976e6-2ead-4cd5-8d9f-9bcf6bce6e7f ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1498] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:44 2026] GET /v2.0/security-groups?tenant_id=1da577f240bb43d382ff1da0ef3286de&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1499] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:34:45 2026] GET /v2.0/ports/78170bc9-a2f7-4035-bc0c-9560cee7aa99 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1500] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:45 2026] DELETE /v2.0/security-groups/d1f8ac40-e222-49f5-a831-cac2eb7b0f60 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:45.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2ed4128-cf89-4ec2-814d-89130193ec88 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 78170bc9-a2f7-4035-bc0c-9560cee7aa99 2026-04-16 23:34:45.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2ed4128-cf89-4ec2-814d-89130193ec88 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 78170bc9-a2f7-4035-bc0c-9560cee7aa99 [pid: 8|app: 0|req: 671/1501] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:43 2026] POST /v2.0/routers => generated 694 bytes in 2321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1502] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:34:45 2026] PUT /v2.0/routers/652f3759-c889-4a59-8946-c11da4a44290/remove_router_interface => generated 309 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1503] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:46 2026] GET /v2.0/security-groups?tenant_id=7b22b0bbff4c49108d56989b9bd88a19&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1504] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:46 2026] GET /v2.0/ports?device_id=652f3759-c889-4a59-8946-c11da4a44290 => 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: 832/1505] 10.0.0.214 () {32 vars in 775 bytes} [Thu Apr 16 23:34:46 2026] GET /v2.0/subnets?project_id=b828117800c848a5805eefd05bd37244&cidr=10.100.0.0%2F28 => generated 14 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1506] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:46 2026] DELETE /v2.0/security-groups/a961831f-5086-40ad-b931-163b6f2e8693 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1507] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:34:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:46.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-af1a94ab-6c16-410d-b0d6-a2446985a411 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 4e2f4d48-0fe6-4a27-aa65-29e4444e6068 2026-04-16 23:34:46.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af1a94ab-6c16-410d-b0d6-a2446985a411 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 4e2f4d48-0fe6-4a27-aa65-29e4444e6068 2026-04-16 23:34:46.691 8 INFO neutron.db.segments_db [None req-0eca3b0f-ad07-422b-bde3-fe394c764198 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Added segment ad32dace-6b78-4981-b8c7-647dcefb540a of type vxlan for network b1d45873-5b57-41bb-b9bc-c165f2c8110c [pid: 8|app: 0|req: 676/1508] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:46 2026] POST /v2.0/networks => generated 613 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1509] 10.0.0.214 () {32 vars in 783 bytes} [Thu Apr 16 23:34:46 2026] GET /v2.0/subnets?network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd&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) 2026-04-16 23:34:46.860 7 INFO neutron.services.segments.plugin [-] Segment 156b64f5-b080-4f96-9b13-7331ec63313e resource provider aggregate not found 2026-04-16 23:34:46.875 7 INFO neutron.services.segments.plugin [-] Segment 156b64f5-b080-4f96-9b13-7331ec63313e resource provider aggregate not found 2026-04-16 23:34:46.880 7 INFO neutron.services.segments.plugin [-] Segment 156b64f5-b080-4f96-9b13-7331ec63313e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 156b64f5-b080-4f96-9b13-7331ec63313e found for delete ", "request_id": "req-81bca267-9baa-4b85-8516-49b0c0b85631"}]} 2026-04-16 23:34:46.893 7 INFO neutron.services.segments.plugin [-] Segment 156b64f5-b080-4f96-9b13-7331ec63313e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 156b64f5-b080-4f96-9b13-7331ec63313e found for delete ", "request_id": "req-fee5ba5d-7d06-4df7-a78e-6a7f422ea772"}]} 2026-04-16 23:34:46.895 7 INFO neutron.db.l3_hamode_db [None req-af1a94ab-6c16-410d-b0d6-a2446985a411 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] HA network 6d89f477-e008-4a79-9e29-82fefaa0dd34 was deleted as no HA routers are present in tenant d00f1b9152944ba2bfe8bb5622983295. [pid: 7|app: 0|req: 833/1510] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:46 2026] DELETE /v2.0/routers/652f3759-c889-4a59-8946-c11da4a44290 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1511] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:46 2026] GET /v2.0/security-groups?tenant_id=1ffeb841987f41bf8e6675f10d722d43&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1512] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:34:46 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 679/1513] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:46 2026] POST /v2.0/subnets => generated 657 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1514] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:47 2026] DELETE /v2.0/security-groups/363cad51-c4cc-47c6-b875-786c515792ed => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:47.397 8 INFO neutron.db.segments_db [None req-0e5448aa-535b-414e-aa13-be6df35e8918 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Added segment 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 of type vxlan for network f7ddb585-f734-4c22-8a59-a2a8edc199f2 [pid: 7|app: 0|req: 835/1515] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:47 2026] DELETE /v2.0/subnets/ce203a45-8804-4688-9c59-59eca05bff8d => 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: 681/1516] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:47 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) 2026-04-16 23:34:47.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1664cc2-005c-4ddc-945f-d103971b6705 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: fc6bc222-d539-491a-8227-2b579a5f1ede 2026-04-16 23:34:47.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1664cc2-005c-4ddc-945f-d103971b6705 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: fc6bc222-d539-491a-8227-2b579a5f1ede 2026-04-16 23:34:47.922 8 INFO neutron.services.segments.plugin [-] Segment 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd resource provider aggregate not found 2026-04-16 23:34:47.927 8 INFO neutron.services.segments.plugin [-] Segment 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd resource provider aggregate not found 2026-04-16 23:34:47.939 8 INFO neutron.services.segments.plugin [-] Segment 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd found for delete ", "request_id": "req-38a03e7b-bcb1-4278-9d7f-a0912af3d535"}]} 2026-04-16 23:34:47.941 8 INFO neutron.services.segments.plugin [-] Segment 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a33ec4-cb7b-4d9d-987f-ef12e0f0d5cd found for delete ", "request_id": "req-4cf2ae44-16c1-4d84-a44e-c697fe302a48"}]} [pid: 8|app: 0|req: 682/1517] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:47 2026] DELETE /v2.0/networks/6fb9ea46-36d6-44c7-84a8-a2beedef8a81 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1518] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:34:47 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, ' 2026-04-16 23:34:48.361 8 INFO neutron.db.segments_db [None req-e752d8d5-1371-4c96-ad66-7b4e9addf310 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Added segment fa52633a-70a3-44f5-b872-ff7053e23671 of type vxlan for network 99ee4014-647a-4e67-8db5-56183065e6c1 2026-04-16 23:34:48.644 8 INFO neutron.db.l3_hamode_db [None req-e752d8d5-1371-4c96-ad66-7b4e9addf310 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 836/1519] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:34:47 2026] PUT /v2.0/routers/1ff21514-5c11-4f54-8294-440565139fb7/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:48.729 7 INFO neutron.db.segments_db [None req-ab1a2059-505e-4e71-9a3f-95d12aa40152 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Added segment 85ecb106-7610-43b7-a9ae-b959dec549a5 of type vxlan for network db417eb0-09b4-4983-b85d-dde09fac7159 [pid: 7|app: 0|req: 837/1520] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:48 2026] POST /v2.0/networks => generated 612 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1521] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:34:48 2026] GET /v2.0/networks => generated 6406 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1522] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:34:48 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 840/1523] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:34:49 2026] GET /v2.0/subnets => generated 3217 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:49.241 7 INFO neutron.db.segments_db [None req-018bed3e-1577-4ce6-91c7-29a6d88fea5a da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Added segment cb1dd57f-f421-435e-bf0b-f91c2e8c21cd of type vxlan for network 51152f8b-8d1b-474f-8f76-3fbd94d9da07 [pid: 7|app: 0|req: 841/1524] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:49 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:49.388 8 INFO neutron.db.l3_hamode_db [None req-e752d8d5-1371-4c96-ad66-7b4e9addf310 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 842/1525] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:34:49 2026] GET /v2.0/routers => generated 1449 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1526] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:34:49 2026] POST /v2.0/ports => generated 743 bytes in 273 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: 844/1527] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:34:49 2026] POST /v2.0/security-groups => generated 1673 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:34:49.870 7 INFO neutron.db.segments_db [None req-15521489-8182-40f0-9af5-43d2688b876b da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Added segment 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 of type vxlan for network cabe1b68-e8ac-47d0-9fec-8d5574135daa [pid: 7|app: 0|req: 845/1528] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:34:49 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1529] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1530] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:34:48 2026] POST /v2.0/routers => generated 688 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1531] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:34:50 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 685/1532] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1533] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:50 2026] GET /v2.0/routers/c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => generated 694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1534] 10.0.0.214 () {34 vars in 746 bytes} [Thu Apr 16 23:34:50 2026] PUT /v2.0/ports/e2139579-a0a1-4e53-9bd3-b146764084ef/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 687/1535] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:34:50 2026] GET /v2.0/routers => generated 697 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1536] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1537] 10.0.0.214 () {34 vars in 746 bytes} [Thu Apr 16 23:34:50 2026] PUT /v2.0/ports/4edf4ca5-6a26-4157-83e4-73bdee3899db/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 689/1538] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1539] 10.0.0.214 () {34 vars in 746 bytes} [Thu Apr 16 23:34:50 2026] PUT /v2.0/ports/050bfd7f-2269-4faa-a146-fcd5feff6843/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:34:50.941 8 INFO neutron.db.securitygroups_db [None req-e9e20a7e-e05d-49c3-a5f9-5747410dfb5b ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Project b828117800c848a5805eefd05bd37244 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: 691/1540] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1541] 10.0.0.214 () {34 vars in 740 bytes} [Thu Apr 16 23:34:50 2026] PUT /v2.0/routers/c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => generated 701 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1542] 10.0.0.214 () {34 vars in 746 bytes} [Thu Apr 16 23:34:51 2026] PUT /v2.0/ports/cff3649c-36ae-40f0-bc9f-996263c15678/tags => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:34:51.124 7 INFO neutron.db.securitygroups_db [None req-e1406c06-5cbb-4b98-8605-e1c065f80a1d ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Project b828117800c848a5805eefd05bd37244 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: 693/1543] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/routers/c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => generated 701 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1544] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1545] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?device_id=c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => 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: 694/1546] 10.0.0.214 () {32 vars in 659 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1547] 10.0.0.214 () {32 vars in 673 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1548] 10.0.0.214 () {32 vars in 669 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:51.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b7c678b-a0c1-42f0-96ac-f33d6ed74368 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 2bd49870-f5f2-48bb-a852-587c1b3218b0 2026-04-16 23:34:51.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b7c678b-a0c1-42f0-96ac-f33d6ed74368 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 2bd49870-f5f2-48bb-a852-587c1b3218b0 [pid: 8|app: 0|req: 697/1549] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1550] 10.0.0.214 () {32 vars in 667 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1551] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:51.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b7c678b-a0c1-42f0-96ac-f33d6ed74368 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] TaaS: Handle Delete Port: 7365cfee-8c98-4648-b3c1-8b1e6e0f5a28 2026-04-16 23:34:51.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b7c678b-a0c1-42f0-96ac-f33d6ed74368 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] Tap Mirror: Handle Delete Port: 7365cfee-8c98-4648-b3c1-8b1e6e0f5a28 2026-04-16 23:34:52.093 7 INFO neutron.services.segments.plugin [-] Segment fa52633a-70a3-44f5-b872-ff7053e23671 resource provider aggregate not found 2026-04-16 23:34:52.098 7 INFO neutron.services.segments.plugin [-] Segment fa52633a-70a3-44f5-b872-ff7053e23671 resource provider aggregate not found 2026-04-16 23:34:52.118 7 INFO neutron.services.segments.plugin [-] Segment fa52633a-70a3-44f5-b872-ff7053e23671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa52633a-70a3-44f5-b872-ff7053e23671 found for delete ", "request_id": "req-8ddc0108-6a8a-425a-acc0-d6bb9816d163"}]} 2026-04-16 23:34:52.118 7 INFO neutron.services.segments.plugin [-] Segment fa52633a-70a3-44f5-b872-ff7053e23671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa52633a-70a3-44f5-b872-ff7053e23671 found for delete ", "request_id": "req-9de74d8b-0e60-4505-921b-a51101da589a"}]} 2026-04-16 23:34:52.135 7 INFO neutron.db.l3_hamode_db [None req-2b7c678b-a0c1-42f0-96ac-f33d6ed74368 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] HA network 99ee4014-647a-4e67-8db5-56183065e6c1 was deleted as no HA routers are present in tenant d00f1b9152944ba2bfe8bb5622983295. [pid: 7|app: 0|req: 853/1552] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:51 2026] DELETE /v2.0/routers/c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1553] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:34:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1554] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:34:51 2026] GET /v2.0/networks => generated 1297 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1555] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?device_id=c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => 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: 855/1556] 10.0.0.214 () {32 vars in 677 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:52.374 7 INFO neutron.api.v2.resource [None req-31a3ef96-8162-421c-b006-d6a9a9646a4c dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1557] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/routers/c9b941b4-f8e2-41bb-b1f7-98225ad2bc6d => 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: 857/1558] 10.0.0.214 () {32 vars in 689 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1559] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:34:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1560] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?device_id=652f3759-c889-4a59-8946-c11da4a44290 => 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: 703/1561] 10.0.0.127 () {34 vars in 1097 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-535684630&fields=id&tenant_id=b828117800c848a5805eefd05bd37244 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:52.487 8 INFO neutron.api.v2.resource [None req-4e8beefc-9b5a-4272-b04f-06df2443cbfa dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1562] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/routers/652f3759-c889-4a59-8946-c11da4a44290 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1563] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:34:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:52.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-e95f25b6-45da-4fd8-97f4-af082719dfee da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] TaaS: Handle Delete Port: e2139579-a0a1-4e53-9bd3-b146764084ef 2026-04-16 23:34:52.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e95f25b6-45da-4fd8-97f4-af082719dfee da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Tap Mirror: Handle Delete Port: e2139579-a0a1-4e53-9bd3-b146764084ef [pid: 8|app: 0|req: 706/1564] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:52.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b18cc2e-065b-45d4-ac18-7762c7d78a3b dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 707/1565] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/subnets/ce203a45-8804-4688-9c59-59eca05bff8d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1566] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:34:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1567] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/ports/e2139579-a0a1-4e53-9bd3-b146764084ef => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1568] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/quotas/b828117800c848a5805eefd05bd37244 => 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: 860/1569] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?device_id=16d85444-5d1c-4fb3-8e31-97ab1d79a575 => 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: 710/1570] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:34:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:34:52.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa004563-1196-4940-8e6a-01f4cce2935a da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] TaaS: Handle Delete Port: 4edf4ca5-6a26-4157-83e4-73bdee3899db 2026-04-16 23:34:52.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa004563-1196-4940-8e6a-01f4cce2935a da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Tap Mirror: Handle Delete Port: 4edf4ca5-6a26-4157-83e4-73bdee3899db [pid: 8|app: 0|req: 711/1571] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&fields=id => generated 103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:52.790 8 INFO neutron.api.v2.resource [None req-6055535e-9058-4c7f-ac83-053aeeb7f1c7 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 712/1572] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/routers/16d85444-5d1c-4fb3-8e31-97ab1d79a575 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1573] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/ports/4edf4ca5-6a26-4157-83e4-73bdee3899db => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1574] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:34:52 2026] PUT /v2.0/subnetpools/4a46c0d2-04ec-40c1-9133-1896baf56edf/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:52.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4040e91b-30fd-4f08-9b78-ab6e069cb2fa dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 714/1575] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/subnets/c705eb44-e3b2-4926-a17d-3dbdf2ccc937 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1576] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 863/1577] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:34:52 2026] PUT /v2.0/subnetpools/145786c1-1524-4759-aeb9-04265294df03/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1578] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/ports?device_id=7885fdb9-c7fc-401d-a1bf-bb2342df1629 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:52.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc7fb735-58c7-44fd-8cde-8e70a3d20f35 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] TaaS: Handle Delete Port: 050bfd7f-2269-4faa-a146-fcd5feff6843 [pid: 7|app: 0|req: 865/1579] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:34:52 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:52.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc7fb735-58c7-44fd-8cde-8e70a3d20f35 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Tap Mirror: Handle Delete Port: 050bfd7f-2269-4faa-a146-fcd5feff6843 [pid: 7|app: 0|req: 866/1580] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:34:52 2026] PUT /v2.0/subnetpools/81bc49ff-4bd9-4566-af92-9f2ab6f196a5/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:53.024 7 INFO neutron.api.v2.resource [None req-9a497f78-1fde-447b-867c-d8bc8cfa6fc7 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1581] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/routers/7885fdb9-c7fc-401d-a1bf-bb2342df1629 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1582] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:52 2026] DELETE /v2.0/ports/050bfd7f-2269-4faa-a146-fcd5feff6843 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:53.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2925d8c0-b35c-4116-b300-b648f56ea5d0 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1583] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnets/001df19e-c633-49b3-b5bf-7966b35ccfbf => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1584] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:34:53 2026] PUT /v2.0/subnetpools/d7bc20a3-3ef1-400d-a41d-d4c7f66bf8f7/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:34:53.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb83a8b1-511b-42ce-a105-75cb4ef81f25 dcb126f3342f4e8381f6377d9e671d18 d00f1b9152944ba2bfe8bb5622983295 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1585] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnets/0d4a54d9-464f-4117-b872-04245e723128 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1586] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 871/1587] 10.0.0.214 () {32 vars in 671 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:53.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-c595fc5c-5497-47d4-8c23-ae856d37bf90 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] TaaS: Handle Delete Port: cff3649c-36ae-40f0-bc9f-996263c15678 2026-04-16 23:34:53.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c595fc5c-5497-47d4-8c23-ae856d37bf90 da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Tap Mirror: Handle Delete Port: cff3649c-36ae-40f0-bc9f-996263c15678 [pid: 7|app: 0|req: 872/1588] 10.0.0.214 () {32 vars in 685 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1589] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1590] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1591] 10.0.0.214 () {32 vars in 679 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1592] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/ports/cff3649c-36ae-40f0-bc9f-996263c15678 => 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: 876/1593] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1594] 10.0.0.214 () {32 vars in 689 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1595] 10.0.0.214 () {32 vars in 701 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:53.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f965ba-ebdc-42fc-9896-495b0390e82b da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] TaaS: Handle Delete Port: dc4dd565-dccc-4e2b-9f9c-fcc49bfb44d6 2026-04-16 23:34:53.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f965ba-ebdc-42fc-9896-495b0390e82b da1a00a6d2054f21b91c5b1b42bf70ec 4de612917c7d40fd9af9ea3e76236a18 - - default default] Tap Mirror: Handle Delete Port: dc4dd565-dccc-4e2b-9f9c-fcc49bfb44d6 [pid: 7|app: 0|req: 879/1596] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnetpools/4a46c0d2-04ec-40c1-9133-1896baf56edf => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1597] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnetpools/145786c1-1524-4759-aeb9-04265294df03 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1598] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/ports/dc4dd565-dccc-4e2b-9f9c-fcc49bfb44d6 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1599] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnetpools/81bc49ff-4bd9-4566-af92-9f2ab6f196a5 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1600] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnetpools/d7bc20a3-3ef1-400d-a41d-d4c7f66bf8f7 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:53.553 8 INFO neutron.services.segments.plugin [-] Segment ad32dace-6b78-4981-b8c7-647dcefb540a resource provider aggregate not found 2026-04-16 23:34:53.555 8 INFO neutron.services.segments.plugin [-] Segment ad32dace-6b78-4981-b8c7-647dcefb540a resource provider aggregate not found 2026-04-16 23:34:53.575 8 INFO neutron.services.segments.plugin [-] Segment ad32dace-6b78-4981-b8c7-647dcefb540a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad32dace-6b78-4981-b8c7-647dcefb540a found for delete ", "request_id": "req-aa64898f-92c9-4b4c-bf13-f5060d45ff51"}]} 2026-04-16 23:34:53.577 8 INFO neutron.services.segments.plugin [-] Segment ad32dace-6b78-4981-b8c7-647dcefb540a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad32dace-6b78-4981-b8c7-647dcefb540a found for delete ", "request_id": "req-164eef4c-1bd9-4b35-a77f-fc0cba46aee0"}]} [pid: 8|app: 0|req: 719/1601] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/networks/b1d45873-5b57-41bb-b9bc-c165f2c8110c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1602] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/subnetpools/e89d96aa-4b47-44c7-80ba-d1e8b9cb3f1f => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1603] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/networks/f7ddb585-f734-4c22-8a59-a2a8edc199f2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1604] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:53 2026] GET /v2.0/security-groups?tenant_id=d00f1b9152944ba2bfe8bb5622983295&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1605] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/security-groups/7c9770fa-4b22-4703-a5a2-0ceaac733be4 => 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: 721/1606] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/networks/db417eb0-09b4-4983-b85d-dde09fac7159 => 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: 886/1607] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:53 2026] DELETE /v2.0/networks/51152f8b-8d1b-474f-8f76-3fbd94d9da07 => 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: 722/1608] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:34:54 2026] DELETE /v2.0/networks/cabe1b68-e8ac-47d0-9fec-8d5574135daa => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:34:54.134 7 INFO neutron.services.segments.plugin [-] Segment cb1dd57f-f421-435e-bf0b-f91c2e8c21cd resource provider aggregate not found 2026-04-16 23:34:54.135 7 INFO neutron.services.segments.plugin [-] Segment cb1dd57f-f421-435e-bf0b-f91c2e8c21cd resource provider aggregate not found 2026-04-16 23:34:54.152 7 INFO neutron.services.segments.plugin [-] Segment cb1dd57f-f421-435e-bf0b-f91c2e8c21cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb1dd57f-f421-435e-bf0b-f91c2e8c21cd found for delete ", "request_id": "req-667db123-58b9-4528-b868-ebf2d79141e9"}]} 2026-04-16 23:34:54.158 7 INFO neutron.services.segments.plugin [-] Segment cb1dd57f-f421-435e-bf0b-f91c2e8c21cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb1dd57f-f421-435e-bf0b-f91c2e8c21cd found for delete ", "request_id": "req-3e7f5038-a984-42b2-9d84-7e7201858221"}]} [pid: 7|app: 0|req: 887/1609] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:54 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1610] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:54 2026] GET /v2.0/security-groups?tenant_id=2671e5baa7604ff0b55d56ab69f2ef15&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1611] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:54 2026] DELETE /v2.0/security-groups/fdf9ae26-3e19-4e88-8eee-353f93882f01 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1612] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:55 2026] GET /v2.0/security-groups?tenant_id=fd216647b7ca47498b26190ab6a8f9f1&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1613] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:55 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 724/1614] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:55 2026] GET /v2.0/security-groups?tenant_id=cdb2cd6b54604906a37d4c528c3035a0&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1615] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:55 2026] DELETE /v2.0/security-groups/85bbb7c6-78bf-4f0b-a0dc-ebf70cc7ab45 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1616] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:55 2026] DELETE /v2.0/security-groups/0b7bbeb3-c84e-4590-823a-90609ad10c64 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:34:55.598 8 INFO neutron.services.segments.plugin [-] Segment 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 resource provider aggregate not found 2026-04-16 23:34:55.602 8 INFO neutron.services.segments.plugin [-] Segment 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 resource provider aggregate not found 2026-04-16 23:34:55.616 8 INFO neutron.services.segments.plugin [-] Segment 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 found for delete ", "request_id": "req-362e1de3-d32c-4be7-b663-f42cd9b10fb4"}]} 2026-04-16 23:34:55.620 8 INFO neutron.services.segments.plugin [-] Segment 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06ea90f3-ab0f-43c9-818b-5d0989b2d2a9 found for delete ", "request_id": "req-9bdad348-ff6b-40ac-9235-ed9338381567"}]} 2026-04-16 23:34:55.630 8 INFO neutron.services.segments.plugin [-] Segment 85ecb106-7610-43b7-a9ae-b959dec549a5 resource provider aggregate not found 2026-04-16 23:34:55.646 8 INFO neutron.services.segments.plugin [-] Segment 85ecb106-7610-43b7-a9ae-b959dec549a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85ecb106-7610-43b7-a9ae-b959dec549a5 found for delete ", "request_id": "req-a8901769-5043-4357-8608-125403e23b5c"}]} 2026-04-16 23:34:55.655 8 INFO neutron.services.segments.plugin [-] Segment 85ecb106-7610-43b7-a9ae-b959dec549a5 resource provider aggregate not found 2026-04-16 23:34:55.666 8 INFO neutron.services.segments.plugin [-] Segment 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 resource provider aggregate not found 2026-04-16 23:34:55.670 8 INFO neutron.services.segments.plugin [-] Segment 85ecb106-7610-43b7-a9ae-b959dec549a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85ecb106-7610-43b7-a9ae-b959dec549a5 found for delete ", "request_id": "req-65ff4b89-cbda-4bb8-b546-8a0028b85f0a"}]} 2026-04-16 23:34:55.686 8 INFO neutron.services.segments.plugin [-] Segment 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 found for delete ", "request_id": "req-e9f39616-33f1-4ddc-99b1-8776b42d78f4"}]} 2026-04-16 23:34:55.690 8 INFO neutron.services.segments.plugin [-] Segment 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 resource provider aggregate not found 2026-04-16 23:34:55.711 8 INFO neutron.services.segments.plugin [-] Segment 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c34e1ae-aa9a-4227-8f24-0c56630eeb83 found for delete ", "request_id": "req-2a488772-5915-486b-bf26-852baeb91293"}]} [pid: 7|app: 0|req: 892/1617] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:55 2026] GET /v2.0/security-groups?tenant_id=83b6eb08fa3148c4b0f6fa2d39fa1a6b&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1618] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:55 2026] GET /v2.0/security-groups?tenant_id=5a9b0acde00944cba4d2acea2c00f7c2&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1619] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:55 2026] DELETE /v2.0/security-groups/af23b6fb-9e3b-41d7-9863-829ebcf268f1 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1620] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:55 2026] DELETE /v2.0/security-groups/02e467ef-35e9-4c6d-9740-85941ab3c052 => 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: 893/1621] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:34:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1622] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-groups?tenant_id=4de612917c7d40fd9af9ea3e76236a18&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1623] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-groups => generated 4529 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1624] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:56 2026] DELETE /v2.0/security-groups/94b72d59-a8a7-405c-bbe6-9b875846107a => 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: 895/1625] 10.0.0.214 () {34 vars in 757 bytes} [Thu Apr 16 23:34:56 2026] PUT /v2.0/security-groups/bb73bec2-ebc3-406e-bd2b-ed9bedd9658f => generated 1663 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1626] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-groups/bb73bec2-ebc3-406e-bd2b-ed9bedd9658f => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1627] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 896/1628] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:56 2026] DELETE /v2.0/security-groups/bb73bec2-ebc3-406e-bd2b-ed9bedd9658f => 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: 733/1629] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:56.520 7 INFO neutron.api.v2.resource [None req-97cf8a4a-8746-43ae-ac58-2b090a8a1d1b bb8d575a83884d60a47eabbf6ad654b9 c92718bd62e04e7aa0db493a3ce7c1e7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1630] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:56 2026] DELETE /v2.0/security-groups/bb73bec2-ebc3-406e-bd2b-ed9bedd9658f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1631] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:34:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1632] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1633] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-group-rules/4025525a-a82b-4eff-8179-2a8480e9544b => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1634] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1635] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:34:56 2026] DELETE /v2.0/security-group-rules/4025525a-a82b-4eff-8179-2a8480e9544b => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1636] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:34:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1637] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1638] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-group-rules/3ca9b518-e883-4665-8a60-7cff637d72f3 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1639] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1640] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:34:57 2026] DELETE /v2.0/security-group-rules/3ca9b518-e883-4665-8a60-7cff637d72f3 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1641] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1644] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1645] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b828117800c848a5805eefd05bd37244 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:34:57.413 8 INFO neutron.db.securitygroups_db [None req-d72de838-b2b3-474a-bff9-5c42885564ef bb8d575a83884d60a47eabbf6ad654b9 c92718bd62e04e7aa0db493a3ce7c1e7 - - default default] Project c92718bd62e04e7aa0db493a3ce7c1e7 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: 742/1646] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:34:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1647] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-group-rules/d2eb9bfd-2284-4d1e-997f-e44442164172 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1648] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1649] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1650] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:34:57 2026] DELETE /v2.0/security-group-rules/d2eb9bfd-2284-4d1e-997f-e44442164172 => 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: 747/1651] 10.0.0.214 () {32 vars in 672 bytes} [Thu Apr 16 23:34:57 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: 8|app: 0|req: 748/1652] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:57 2026] DELETE /v2.0/security-groups/6726aebf-d2a0-42b7-9f09-8a7b50292cde => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1653] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1654] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:34:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1655] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:34:57 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1656] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:34:57 2026] PUT /v2.0/ports/9a03a1ac-b9b8-4644-bccc-03085ee411d3 => generated 1235 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:34:58.205 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d54d6fd6-343a-4ccf-b97d-6df64f243f3d'] response: {'name': 'network-changed', 'server_uuid': 'b0297d62-a23a-4cb9-b93d-1839abb7db4e', 'tag': '9a03a1ac-b9b8-4644-bccc-03085ee411d3', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 906/1657] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:34:58 2026] GET /v2.0/security-groups?tenant_id=c92718bd62e04e7aa0db493a3ce7c1e7&name=default => generated 2925 bytes in 209 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: 752/1658] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:34:58 2026] DELETE /v2.0/security-groups/a627ce2d-8614-4f7a-9825-1c8ae0ab6e27 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1659] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:58 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1660] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:58 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&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: 908/1661] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:34:58 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 754/1662] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:34:58 2026] GET /v2.0/networks?tenant_id=b828117800c848a5805eefd05bd37244&shared=False => generated 756 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1663] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:34:58 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: 7|app: 0|req: 910/1664] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:34:59 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1665] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:34:59 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1666] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:34:59 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1667] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:34:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9a03a1ac-b9b8-4644-bccc-03085ee411d3 => 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: 914/1668] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:34:59 2026] GET /v2.0/subnets?id=61d9fd10-f633-420b-94f1-92e948ad4d73 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1669] 10.0.0.214 () {34 vars in 677 bytes} [Thu Apr 16 23:34:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1670] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/ports?network_id=347d05d6-71bb-4084-8db9-b60a58979683&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: 916/1671] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1672] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 756/1673] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:35:00 2026] PUT /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 25 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1674] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1675] 10.0.0.214 () {34 vars in 763 bytes} [Thu Apr 16 23:35:00 2026] PUT /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1676] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1677] 10.0.0.214 () {34 vars in 759 bytes} [Thu Apr 16 23:35:00 2026] PUT /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1678] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1679] 10.0.0.214 () {34 vars in 781 bytes} [Thu Apr 16 23:35:00 2026] PUT /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1680] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1681] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:35:00 2026] PUT /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1682] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:35:00.668 7 INFO neutron.db.segments_db [None req-993e725d-00ac-446b-a28b-de8a71dd3ca1 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Added segment 3c9c30f8-2352-41e3-bd29-54446c8675fa of type vxlan for network 42d00ef9-db31-47b0-850d-8088dce213f3 [pid: 8|app: 0|req: 764/1683] 10.0.0.214 () {32 vars in 740 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:35:00.766 8 INFO neutron.api.v2.resource [None req-518b19a1-bb43-4b57-bf87-13a16b96eb8a 51d757bcf509443fafd008c6829e7cfb 9d5f22b090a645cf8f78028d987d3189 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1684] 10.0.0.214 () {32 vars in 744 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1685] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:00 2026] POST /v2.0/networks => generated 613 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1686] 10.0.0.214 () {32 vars in 743 bytes} [Thu Apr 16 23:35:00 2026] DELETE /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/red => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1687] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:35:00.945 8 INFO neutron.api.v2.resource [None req-e892acd3-853e-4065-a362-4c451099cddc 51d757bcf509443fafd008c6829e7cfb 9d5f22b090a645cf8f78028d987d3189 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 768/1688] 10.0.0.214 () {32 vars in 747 bytes} [Thu Apr 16 23:35:00 2026] DELETE /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1689] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:35:00 2026] DELETE /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1690] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:00 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1691] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:01 2026] GET /v2.0/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1692] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:01 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1693] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:35:01 2026] DELETE /v2.0/qos/policies/7b157b85-a2fd-4861-b06c-b22b29a1ebe9 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1694] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:35:00 2026] POST /v2.0/ports => generated 743 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1695] 10.0.0.214 () {34 vars in 665 bytes} [Thu Apr 16 23:35:01 2026] POST /v2.0/trunks => generated 407 bytes in 346 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-16 23:35:01.674 7 INFO neutron.db.segments_db [None req-048a96e9-d567-407b-b4e0-f3d5178315e4 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Added segment 0d687e23-2d16-4c63-9dfc-15ae62fd22ad of type vxlan for network b9c1c4fe-a2e4-4952-b1f0-13065cd5b3fd [pid: 7|app: 0|req: 922/1696] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:01 2026] POST /v2.0/networks => generated 611 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1697] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:35:01 2026] POST /v2.0/ports => generated 743 bytes in 410 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: 776/1698] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:02 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1699] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:01 2026] GET /v2.0/security-groups?tenant_id=9f842da1d9ef4b1a9b789ca0a3cb2a44&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1700] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:02 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&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: 925/1701] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:02 2026] DELETE /v2.0/security-groups/9150d9c7-22ce-45b2-87fd-a2a4bd6dab43 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1702] 10.0.0.214 () {34 vars in 665 bytes} [Thu Apr 16 23:35:02 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) 2026-04-16 23:35:02.510 7 INFO neutron.db.segments_db [None req-42d057d3-4fbe-4fb9-b710-7e42c6dbb178 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Added segment 25c22003-c0e2-4a99-aba1-3b18d87e364e of type vxlan for network 82fa8a18-1424-409c-b167-730136037e6d [pid: 7|app: 0|req: 926/1703] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:02 2026] POST /v2.0/networks => generated 612 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1704] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:02 2026] GET /v2.0/security-groups?tenant_id=9d5f22b090a645cf8f78028d987d3189&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: 779/1705] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:02 2026] DELETE /v2.0/security-groups/e37ebe10-99b8-4793-aeef-88c5994ce5c0 => 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: 927/1706] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:35:02 2026] POST /v2.0/ports => generated 743 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1707] 10.0.0.214 () {34 vars in 665 bytes} [Thu Apr 16 23:35:03 2026] POST /v2.0/trunks => generated 407 bytes in 170 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-16 23:35:03.303 7 INFO neutron.db.segments_db [None req-693541e7-6bc9-48a9-93a5-d40680934d51 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Added segment e435b4fc-adfa-4814-a0f8-cd33d17dce34 of type vxlan for network 4894d27d-e41b-49d6-972a-569909a91ae7 [pid: 7|app: 0|req: 928/1708] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:03 2026] POST /v2.0/networks => generated 611 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1709] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:03 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 782/1710] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:03 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1711] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:03 2026] GET /v2.0/security-groups?tenant_id=86163d9924b349aab27f64216a2624b0&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1712] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:35:03 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 784/1713] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:03 2026] DELETE /v2.0/security-groups/8be25e91-387a-4812-9f01-86ba811fec1e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1714] 10.0.0.214 () {34 vars in 665 bytes} [Thu Apr 16 23:35:03 2026] POST /v2.0/trunks => generated 407 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:04.165 8 INFO neutron.db.segments_db [None req-7b3c6ec2-a14d-4295-af03-1cd0acf084d7 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Added segment 3b58976d-057a-40b0-a0b7-13b6ded3b409 of type vxlan for network 37a4fbb3-7a67-4f38-a340-cc6cce5e50a1 [pid: 8|app: 0|req: 785/1715] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:04 2026] POST /v2.0/networks => generated 612 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1716] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:04 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1717] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:04 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1718] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:35:04 2026] POST /v2.0/ports => generated 743 bytes in 881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1719] 10.0.0.214 () {34 vars in 665 bytes} [Thu Apr 16 23:35:05 2026] POST /v2.0/trunks => generated 407 bytes in 207 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: 932/1720] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:05 2026] PUT /v2.0/trunks/a52ecc0b-6f56-44c0-90c1-13c79f9fc718/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1721] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:05 2026] PUT /v2.0/trunks/4c16fa5c-289e-47c9-8479-81e1b8db50f7/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: 933/1722] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:05 2026] PUT /v2.0/trunks/7f51ce2b-4460-41e8-a79a-25a02ec5429c/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1723] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:05 2026] PUT /v2.0/trunks/92d3efa6-0cc6-4016-9ef0-8af0efb28826/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1724] 10.0.0.214 () {32 vars in 661 bytes} [Thu Apr 16 23:35:05 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: 791/1725] 10.0.0.214 () {32 vars in 675 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1726] 10.0.0.214 () {32 vars in 671 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1727] 10.0.0.214 () {32 vars in 683 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1728] 10.0.0.214 () {32 vars in 669 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1729] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1730] 10.0.0.214 () {32 vars in 683 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1731] 10.0.0.214 () {32 vars in 679 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1732] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1733] 10.0.0.214 () {32 vars in 691 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1734] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/trunks/a52ecc0b-6f56-44c0-90c1-13c79f9fc718 => generated 412 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1735] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1736] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1737] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:35:05 2026] GET /v2.0/ports/eb6c3bc4-d961-4bc6-ad12-57eed607a679 => generated 826 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1738] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:35:06 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1739] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:35:06 2026] DELETE /v2.0/trunks/a52ecc0b-6f56-44c0-90c1-13c79f9fc718 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1740] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:35:06 2026] GET /v2.0/trunks/4c16fa5c-289e-47c9-8479-81e1b8db50f7 => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1741] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:35:06 2026] GET /v2.0/ports/dcb7be32-ec8c-4af0-886d-4a85bea0d511 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1742] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:35:06 2026] DELETE /v2.0/trunks/4c16fa5c-289e-47c9-8479-81e1b8db50f7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1743] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:35:06 2026] GET /v2.0/trunks/7f51ce2b-4460-41e8-a79a-25a02ec5429c => generated 429 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1744] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:06 2026] GET /v2.0/security-groups?tenant_id=c97e04354ffe42a88f38e8791974d7d2&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1745] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:35:06 2026] GET /v2.0/ports/64b2e77d-49ca-4923-95d4-dc295d53cea6 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:06.904 7 INFO neutron.db.l3_db [None req-bf16b713-18fc-463d-846a-a984f0574f75 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Floating IP a0057652-685a-4165-b77c-7354b4811e80 associated. External IP: 10.96.250.206, port: 9a03a1ac-b9b8-4644-bccc-03085ee411d3. [pid: 8|app: 0|req: 806/1746] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:35:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1747] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:06 2026] DELETE /v2.0/security-groups/cc467e7a-6fe3-41c9-97ff-b20966095ee6 => 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: 808/1748] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/trunks/7f51ce2b-4460-41e8-a79a-25a02ec5429c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1749] 10.0.0.214 () {34 vars in 766 bytes} [Thu Apr 16 23:35:07 2026] PUT /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1750] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/trunks/92d3efa6-0cc6-4016-9ef0-8af0efb28826 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1751] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1752] 10.0.0.214 () {34 vars in 676 bytes} [Thu Apr 16 23:35:06 2026] POST /v2.0/floatingips => generated 855 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:07.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba16ec32-9ab7-4baf-b3f7-9bbddcd9ac02'] response: {'name': 'network-changed', 'server_uuid': 'b0297d62-a23a-4cb9-b93d-1839abb7db4e', 'tag': '9a03a1ac-b9b8-4644-bccc-03085ee411d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 812/1753] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/ports/39fb9b7d-04aa-4340-b2b6-534d21ee454f => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1754] 10.0.0.214 () {34 vars in 777 bytes} [Thu Apr 16 23:35:07 2026] PUT /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1755] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1756] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1757] 10.0.0.214 () {34 vars in 773 bytes} [Thu Apr 16 23:35:07 2026] PUT /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1758] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/trunks/92d3efa6-0cc6-4016-9ef0-8af0efb28826 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1759] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1760] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/trunks/9c286711-c8c5-4fde-a9fc-6b6c99aa2313 => generated 407 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1761] 10.0.0.214 () {34 vars in 795 bytes} [Thu Apr 16 23:35:07 2026] PUT /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1762] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/ports/29fe8a10-9bf0-4fbb-9565-ca53beca6333 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1763] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1764] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/trunks/9c286711-c8c5-4fde-a9fc-6b6c99aa2313 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1765] 10.0.0.214 () {34 vars in 766 bytes} [Thu Apr 16 23:35:07 2026] PUT /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1766] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1767] 10.0.0.214 () {32 vars in 754 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:35:07.736 7 INFO neutron.api.v2.resource [None req-88a9d824-2e50-49b6-bee6-9bf064ba5d0b 854b6fc8d10d4b4785db913b59d8ad5f 8f4f6ca336dc4c24a892852fbf642d68 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1768] 10.0.0.214 () {32 vars in 758 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:35:07.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-340fea50-47bf-420f-b40d-3326a6318aa7 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] TaaS: Handle Delete Port: eb6c3bc4-d961-4bc6-ad12-57eed607a679 2026-04-16 23:35:07.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-340fea50-47bf-420f-b40d-3326a6318aa7 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Tap Mirror: Handle Delete Port: eb6c3bc4-d961-4bc6-ad12-57eed607a679 [pid: 7|app: 0|req: 951/1769] 10.0.0.214 () {32 vars in 757 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1770] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1771] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/ports/eb6c3bc4-d961-4bc6-ad12-57eed607a679 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1772] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1773] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:07.934 8 INFO neutron.api.v2.resource [None req-fd31ca12-4435-48b2-bd7f-02ee756fe2a8 854b6fc8d10d4b4785db913b59d8ad5f 8f4f6ca336dc4c24a892852fbf642d68 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 821/1774] 10.0.0.214 () {32 vars in 761 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1775] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:35:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9a03a1ac-b9b8-4644-bccc-03085ee411d3 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:07.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfa789b3-93a1-466e-8321-093afdf962b4 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] TaaS: Handle Delete Port: dcb7be32-ec8c-4af0-886d-4a85bea0d511 2026-04-16 23:35:07.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa789b3-93a1-466e-8321-093afdf962b4 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Tap Mirror: Handle Delete Port: dcb7be32-ec8c-4af0-886d-4a85bea0d511 [pid: 8|app: 0|req: 823/1776] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1777] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:35:07 2026] DELETE /v2.0/ports/dcb7be32-ec8c-4af0-886d-4a85bea0d511 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1778] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:08 2026] GET /v2.0/subnets?id=61d9fd10-f633-420b-94f1-92e948ad4d73 => 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: 955/1779] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:08 2026] GET /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1780] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:08 2026] GET /v2.0/ports?network_id=347d05d6-71bb-4084-8db9-b60a58979683&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:08.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-50b54c7a-9588-478e-8beb-cb4e8f7740e9 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] TaaS: Handle Delete Port: 64b2e77d-49ca-4923-95d4-dc295d53cea6 2026-04-16 23:35:08.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50b54c7a-9588-478e-8beb-cb4e8f7740e9 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Tap Mirror: Handle Delete Port: 64b2e77d-49ca-4923-95d4-dc295d53cea6 [pid: 7|app: 0|req: 957/1781] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:08 2026] DELETE /v2.0/security-groups/cb626a35-7344-4236-8694-24dedb19c867 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1782] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:08 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 825/1783] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:35:08 2026] DELETE /v2.0/ports/64b2e77d-49ca-4923-95d4-dc295d53cea6 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1784] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:08 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1785] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:08 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:08.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7851e87-a88e-48f0-93fd-d3d0ea0a4daa 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] TaaS: Handle Delete Port: 39fb9b7d-04aa-4340-b2b6-534d21ee454f 2026-04-16 23:35:08.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7851e87-a88e-48f0-93fd-d3d0ea0a4daa 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Tap Mirror: Handle Delete Port: 39fb9b7d-04aa-4340-b2b6-534d21ee454f [pid: 8|app: 0|req: 826/1786] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:35:08 2026] DELETE /v2.0/ports/39fb9b7d-04aa-4340-b2b6-534d21ee454f => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:08.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-41bd58cd-930e-4452-a44c-65868e27cf62 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] TaaS: Handle Delete Port: 29fe8a10-9bf0-4fbb-9565-ca53beca6333 2026-04-16 23:35:08.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bd58cd-930e-4452-a44c-65868e27cf62 80770d5db49d449a99951077f658dd46 5acdaf373bf547369ced3b02b82d0cee - - default default] Tap Mirror: Handle Delete Port: 29fe8a10-9bf0-4fbb-9565-ca53beca6333 [pid: 7|app: 0|req: 961/1787] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:35:08 2026] DELETE /v2.0/ports/29fe8a10-9bf0-4fbb-9565-ca53beca6333 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:08.922 8 INFO neutron.services.segments.plugin [-] Segment 3c9c30f8-2352-41e3-bd29-54446c8675fa resource provider aggregate not found 2026-04-16 23:35:08.934 8 INFO neutron.services.segments.plugin [-] Segment 3c9c30f8-2352-41e3-bd29-54446c8675fa resource provider aggregate not found 2026-04-16 23:35:08.939 8 INFO neutron.services.segments.plugin [-] Segment 3c9c30f8-2352-41e3-bd29-54446c8675fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c9c30f8-2352-41e3-bd29-54446c8675fa found for delete ", "request_id": "req-e3a9934a-f23a-4950-a00c-31b302c06f33"}]} 2026-04-16 23:35:08.951 8 INFO neutron.services.segments.plugin [-] Segment 3c9c30f8-2352-41e3-bd29-54446c8675fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c9c30f8-2352-41e3-bd29-54446c8675fa found for delete ", "request_id": "req-3f3a4cd4-a0d6-49a3-b032-8ec55c49a9bd"}]} [pid: 8|app: 0|req: 827/1788] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:08 2026] DELETE /v2.0/networks/42d00ef9-db31-47b0-850d-8088dce213f3 => 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: 828/1789] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:08 2026] DELETE /v2.0/networks/b9c1c4fe-a2e4-4952-b1f0-13065cd5b3fd => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1790] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:09 2026] GET /v2.0/security-groups?tenant_id=8f4f6ca336dc4c24a892852fbf642d68&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:09.282 7 INFO neutron.db.segments_db [None req-5786a07d-5066-4b41-b330-51129031bc31 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 of type vxlan for network 3a8b7546-230b-4c4b-a7be-1a1c68f79026 [pid: 8|app: 0|req: 830/1791] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:09 2026] DELETE /v2.0/networks/82fa8a18-1424-409c-b167-730136037e6d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1792] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:35:08 2026] POST /v2.0/networks => generated 722 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1793] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:09 2026] DELETE /v2.0/security-groups/4be79dcb-0d7a-441a-8a1d-562dbbc96431 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:35:09.498 7 INFO neutron.services.segments.plugin [-] Segment e435b4fc-adfa-4814-a0f8-cd33d17dce34 resource provider aggregate not found 2026-04-16 23:35:09.499 7 INFO neutron.services.segments.plugin [-] Segment e435b4fc-adfa-4814-a0f8-cd33d17dce34 resource provider aggregate not found 2026-04-16 23:35:09.522 7 INFO neutron.services.segments.plugin [-] Segment e435b4fc-adfa-4814-a0f8-cd33d17dce34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e435b4fc-adfa-4814-a0f8-cd33d17dce34 found for delete ", "request_id": "req-9238788e-af71-46fc-9abc-1ef5e6702d86"}]} 2026-04-16 23:35:09.528 7 INFO neutron.services.segments.plugin [-] Segment e435b4fc-adfa-4814-a0f8-cd33d17dce34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e435b4fc-adfa-4814-a0f8-cd33d17dce34 found for delete ", "request_id": "req-cf500309-86e2-444e-b018-584312248b27"}]} [pid: 7|app: 0|req: 963/1794] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:09 2026] DELETE /v2.0/networks/4894d27d-e41b-49d6-972a-569909a91ae7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1795] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:09 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1796] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:09 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1797] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:09 2026] GET /v2.0/security-groups?tenant_id=54bdbac948df4e1ab5163aac6013cf34&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1798] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:09 2026] DELETE /v2.0/networks/37a4fbb3-7a67-4f38-a340-cc6cce5e50a1 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:09.854 7 INFO neutron.db.segments_db [None req-543ecbf6-9873-4cde-8a37-b6593466d711 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef of type vxlan for network 616d5026-a5cf-4cac-85b6-3d122761e083 [pid: 8|app: 0|req: 834/1799] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:09 2026] DELETE /v2.0/security-groups/f56d29f7-7ad0-4716-801b-e71fb6bf38a1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:35:10.108 7 INFO neutron.db.l3_hamode_db [None req-543ecbf6-9873-4cde-8a37-b6593466d711 f9fc349171ec41af882c9573f0872816 afe7642074fb443eaa763da0b1b1e472 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:35:10.961 8 INFO neutron.services.segments.plugin [-] Segment 0d687e23-2d16-4c63-9dfc-15ae62fd22ad resource provider aggregate not found 2026-04-16 23:35:10.977 8 INFO neutron.services.segments.plugin [-] Segment 0d687e23-2d16-4c63-9dfc-15ae62fd22ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d687e23-2d16-4c63-9dfc-15ae62fd22ad found for delete ", "request_id": "req-1b8836b4-0e3f-4d07-bc39-4ef6557fa854"}]} 2026-04-16 23:35:10.980 8 INFO neutron.services.segments.plugin [-] Segment 0d687e23-2d16-4c63-9dfc-15ae62fd22ad resource provider aggregate not found 2026-04-16 23:35:10.999 8 INFO neutron.services.segments.plugin [-] Segment 0d687e23-2d16-4c63-9dfc-15ae62fd22ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d687e23-2d16-4c63-9dfc-15ae62fd22ad found for delete ", "request_id": "req-ced99d60-33ad-4720-9dbf-79c8088c46c3"}]} 2026-04-16 23:35:11.004 8 INFO neutron.services.segments.plugin [-] Segment 25c22003-c0e2-4a99-aba1-3b18d87e364e resource provider aggregate not found [pid: 8|app: 0|req: 835/1800] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:10 2026] GET /v2.0/security-groups?tenant_id=5acdaf373bf547369ced3b02b82d0cee&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:11.015 7 INFO neutron.db.l3_hamode_db [None req-543ecbf6-9873-4cde-8a37-b6593466d711 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:35:11.041 8 INFO neutron.services.segments.plugin [-] Segment 25c22003-c0e2-4a99-aba1-3b18d87e364e resource provider aggregate not found 2026-04-16 23:35:11.042 8 INFO neutron.services.segments.plugin [-] Segment 25c22003-c0e2-4a99-aba1-3b18d87e364e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25c22003-c0e2-4a99-aba1-3b18d87e364e found for delete ", "request_id": "req-c265764c-d219-4bed-899c-2bbde3245c0a"}]} 2026-04-16 23:35:11.074 8 INFO neutron.services.segments.plugin [-] Segment 3b58976d-057a-40b0-a0b7-13b6ded3b409 resource provider aggregate not found 2026-04-16 23:35:11.075 8 INFO neutron.services.segments.plugin [-] Segment 25c22003-c0e2-4a99-aba1-3b18d87e364e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25c22003-c0e2-4a99-aba1-3b18d87e364e found for delete ", "request_id": "req-273e9ef3-ec1d-40e5-8872-ccaba64d8d1e"}]} 2026-04-16 23:35:11.093 8 INFO neutron.services.segments.plugin [-] Segment 3b58976d-057a-40b0-a0b7-13b6ded3b409 resource provider aggregate not found 2026-04-16 23:35:11.095 8 INFO neutron.services.segments.plugin [-] Segment 3b58976d-057a-40b0-a0b7-13b6ded3b409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b58976d-057a-40b0-a0b7-13b6ded3b409 found for delete ", "request_id": "req-63a884d2-06eb-44c7-a8e8-54a968b6b60a"}]} 2026-04-16 23:35:11.114 8 INFO neutron.services.segments.plugin [-] Segment 3b58976d-057a-40b0-a0b7-13b6ded3b409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b58976d-057a-40b0-a0b7-13b6ded3b409 found for delete ", "request_id": "req-906bff0a-4aa8-4fa3-9cf6-6de224aa3964"}]} [pid: 8|app: 0|req: 836/1801] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:11 2026] DELETE /v2.0/security-groups/9d415d0c-75f9-4b27-955c-83292593025b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1802] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:11 2026] GET /v2.0/security-groups?tenant_id=048356152f404aa99b811f3cfda6418c&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1803] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:11 2026] DELETE /v2.0/security-groups/3a16f9e2-6607-41e5-b171-787ab0244c7c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1804] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:11 2026] GET /v2.0/security-groups?tenant_id=c510e2ade530491882e6d51251a626a4&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1805] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:11 2026] DELETE /v2.0/security-groups/4962f093-4986-4cf2-b9fd-545ada4305b9 => 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: 966/1806] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:09 2026] POST /v2.0/routers => generated 728 bytes in 2385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1809] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:35:12 2026] PUT /v2.0/routers/56050361-64ee-433f-a5f0-0af41f8b3794/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:13.680 7 INFO neutron.db.segments_db [None req-c23a1065-7cf3-415f-be31-bc9e04284692 e1265a0ba4784ddeb52787d2ce48dcd1 f47c8cef8c124770a54f5cd6eb9a76b1 - - default default] Added segment edaf6af0-7328-4102-82a7-9a6375c23135 of type vxlan for network 087ebed4-4817-41d2-9175-a5be3cd0a415 [pid: 7|app: 0|req: 969/1810] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:13 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-16 23:35:13.871 8 INFO neutron.db.segments_db [None req-d8c5da97-6ad7-4307-a7cb-70f769a4a2b6 e1265a0ba4784ddeb52787d2ce48dcd1 f47c8cef8c124770a54f5cd6eb9a76b1 - - default default] Added segment c78d95f2-42d7-413c-a482-8b1a4373f086 of type vxlan for network d49bb15d-0995-477c-8b17-897016a87046 [pid: 8|app: 0|req: 842/1811] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:13 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1812] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:35:13 2026] PUT /v2.0/networks/087ebed4-4817-41d2-9175-a5be3cd0a415/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1813] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:14 2026] GET /v2.0/networks/087ebed4-4817-41d2-9175-a5be3cd0a415/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: 971/1814] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:35:14 2026] PUT /v2.0/networks/d49bb15d-0995-477c-8b17-897016a87046/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1815] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:14 2026] GET /v2.0/networks/d49bb15d-0995-477c-8b17-897016a87046/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1816] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:35:14 2026] PUT /v2.0/networks/d49bb15d-0995-477c-8b17-897016a87046/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1817] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:14 2026] GET /v2.0/networks/d49bb15d-0995-477c-8b17-897016a87046/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1818] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:35:14 2026] GET /v2.0/networks/087ebed4-4817-41d2-9175-a5be3cd0a415/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:35:14.520 8 INFO neutron.services.segments.plugin [-] Segment edaf6af0-7328-4102-82a7-9a6375c23135 resource provider aggregate not found 2026-04-16 23:35:14.524 8 INFO neutron.services.segments.plugin [-] Segment edaf6af0-7328-4102-82a7-9a6375c23135 resource provider aggregate not found 2026-04-16 23:35:14.544 8 INFO neutron.services.segments.plugin [-] Segment edaf6af0-7328-4102-82a7-9a6375c23135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edaf6af0-7328-4102-82a7-9a6375c23135 found for delete ", "request_id": "req-df6e44bb-61c4-4e18-accf-7ef470494731"}]} 2026-04-16 23:35:14.546 8 INFO neutron.services.segments.plugin [-] Segment edaf6af0-7328-4102-82a7-9a6375c23135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edaf6af0-7328-4102-82a7-9a6375c23135 found for delete ", "request_id": "req-18c58d27-c6fd-4e53-b7c5-3e98c5858146"}]} [pid: 8|app: 0|req: 846/1819] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:14 2026] DELETE /v2.0/networks/087ebed4-4817-41d2-9175-a5be3cd0a415 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:14.714 7 INFO neutron.services.segments.plugin [-] Segment c78d95f2-42d7-413c-a482-8b1a4373f086 resource provider aggregate not found 2026-04-16 23:35:14.722 7 INFO neutron.services.segments.plugin [-] Segment c78d95f2-42d7-413c-a482-8b1a4373f086 resource provider aggregate not found 2026-04-16 23:35:14.733 7 INFO neutron.services.segments.plugin [-] Segment c78d95f2-42d7-413c-a482-8b1a4373f086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78d95f2-42d7-413c-a482-8b1a4373f086 found for delete ", "request_id": "req-c03507d6-d4f5-482b-be23-4caf71fe1751"}]} 2026-04-16 23:35:14.744 7 INFO neutron.services.segments.plugin [-] Segment c78d95f2-42d7-413c-a482-8b1a4373f086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78d95f2-42d7-413c-a482-8b1a4373f086 found for delete ", "request_id": "req-136a3579-7839-4096-9b97-886bd7bcc180"}]} 2026-04-16 23:35:14.758 8 INFO neutron.db.segments_db [None req-7afc14dc-cb58-415d-8120-2ef3ba81113d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 1bb5619e-b2aa-44e0-869e-6e30e786174c of type vxlan for network 9f8f4b05-ca39-4c37-9738-22a2af7bbf67 [pid: 7|app: 0|req: 974/1820] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:14 2026] DELETE /v2.0/networks/d49bb15d-0995-477c-8b17-897016a87046 => 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: 847/1821] 10.0.0.214 () {34 vars in 670 bytes} [Thu Apr 16 23:35:14 2026] POST /v2.0/networks => generated 721 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1822] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:14 2026] POST /v2.0/subnets => generated 687 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:15.312 7 INFO neutron.db.segments_db [None req-c7fd48fb-c3ad-43c5-b6ed-e8ec7ac7620b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Added segment 2b284e79-1cf2-44f7-b499-1a8e253d6d0a of type vxlan for network 2c2983d7-b7d5-461b-b98f-3a03c4a3053c 2026-04-16 23:35:15.588 8 INFO neutron.db.segments_db [None req-ecf45f08-603b-4d7b-94da-e37bd7d102c8 f7c20c4a57ff472590606404ffbf888f e4a4520d45174a07a9e74ae54356c3ad - - default default] Added segment eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 of type vxlan for network 562ba07c-b946-4095-b275-e51acb162ff2 2026-04-16 23:35:15.645 7 INFO neutron.db.l3_hamode_db [None req-c7fd48fb-c3ad-43c5-b6ed-e8ec7ac7620b f9fc349171ec41af882c9573f0872816 bdf1de7be042459e9edf632e6705b3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 848/1823] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:15 2026] POST /v2.0/networks => generated 612 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1824] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:15 2026] GET /v2.0/security-groups?tenant_id=3f31316d1036419aaa8ff5ca1fe0a330&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1825] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:35:15 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1826] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:35:16 2026] POST /v2.0/ports => generated 743 bytes in 304 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: 852/1827] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:16 2026] DELETE /v2.0/security-groups/c103b6b1-10a3-4bc6-b1f1-c03357e2c79d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1828] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:16 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:16.498 7 INFO neutron.db.l3_hamode_db [None req-c7fd48fb-c3ad-43c5-b6ed-e8ec7ac7620b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 854/1829] 10.0.0.214 () {34 vars in 746 bytes} [Thu Apr 16 23:35:16 2026] PUT /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 855/1830] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:16 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 25 bytes in 46 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: 856/1831] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:16 2026] GET /v2.0/security-groups?tenant_id=f47c8cef8c124770a54f5cd6eb9a76b1&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1832] 10.0.0.214 () {34 vars in 757 bytes} [Thu Apr 16 23:35:16 2026] PUT /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 858/1833] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:16 2026] DELETE /v2.0/security-groups/4ca53437-f0df-4abb-a36a-85fd6e364b12 => 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: 859/1834] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:16 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 860/1835] 10.0.0.214 () {34 vars in 753 bytes} [Thu Apr 16 23:35:16 2026] PUT /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 861/1836] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:16 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 862/1837] 10.0.0.214 () {34 vars in 775 bytes} [Thu Apr 16 23:35:17 2026] PUT /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/black.or.white => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 863/1838] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:17 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 52 bytes in 48 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: 864/1839] 10.0.0.214 () {34 vars in 746 bytes} [Thu Apr 16 23:35:17 2026] PUT /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 37 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: 865/1840] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:17 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 866/1841] 10.0.0.214 () {32 vars in 734 bytes} [Thu Apr 16 23:35:17 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/red => generated 0 bytes in 60 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-16 23:35:17.413 8 INFO neutron.api.v2.resource [None req-f785580e-447f-46f9-ac54-b5c6d728fb83 f7c20c4a57ff472590606404ffbf888f e4a4520d45174a07a9e74ae54356c3ad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 867/1842] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:17 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 976/1843] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:15 2026] POST /v2.0/routers => generated 727 bytes in 2194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1844] 10.0.0.214 () {32 vars in 737 bytes} [Thu Apr 16 23:35:17 2026] DELETE /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/red => generated 0 bytes in 63 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: 869/1845] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:17 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:35:17.596 8 INFO neutron.api.v2.resource [None req-c7e9d3a6-90ff-43cc-af80-b11ceb7cb40c f7c20c4a57ff472590606404ffbf888f e4a4520d45174a07a9e74ae54356c3ad - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1846] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:35:17 2026] DELETE /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 871/1847] 10.0.0.214 () {32 vars in 729 bytes} [Thu Apr 16 23:35:17 2026] DELETE /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 0 bytes in 83 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: 872/1848] 10.0.0.214 () {32 vars in 726 bytes} [Thu Apr 16 23:35:17 2026] GET /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:35:17.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b1d410e-3cbd-4500-850a-92a5aaba0051 f7c20c4a57ff472590606404ffbf888f e4a4520d45174a07a9e74ae54356c3ad - - default default] TaaS: Handle Delete Port: 405c3c7e-b0ef-4100-8f0c-1b431e3dcb22 2026-04-16 23:35:17.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b1d410e-3cbd-4500-850a-92a5aaba0051 f7c20c4a57ff472590606404ffbf888f e4a4520d45174a07a9e74ae54356c3ad - - default default] Tap Mirror: Handle Delete Port: 405c3c7e-b0ef-4100-8f0c-1b431e3dcb22 [pid: 8|app: 0|req: 873/1849] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:35:17 2026] DELETE /v2.0/ports/405c3c7e-b0ef-4100-8f0c-1b431e3dcb22 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:18.084 8 INFO neutron.services.segments.plugin [-] Segment eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 resource provider aggregate not found 2026-04-16 23:35:18.092 8 INFO neutron.services.segments.plugin [-] Segment eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 resource provider aggregate not found 2026-04-16 23:35:18.107 8 INFO neutron.services.segments.plugin [-] Segment eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 found for delete ", "request_id": "req-9d1e9e46-05d2-4b1f-b247-61ce66e46b54"}]} 2026-04-16 23:35:18.110 8 INFO neutron.services.segments.plugin [-] Segment eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb2ad6ed-a2c9-4d30-83b4-a4da3a558580 found for delete ", "request_id": "req-3baee117-12ab-48ab-8982-117cf62f4b23"}]} [pid: 8|app: 0|req: 874/1850] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:17 2026] DELETE /v2.0/networks/562ba07c-b946-4095-b275-e51acb162ff2 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1851] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:35:17 2026] PUT /v2.0/routers/c5e20627-b3fc-477b-824f-4e3e8a167a54/add_router_interface => generated 309 bytes in 1375 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1852] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:18 2026] GET /v2.0/security-groups?tenant_id=e4a4520d45174a07a9e74ae54356c3ad&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1853] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:19 2026] DELETE /v2.0/security-groups/f8839f38-7c21-4e1b-9b2e-dc87c94eba50 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1854] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:19 2026] GET /v2.0/security-groups?tenant_id=5d70fd64e0ca4ee9bb48d263d287aa83&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1855] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:19 2026] DELETE /v2.0/security-groups/1105a857-abf9-4861-b3dc-f41a3f25710c => 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: 877/1856] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:35:19 2026] POST /v2.0/security-groups => generated 1673 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1857] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1858] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1859] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1860] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:20.354 7 INFO neutron.db.securitygroups_db [None req-ec1cb164-99af-4f97-8a51-75f7731db181 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] Project afe7642074fb443eaa763da0b1b1e472 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: 982/1861] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:20.488 8 INFO neutron.db.securitygroups_db [None req-00eef450-a629-40ab-a8a9-c2dde5e1cc72 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] Project afe7642074fb443eaa763da0b1b1e472 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: 880/1862] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1863] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:35:21 2026] POST /v2.0/security-groups => generated 1659 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1864] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1865] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1866] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:35:21 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1867] 10.0.0.127 () {34 vars in 1097 bytes} [Thu Apr 16 23:35:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-865375497&fields=id&tenant_id=afe7642074fb443eaa763da0b1b1e472 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1868] 10.0.0.127 () {34 vars in 1097 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--978593374&fields=id&tenant_id=afe7642074fb443eaa763da0b1b1e472 => 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: 986/1869] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/networks?id=3a8b7546-230b-4c4b-a7be-1a1c68f79026 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1870] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/quotas/afe7642074fb443eaa763da0b1b1e472 => generated 292 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1871] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/ports?tenant_id=afe7642074fb443eaa763da0b1b1e472&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1872] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1873] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026?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: 886/1874] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:22 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 989/1875] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:35:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1876] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:35:23 2026] PUT /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1877] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1878] 10.0.0.214 () {34 vars in 769 bytes} [Thu Apr 16 23:35:23 2026] PUT /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1879] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1880] 10.0.0.214 () {34 vars in 765 bytes} [Thu Apr 16 23:35:23 2026] PUT /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1881] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1882] 10.0.0.214 () {34 vars in 787 bytes} [Thu Apr 16 23:35:23 2026] PUT /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1883] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1884] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 994/1885] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:35:23 2026] PUT /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1886] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1887] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:35:23.793 8 INFO neutron.api.v2.resource [None req-390eecb0-3a65-4e6b-840c-88454ef1a692 b83b7a03c0c14198abee4fbfb4ed78f5 34892dd07ea244dc9a420479fed23f82 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1888] 10.0.0.214 () {32 vars in 750 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1889] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:35:23 2026] DELETE /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1890] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:35:23.909 7 INFO neutron.api.v2.resource [None req-12771907-817b-4496-97e0-2ded02bf3db1 b83b7a03c0c14198abee4fbfb4ed78f5 34892dd07ea244dc9a420479fed23f82 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/1891] 10.0.0.214 () {32 vars in 753 bytes} [Thu Apr 16 23:35:23 2026] DELETE /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1892] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:35:23 2026] DELETE /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1893] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:35:23 2026] GET /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1894] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:35:24 2026] DELETE /v2.0/subnetpools/6e82f760-659f-4a2c-bfdf-c406fa30c67e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1895] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:24 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 897/1896] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:24 2026] GET /v2.0/security-groups?tenant_id=34892dd07ea244dc9a420479fed23f82&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1897] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:25 2026] DELETE /v2.0/security-groups/07eb0a40-d758-48e9-8a6f-846948da91fd => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1898] 10.0.0.214 () {32 vars in 825 bytes} [Thu Apr 16 23:35:25 2026] GET /v2.0/ports?project_id=b828117800c848a5805eefd05bd37244&network_id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 3691 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1899] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:25 2026] GET /v2.0/security-groups?tenant_id=aa07d139217247c3a20638fa4eeb81fd&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1900] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:25 2026] DELETE /v2.0/security-groups/bcb40fe5-2461-46ca-90be-2d7f0a3782f2 => 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: 1002/1901] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:35:25 2026] GET /v2.0/subnets?network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:25.771 8 INFO neutron.db.l3_db [None req-96ca7f64-ba46-4020-84c0-6646d44e9e18 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Floating IP a0057652-685a-4165-b77c-7354b4811e80 disassociated. External IP: 10.96.250.206, port: 9a03a1ac-b9b8-4644-bccc-03085ee411d3. [pid: 7|app: 0|req: 1003/1902] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:25 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 900/1903] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:25 2026] PUT /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 554 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1904] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:26.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e92c3443-4ecf-4754-8c69-fb41b6141d0a'] response: {'name': 'network-changed', 'server_uuid': 'b0297d62-a23a-4cb9-b93d-1839abb7db4e', 'tag': '9a03a1ac-b9b8-4644-bccc-03085ee411d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 901/1905] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1906] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1907] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9a03a1ac-b9b8-4644-bccc-03085ee411d3 => 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: 1006/1908] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/subnets?id=61d9fd10-f633-420b-94f1-92e948ad4d73 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1909] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/ports?network_id=347d05d6-71bb-4084-8db9-b60a58979683&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: 1007/1910] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/networks?id=3a8b7546-230b-4c4b-a7be-1a1c68f79026 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1911] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1912] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=afe7642074fb443eaa763da0b1b1e472 => generated 272 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1913] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 1009/1914] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:26 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 1010/1915] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:27 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1916] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:35:26 2026] POST /v2.0/ports => generated 997 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1011/1919] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:35:27 2026] PUT /v2.0/ports/680f21b4-dc0e-4416-9d10-335246f15190 => generated 1278 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:27.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9845434b-72ee-419d-a56c-4623d637ec2b'] response: {'name': 'network-changed', 'server_uuid': 'cb42ade2-3469-4b95-b635-c1837d838ffc', 'tag': '680f21b4-dc0e-4416-9d10-335246f15190', 'status': 'completed', 'code': 200} 2026-04-16 23:35:27.864 8 INFO neutron.db.segments_db [None req-3fb81bd8-b90f-4334-a7bd-ddeaf2b9d261 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Added segment d295e7f0-0110-4453-a841-4cb9b1e4791a of type vxlan for network 95b68406-b6d9-4955-8541-580466335694 [pid: 8|app: 0|req: 909/1920] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:27 2026] POST /v2.0/networks => generated 621 bytes in 411 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/1921] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:27 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1922] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1923] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:27 2026] POST /v2.0/subnets => generated 658 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1924] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1925] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/ports?tenant_id=afe7642074fb443eaa763da0b1b1e472&device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1926] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/networks?tenant_id=afe7642074fb443eaa763da0b1b1e472&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1927] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1928] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1929] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:28 2026] POST /v2.0/subnets => generated 731 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:28.753 7 INFO neutron.db.segments_db [None req-6f9aee2b-6c04-4d38-924e-b1bd361c7e32 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Added segment dbb84005-0874-4de3-a6e9-88df62522110 of type vxlan for network a67d35bc-3369-46a0-8bb2-c8f61f1510b1 [pid: 7|app: 0|req: 1017/1930] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:28 2026] POST /v2.0/networks => generated 619 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1931] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:28 2026] POST /v2.0/subnets => generated 655 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1932] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1933] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:28 2026] GET /v2.0/security-groups?tenant_id=5d50926b572d4831b06792b250c88bb7&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1934] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1935] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:29 2026] DELETE /v2.0/security-groups/21f84d82-db5d-4c26-98f9-98629b7d81f7 => 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: 916/1936] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/subnets => generated 725 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1937] 10.0.0.214 () {34 vars in 684 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/security-groups => generated 1673 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1938] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/ports?tenant_id=afe7642074fb443eaa763da0b1b1e472&device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:29.543 7 INFO neutron.db.segments_db [None req-b6bc3bf3-16fa-44da-82f9-4dd6671d4800 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Added segment 10fbbe58-9335-4530-89ce-a0b908a842a3 of type vxlan for network 96ae8b36-18b6-4d98-a3e2-223d0ca5297b [pid: 7|app: 0|req: 1022/1939] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/networks => generated 618 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1940] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/security-groups?tenant_id=fde32f7c9cb247438c1f17fa87998716&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1941] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=680f21b4-dc0e-4416-9d10-335246f15190 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1942] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1943] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:29 2026] DELETE /v2.0/security-groups/c28caf62-20d1-432e-b08d-9f982502d494 => 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: 1025/1944] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/subnets?id=bfa086ce-2170-4f87-ab1b-147af9003f09 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1945] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/subnets => generated 656 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1946] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/ports?network_id=3a8b7546-230b-4c4b-a7be-1a1c68f79026&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: 1026/1947] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1948] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:29 2026] GET /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026?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: 1028/1949] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1950] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:29 2026] POST /v2.0/subnets => generated 730 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1951] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:30 2026] GET /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:35:30.219 7 INFO neutron.db.segments_db [None req-cc0870c4-06ba-4412-948a-00b20ecd3d67 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Added segment 23898780-3c96-40d6-b07d-dc4f1d99d5ed of type vxlan for network 9e0fc5a4-b194-42b3-b87a-ec9b587bba42 [pid: 8|app: 0|req: 923/1952] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:30 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-16 23:35:30.318 8 INFO neutron.db.securitygroups_db [None req-8b98a0c8-d82c-4630-81b3-396d11090d73 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Project b828117800c848a5805eefd05bd37244 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: 924/1953] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1954] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:30 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1012 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:30.450 8 INFO neutron.db.securitygroups_db [None req-3772a760-778e-4d0d-a65f-114662ea2c9a ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Project b828117800c848a5805eefd05bd37244 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-16 23:35:30.526 7 INFO neutron.db.l3_hamode_db [None req-cc0870c4-06ba-4412-948a-00b20ecd3d67 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 926/1955] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:30 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1956] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:30 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1957] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:35:30 2026] GET /v2.0/networks => generated 1297 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1958] 10.0.0.127 () {34 vars in 1097 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-243542521&fields=id&tenant_id=b828117800c848a5805eefd05bd37244 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1959] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 660 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1960] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/quotas/b828117800c848a5805eefd05bd37244 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1961] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:31.322 7 INFO neutron.db.l3_hamode_db [None req-cc0870c4-06ba-4412-948a-00b20ecd3d67 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 933/1962] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 934/1963] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 935/1964] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 936/1965] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1012 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1966] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:31 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1967] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:35:30 2026] POST /v2.0/routers => generated 685 bytes in 1999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1968] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:32 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1032/1969] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:32 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1012 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1970] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:32 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1971] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:35:33 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1972] 199.204.45.49 () {34 vars in 1122 bytes} [Thu Apr 16 23:35:33 2026] GET /v2.0/security-groups?id=34a51e30-7c81-4b72-93b8-d45fd33c2291&id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1973] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:35:32 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1974] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:33 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 940/1975] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:33 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1976] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:34 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1977] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:34 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1036/1978] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:35:33 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/add_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1979] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:35 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1980] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:35 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1981] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:35 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:35.781 7 INFO neutron.db.l3_db [None req-07c0b0cc-5ff3-4230-99fe-4b9c22c82bb8 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] Floating IP 40fecf49-1f83-4e2f-897a-d07ef457783b associated. External IP: 10.96.250.205, port: 680f21b4-dc0e-4416-9d10-335246f15190. [pid: 7|app: 0|req: 1040/1982] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:35 2026] PUT /v2.0/floatingips/40fecf49-1f83-4e2f-897a-d07ef457783b => generated 856 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1983] 10.0.0.214 () {34 vars in 782 bytes} [Thu Apr 16 23:35:34 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/add_router_interface => generated 309 bytes in 1200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1984] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:36 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1041/1985] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:36 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 660 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:36.177 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f7be362-41e1-45cb-a457-ae8d5a48f67c'] response: {'name': 'network-changed', 'server_uuid': 'cb42ade2-3469-4b95-b635-c1837d838ffc', 'tag': '680f21b4-dc0e-4416-9d10-335246f15190', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1042/1986] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:35:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b828117800c848a5805eefd05bd37244 => generated 272 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1987] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:35:36 2026] POST /v2.0/security-groups => generated 1630 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1988] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1989] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:36 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: 7|app: 0|req: 1043/1990] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:35:36 2026] POST /v2.0/ports => generated 954 bytes in 421 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: 948/1991] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:36 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: 949/1992] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:36 2026] GET /v2.0/ports?tenant_id=afe7642074fb443eaa763da0b1b1e472&device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1993] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1994] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:36 2026] GET /v2.0/networks?id=3a8b7546-230b-4c4b-a7be-1a1c68f79026 => generated 769 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1995] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:35:36 2026] PUT /v2.0/ports/ac3c7e46-880b-4c31-ba5e-65a8473cf858 => generated 1235 bytes in 392 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: 952/1996] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1997] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=680f21b4-dc0e-4416-9d10-335246f15190 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1998] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/subnets?id=bfa086ce-2170-4f87-ab1b-147af9003f09 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1999] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/ports?network_id=3a8b7546-230b-4c4b-a7be-1a1c68f79026&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2000] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2001] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2002] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2003] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026?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: 1049/2004] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2005] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:37 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2006] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2007] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2008] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2009] 10.0.0.214 () {34 vars in 694 bytes} [Thu Apr 16 23:35:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2010] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2011] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac3c7e46-880b-4c31-ba5e-65a8473cf858 => 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: 1053/2012] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/subnets?id=61d9fd10-f633-420b-94f1-92e948ad4d73 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:38.220 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-508bb9aa-e1a0-4aee-b64e-7399fad9441b'] response: {'name': 'network-changed', 'server_uuid': '1299f0c5-60f8-49ca-a402-540767ec6db5', 'tag': 'ac3c7e46-880b-4c31-ba5e-65a8473cf858', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/2013] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/ports?network_id=347d05d6-71bb-4084-8db9-b60a58979683&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: 1054/2014] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2015] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 1055/2016] 10.0.0.127 () {34 vars in 1095 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1494280687&fields=id&tenant_id=118cf79c85ee42558be86cda83bb0c5d => 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: 962/2017] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2018] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/quotas/118cf79c85ee42558be86cda83bb0c5d => 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: 1057/2019] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1058/2020] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2021] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&fields=id => generated 287 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2022] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2023] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2024] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:38 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2025] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2026] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2027] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac3c7e46-880b-4c31-ba5e-65a8473cf858 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2028] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/subnets?id=61d9fd10-f633-420b-94f1-92e948ad4d73 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2029] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/ports?network_id=347d05d6-71bb-4084-8db9-b60a58979683&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2030] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 968/2031] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?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: 1064/2032] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2033] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:39 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2034] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:40 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2035] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:40 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&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: 1066/2036] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:41 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2037] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:42 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2040] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 973/2041] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2042] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 705 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2043] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=118cf79c85ee42558be86cda83bb0c5d => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2044] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2045] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2046] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:35:43 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1071/2047] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:35:43 2026] POST /v2.0/ports => generated 1175 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:35:43.898 8 INFO neutron.db.l3_db [None req-5a1665da-036c-4e61-ad13-9b06abd04448 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Floating IP a0057652-685a-4165-b77c-7354b4811e80 associated. External IP: 10.96.250.206, port: ac3c7e46-880b-4c31-ba5e-65a8473cf858. [pid: 8|app: 0|req: 977/2048] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:35:43 2026] PUT /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 855 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:44.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-638946c0-7dbf-43bd-a34c-967f0e9d2ba0'] response: {'name': 'network-changed', 'server_uuid': '1299f0c5-60f8-49ca-a402-540767ec6db5', 'tag': 'ac3c7e46-880b-4c31-ba5e-65a8473cf858', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 978/2049] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1190 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2050] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:35:43 2026] PUT /v2.0/ports/75753559-985b-40e1-8419-41d3077560df => generated 1456 bytes in 456 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: 979/2051] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2052] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:44.361 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-521cb974-bc04-4800-b9db-e2da67ffaab2'] response: {'name': 'network-changed', 'server_uuid': 'd902342c-c2f9-4e09-8126-aba6711f438a', 'tag': '75753559-985b-40e1-8419-41d3077560df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 980/2053] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/ports?tenant_id=b828117800c848a5805eefd05bd37244&device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2054] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2055] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/networks?id=347d05d6-71bb-4084-8db9-b60a58979683 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2056] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2057] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1459 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2058] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac3c7e46-880b-4c31-ba5e-65a8473cf858 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2059] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/networks?tenant_id=118cf79c85ee42558be86cda83bb0c5d&shared=False => generated 2375 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2060] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/subnets?id=61d9fd10-f633-420b-94f1-92e948ad4d73 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2061] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2062] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/ports?network_id=347d05d6-71bb-4084-8db9-b60a58979683&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: 1077/2063] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:35:44 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1283 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2064] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2065] 10.0.0.214 () {32 vars in 857 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/floatingips?floating_network_id=c6f30380-140f-41a0-bfd7-3b82ce53c8cd&port_id=680f21b4-dc0e-4416-9d10-335246f15190 => generated 861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2066] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2067] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2068] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2069] 10.0.0.136 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:45 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2070] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1459 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2071] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.58&port_id=75753559-985b-40e1-8419-41d3077560df => 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: 991/2072] 199.204.45.49 () {34 vars in 1100 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=75753559-985b-40e1-8419-41d3077560df => 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: 1082/2073] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/subnets?id=7198c818-94f3-4b73-8f58-115920929cda&id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => 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: 992/2074] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2075] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2076] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1084/2077] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2078] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:35:46 2026] GET /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2079] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:48 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2080] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:48 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2081] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:49 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1192 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2082] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:49 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2083] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:49 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2084] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:49 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2085] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:50 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2086] 10.0.0.127 () {34 vars in 1119 bytes} [Thu Apr 16 23:35:50 2026] GET /v2.0/security-groups?id=5ba0b9fd-0d06-4c52-89e8-e981da0a8d64&id=34a51e30-7c81-4b72-93b8-d45fd33c2291&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2087] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:35:50 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 1014 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:35:51.099 8 INFO neutron_taas.services.taas.taas_plugin [req-64bc51f7-0521-4e16-b180-5963e750b271 req-7afeb256-d3d8-426b-afcd-fa6009783be1 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] TaaS: Handle Delete Port: 680f21b4-dc0e-4416-9d10-335246f15190 2026-04-16 23:35:51.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64bc51f7-0521-4e16-b180-5963e750b271 req-7afeb256-d3d8-426b-afcd-fa6009783be1 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] Tap Mirror: Handle Delete Port: 680f21b4-dc0e-4416-9d10-335246f15190 2026-04-16 23:35:51.246 8 INFO neutron.db.l3_db [req-64bc51f7-0521-4e16-b180-5963e750b271 req-7afeb256-d3d8-426b-afcd-fa6009783be1 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] Floating IP 40fecf49-1f83-4e2f-897a-d07ef457783b disassociated. External IP: 10.96.250.205, port: 680f21b4-dc0e-4416-9d10-335246f15190. [pid: 8|app: 0|req: 999/2088] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:35:50 2026] DELETE /v2.0/ports/680f21b4-dc0e-4416-9d10-335246f15190 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:51.789 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf4fd154-d26f-4c62-a8a8-74f2e35012e7'] response: {'server_uuid': 'cb42ade2-3469-4b95-b635-c1837d838ffc', 'name': 'network-vif-deleted', 'tag': '680f21b4-dc0e-4416-9d10-335246f15190', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1090/2089] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:51 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2090] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:53 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 1091/2091] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:54 2026] GET /v2.0/ports?device_id=cb42ade2-3469-4b95-b635-c1837d838ffc => 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: 1001/2092] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:54 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1192 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2093] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:54 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2094] 10.0.0.214 () {32 vars in 817 bytes} [Thu Apr 16 23:35:54 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&mac_address=fa%3A16%3A3e%3A36%3Ace%3Abc => generated 1192 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2095] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:55 2026] DELETE /v2.0/security-groups/34a51e30-7c81-4b72-93b8-d45fd33c2291 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:35:55.380 8 INFO neutron.api.v2.resource [None req-1527043d-c55f-4cb3-ae02-03829d3751a8 c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2096] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:35:55 2026] GET /v2.0/security-groups/34a51e30-7c81-4b72-93b8-d45fd33c2291 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:35:55.488 7 INFO neutron.db.l3_db [None req-dcd26b62-5fe5-4741-b3cb-7aa5b14b7c81 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Floating IP 76acb7af-5356-41c7-bc95-b7fbbd56cb7b associated. External IP: 10.96.250.202, port: 75753559-985b-40e1-8419-41d3077560df. 2026-04-16 23:35:55.495 8 INFO neutron_taas.services.taas.taas_plugin [None req-c58ef1b8-1bd0-43fb-9e5f-43cfd720a85f c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] TaaS: Handle Delete Port: a5d27d3c-a56b-4750-9af0-f7e68c77b9f1 2026-04-16 23:35:55.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c58ef1b8-1bd0-43fb-9e5f-43cfd720a85f c8e622d1452f4e55a8ba83fe8c7cfd3a afe7642074fb443eaa763da0b1b1e472 - - default default] Tap Mirror: Handle Delete Port: a5d27d3c-a56b-4750-9af0-f7e68c77b9f1 [pid: 8|app: 0|req: 1005/2097] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:35:55 2026] DELETE /v2.0/floatingips/40fecf49-1f83-4e2f-897a-d07ef457783b => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2098] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:35:55 2026] DELETE /v2.0/security-groups/5ba0b9fd-0d06-4c52-89e8-e981da0a8d64 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2099] 10.0.0.214 () {34 vars in 676 bytes} [Thu Apr 16 23:35:54 2026] POST /v2.0/floatingips => generated 854 bytes in 1382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:35:56.226 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e0f1af8-30ab-47c7-8e9a-6709444d1346'] response: {'name': 'network-changed', 'server_uuid': 'd902342c-c2f9-4e09-8126-aba6711f438a', 'tag': '75753559-985b-40e1-8419-41d3077560df', 'status': 'completed', 'code': 200} 2026-04-16 23:35:56.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b6a6217-c4ad-455b-861f-6015d2fbe3d4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 0f655c8f-a052-4bf3-81ca-3b52ae9b2500 2026-04-16 23:35:56.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b6a6217-c4ad-455b-861f-6015d2fbe3d4 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 0f655c8f-a052-4bf3-81ca-3b52ae9b2500 [pid: 7|app: 0|req: 1094/2100] 10.0.0.127 () {34 vars in 1095 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1494280687&fields=id&tenant_id=118cf79c85ee42558be86cda83bb0c5d => 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: 1095/2101] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2102] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/quotas/118cf79c85ee42558be86cda83bb0c5d => 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: 1097/2103] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&fields=id => generated 333 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2104] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1099/2105] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1100/2106] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=d902342c-c2f9-4e09-8126-aba6711f438a => 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: 1101/2107] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2108] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:35:55 2026] PUT /v2.0/routers/56050361-64ee-433f-a5f0-0af41f8b3794/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2109] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => 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: 1008/2110] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.58&port_id=75753559-985b-40e1-8419-41d3077560df => 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: 1009/2111] 199.204.45.49 () {34 vars in 1100 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=75753559-985b-40e1-8419-41d3077560df => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2112] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/subnets?id=7198c818-94f3-4b73-8f58-115920929cda&id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2113] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2114] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:35:56 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2115] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:35:57 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:35:57.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-db290647-4045-4c22-bf7e-922e0383830d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: c33b5f78-6058-4a62-b179-3304c4e67810 2026-04-16 23:35:57.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db290647-4045-4c22-bf7e-922e0383830d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: c33b5f78-6058-4a62-b179-3304c4e67810 [pid: 8|app: 0|req: 1014/2116] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:35:57 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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) 2026-04-16 23:35:57.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-db290647-4045-4c22-bf7e-922e0383830d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 59752498-f0de-407c-abb1-5808af3375ea 2026-04-16 23:35:57.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db290647-4045-4c22-bf7e-922e0383830d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 59752498-f0de-407c-abb1-5808af3375ea 2026-04-16 23:35:57.659 7 INFO neutron.services.segments.plugin [-] Segment 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef resource provider aggregate not found 2026-04-16 23:35:57.665 7 INFO neutron.services.segments.plugin [-] Segment 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef resource provider aggregate not found 2026-04-16 23:35:57.676 7 INFO neutron.services.segments.plugin [-] Segment 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef found for delete ", "request_id": "req-c2cc439d-df54-4018-9556-11aa3e3b77dd"}]} 2026-04-16 23:35:57.688 7 INFO neutron.services.segments.plugin [-] Segment 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39bd8a5e-d3f8-4a91-9fd4-df7574d2ddef found for delete ", "request_id": "req-877bd3d4-ce74-4caa-a07d-6c349b9a0f51"}]} 2026-04-16 23:35:57.698 7 INFO neutron.db.l3_hamode_db [None req-db290647-4045-4c22-bf7e-922e0383830d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 616d5026-a5cf-4cac-85b6-3d122761e083 was deleted as no HA routers are present in tenant afe7642074fb443eaa763da0b1b1e472. [pid: 7|app: 0|req: 1103/2119] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:35:56 2026] DELETE /v2.0/routers/56050361-64ee-433f-a5f0-0af41f8b3794 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2120] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:35:57 2026] DELETE /v2.0/subnets/bfa086ce-2170-4f87-ab1b-147af9003f09 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:57.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-161293a0-6133-45ce-b613-435a424f29a2 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: a818b418-556f-4ea1-a0a7-b574ef38f5ef 2026-04-16 23:35:57.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-161293a0-6133-45ce-b613-435a424f29a2 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: a818b418-556f-4ea1-a0a7-b574ef38f5ef [pid: 7|app: 0|req: 1104/2121] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:35:57 2026] DELETE /v2.0/networks/3a8b7546-230b-4c4b-a7be-1a1c68f79026 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:35:58.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3339d91-11d8-4a70-ad5a-fde97faf1936 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 281e3198-ede5-4a0b-a45b-23baf8aba91a 2026-04-16 23:35:58.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3339d91-11d8-4a70-ad5a-fde97faf1936 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 281e3198-ede5-4a0b-a45b-23baf8aba91a [pid: 7|app: 0|req: 1105/2122] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:35:58 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2123] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:35:58 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2124] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:35:58 2026] PUT /v2.0/routers/c5e20627-b3fc-477b-824f-4e3e8a167a54/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:35:59.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-a89e8b1a-965c-4633-8138-f5c76ae24d61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 956b9a74-0f3c-492a-b696-730ec3f6426b 2026-04-16 23:35:59.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a89e8b1a-965c-4633-8138-f5c76ae24d61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 956b9a74-0f3c-492a-b696-730ec3f6426b 2026-04-16 23:35:59.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-a89e8b1a-965c-4633-8138-f5c76ae24d61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 1c7297ce-60a9-4854-b8e0-6fb593ccedc8 2026-04-16 23:35:59.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a89e8b1a-965c-4633-8138-f5c76ae24d61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 1c7297ce-60a9-4854-b8e0-6fb593ccedc8 2026-04-16 23:35:59.698 7 INFO neutron.services.segments.plugin [-] Segment 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 resource provider aggregate not found 2026-04-16 23:35:59.708 7 INFO neutron.services.segments.plugin [-] Segment 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 resource provider aggregate not found 2026-04-16 23:35:59.727 7 INFO neutron.services.segments.plugin [-] Segment 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 found for delete ", "request_id": "req-e98d6e2b-6446-402a-a826-675c3ff600f9"}]} 2026-04-16 23:35:59.738 7 INFO neutron.services.segments.plugin [-] Segment 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f4d747d-1b4d-4e92-af1c-14d39ecb2730 found for delete ", "request_id": "req-7bd45edf-9ade-41c1-a97a-3eaa12df9128"}]} 2026-04-16 23:35:59.890 7 INFO neutron.db.l3_hamode_db [None req-a89e8b1a-965c-4633-8138-f5c76ae24d61 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] HA network 2c2983d7-b7d5-461b-b98f-3a03c4a3053c was deleted as no HA routers are present in tenant bdf1de7be042459e9edf632e6705b3ab. [pid: 7|app: 0|req: 1107/2125] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:35:59 2026] DELETE /v2.0/routers/c5e20627-b3fc-477b-824f-4e3e8a167a54 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2126] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:35:59 2026] DELETE /v2.0/subnets/25b3b973-efbd-47b7-a95b-01ea373fb3b1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:00.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-10fbc68b-a991-45a4-9ae7-eba7b94736de f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 31697bac-5402-4eb6-9f6e-cf76d3806e64 2026-04-16 23:36:00.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10fbc68b-a991-45a4-9ae7-eba7b94736de f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 31697bac-5402-4eb6-9f6e-cf76d3806e64 [pid: 7|app: 0|req: 1108/2127] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:00 2026] DELETE /v2.0/networks/9f8f4b05-ca39-4c37-9738-22a2af7bbf67 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2128] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:36:00 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2129] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:00 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&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: 8|app: 0|req: 1021/2130] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:00 2026] GET /v2.0/security-groups?tenant_id=afe7642074fb443eaa763da0b1b1e472&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2131] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:00 2026] DELETE /v2.0/security-groups/d97fd4c8-a401-49b6-a884-7be7e32406ad => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2132] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:00 2026] GET /v2.0/security-groups?tenant_id=bdf1de7be042459e9edf632e6705b3ab&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2133] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:00 2026] DELETE /v2.0/security-groups/f73b0a29-9e7c-4811-b5aa-87ce9d8e6269 => 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: 1023/2134] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:36:01 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2135] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:36:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=118cf79c85ee42558be86cda83bb0c5d => generated 179 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:36:01.748 7 INFO neutron.services.segments.plugin [-] Segment 2b284e79-1cf2-44f7-b499-1a8e253d6d0a resource provider aggregate not found 2026-04-16 23:36:01.758 7 INFO neutron.services.segments.plugin [-] Segment 2b284e79-1cf2-44f7-b499-1a8e253d6d0a resource provider aggregate not found 2026-04-16 23:36:01.763 7 INFO neutron.services.segments.plugin [-] Segment 2b284e79-1cf2-44f7-b499-1a8e253d6d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b284e79-1cf2-44f7-b499-1a8e253d6d0a found for delete ", "request_id": "req-2a05362a-3e45-4e5b-a283-b36e8ba841a5"}]} 2026-04-16 23:36:01.778 7 INFO neutron.services.segments.plugin [-] Segment 2b284e79-1cf2-44f7-b499-1a8e253d6d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b284e79-1cf2-44f7-b499-1a8e253d6d0a found for delete ", "request_id": "req-9e340e2c-c168-4742-8f8a-d052ac9eedaf"}]} 2026-04-16 23:36:01.781 7 INFO neutron.services.segments.plugin [-] Segment 1bb5619e-b2aa-44e0-869e-6e30e786174c resource provider aggregate not found 2026-04-16 23:36:01.798 7 INFO neutron.services.segments.plugin [-] Segment 1bb5619e-b2aa-44e0-869e-6e30e786174c resource provider aggregate not found 2026-04-16 23:36:01.801 7 INFO neutron.services.segments.plugin [-] Segment 1bb5619e-b2aa-44e0-869e-6e30e786174c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb5619e-b2aa-44e0-869e-6e30e786174c found for delete ", "request_id": "req-e8b52636-e97b-4bda-abbe-c2cbed7658f8"}]} 2026-04-16 23:36:01.814 7 INFO neutron.services.segments.plugin [-] Segment 1bb5619e-b2aa-44e0-869e-6e30e786174c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb5619e-b2aa-44e0-869e-6e30e786174c found for delete ", "request_id": "req-6758bb80-d7c3-4738-81dd-44ccab576f09"}]} [pid: 7|app: 0|req: 1113/2136] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:01 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1190 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2137] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:36:01 2026] POST /v2.0/ports => generated 1187 bytes in 834 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: 1114/2138] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:02 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&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: 8|app: 0|req: 1025/2139] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:36:02 2026] PUT /v2.0/ports/523f6603-331c-4cd4-8f46-075b6b0381b1 => generated 1468 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:36:02.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a54f1cf8-0f67-4209-a870-fda2a851ea7c'] response: {'name': 'network-changed', 'server_uuid': '924b2025-31e4-4957-a496-89db236703ed', 'tag': '523f6603-331c-4cd4-8f46-075b6b0381b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1115/2140] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:36:03 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1026/2141] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:36:03 2026] GET /v2.0/networks?tenant_id=118cf79c85ee42558be86cda83bb0c5d&shared=False => generated 2375 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2142] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:36:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2143] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2144] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.222&port_id=523f6603-331c-4cd4-8f46-075b6b0381b1 => 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: 1028/2145] 199.204.45.49 () {34 vars in 1104 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c8&port_id=523f6603-331c-4cd4-8f46-075b6b0381b1 => 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: 1118/2146] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/subnets?id=634029fe-98b9-4411-8b14-3c1ef409cf59&id=649aa72f-0688-4073-97a7-a60984ffe956 => generated 1415 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2147] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&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: 1119/2148] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2149] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1120/2150] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:36:04 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1031/2151] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:36:05 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2152] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:36:05 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2153] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:36:06 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) [pid: 8|app: 0|req: 1033/2154] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:07 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1204 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2155] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:07 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2156] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:36:07 2026] POST /v2.0/floatingips => generated 552 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2157] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:36:07 2026] POST /v2.0/floatingips => generated 552 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2158] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:36:08 2026] PUT /v2.0/floatingips/88617821-3bdd-4a75-a588-7c8704cc7249/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2159] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:36:08 2026] PUT /v2.0/floatingips/b35a4df3-19ed-4e29-8417-3f1085edbd79/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2160] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:36:08 2026] PUT /v2.0/floatingips/fb4670f9-fbbe-4365-a1d1-258bc447e21e/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2161] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1038/2162] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2163] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:36:08 2026] PUT /v2.0/floatingips/78eb2d74-6636-4f5b-8bae-5ad6e7ff5e03/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2164] 10.0.0.214 () {32 vars in 671 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2165] 10.0.0.214 () {32 vars in 685 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2166] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2167] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2168] 10.0.0.214 () {32 vars in 679 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2169] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2170] 10.0.0.214 () {32 vars in 689 bytes} [Thu Apr 16 23:36:08 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2171] 10.0.0.214 () {32 vars in 701 bytes} [Thu Apr 16 23:36:08 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-16 23:36:09.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-11b819fb-e2e0-4d16-a2ba-c1570a67684b bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] TaaS: Handle Delete Port: 17a13c32-48cd-4124-ac4d-6341bdd826ef 2026-04-16 23:36:09.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11b819fb-e2e0-4d16-a2ba-c1570a67684b bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] Tap Mirror: Handle Delete Port: 17a13c32-48cd-4124-ac4d-6341bdd826ef [pid: 8|app: 0|req: 1043/2172] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:08 2026] DELETE /v2.0/floatingips/88617821-3bdd-4a75-a588-7c8704cc7249 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:09.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-451fa5ed-266e-4ee4-a2cf-c38d31673502 bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] TaaS: Handle Delete Port: f566b29f-84a2-4a97-8de9-bd3fc0ff030d 2026-04-16 23:36:09.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-451fa5ed-266e-4ee4-a2cf-c38d31673502 bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] Tap Mirror: Handle Delete Port: f566b29f-84a2-4a97-8de9-bd3fc0ff030d [pid: 7|app: 0|req: 1130/2173] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:09 2026] DELETE /v2.0/floatingips/b35a4df3-19ed-4e29-8417-3f1085edbd79 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2174] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:09 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2175] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:09 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:36:09.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-5736862c-d8ba-4390-b7dd-4407eb31a297 bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] TaaS: Handle Delete Port: 1905c0d7-6966-412f-83bf-3ce764c94135 2026-04-16 23:36:09.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5736862c-d8ba-4390-b7dd-4407eb31a297 bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] Tap Mirror: Handle Delete Port: 1905c0d7-6966-412f-83bf-3ce764c94135 [pid: 7|app: 0|req: 1131/2176] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:09 2026] DELETE /v2.0/floatingips/fb4670f9-fbbe-4365-a1d1-258bc447e21e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:09.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-a717c971-1166-47bd-a68c-0afafdfde36c bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] TaaS: Handle Delete Port: 649ab861-7203-4869-b3d9-6742263d099c 2026-04-16 23:36:09.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a717c971-1166-47bd-a68c-0afafdfde36c bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] Tap Mirror: Handle Delete Port: 649ab861-7203-4869-b3d9-6742263d099c [pid: 8|app: 0|req: 1046/2177] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:09 2026] DELETE /v2.0/floatingips/78eb2d74-6636-4f5b-8bae-5ad6e7ff5e03 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:10.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce3aee68-b17c-42b9-9530-08d81795da8d bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] TaaS: Handle Delete Port: ff800490-bd91-4eef-9149-8523e2b6006f 2026-04-16 23:36:10.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3aee68-b17c-42b9-9530-08d81795da8d bfa4ee377d40490d9d8b5c63210e0b35 19caf56cd541486383ab0842cea1782d - - default default] Tap Mirror: Handle Delete Port: ff800490-bd91-4eef-9149-8523e2b6006f [pid: 7|app: 0|req: 1132/2178] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:10 2026] DELETE /v2.0/floatingips/68303117-69e6-48a4-9386-0ecc2b465d62 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2179] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:10 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2180] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:10 2026] GET /v2.0/security-groups?id=93833bfb-2390-4c52-ac1e-8083e9cb706f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2181] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:36:10 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:36:10.990 7 INFO neutron_taas.services.taas.taas_plugin [req-4ba76d94-68ea-4875-a9e2-f70aeb10029a req-90e89b2c-8191-4c7d-bfc6-c2b6021e4e50 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: ac3c7e46-880b-4c31-ba5e-65a8473cf858 2026-04-16 23:36:10.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ba76d94-68ea-4875-a9e2-f70aeb10029a req-90e89b2c-8191-4c7d-bfc6-c2b6021e4e50 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: ac3c7e46-880b-4c31-ba5e-65a8473cf858 2026-04-16 23:36:11.127 7 INFO neutron.db.l3_db [req-4ba76d94-68ea-4875-a9e2-f70aeb10029a req-90e89b2c-8191-4c7d-bfc6-c2b6021e4e50 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Floating IP a0057652-685a-4165-b77c-7354b4811e80 disassociated. External IP: 10.96.250.206, port: ac3c7e46-880b-4c31-ba5e-65a8473cf858. [pid: 7|app: 0|req: 1134/2182] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:36:10 2026] DELETE /v2.0/ports/ac3c7e46-880b-4c31-ba5e-65a8473cf858 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:11.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e2a039b-7bf5-4ee0-ba1f-fc9c5dbbf566'] response: {'server_uuid': '1299f0c5-60f8-49ca-a402-540767ec6db5', 'name': 'network-vif-deleted', 'tag': 'ac3c7e46-880b-4c31-ba5e-65a8473cf858', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1049/2183] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:11 2026] GET /v2.0/security-groups?tenant_id=450fe415945a456b925cd712efdab7fb&name=default => generated 2929 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2184] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:11 2026] DELETE /v2.0/security-groups/252b8da2-9323-4160-96f3-8c4848d6c6e5 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2185] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:11 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1136/2186] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:11 2026] GET /v2.0/security-groups?tenant_id=19caf56cd541486383ab0842cea1782d&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: 1051/2187] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:12 2026] DELETE /v2.0/security-groups/638bcb6d-7034-4182-ad07-44a36299543e => 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: 1138/2190] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:12 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2191] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:12 2026] GET /v2.0/security-groups?tenant_id=10985413c5044a8993830db6054ecc5e&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: 1139/2192] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:12 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&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: 1054/2193] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:12 2026] DELETE /v2.0/security-groups/35497599-ab8c-4758-9b21-298f64336590 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2194] 10.0.0.214 () {32 vars in 817 bytes} [Thu Apr 16 23:36:12 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&mac_address=fa%3A16%3A3e%3Ad1%3A2f%3Adc => generated 1204 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2195] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:12 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:13.381 8 INFO neutron.db.l3_db [None req-e79a5b7f-51cb-41e8-bde3-e0ae9deee352 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Floating IP 7a15ebaa-3bc4-43b4-ba8c-cc98eee6ed84 associated. External IP: 10.96.250.213, port: 523f6603-331c-4cd4-8f46-075b6b0381b1. [pid: 8|app: 0|req: 1055/2196] 10.0.0.214 () {34 vars in 676 bytes} [Thu Apr 16 23:36:12 2026] POST /v2.0/floatingips => generated 855 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:13.749 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2315d73a-2d18-4068-9f49-07df05f42fb6'] response: {'name': 'network-changed', 'server_uuid': '924b2025-31e4-4957-a496-89db236703ed', 'tag': '523f6603-331c-4cd4-8f46-075b6b0381b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1142/2197] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/ports?device_id=1299f0c5-60f8-49ca-a402-540767ec6db5 => 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: 1056/2198] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2199] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2200] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.222&port_id=523f6603-331c-4cd4-8f46-075b6b0381b1 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2201] 199.204.45.49 () {34 vars in 1104 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c8&port_id=523f6603-331c-4cd4-8f46-075b6b0381b1 => 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: 1058/2202] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/subnets?id=634029fe-98b9-4411-8b14-3c1ef409cf59&id=649aa72f-0688-4073-97a7-a60984ffe956 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2203] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2204] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2205] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1060/2206] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:36:14 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2207] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:15 2026] DELETE /v2.0/security-groups/93833bfb-2390-4c52-ac1e-8083e9cb706f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:15.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-44f60f04-db3f-4413-af0e-b101462e549b ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: de661cb7-66de-4946-81df-790603939bd8 2026-04-16 23:36:15.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44f60f04-db3f-4413-af0e-b101462e549b ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: de661cb7-66de-4946-81df-790603939bd8 [pid: 8|app: 0|req: 1061/2208] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:15 2026] DELETE /v2.0/floatingips/a0057652-685a-4165-b77c-7354b4811e80 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2209] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:15 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 1062/2210] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:15 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2211] 10.0.0.214 () {34 vars in 677 bytes} [Thu Apr 16 23:36:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2212] 10.0.0.214 () {34 vars in 677 bytes} [Thu Apr 16 23:36:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2213] 10.0.0.214 () {34 vars in 677 bytes} [Thu Apr 16 23:36:16 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: 1064/2214] 10.0.0.214 () {34 vars in 677 bytes} [Thu Apr 16 23:36:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2215] 10.0.0.214 () {34 vars in 677 bytes} [Thu Apr 16 23:36:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2216] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:36:16 2026] PUT /v2.0/policies/dd5fb5d0-7206-4b5b-83c4-959ee9512dce/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2217] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:36:16 2026] PUT /v2.0/policies/27772830-3f65-42e0-8626-f4d1662dc23b/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2218] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:36:16 2026] PUT /v2.0/policies/b40a2fd3-052e-4839-ab07-dddf8533e410/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: 1153/2219] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:36:16 2026] PUT /v2.0/policies/fd0173ea-33b8-4ce9-81b1-258d2e04ec58/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2220] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2221] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2222] 10.0.0.214 () {32 vars in 673 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2223] 10.0.0.214 () {32 vars in 687 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2224] 10.0.0.214 () {32 vars in 683 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2225] 10.0.0.214 () {32 vars in 695 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2226] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2227] 10.0.0.214 () {32 vars in 695 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2228] 10.0.0.214 () {32 vars in 691 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2229] 10.0.0.214 () {32 vars in 703 bytes} [Thu Apr 16 23:36:17 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2230] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:17 2026] DELETE /v2.0/qos/policies/dd5fb5d0-7206-4b5b-83c4-959ee9512dce => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2231] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:17 2026] DELETE /v2.0/qos/policies/27772830-3f65-42e0-8626-f4d1662dc23b => 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: 1073/2232] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:18 2026] DELETE /v2.0/qos/policies/b40a2fd3-052e-4839-ab07-dddf8533e410 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2233] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:18 2026] DELETE /v2.0/qos/policies/fd0173ea-33b8-4ce9-81b1-258d2e04ec58 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2234] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:18 2026] DELETE /v2.0/qos/policies/1ed9dd76-1f19-4460-b5b1-53f1dce383cc => 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: 1161/2235] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:18 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2236] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:36:18 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 1162/2237] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:18 2026] GET /v2.0/security-groups?id=1599e11c-5f97-4202-b828-00d5c9c27098&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-16 23:36:18.400 8 INFO neutron_taas.services.taas.taas_plugin [req-a807f969-17f1-47ad-a175-b7abd8d0c5a7 req-8613bbf7-f135-4090-bf0d-168983adf2c1 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: 9a03a1ac-b9b8-4644-bccc-03085ee411d3 2026-04-16 23:36:18.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a807f969-17f1-47ad-a175-b7abd8d0c5a7 req-8613bbf7-f135-4090-bf0d-168983adf2c1 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: 9a03a1ac-b9b8-4644-bccc-03085ee411d3 [pid: 8|app: 0|req: 1076/2238] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:36:18 2026] DELETE /v2.0/ports/9a03a1ac-b9b8-4644-bccc-03085ee411d3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:18.556 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b425d671-e92a-4b51-a4eb-929ac0cafc84'] response: {'server_uuid': 'b0297d62-a23a-4cb9-b93d-1839abb7db4e', 'name': 'network-vif-deleted', 'tag': '9a03a1ac-b9b8-4644-bccc-03085ee411d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1163/2239] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:18 2026] GET /v2.0/security-groups?tenant_id=456e9350be224db993261c0abc71531a&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2240] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:19 2026] DELETE /v2.0/security-groups/842ee748-3e2e-48b0-9327-fe8e6d650756 => 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: 1078/2241] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:19 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 1164/2242] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:19 2026] GET /v2.0/security-groups?tenant_id=20cd4880806844a5b0ccf6091c3a2ade&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2243] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:19 2026] DELETE /v2.0/security-groups/4b3ec576-1a59-4bb1-b57a-2994bf1a4465 => 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: 1165/2244] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:19 2026] GET /v2.0/security-groups?tenant_id=8252992871424d1d9f317e09ccc6eb26&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2245] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:19 2026] DELETE /v2.0/security-groups/3d10b2d6-114d-4c68-aa6e-489c05f78bc3 => 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: 1166/2246] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:20 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 1081/2247] 10.0.0.136 () {34 vars in 989 bytes} [Thu Apr 16 23:36:21 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2248] 10.0.0.136 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:21 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&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: 1082/2249] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:21 2026] GET /v2.0/ports?device_id=b0297d62-a23a-4cb9-b93d-1839abb7db4e => 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: 1168/2250] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:22 2026] DELETE /v2.0/security-groups/1599e11c-5f97-4202-b828-00d5c9c27098 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:23.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-d524a9c3-7d7a-4f87-a1fd-e191a398de4c ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: 1d163d1c-3f64-4aab-b8cc-ef3ce25f243f 2026-04-16 23:36:23.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d524a9c3-7d7a-4f87-a1fd-e191a398de4c ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: 1d163d1c-3f64-4aab-b8cc-ef3ce25f243f [pid: 8|app: 0|req: 1083/2251] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:36:22 2026] PUT /v2.0/routers/1ff21514-5c11-4f54-8294-440565139fb7/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2252] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:23 2026] DELETE /v2.0/subnets/61d9fd10-f633-420b-94f1-92e948ad4d73 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:24.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-e224cade-54fc-427c-b087-b8e4e8e4be96 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: 10d61294-6aee-461c-ab26-329d2fce992d 2026-04-16 23:36:24.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e224cade-54fc-427c-b087-b8e4e8e4be96 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: 10d61294-6aee-461c-ab26-329d2fce992d 2026-04-16 23:36:24.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-e224cade-54fc-427c-b087-b8e4e8e4be96 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: 28d116c3-58f9-4713-b115-2009b6683344 2026-04-16 23:36:24.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e224cade-54fc-427c-b087-b8e4e8e4be96 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: 28d116c3-58f9-4713-b115-2009b6683344 [pid: 7|app: 0|req: 1170/2253] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:36:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2254] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:36:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:36:24.747 8 INFO neutron.services.segments.plugin [-] Segment cb0e3c3f-833f-4e93-878c-f2f09fded7f7 resource provider aggregate not found 2026-04-16 23:36:24.754 8 INFO neutron.services.segments.plugin [-] Segment cb0e3c3f-833f-4e93-878c-f2f09fded7f7 resource provider aggregate not found [pid: 7|app: 0|req: 1172/2255] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:36:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:36:24.774 8 INFO neutron.services.segments.plugin [-] Segment cb0e3c3f-833f-4e93-878c-f2f09fded7f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb0e3c3f-833f-4e93-878c-f2f09fded7f7 found for delete ", "request_id": "req-bd1ec3ea-59cf-4533-b630-85d1bae37085"}]} 2026-04-16 23:36:24.775 8 INFO neutron.services.segments.plugin [-] Segment cb0e3c3f-833f-4e93-878c-f2f09fded7f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb0e3c3f-833f-4e93-878c-f2f09fded7f7 found for delete ", "request_id": "req-cf275891-6007-495d-8b20-023967d3ef56"}]} 2026-04-16 23:36:24.783 8 INFO neutron.db.l3_hamode_db [None req-e224cade-54fc-427c-b087-b8e4e8e4be96 ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] HA network 247e5c52-d7f8-4f93-a0fc-183027f6ebd5 was deleted as no HA routers are present in tenant b828117800c848a5805eefd05bd37244. [pid: 8|app: 0|req: 1084/2256] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:23 2026] DELETE /v2.0/routers/1ff21514-5c11-4f54-8294-440565139fb7 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:24.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8fedda1-1bbe-4e07-96d6-7af9e05135bc ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] TaaS: Handle Delete Port: 27923c65-a6e9-4b57-afdd-047a5578b53e 2026-04-16 23:36:24.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8fedda1-1bbe-4e07-96d6-7af9e05135bc ba503db60d8645e2b13d53180e05fda6 b828117800c848a5805eefd05bd37244 - - default default] Tap Mirror: Handle Delete Port: 27923c65-a6e9-4b57-afdd-047a5578b53e [pid: 7|app: 0|req: 1173/2257] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:36:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2258] 10.0.0.214 () {34 vars in 683 bytes} [Thu Apr 16 23:36:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2259] 10.0.0.214 () {34 vars in 766 bytes} [Thu Apr 16 23:36:25 2026] PUT /v2.0/security-groups/21bf4453-f8e6-4a22-8416-e1bdf1450cc7/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2260] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:24 2026] DELETE /v2.0/networks/347d05d6-71bb-4084-8db9-b60a58979683 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2261] 10.0.0.214 () {34 vars in 766 bytes} [Thu Apr 16 23:36:25 2026] PUT /v2.0/security-groups/7fa96faf-ed99-4793-a095-bdf63bb5a350/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2262] 10.0.0.214 () {34 vars in 766 bytes} [Thu Apr 16 23:36:25 2026] PUT /v2.0/security-groups/6699fb7e-b624-4e0e-8f3b-935af792ad77/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2263] 10.0.0.214 () {34 vars in 766 bytes} [Thu Apr 16 23:36:25 2026] PUT /v2.0/security-groups/d950e358-0c07-41d4-ae29-6b43fc8b65ed/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2264] 10.0.0.214 () {32 vars in 679 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2265] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2266] 10.0.0.214 () {32 vars in 689 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2267] 10.0.0.214 () {32 vars in 701 bytes} [Thu Apr 16 23:36:25 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: 1089/2268] 10.0.0.214 () {32 vars in 687 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2269] 10.0.0.214 () {32 vars in 701 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2270] 10.0.0.214 () {32 vars in 697 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2271] 10.0.0.214 () {32 vars in 709 bytes} [Thu Apr 16 23:36:25 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: 1091/2272] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:25 2026] DELETE /v2.0/security-groups/21bf4453-f8e6-4a22-8416-e1bdf1450cc7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2273] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:25 2026] DELETE /v2.0/security-groups/7fa96faf-ed99-4793-a095-bdf63bb5a350 => 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: 1183/2274] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:25 2026] DELETE /v2.0/security-groups/6699fb7e-b624-4e0e-8f3b-935af792ad77 => 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: 1184/2275] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:25 2026] DELETE /v2.0/security-groups/d950e358-0c07-41d4-ae29-6b43fc8b65ed => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2276] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:25 2026] GET /v2.0/security-groups?tenant_id=1b2370ed3baa48f29c295a01ffeaa97d&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2277] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:25 2026] DELETE /v2.0/security-groups/346fa4c3-5b9c-481f-874f-4d0e2b533960 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2278] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:26 2026] DELETE /v2.0/security-groups/40c3e2f2-ad4d-4f8c-86a0-83bd91a7e4be => 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: 1186/2279] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:26 2026] GET /v2.0/security-groups?tenant_id=b828117800c848a5805eefd05bd37244&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2280] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:26 2026] DELETE /v2.0/security-groups/bab9ccad-8799-4160-9883-efe0bf685b92 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:26.803 8 INFO neutron.services.segments.plugin [-] Segment 78f0afcf-e05d-4b43-a233-6b01b9a75b9b resource provider aggregate not found 2026-04-16 23:36:26.808 8 INFO neutron.services.segments.plugin [-] Segment 78f0afcf-e05d-4b43-a233-6b01b9a75b9b resource provider aggregate not found 2026-04-16 23:36:26.821 8 INFO neutron.services.segments.plugin [-] Segment 78f0afcf-e05d-4b43-a233-6b01b9a75b9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78f0afcf-e05d-4b43-a233-6b01b9a75b9b found for delete ", "request_id": "req-805af11d-f18a-4696-9c1c-09f09b2e9bf8"}]} 2026-04-16 23:36:26.825 8 INFO neutron.services.segments.plugin [-] Segment 78f0afcf-e05d-4b43-a233-6b01b9a75b9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78f0afcf-e05d-4b43-a233-6b01b9a75b9b found for delete ", "request_id": "req-a60d4a7a-17f7-4112-8969-e89f64330687"}]} [pid: 7|app: 0|req: 1187/2281] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:26 2026] GET /v2.0/security-groups?tenant_id=1b9f5416390b49d6beb601441754728a&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2282] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:27 2026] DELETE /v2.0/security-groups/68046649-14c3-4762-9fff-6fddc82b3669 => 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: 1188/2285] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:27 2026] GET /v2.0/security-groups?tenant_id=a0a27f8e4c554b2f9367b4dd4b75e966&name=default => generated 2929 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2286] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:27 2026] DELETE /v2.0/security-groups/055c3b94-32d4-4db8-a077-1bad7bc5bf8c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2287] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:27 2026] GET /v2.0/security-groups?tenant_id=3cf5dc174dd140cdac07271431bf19b5&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2288] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:27 2026] DELETE /v2.0/security-groups/2e2e1880-8370-47db-a589-3be1a37c63a0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:30.622 7 INFO neutron.db.segments_db [None req-e679df5d-2ec2-4a60-aaa1-ef2d83cb4711 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] Added segment 3f89a85d-a640-4bdd-932e-ea277a098675 of type vxlan for network 3073159f-dd91-415b-86f5-0308d99d7ad5 [pid: 7|app: 0|req: 1190/2289] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:30 2026] POST /v2.0/networks => generated 708 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2290] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:30 2026] POST /v2.0/subnets => generated 644 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:30.879 8 WARNING neutron.api.v2.base [None req-8dcb3ba1-d9ec-40fd-a6d6-f54ff5a89b2a 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - 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-16 23:36:30.880 8 INFO neutron.api.v2.resource [None req-8dcb3ba1-d9ec-40fd-a6d6-f54ff5a89b2a 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1101/2291] 10.0.0.214 () {34 vars in 680 bytes} [Thu Apr 16 23:36:30 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-16 23:36:30.897 7 INFO neutron.db.segments_db [None req-a9feafee-d2d2-4932-ba0f-72ab156adc23 3fe2860a0a5e4ff782f6dd63696dd471 908bad1967724daeb442295443f3caa1 - - default default] Added segment ea306951-7af1-4fab-88ec-df679e9dc520 of type vxlan for network 762e5864-257d-4497-ba8a-c06fba36a359 [pid: 7|app: 0|req: 1191/2292] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:30 2026] POST /v2.0/networks => generated 613 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2293] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:36:30 2026] PUT /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:31.047 8 INFO neutron.services.segments.plugin [-] Segment 3f89a85d-a640-4bdd-932e-ea277a098675 resource provider aggregate not found 2026-04-16 23:36:31.054 8 INFO neutron.services.segments.plugin [-] Segment 3f89a85d-a640-4bdd-932e-ea277a098675 resource provider aggregate not found 2026-04-16 23:36:31.062 8 INFO neutron.services.segments.plugin [-] Segment 3f89a85d-a640-4bdd-932e-ea277a098675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f89a85d-a640-4bdd-932e-ea277a098675 found for delete ", "request_id": "req-c7251a0b-078c-473a-9351-9696fffeb660"}]} 2026-04-16 23:36:31.076 8 INFO neutron.services.segments.plugin [-] Segment 3f89a85d-a640-4bdd-932e-ea277a098675 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f89a85d-a640-4bdd-932e-ea277a098675 found for delete ", "request_id": "req-66043e01-ac10-4849-a3b4-53e5f2d45dbc"}]} [pid: 7|app: 0|req: 1193/2294] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2295] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:30 2026] DELETE /v2.0/networks/3073159f-dd91-415b-86f5-0308d99d7ad5 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:31.140 8 INFO neutron.db.segments_db [None req-9169dfeb-a9ee-4939-bee1-c217a343975c 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] Added segment d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc of type vxlan for network 6cd29d72-49e3-40ce-a543-031aa0631be1 [pid: 7|app: 0|req: 1194/2296] 10.0.0.214 () {34 vars in 763 bytes} [Thu Apr 16 23:36:31 2026] PUT /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2297] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2298] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:31 2026] POST /v2.0/networks => generated 707 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2299] 10.0.0.214 () {34 vars in 759 bytes} [Thu Apr 16 23:36:31 2026] PUT /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2300] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2301] 10.0.0.214 () {34 vars in 781 bytes} [Thu Apr 16 23:36:31 2026] PUT /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2302] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:31 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2303] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:31.433 8 WARNING neutron.api.v2.base [None req-7554b5c1-d907-4e02-b7aa-f8239f0e02b8 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - 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-16 23:36:31.433 8 INFO neutron.api.v2.resource [None req-7554b5c1-d907-4e02-b7aa-f8239f0e02b8 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1105/2304] 10.0.0.214 () {34 vars in 680 bytes} [Thu Apr 16 23:36:31 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2305] 10.0.0.214 () {34 vars in 752 bytes} [Thu Apr 16 23:36:31 2026] PUT /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2306] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2307] 10.0.0.214 () {32 vars in 740 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:31.601 7 INFO neutron.services.segments.plugin [-] Segment d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc resource provider aggregate not found 2026-04-16 23:36:31.602 7 INFO neutron.services.segments.plugin [-] Segment d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc resource provider aggregate not found 2026-04-16 23:36:31.618 7 INFO neutron.services.segments.plugin [-] Segment d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc found for delete ", "request_id": "req-dbaeb13b-0959-4946-9fc8-7f89fd9cb623"}]} [pid: 7|app: 0|req: 1200/2308] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:31 2026] DELETE /v2.0/networks/6cd29d72-49e3-40ce-a543-031aa0631be1 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:31.625 7 INFO neutron.services.segments.plugin [-] Segment d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4ee52ff-6f40-4e73-8a6c-f69713b5c3fc found for delete ", "request_id": "req-185c0bb8-9dab-47da-bfc2-6de8c0a6a177"}]} 2026-04-16 23:36:31.651 8 INFO neutron.api.v2.resource [None req-54ee9e39-c607-48ce-acf6-d12c12a68fb7 3fe2860a0a5e4ff782f6dd63696dd471 908bad1967724daeb442295443f3caa1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2309] 10.0.0.214 () {32 vars in 744 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:36:31.679 7 INFO neutron.db.segments_db [None req-1105ea67-2d7b-4fdc-8a7d-e70a9b72cb19 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] Added segment 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 of type vxlan for network b5130d60-aa36-4695-b804-0fa6ec28e1d2 [pid: 8|app: 0|req: 1110/2310] 10.0.0.214 () {32 vars in 743 bytes} [Thu Apr 16 23:36:31 2026] DELETE /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2311] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:31 2026] POST /v2.0/networks => generated 708 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2312] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:31.828 8 INFO neutron.api.v2.resource [None req-bbc2a10e-85ef-4506-8d27-964fbd52480d 3fe2860a0a5e4ff782f6dd63696dd471 908bad1967724daeb442295443f3caa1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1112/2313] 10.0.0.214 () {32 vars in 747 bytes} [Thu Apr 16 23:36:31 2026] DELETE /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2314] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:36:31 2026] DELETE /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => 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: 1114/2315] 10.0.0.214 () {32 vars in 732 bytes} [Thu Apr 16 23:36:31 2026] GET /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2316] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:31 2026] POST /v2.0/subnets => generated 647 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2317] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:31 2026] DELETE /v2.0/networks/762e5864-257d-4497-ba8a-c06fba36a359 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2318] 10.0.0.214 () {34 vars in 680 bytes} [Thu Apr 16 23:36:31 2026] POST /v2.0/rbac-policies => generated 324 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2319] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:36:32 2026] GET /v2.0/networks/b5130d60-aa36-4695-b804-0fa6ec28e1d2 => generated 655 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2320] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:32 2026] GET /v2.0/security-groups?tenant_id=908bad1967724daeb442295443f3caa1&name=default => generated 2929 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2321] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:32 2026] DELETE /v2.0/security-groups/740e741a-272d-40ef-b282-a3fad815df98 => 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: 1205/2322] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:32 2026] GET /v2.0/security-groups?tenant_id=d5ad436de02c4b9692192bde136d45ff&name=default => generated 2929 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:36:33.084 8 INFO neutron.services.segments.plugin [-] Segment ea306951-7af1-4fab-88ec-df679e9dc520 resource provider aggregate not found 2026-04-16 23:36:33.102 8 INFO neutron.services.segments.plugin [-] Segment ea306951-7af1-4fab-88ec-df679e9dc520 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea306951-7af1-4fab-88ec-df679e9dc520 found for delete ", "request_id": "req-554f909e-8a0f-449a-82be-0315ea5e8a93"}]} 2026-04-16 23:36:33.106 8 INFO neutron.services.segments.plugin [-] Segment ea306951-7af1-4fab-88ec-df679e9dc520 resource provider aggregate not found 2026-04-16 23:36:33.126 8 INFO neutron.services.segments.plugin [-] Segment ea306951-7af1-4fab-88ec-df679e9dc520 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea306951-7af1-4fab-88ec-df679e9dc520 found for delete ", "request_id": "req-fd0d8c9b-fb0b-42e6-9f7b-0a4bdf65abc1"}]} [pid: 8|app: 0|req: 1118/2323] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:33 2026] DELETE /v2.0/security-groups/f38d4a3c-4f7f-45c0-9746-06f7553d87c1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:33.189 7 INFO neutron.pecan_wsgi.hooks.translation [None req-143233a8-daae-4385-9056-b866970419f6 b4a719b8c4c3433c8da005c53d134dfe f7972c8dd5474c6782351b4449483fce - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2324] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:36:33 2026] GET /v2.0/networks/b5130d60-aa36-4695-b804-0fa6ec28e1d2 => generated 138 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:36:33.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f3f6578-c7bc-490e-ae26-bf15a31e79d3 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] TaaS: Handle Delete Port: 8efa5983-2505-42b8-b9cb-30ee827fd8e8 2026-04-16 23:36:33.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f3f6578-c7bc-490e-ae26-bf15a31e79d3 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] Tap Mirror: Handle Delete Port: 8efa5983-2505-42b8-b9cb-30ee827fd8e8 [pid: 8|app: 0|req: 1119/2325] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:33 2026] DELETE /v2.0/networks/b5130d60-aa36-4695-b804-0fa6ec28e1d2 => generated 0 bytes in 453 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:33.666 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5810f7f-1595-4b7f-9f60-8dedc825963c 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1207/2326] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:33 2026] DELETE /v2.0/subnets/2e3930f6-660f-4819-8e33-95f07c5dcad6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:36:33.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-549a7dce-9840-4e64-82c6-92bddc33e020 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1120/2327] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:33 2026] DELETE /v2.0/subnets/e3ef1a40-a136-4d2d-a8e5-7d1f7339c705 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:36:33.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6a3c8e0-5df2-4a01-8fd7-778a6ee98731 628ceec4887f408e9c645615d199a16c b6aa5416ba1447c9a4d243e610c87f84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1208/2328] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:33 2026] DELETE /v2.0/subnets/309ae8e0-68d9-4313-b8c1-487d1796bdec => 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: 1121/2329] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:34 2026] GET /v2.0/security-groups?tenant_id=f7972c8dd5474c6782351b4449483fce&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2330] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:34 2026] DELETE /v2.0/security-groups/a9577324-a5a3-4822-b6e3-0725f43465d0 => 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/2331] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:34 2026] GET /v2.0/security-groups?tenant_id=b6aa5416ba1447c9a4d243e610c87f84&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2332] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:34 2026] DELETE /v2.0/security-groups/9c5cf74d-43e1-40f7-b609-6e5d4eb6a090 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:35.122 8 INFO neutron.services.segments.plugin [-] Segment 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 resource provider aggregate not found 2026-04-16 23:36:35.139 8 INFO neutron.services.segments.plugin [-] Segment 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 resource provider aggregate not found 2026-04-16 23:36:35.143 8 INFO neutron.services.segments.plugin [-] Segment 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 found for delete ", "request_id": "req-60a32530-b70c-4d96-89a5-f1c0eaaf84ac"}]} 2026-04-16 23:36:35.154 8 INFO neutron.services.segments.plugin [-] Segment 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02185893-bebe-4f89-b1e0-c5b08fc7fdb4 found for delete ", "request_id": "req-41acc373-cb21-442f-b8e3-9ba4cc56aab0"}]} [pid: 8|app: 0|req: 1123/2333] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:35 2026] GET /v2.0/security-groups?tenant_id=da71baed64f94a5a9c221515e8adb5a0&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2334] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:35 2026] DELETE /v2.0/security-groups/da3475e3-0f4c-4de0-90a7-912a1bccc9fe => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2335] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:36:36 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:36:36.566 7 INFO neutron.db.segments_db [None req-1e9943b8-4ded-4d53-bf85-772d3535f57e 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] Added segment e72a3731-7ecb-487d-bb10-5e5ccb35bf06 of type vxlan for network 78773fa1-d82c-4d55-b708-79358498cdd3 2026-04-16 23:36:36.909 7 INFO neutron.db.l3_hamode_db [None req-1e9943b8-4ded-4d53-bf85-772d3535f57e 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 23:36:37.034 7 INFO neutron.db.l3_hamode_db [None req-1e9943b8-4ded-4d53-bf85-772d3535f57e 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1125/2336] 10.0.0.178 () {30 vars in 689 bytes} [Thu Apr 16 23:36:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2337] 10.0.0.178 () {30 vars in 691 bytes} [Thu Apr 16 23:36:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2338] 10.0.0.178 () {30 vars in 667 bytes} [Thu Apr 16 23:36:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2339] 10.0.0.178 () {30 vars in 703 bytes} [Thu Apr 16 23:36:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2340] 10.0.0.214 () {34 vars in 667 bytes} [Thu Apr 16 23:36:36 2026] POST /v2.0/routers => generated 474 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2341] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:37 2026] PUT /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2342] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:37 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2343] 10.0.0.214 () {34 vars in 761 bytes} [Thu Apr 16 23:36:37 2026] PUT /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags/green => generated 4 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2344] 10.0.0.178 () {28 vars in 438 bytes} [Thu Apr 16 23:36:37 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2345] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:37 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2346] 10.0.0.178 () {30 vars in 727 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2347] 10.0.0.178 () {30 vars in 689 bytes} [Thu Apr 16 23:36:38 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: 8|app: 0|req: 1134/2348] 10.0.0.178 () {30 vars in 691 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2349] 10.0.0.178 () {30 vars in 667 bytes} [Thu Apr 16 23:36:38 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: 1136/2350] 10.0.0.178 () {30 vars in 703 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2351] 10.0.0.178 () {30 vars in 727 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1215/2352] 10.0.0.214 () {34 vars in 757 bytes} [Thu Apr 16 23:36:38 2026] PUT /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags/red => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2353] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2354] 10.0.0.178 () {30 vars in 689 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2355] 10.0.0.178 () {30 vars in 691 bytes} [Thu Apr 16 23:36:38 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: 1141/2356] 10.0.0.178 () {30 vars in 667 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2357] 10.0.0.178 () {30 vars in 703 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2358] 10.0.0.214 () {34 vars in 779 bytes} [Thu Apr 16 23:36:38 2026] PUT /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags/black.or.white => 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: 1143/2359] 10.0.0.178 () {30 vars in 729 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2360] 10.0.0.178 () {30 vars in 681 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2361] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2362] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:38 2026] PUT /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 37 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2363] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2364] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/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: 1145/2365] 10.0.0.178 () {34 vars in 703 bytes} [Thu Apr 16 23:36:38 2026] POST /v2.0/ports => generated 1132 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 23:36:38.908 7 INFO neutron.api.v2.resource [None req-af6cff14-373d-45b8-b115-e60a52860430 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1221/2366] 10.0.0.214 () {32 vars in 742 bytes} [Thu Apr 16 23:36:38 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1146/2367] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:36:38 2026] DELETE /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags/red => 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: 1222/2368] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:39 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:39.230 8 INFO neutron.api.v2.resource [None req-c8a1b516-b423-42b3-80b3-4d90262970e2 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2369] 10.0.0.214 () {32 vars in 745 bytes} [Thu Apr 16 23:36:39 2026] DELETE /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2370] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:39 2026] DELETE /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/tags => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2371] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:39 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e/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: 1149/2372] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:36:39 2026] GET /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:36:39.665 7 INFO neutron.db.segments_db [None req-5da6bdea-e625-433b-8c12-71d5aaadfcfd ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] Added segment 50001f02-0fbc-4342-80c6-9604d8fa0e8e of type vxlan for network f8565d65-61a0-4620-aacb-04d3e8c8c9b7 [pid: 7|app: 0|req: 1224/2373] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:39 2026] POST /v2.0/networks => generated 612 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2374] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:39 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2375] 10.0.0.214 () {34 vars in 741 bytes} [Thu Apr 16 23:36:39 2026] PUT /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e => generated 480 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2376] 10.0.0.214 () {32 vars in 735 bytes} [Thu Apr 16 23:36:40 2026] GET /v2.0/ports?device_id=e5b7bebb-7465-4e83-92a1-e0d5259c338e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:40.101 7 INFO neutron.db.segments_db [None req-5c29376e-3af5-436a-81a6-fca61391c6eb ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] Added segment 07cb42fb-f51d-4a04-95a0-4f36172044fa of type vxlan for network a7fba0d4-cc11-4a5c-8bff-01884c723d9b [pid: 7|app: 0|req: 1226/2377] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:40 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:40.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-52788f53-3bb3-4f3e-81c1-bad040ff7e71 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] TaaS: Handle Delete Port: f9a59721-b1c9-4ff5-9c05-fe39937bfd5e 2026-04-16 23:36:40.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52788f53-3bb3-4f3e-81c1-bad040ff7e71 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] Tap Mirror: Handle Delete Port: f9a59721-b1c9-4ff5-9c05-fe39937bfd5e [pid: 7|app: 0|req: 1227/2378] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:40 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:40.522 7 INFO neutron.db.segments_db [None req-8986025e-1689-4700-bdda-2d7439885806 ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] Added segment 59ef380e-f731-4f0f-b700-c300e0cbcf90 of type vxlan for network 3f490cfe-c4e0-4913-b7e3-0149820636b5 [pid: 7|app: 0|req: 1228/2379] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:40 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:40.634 8 INFO neutron.services.segments.plugin [-] Segment e72a3731-7ecb-487d-bb10-5e5ccb35bf06 resource provider aggregate not found 2026-04-16 23:36:40.640 8 INFO neutron.services.segments.plugin [-] Segment e72a3731-7ecb-487d-bb10-5e5ccb35bf06 resource provider aggregate not found 2026-04-16 23:36:40.652 8 INFO neutron.services.segments.plugin [-] Segment e72a3731-7ecb-487d-bb10-5e5ccb35bf06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e72a3731-7ecb-487d-bb10-5e5ccb35bf06 found for delete ", "request_id": "req-a4e3e61c-2e30-4981-a1e4-281380e3eebe"}]} 2026-04-16 23:36:40.661 8 INFO neutron.services.segments.plugin [-] Segment e72a3731-7ecb-487d-bb10-5e5ccb35bf06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e72a3731-7ecb-487d-bb10-5e5ccb35bf06 found for delete ", "request_id": "req-a70d6ccc-a0cb-41e6-8b0d-505dbf8a49a6"}]} 2026-04-16 23:36:40.674 8 INFO neutron.db.l3_hamode_db [None req-52788f53-3bb3-4f3e-81c1-bad040ff7e71 98e91e8323a6498dacb2347b2b11fef9 c584837d779f4214baabcd90d02d5add - - default default] HA network 78773fa1-d82c-4d55-b708-79358498cdd3 was deleted as no HA routers are present in tenant c584837d779f4214baabcd90d02d5add. [pid: 8|app: 0|req: 1152/2380] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:40 2026] DELETE /v2.0/routers/e5b7bebb-7465-4e83-92a1-e0d5259c338e => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2381] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:40 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:40.956 8 INFO neutron.db.segments_db [None req-c06c8b9a-a7e7-429e-bac8-89fa9f0ec07b ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] Added segment 46acc19f-0614-4d40-b331-748132740312 of type vxlan for network b295ddcc-f39e-455f-840c-c62a86f91c9a [pid: 8|app: 0|req: 1153/2382] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:40 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: 1230/2383] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:41 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:41.442 8 INFO neutron.db.segments_db [None req-89eab7f3-fcd6-4064-aa21-ddb7996d75da ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] Added segment 0fc405d3-df27-4cf1-958b-7fa4857113ba of type vxlan for network 4d5cebd4-e039-4baf-9a27-635b1ef28f2c [pid: 8|app: 0|req: 1154/2384] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:41 2026] POST /v2.0/networks => generated 612 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2385] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:41 2026] GET /v2.0/security-groups?tenant_id=a62b8975f7c947a1bcfaec4b43e69e1f&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2386] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:41 2026] DELETE /v2.0/security-groups/0ef82cd1-2063-4a29-9f30-82040adaade9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2387] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:41 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2388] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:36:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2389] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:36:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2390] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:36:41 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: 1156/2391] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:41 2026] PUT /v2.0/subnets/a2f097a4-e21b-4039-8aca-5ced18632277/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2392] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:36:41 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: 1237/2393] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:36:41 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => 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: 1157/2394] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:41 2026] PUT /v2.0/subnets/9348f06b-b6d2-4bea-96aa-696ef82346ac/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: 1158/2395] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:41 2026] PUT /v2.0/subnets/59ae1234-2505-4577-b927-3379c506d582/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2396] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:41 2026] PUT /v2.0/subnets/9ad06714-89eb-43d9-8832-bfd643e7ba40/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2397] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:41 2026] GET /v2.0/security-groups?tenant_id=c584837d779f4214baabcd90d02d5add&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2398] 10.0.0.214 () {32 vars in 663 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2399] 10.0.0.214 () {32 vars in 677 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2400] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:42 2026] DELETE /v2.0/security-groups/f22d2281-cf0b-4396-86fb-a4a04d663bed => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2401] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:36:42 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: 1241/2402] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:36:42 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: 1242/2403] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:36:42 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: 1162/2404] 10.0.0.214 () {32 vars in 673 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2405] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:36:42.188 7 INFO neutron.api.v2.resource [None req-dc940713-1f18-4524-b0b0-25640c787eae f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1244/2406] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/security-groups/lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2407] 10.0.0.214 () {32 vars in 685 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2408] 199.204.45.49 () {30 vars in 783 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/security-groups?name=lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2409] 10.0.0.214 () {32 vars in 671 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2410] 10.0.0.214 () {32 vars in 685 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2411] 199.204.45.49 () {34 vars in 734 bytes} [Thu Apr 16 23:36:42 2026] POST /v2.0/security-groups => generated 1638 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2414] 10.0.0.214 () {32 vars in 681 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2415] 199.204.45.49 () {30 vars in 813 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/security-group-rules?security_group_id=0b08ac38-e630-4377-82e3-ebc22f0890bf => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2416] 10.0.0.214 () {32 vars in 693 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2417] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:42 2026] DELETE /v2.0/subnets/a2f097a4-e21b-4039-8aca-5ced18632277 => 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: 1250/2418] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:36:42 2026] PUT /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 199 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: 1251/2419] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:36:42 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: 1252/2420] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:36:42 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: 1169/2421] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:42 2026] DELETE /v2.0/subnets/9348f06b-b6d2-4bea-96aa-696ef82346ac => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2422] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:36:42 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: 1254/2423] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2424] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:36:42 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2425] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:42 2026] DELETE /v2.0/subnets/59ae1234-2505-4577-b927-3379c506d582 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2426] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:42 2026] DELETE /v2.0/subnets/9ad06714-89eb-43d9-8832-bfd643e7ba40 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2427] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:43 2026] DELETE /v2.0/subnets/19376512-4af8-482a-a84d-5dc754f014c9 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:43.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-a873c2e8-1bb9-4fa3-afad-7ae3b523df00 ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] TaaS: Handle Delete Port: 4b9ca841-b717-46c0-bc3f-048d372f2665 2026-04-16 23:36:43.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a873c2e8-1bb9-4fa3-afad-7ae3b523df00 ee3d7a2f8d8b4868b793f1ef3981a08d 0ba4ffbc2d16471a824cbc276b907c33 - - default default] Tap Mirror: Handle Delete Port: 4b9ca841-b717-46c0-bc3f-048d372f2665 2026-04-16 23:36:43.494 7 INFO neutron.services.segments.plugin [-] Segment 50001f02-0fbc-4342-80c6-9604d8fa0e8e resource provider aggregate not found 2026-04-16 23:36:43.494 7 INFO neutron.services.segments.plugin [-] Segment 50001f02-0fbc-4342-80c6-9604d8fa0e8e resource provider aggregate not found 2026-04-16 23:36:43.515 7 INFO neutron.services.segments.plugin [-] Segment 50001f02-0fbc-4342-80c6-9604d8fa0e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50001f02-0fbc-4342-80c6-9604d8fa0e8e found for delete ", "request_id": "req-fc6947dd-aaa1-4f47-a185-582f34ff9f6e"}]} 2026-04-16 23:36:43.517 7 INFO neutron.services.segments.plugin [-] Segment 50001f02-0fbc-4342-80c6-9604d8fa0e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50001f02-0fbc-4342-80c6-9604d8fa0e8e found for delete ", "request_id": "req-224a08aa-f23d-4fd4-b4a0-1ddc82d20843"}]} [pid: 7|app: 0|req: 1257/2428] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:43 2026] DELETE /v2.0/networks/f8565d65-61a0-4620-aacb-04d3e8c8c9b7 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:43.630 8 INFO neutron.services.segments.plugin [-] Segment 07cb42fb-f51d-4a04-95a0-4f36172044fa resource provider aggregate not found 2026-04-16 23:36:43.639 8 INFO neutron.services.segments.plugin [-] Segment 07cb42fb-f51d-4a04-95a0-4f36172044fa resource provider aggregate not found 2026-04-16 23:36:43.651 8 INFO neutron.services.segments.plugin [-] Segment 07cb42fb-f51d-4a04-95a0-4f36172044fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07cb42fb-f51d-4a04-95a0-4f36172044fa found for delete ", "request_id": "req-3a58793c-3c4a-44e8-ad8f-4e72419326af"}]} 2026-04-16 23:36:43.660 8 INFO neutron.services.segments.plugin [-] Segment 07cb42fb-f51d-4a04-95a0-4f36172044fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07cb42fb-f51d-4a04-95a0-4f36172044fa found for delete ", "request_id": "req-138281b0-4cfd-4f97-a74f-a192dd7e92f8"}]} [pid: 8|app: 0|req: 1172/2429] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:43 2026] DELETE /v2.0/networks/a7fba0d4-cc11-4a5c-8bff-01884c723d9b => 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: 1258/2430] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:43 2026] DELETE /v2.0/networks/3f490cfe-c4e0-4913-b7e3-0149820636b5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2431] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:43 2026] DELETE /v2.0/networks/b295ddcc-f39e-455f-840c-c62a86f91c9a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2432] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:43 2026] DELETE /v2.0/networks/4d5cebd4-e039-4baf-9a27-635b1ef28f2c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2433] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:44 2026] GET /v2.0/security-groups?tenant_id=d4432f7a4d2745d4919699013e7fca98&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2434] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:45 2026] DELETE /v2.0/security-groups/5d867ab9-a80e-48ec-ac05-004ae9dbba7c => 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: 1175/2435] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:45 2026] GET /v2.0/security-groups?tenant_id=eb58367ed4274670bae1258eed39a34b&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2436] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:45 2026] DELETE /v2.0/security-groups/f6b5defc-3c3b-4dfa-a514-68621a59accf => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:45.531 7 INFO neutron.db.segments_db [None req-b6b51825-02e5-4d13-b1f4-a7ebdb5be1a0 f42bd577e4284976af515542807ab36f c1bc0d3485264469bb5c7adc655fac75 - - default default] Added segment 7a74bdbd-f518-499a-b197-bac886d63586 of type vxlan for network 4073f40d-df17-4160-ab23-3f4dbc8619d0 2026-04-16 23:36:45.539 7 INFO neutron.services.segments.plugin [-] Segment 59ef380e-f731-4f0f-b700-c300e0cbcf90 resource provider aggregate not found 2026-04-16 23:36:45.545 7 INFO neutron.services.segments.plugin [-] Segment 59ef380e-f731-4f0f-b700-c300e0cbcf90 resource provider aggregate not found 2026-04-16 23:36:45.558 7 INFO neutron.services.segments.plugin [-] Segment 59ef380e-f731-4f0f-b700-c300e0cbcf90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ef380e-f731-4f0f-b700-c300e0cbcf90 found for delete ", "request_id": "req-42e2a3fa-b741-4c9b-b12a-e4c362af4aa7"}]} 2026-04-16 23:36:45.563 7 INFO neutron.services.segments.plugin [-] Segment 59ef380e-f731-4f0f-b700-c300e0cbcf90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ef380e-f731-4f0f-b700-c300e0cbcf90 found for delete ", "request_id": "req-275abf6d-c2ad-4d0f-b663-9cc792f2c25e"}]} 2026-04-16 23:36:45.582 7 INFO neutron.services.segments.plugin [-] Segment 0fc405d3-df27-4cf1-958b-7fa4857113ba resource provider aggregate not found 2026-04-16 23:36:45.589 7 INFO neutron.services.segments.plugin [-] Segment 0fc405d3-df27-4cf1-958b-7fa4857113ba resource provider aggregate not found 2026-04-16 23:36:45.598 7 INFO neutron.services.segments.plugin [-] Segment 0fc405d3-df27-4cf1-958b-7fa4857113ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fc405d3-df27-4cf1-958b-7fa4857113ba found for delete ", "request_id": "req-c5d6bbaa-e6e0-461a-a86b-f9c2ba3da807"}]} 2026-04-16 23:36:45.610 7 INFO neutron.services.segments.plugin [-] Segment 0fc405d3-df27-4cf1-958b-7fa4857113ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fc405d3-df27-4cf1-958b-7fa4857113ba found for delete ", "request_id": "req-b43f1c0f-774c-42de-8cd7-162f97fb4a4a"}]} [pid: 7|app: 0|req: 1261/2437] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:45 2026] POST /v2.0/networks => generated 613 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 23:36:45.677 8 INFO neutron.services.segments.plugin [-] Segment 46acc19f-0614-4d40-b331-748132740312 resource provider aggregate not found 2026-04-16 23:36:45.683 8 INFO neutron.services.segments.plugin [-] Segment 46acc19f-0614-4d40-b331-748132740312 resource provider aggregate not found [pid: 8|app: 0|req: 1177/2438] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:45 2026] GET /v2.0/security-groups?tenant_id=0ba4ffbc2d16471a824cbc276b907c33&name=default => generated 2929 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:36:45.693 8 INFO neutron.services.segments.plugin [-] Segment 46acc19f-0614-4d40-b331-748132740312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46acc19f-0614-4d40-b331-748132740312 found for delete ", "request_id": "req-a559cdef-bb18-44f5-bd06-99caaff53087"}]} 2026-04-16 23:36:45.695 8 INFO neutron.services.segments.plugin [-] Segment 46acc19f-0614-4d40-b331-748132740312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46acc19f-0614-4d40-b331-748132740312 found for delete ", "request_id": "req-fdd85318-1960-4a0d-82d6-53874c61efe6"}]} [pid: 8|app: 0|req: 1178/2439] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:45 2026] DELETE /v2.0/security-groups/ad89b041-dde7-453a-8696-c883f6fa1e2d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2440] 10.0.0.214 () {34 vars in 663 bytes} [Thu Apr 16 23:36:45 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2441] 10.0.0.214 () {34 vars in 665 bytes} [Thu Apr 16 23:36:45 2026] POST /v2.0/trunks => generated 407 bytes in 137 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: 1263/2442] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:36:46 2026] PUT /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2443] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2444] 10.0.0.214 () {34 vars in 759 bytes} [Thu Apr 16 23:36:46 2026] PUT /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2445] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2446] 10.0.0.214 () {34 vars in 755 bytes} [Thu Apr 16 23:36:46 2026] PUT /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2447] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2448] 10.0.0.214 () {34 vars in 777 bytes} [Thu Apr 16 23:36:46 2026] PUT /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2449] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2450] 10.0.0.214 () {34 vars in 748 bytes} [Thu Apr 16 23:36:46 2026] PUT /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2451] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2452] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:46.501 8 INFO neutron.api.v2.resource [None req-644c93a2-1328-413c-9f3e-2c8bd18542b7 f42bd577e4284976af515542807ab36f c1bc0d3485264469bb5c7adc655fac75 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1185/2453] 10.0.0.214 () {32 vars in 740 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2454] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:46 2026] DELETE /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2455] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:46.585 7 INFO neutron.api.v2.resource [None req-e81d7bd8-0141-4cd1-a203-fbd68ebd76fb f42bd577e4284976af515542807ab36f c1bc0d3485264469bb5c7adc655fac75 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1270/2456] 10.0.0.214 () {32 vars in 743 bytes} [Thu Apr 16 23:36:46 2026] DELETE /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2457] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:46 2026] DELETE /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2458] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2459] 10.0.0.214 () {32 vars in 718 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2460] 10.0.0.214 () {32 vars in 716 bytes} [Thu Apr 16 23:36:46 2026] GET /v2.0/ports/47933ffa-8a71-4e08-bb08-536f9a67cf39 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2461] 10.0.0.214 () {32 vars in 721 bytes} [Thu Apr 16 23:36:46 2026] DELETE /v2.0/trunks/13f1e8e2-7747-4c54-b8d2-99615ec8bd9d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:46.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae93533b-b47b-4cba-856d-0300cf33be6b f42bd577e4284976af515542807ab36f c1bc0d3485264469bb5c7adc655fac75 - - default default] TaaS: Handle Delete Port: 47933ffa-8a71-4e08-bb08-536f9a67cf39 2026-04-16 23:36:46.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae93533b-b47b-4cba-856d-0300cf33be6b f42bd577e4284976af515542807ab36f c1bc0d3485264469bb5c7adc655fac75 - - default default] Tap Mirror: Handle Delete Port: 47933ffa-8a71-4e08-bb08-536f9a67cf39 [pid: 7|app: 0|req: 1273/2462] 10.0.0.214 () {32 vars in 719 bytes} [Thu Apr 16 23:36:46 2026] DELETE /v2.0/ports/47933ffa-8a71-4e08-bb08-536f9a67cf39 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2463] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:46 2026] DELETE /v2.0/networks/4073f40d-df17-4160-ab23-3f4dbc8619d0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:36:47.707 8 INFO neutron.services.segments.plugin [-] Segment 7a74bdbd-f518-499a-b197-bac886d63586 resource provider aggregate not found 2026-04-16 23:36:47.713 8 INFO neutron.services.segments.plugin [-] Segment 7a74bdbd-f518-499a-b197-bac886d63586 resource provider aggregate not found 2026-04-16 23:36:47.718 8 INFO neutron.services.segments.plugin [-] Segment 7a74bdbd-f518-499a-b197-bac886d63586 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a74bdbd-f518-499a-b197-bac886d63586 found for delete ", "request_id": "req-cde3c0af-8c41-47e8-8176-6e213282e4da"}]} 2026-04-16 23:36:47.731 8 INFO neutron.services.segments.plugin [-] Segment 7a74bdbd-f518-499a-b197-bac886d63586 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a74bdbd-f518-499a-b197-bac886d63586 found for delete ", "request_id": "req-d4bced17-b856-4c83-ab89-b21eea8c465a"}]} [pid: 7|app: 0|req: 1274/2464] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:47 2026] GET /v2.0/security-groups?tenant_id=c1bc0d3485264469bb5c7adc655fac75&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2465] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:47 2026] DELETE /v2.0/security-groups/1b7acacc-dcb6-4b95-8742-d2f2225202ec => 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: 1275/2466] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:47 2026] GET /v2.0/security-groups?tenant_id=9de4822fc6aa4877979860809ab66c85&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: 1192/2467] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:48 2026] DELETE /v2.0/security-groups/740c6bf1-a7a5-4481-86eb-cab23b93aaf9 => 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: 1276/2468] 10.0.0.214 () {34 vars in 675 bytes} [Thu Apr 16 23:36:48 2026] POST /v2.0/floatingips => generated 552 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2469] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:36:49 2026] PUT /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2470] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:49 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2471] 10.0.0.214 () {34 vars in 769 bytes} [Thu Apr 16 23:36:49 2026] PUT /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2472] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:49 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/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: 1195/2473] 10.0.0.214 () {34 vars in 765 bytes} [Thu Apr 16 23:36:49 2026] PUT /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2474] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:49 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2475] 10.0.0.214 () {34 vars in 787 bytes} [Thu Apr 16 23:36:49 2026] PUT /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2476] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2477] 10.0.0.214 () {34 vars in 758 bytes} [Thu Apr 16 23:36:50 2026] PUT /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2478] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2479] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:50.269 7 INFO neutron.api.v2.resource [None req-b8a8a035-c4e2-4925-93d4-a59dcc8998a1 881ac95c464f4249aa3dc12a4b799adc 353372883ee64f81a64cbb510274c7eb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1282/2480] 10.0.0.214 () {32 vars in 750 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2481] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:36:50 2026] DELETE /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2482] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:50.417 8 INFO neutron.api.v2.resource [None req-b775bd29-9eee-4212-8b33-3389cdefb3e1 881ac95c464f4249aa3dc12a4b799adc 353372883ee64f81a64cbb510274c7eb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2483] 10.0.0.214 () {32 vars in 753 bytes} [Thu Apr 16 23:36:50 2026] DELETE /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2484] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:36:50 2026] DELETE /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => 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: 1201/2485] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:50.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-b858f425-0ecd-43d6-a2b7-536c1ab2a5cc 881ac95c464f4249aa3dc12a4b799adc 353372883ee64f81a64cbb510274c7eb - - default default] TaaS: Handle Delete Port: 24cdf04d-f239-4ac8-8455-8fc6caf23c06 2026-04-16 23:36:50.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b858f425-0ecd-43d6-a2b7-536c1ab2a5cc 881ac95c464f4249aa3dc12a4b799adc 353372883ee64f81a64cbb510274c7eb - - default default] Tap Mirror: Handle Delete Port: 24cdf04d-f239-4ac8-8455-8fc6caf23c06 [pid: 8|app: 0|req: 1202/2486] 10.0.0.127 () {34 vars in 1015 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/security-groups?id=a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2487] 10.0.0.127 () {34 vars in 981 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/networks?id=8ebacb39-cc0e-4b0d-8237-345a8bc54627 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2488] 10.0.0.127 () {34 vars in 964 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/quotas/79f5d9612f544d2f802294473ef4d1bd => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2489] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:36:50 2026] DELETE /v2.0/floatingips/22da8a6c-5031-4baa-921e-b090b85818f0 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2490] 10.0.0.127 () {34 vars in 1001 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2491] 10.0.0.127 () {34 vars in 1007 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2492] 10.0.0.127 () {34 vars in 1107 bytes} [Thu Apr 16 23:36:50 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1207/2493] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:51 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1208/2494] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:51 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1287/2495] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:51 2026] GET /v2.0/security-groups?tenant_id=2ab925061fd34aa2b0b80b0727fe9cf8&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2496] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:51 2026] DELETE /v2.0/security-groups/8bf3785f-d580-4613-858c-86a9f0e3df8a => 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: 1288/2497] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:51 2026] GET /v2.0/security-groups?tenant_id=353372883ee64f81a64cbb510274c7eb&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2498] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:51 2026] DELETE /v2.0/security-groups/5c0ae974-bc0a-4705-afc0-defaf89e6c86 => 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: 1289/2499] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:54 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2500] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:54 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:55.261 7 INFO neutron.db.segments_db [None req-5a03a2c2-6b5f-4cfa-bb9d-d707d168f0fe fcee85c97f744150b3090f1a9e19d598 cda390e90eb248a9905b0521c9e58860 - - default default] Added segment 65c4963f-9b23-49cc-854d-6c7d0e78be2f of type vxlan for network a96ed9e9-597b-4a66-bd7d-9864bffcb988 [pid: 7|app: 0|req: 1290/2501] 10.0.0.214 () {34 vars in 669 bytes} [Thu Apr 16 23:36:54 2026] POST /v2.0/networks => generated 613 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2502] 10.0.0.214 () {34 vars in 668 bytes} [Thu Apr 16 23:36:55 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2503] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:55 2026] PUT /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2504] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:55 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/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: 1292/2505] 10.0.0.214 () {34 vars in 761 bytes} [Thu Apr 16 23:36:55 2026] PUT /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2506] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:55 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2507] 10.0.0.214 () {34 vars in 757 bytes} [Thu Apr 16 23:36:55 2026] PUT /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2508] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:36:55 2026] GET /v2.0/networks?id=8ebacb39-cc0e-4b0d-8237-345a8bc54627 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2509] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:55 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2510] 199.204.45.49 () {34 vars in 1048 bytes} [Thu Apr 16 23:36:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=79f5d9612f544d2f802294473ef4d1bd => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2511] 10.0.0.214 () {34 vars in 779 bytes} [Thu Apr 16 23:36:55 2026] PUT /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2512] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:55 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2513] 10.0.0.214 () {34 vars in 750 bytes} [Thu Apr 16 23:36:56 2026] PUT /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2514] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:56 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/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: 1299/2515] 10.0.0.214 () {32 vars in 738 bytes} [Thu Apr 16 23:36:56 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:36:56.189 7 INFO neutron.api.v2.resource [None req-aa39f9e0-1650-4e0e-a4a8-8d8aaf9edc34 fcee85c97f744150b3090f1a9e19d598 cda390e90eb248a9905b0521c9e58860 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2516] 10.0.0.214 () {32 vars in 742 bytes} [Thu Apr 16 23:36:56 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2517] 199.204.45.49 () {38 vars in 953 bytes} [Thu Apr 16 23:36:55 2026] POST /v2.0/ports => generated 1082 bytes in 276 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: 1301/2518] 10.0.0.214 () {32 vars in 741 bytes} [Thu Apr 16 23:36:56 2026] DELETE /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2519] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:56 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:36:56.351 7 INFO neutron.api.v2.resource [None req-fe6b13ca-3c5d-4021-9b45-2a1a18fd1580 fcee85c97f744150b3090f1a9e19d598 cda390e90eb248a9905b0521c9e58860 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1303/2520] 10.0.0.214 () {32 vars in 745 bytes} [Thu Apr 16 23:36:56 2026] DELETE /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2521] 10.0.0.214 () {32 vars in 733 bytes} [Thu Apr 16 23:36:56 2026] DELETE /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2522] 10.0.0.214 () {32 vars in 730 bytes} [Thu Apr 16 23:36:56 2026] GET /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2523] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:36:56 2026] DELETE /v2.0/subnets/be7d6a81-b6bb-490a-a7c9-c05994a24447 => 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: 1218/2524] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:36:56 2026] PUT /v2.0/ports/eea205f0-83cc-482c-a04f-675a71261757 => generated 1243 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:36:56.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-3871e0d6-b1d5-4edb-9935-86fbd7d0a40d fcee85c97f744150b3090f1a9e19d598 cda390e90eb248a9905b0521c9e58860 - - default default] TaaS: Handle Delete Port: 6d2bd735-d8f2-4653-85f3-70feebe6ee03 2026-04-16 23:36:56.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3871e0d6-b1d5-4edb-9935-86fbd7d0a40d fcee85c97f744150b3090f1a9e19d598 cda390e90eb248a9905b0521c9e58860 - - default default] Tap Mirror: Handle Delete Port: 6d2bd735-d8f2-4653-85f3-70feebe6ee03 2026-04-16 23:36:56.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87d3b1cc-2256-4dfe-9248-0e5330586945'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'eea205f0-83cc-482c-a04f-675a71261757', 'status': 'completed', 'code': 200} 2026-04-16 23:36:56.871 7 INFO neutron.services.segments.plugin [-] Segment 65c4963f-9b23-49cc-854d-6c7d0e78be2f resource provider aggregate not found 2026-04-16 23:36:56.874 7 INFO neutron.services.segments.plugin [-] Segment 65c4963f-9b23-49cc-854d-6c7d0e78be2f resource provider aggregate not found 2026-04-16 23:36:56.894 7 INFO neutron.services.segments.plugin [-] Segment 65c4963f-9b23-49cc-854d-6c7d0e78be2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c4963f-9b23-49cc-854d-6c7d0e78be2f found for delete ", "request_id": "req-31c42ecb-b1bc-4d8b-bdd7-dbc905521174"}]} 2026-04-16 23:36:56.900 7 INFO neutron.services.segments.plugin [-] Segment 65c4963f-9b23-49cc-854d-6c7d0e78be2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c4963f-9b23-49cc-854d-6c7d0e78be2f found for delete ", "request_id": "req-18a3b164-eb11-4152-b957-ec3b7bba1fed"}]} [pid: 7|app: 0|req: 1307/2525] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:36:56 2026] DELETE /v2.0/networks/a96ed9e9-597b-4a66-bd7d-9864bffcb988 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1219/2526] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2529] 199.204.45.49 () {34 vars in 1016 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/networks?tenant_id=79f5d9612f544d2f802294473ef4d1bd&shared=False => generated 735 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2530] 199.204.45.49 () {34 vars in 928 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2531] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2532] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/security-groups?id=a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3&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: 1310/2533] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2534] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/security-groups?tenant_id=cda390e90eb248a9905b0521c9e58860&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2535] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:57 2026] DELETE /v2.0/security-groups/7a622168-587c-4e62-881c-939d003b13f8 => 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: 1225/2536] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:36:57 2026] GET /v2.0/security-groups?tenant_id=de8620be23494dc5ab31319e2a4a8fad&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2537] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:36:58 2026] DELETE /v2.0/security-groups/80e68184-fc97-476c-9ee8-e38dee45bf26 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2538] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:36:58 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2539] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:36:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => 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: 1227/2540] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:36:58 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2541] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:36:58 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2542] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:36:58 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2543] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:36:58 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1229/2544] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:37:00 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2545] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:37:00 2026] GET /v2.0/security-groups?id=a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2546] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:37:00 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2547] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:37:02 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1231/2548] 199.204.45.49 () {34 vars in 1042 bytes} [Thu Apr 16 23:37:02 2026] GET /v2.0/security-groups?id=a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2549] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:37:03 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2550] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:37:03 2026] GET /v2.0/security-groups?id=a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2551] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:37:03 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2552] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:37:06 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1320/2553] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:37:06 2026] GET /v2.0/security-groups?id=a6f7e6f0-4425-4fe8-bb25-2a5809e30fc3&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2554] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:37:06 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2561] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:37:43 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: 1238/2562] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2563] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2564] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2565] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1240/2566] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2567] 199.204.45.49 () {34 vars in 715 bytes} [Thu Apr 16 23:37:43 2026] POST /v2.0/ports => generated 1055 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2568] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1055 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2569] 10.0.0.127 () {34 vars in 906 bytes} [Thu Apr 16 23:37:43 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2570] 199.204.45.49 () {34 vars in 1260 bytes} [Thu Apr 16 23:37:44 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2571] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:37:45 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1243/2572] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:37:45 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1330/2573] 199.204.45.49 () {34 vars in 973 bytes} [Thu Apr 16 23:37:45 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2574] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:37:45 2026] GET /v2.0/networks?id=95b68406-b6d9-4955-8541-580466335694 => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2575] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:37:45 2026] PUT /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1245 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:37:46.272 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d57febb-5102-4a9d-aa6e-88ff04ef6296'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'd070b635-8c1d-4153-bfd2-cc944b3dbc4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1245/2576] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:37:46 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2577] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:37:46 2026] GET /v2.0/networks?id=95b68406-b6d9-4955-8541-580466335694 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2578] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:37:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2579] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:37:46 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2580] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:37:46 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2581] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:37:46 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1248/2582] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:37:47 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2583] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2584] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => 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: 1336/2585] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2586] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2587] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1251/2588] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1338/2589] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => 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: 1252/2590] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2591] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&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: 1253/2592] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1340/2593] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:37:48 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1254/2594] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:37:52 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1247 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2595] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:37:53 2026] PUT /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1272 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:37:53.300 8 INFO neutron.api.v2.resource [None req-8074fb2b-1718-49f1-b5f7-ba535da3f664 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2596] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/security-groups/lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:37:53.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc25fe54-906c-4382-af16-1cc1bdc837cc'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'd070b635-8c1d-4153-bfd2-cc944b3dbc4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1342/2597] 199.204.45.49 () {30 vars in 783 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/security-groups?name=lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2598] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:37:53 2026] PUT /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1310 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:37:53.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4796ddef-40e5-4eb7-ad73-686a985bc678'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'd070b635-8c1d-4153-bfd2-cc944b3dbc4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1343/2599] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:37:53 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: 8|app: 0|req: 1257/2600] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:37:53 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: 1344/2601] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:37:53 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: 1345/2602] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2603] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1346/2604] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1347/2605] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2606] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/networks?id=95b68406-b6d9-4955-8541-580466335694 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2607] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => 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: 1348/2608] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1346 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2609] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2610] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2611] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:37:53 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2612] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:37:54 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2613] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:37:54 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1351/2614] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:37:54 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2615] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:37:54 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2616] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:37:54 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2617] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1265/2618] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/networks?id=95b68406-b6d9-4955-8541-580466335694 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2619] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => 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: 1266/2620] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1355/2621] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&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: 1267/2622] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2623] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:37:55 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:38:00.260 8 INFO neutron.db.l3_db [None req-7a3032f1-a577-42f5-bc70-0efd513b98a8 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Floating IP b1bc3703-a1dd-42da-afc9-e1c715a612f4 associated. External IP: 10.96.250.218, port: 43b5a05e-7263-4133-8235-75ff5b759b36. [pid: 8|app: 0|req: 1269/2626] 10.0.0.214 () {34 vars in 676 bytes} [Thu Apr 16 23:37:59 2026] POST /v2.0/floatingips => generated 899 bytes in 1035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2627] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2628] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2629] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:04 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: 1271/2630] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:04 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-16 23:38:04.946 7 INFO neutron.api.v2.resource [None req-356614c9-31d6-4666-ae74-4524feb7835d f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2631] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:38:04 2026] GET /v2.0/security-groups/lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2632] 199.204.45.49 () {30 vars in 783 bytes} [Thu Apr 16 23:38:04 2026] GET /v2.0/security-groups?name=lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2633] 199.204.45.49 () {30 vars in 813 bytes} [Thu Apr 16 23:38:05 2026] GET /v2.0/security-group-rules?security_group_id=0b08ac38-e630-4377-82e3-ebc22f0890bf => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2634] 199.204.45.49 () {34 vars in 745 bytes} [Thu Apr 16 23:38:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2635] 199.204.45.49 () {34 vars in 745 bytes} [Thu Apr 16 23:38:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2636] 10.0.0.178 () {30 vars in 689 bytes} [Thu Apr 16 23:38:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2637] 10.0.0.178 () {30 vars in 691 bytes} [Thu Apr 16 23:38: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: 1275/2638] 10.0.0.178 () {30 vars in 667 bytes} [Thu Apr 16 23:38:12 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: 1364/2639] 10.0.0.178 () {30 vars in 703 bytes} [Thu Apr 16 23:38:12 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: 1277/2642] 10.0.0.178 () {28 vars in 438 bytes} [Thu Apr 16 23:38:12 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2643] 10.0.0.178 () {30 vars in 727 bytes} [Thu Apr 16 23:38:12 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 655 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2644] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2645] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2646] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2647] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:15 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: 1280/2648] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2649] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2650] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2651] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38: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: 1282/2652] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2653] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2654] 199.204.45.49 () {34 vars in 715 bytes} [Thu Apr 16 23:38:15 2026] POST /v2.0/ports => generated 1324 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2655] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:38:16 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1324 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1284/2656] 10.0.0.127 () {34 vars in 906 bytes} [Thu Apr 16 23:38:16 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2657] 199.204.45.49 () {34 vars in 1260 bytes} [Thu Apr 16 23:38:17 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2658] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:17 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1374/2659] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:17 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1286/2660] 199.204.45.49 () {34 vars in 973 bytes} [Thu Apr 16 23:38:18 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2661] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:38:18 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2662] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:38:18 2026] PUT /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1514 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:38:19.059 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb98f348-ea66-4c0f-92e9-2e7a515611db'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': '9824a388-f918-4962-9cb5-ebac880a0ce1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1376/2663] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4092 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1288/2664] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2665] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.136&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1289/2666] 199.204.45.49 () {34 vars in 1100 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A90&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1378/2667] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/subnets?id=7198c818-94f3-4b73-8f58-115920929cda&id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2668] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2669] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2670] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1380/2671] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:19 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1292/2672] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4092 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2673] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2674] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => 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: 1382/2675] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&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: 8|app: 0|req: 1294/2676] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1383/2677] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1295/2678] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => 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: 1384/2679] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2680] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2681] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1297/2682] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1386/2683] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.136&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1298/2684] 199.204.45.49 () {34 vars in 1100 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A90&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1387/2685] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/subnets?id=7198c818-94f3-4b73-8f58-115920929cda&id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2686] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&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: 1388/2687] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&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: 1300/2688] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1389/2689] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:21 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2690] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:38:25 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1514 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2691] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:38:25 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2692] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:25 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2693] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:25 2026] GET /v2.0/subnets/7198c818-94f3-4b73-8f58-115920929cda => generated 743 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2694] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:26 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: 1392/2695] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:26 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: 1304/2696] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:26 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: 1393/2697] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:26 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: 1305/2698] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2699] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2700] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1346 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2701] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2702] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2703] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2704] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:26 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2707] 10.0.0.178 () {30 vars in 689 bytes} [Thu Apr 16 23:38:33 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: 1310/2708] 10.0.0.178 () {30 vars in 691 bytes} [Thu Apr 16 23:38:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2709] 10.0.0.178 () {30 vars in 667 bytes} [Thu Apr 16 23:38:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2710] 10.0.0.178 () {30 vars in 703 bytes} [Thu Apr 16 23:38:33 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: 1400/2711] 10.0.0.178 () {28 vars in 438 bytes} [Thu Apr 16 23:38:33 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2712] 10.0.0.178 () {30 vars in 727 bytes} [Thu Apr 16 23:38:33 2026] GET /v2.0/subnets/634029fe-98b9-4411-8b14-3c1ef409cf59 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2713] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:36 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: 1313/2714] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:36 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: 1402/2715] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:36 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: 1314/2716] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2717] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:36 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => 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: 1315/2718] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:36 2026] GET /v2.0/subnets/634029fe-98b9-4411-8b14-3c1ef409cf59 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2719] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:38:36 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2720] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:36 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: 1405/2721] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:36 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: 1317/2722] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:36 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: 1406/2723] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2724] 199.204.45.49 () {34 vars in 715 bytes} [Thu Apr 16 23:38:36 2026] POST /v2.0/ports => generated 1328 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2725] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:38:37 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1328 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: 8|app: 0|req: 1319/2726] 199.204.45.49 () {34 vars in 1260 bytes} [Thu Apr 16 23:38:38 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2727] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:38 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1320/2728] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:38 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1409/2729] 199.204.45.49 () {34 vars in 973 bytes} [Thu Apr 16 23:38:38 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2730] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:38:39 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2731] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:38:39 2026] PUT /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1518 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:38:39.596 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19f76c59-fc98-4a1c-ab13-a65c78f35c5a'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'a26cba91-c2c1-4dfc-9487-ddd355627e28', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1322/2732] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 5604 bytes in 51 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: 1411/2733] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2734] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.154&port_id=a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2735] 199.204.45.49 () {34 vars in 1102 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=a26cba91-c2c1-4dfc-9487-ddd355627e28 => 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: 1324/2736] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/subnets?id=634029fe-98b9-4411-8b14-3c1ef409cf59&id=649aa72f-0688-4073-97a7-a60984ffe956 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2737] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&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: 1325/2738] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2739] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1326/2740] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:40 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1415/2741] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 5604 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2742] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => 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: 1416/2743] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2744] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&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: 1417/2745] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1329/2746] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1418/2747] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2748] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2749] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2750] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:41 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1420/2751] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1332/2752] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.136&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1421/2753] 199.204.45.49 () {34 vars in 1100 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A90&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1333/2754] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/subnets?id=7198c818-94f3-4b73-8f58-115920929cda&id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => 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: 1422/2755] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2756] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&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: 1423/2757] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1335/2760] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1426/2761] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.154&port_id=a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2762] 199.204.45.49 () {34 vars in 1102 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A22&port_id=a26cba91-c2c1-4dfc-9487-ddd355627e28 => 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: 1427/2763] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/subnets?id=634029fe-98b9-4411-8b14-3c1ef409cf59&id=649aa72f-0688-4073-97a7-a60984ffe956 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2764] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2765] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2766] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1429/2767] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:42 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1339/2768] 10.0.0.127 () {34 vars in 970 bytes} [Thu Apr 16 23:38:46 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1520 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2769] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:38:46 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 796 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2770] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:46 2026] GET /v2.0/subnets/634029fe-98b9-4411-8b14-3c1ef409cf59 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2771] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:46 2026] GET /v2.0/subnets/649aa72f-0688-4073-97a7-a60984ffe956 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2772] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2773] 199.204.45.49 () {34 vars in 788 bytes} [Thu Apr 16 23:38:47 2026] PUT /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1255 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:38:47.567 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-82c62e5a-3b73-42b0-831a-3b33d9a376ef'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': '9824a388-f918-4962-9cb5-ebac880a0ce1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1342/2774] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 798 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1433/2775] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2776] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:47 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: 1434/2777] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:47 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: 1344/2778] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:47 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: 1435/2779] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2780] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2781] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2782] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2783] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1347/2784] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2785] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:47 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2786] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2787] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 5381 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2788] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => 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: 1440/2789] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.136&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => 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: 1350/2790] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/subnets?id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => 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: 1441/2791] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2792] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1442/2793] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:38:48 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2796] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:58 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: 1353/2797] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:58 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: 1445/2798] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:58 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: 1354/2799] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:58 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: 1446/2800] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:58 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2801] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:38:58 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 5381 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2802] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:38:59 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: 1356/2803] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:38:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2804] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:38:59 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: 1357/2805] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:38:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2806] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:59 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2807] 199.204.45.49 () {34 vars in 788 bytes} [Thu Apr 16 23:38:59 2026] PUT /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1255 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:38:59.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07ee2ba6-d349-4181-8917-52b6f7dfcf19'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'a26cba91-c2c1-4dfc-9487-ddd355627e28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/2808] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:38:59 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 796 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1359/2809] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:38:59 2026] GET /v2.0/subnets/634029fe-98b9-4411-8b14-3c1ef409cf59 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2810] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:38:59 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2811] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:38:59 2026] PUT /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1080 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2812] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 796 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1361/2813] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2814] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2815] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2816] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1363/2817] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1455/2818] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:00 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1364/2819] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:01 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4977 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:39:01.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4eb4636a-4d29-4cd5-86c4-b27199d33377'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': 'a26cba91-c2c1-4dfc-9487-ddd355627e28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/2820] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2821] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2822] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1366/2823] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1458/2824] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2825] 199.204.45.49 () {34 vars in 973 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2826] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2827] 199.204.45.49 () {34 vars in 1014 bytes} [Thu Apr 16 23:39:02 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2828] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:39:02 2026] PUT /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2829] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:03 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3869 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:39:03.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-de6c18e3-71af-4e97-896d-05a41802be07 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: a26cba91-c2c1-4dfc-9487-ddd355627e28 2026-04-16 23:39:03.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de6c18e3-71af-4e97-896d-05a41802be07 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: a26cba91-c2c1-4dfc-9487-ddd355627e28 [pid: 7|app: 0|req: 1461/2830] 199.204.45.49 () {32 vars in 757 bytes} [Thu Apr 16 23:39:03 2026] DELETE /v2.0/ports/a26cba91-c2c1-4dfc-9487-ddd355627e28 => generated 0 bytes in 610 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2831] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:04 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: 1462/2832] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2833] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:04 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: 1463/2834] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2835] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2836] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2837] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2838] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1374/2839] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2840] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2841] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2842] 199.204.45.49 () {34 vars in 1224 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/networks?id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&id=95b68406-b6d9-4955-8541-580466335694&id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 3096 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2843] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1376/2844] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => 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: 1469/2845] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2846] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2847] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1378/2848] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1471/2849] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => 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: 1379/2850] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1472/2851] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2852] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2853] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2854] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:39:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.136&port_id=9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2855] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:39:05 2026] GET /v2.0/subnets?id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2856] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:05 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2857] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:05 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2858] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:05 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1476/2859] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2860] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:09 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: 1477/2861] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:09 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: 1385/2862] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:09 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: 1478/2863] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:09 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2864] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:09 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: 1479/2865] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:09 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: 1387/2866] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:09 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: 1480/2867] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:09 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: 1388/2868] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:09 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2869] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:39:09 2026] PUT /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:39:09.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b26df2ec-bc12-40ca-9570-95169efe5f4e'] response: {'name': 'network-changed', 'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'tag': '9824a388-f918-4962-9cb5-ebac880a0ce1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2870] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:39:09 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => 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: 1482/2871] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:09 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2872] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:10 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2873] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:10 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2874] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:39:10 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2875] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:10 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1392/2876] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:10 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1485/2877] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:11 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2878] 199.204.45.49 () {34 vars in 973 bytes} [Thu Apr 16 23:39:12 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2879] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:39:12 2026] GET /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2880] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:12 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2881] 199.204.45.49 () {34 vars in 1014 bytes} [Thu Apr 16 23:39:12 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2884] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:39:12 2026] PUT /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2885] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 23:39:13.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6122fdf-3cee-4d4d-bd15-26ba2c86017b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 9824a388-f918-4962-9cb5-ebac880a0ce1 2026-04-16 23:39:13.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6122fdf-3cee-4d4d-bd15-26ba2c86017b f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 9824a388-f918-4962-9cb5-ebac880a0ce1 [pid: 8|app: 0|req: 1396/2886] 199.204.45.49 () {32 vars in 757 bytes} [Thu Apr 16 23:39:13 2026] DELETE /v2.0/ports/9824a388-f918-4962-9cb5-ebac880a0ce1 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2887] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:13 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: 1397/2888] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2889] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:13 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: 1398/2890] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:13 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: 1493/2891] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1399/2892] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2893] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2894] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => 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: 1495/2895] 199.204.45.49 () {30 vars in 741 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2896] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => 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: 1496/2897] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:13 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2898] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2899] 199.204.45.49 () {34 vars in 1144 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/networks?id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&id=95b68406-b6d9-4955-8541-580466335694&id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 2311 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2900] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2901] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2902] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&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: 1499/2903] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1405/2904] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1500/2905] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.84&port_id=d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2906] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/subnets?id=297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2907] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/ports?network_id=95b68406-b6d9-4955-8541-580466335694&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: 1407/2908] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?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: 1502/2909] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:14 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2910] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:26 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: 1503/2911] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:26 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: 1409/2912] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2913] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:39:26.336 8 INFO neutron.api.v2.resource [None req-65ec98c7-c486-4be3-92a2-cd80e2a22d2c f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1410/2914] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:39:26 2026] GET /v2.0/security-groups/lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2915] 199.204.45.49 () {30 vars in 783 bytes} [Thu Apr 16 23:39:26 2026] GET /v2.0/security-groups?name=lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2916] 199.204.45.49 () {30 vars in 813 bytes} [Thu Apr 16 23:39:26 2026] GET /v2.0/security-group-rules?security_group_id=0b08ac38-e630-4377-82e3-ebc22f0890bf => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2917] 199.204.45.49 () {32 vars in 787 bytes} [Thu Apr 16 23:39:26 2026] DELETE /v2.0/security-group-rules/6b2c67c9-c29f-41a4-a377-2a853e8c7f9c => 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: 1412/2918] 199.204.45.49 () {32 vars in 787 bytes} [Thu Apr 16 23:39:26 2026] DELETE /v2.0/security-group-rules/d1e4883b-36e5-4c70-bfdf-9da18169ad6a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:39:29.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a9959d5-759a-42fb-9225-78b0f9df8210 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 5512bacb-2746-407a-98c0-fc876adcdcf3 2026-04-16 23:39:29.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a9959d5-759a-42fb-9225-78b0f9df8210 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 5512bacb-2746-407a-98c0-fc876adcdcf3 2026-04-16 23:39:29.389 7 INFO neutron.db.l3_db [None req-9a9959d5-759a-42fb-9225-78b0f9df8210 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Floating IP b1bc3703-a1dd-42da-afc9-e1c715a612f4 disassociated (deleted). External IP: 10.96.250.218, port: 43b5a05e-7263-4133-8235-75ff5b759b36. [pid: 7|app: 0|req: 1508/2921] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:39:29 2026] DELETE /v2.0/floatingips/b1bc3703-a1dd-42da-afc9-e1c715a612f4 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:39:29.702 8 INFO neutron.api.v2.resource [None req-9bb664aa-117a-4895-adb2-3e7e754bcd56 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1414/2922] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:39:29 2026] GET /v2.0/floatingips/b1bc3703-a1dd-42da-afc9-e1c715a612f4 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2923] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2924] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2925] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:30 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: 1416/2926] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:39:30.984 7 INFO neutron.api.v2.resource [None req-38c5ccc7-9bc1-4037-a278-6e4255fddc28 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/2927] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:39:30 2026] GET /v2.0/security-groups/lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2928] 199.204.45.49 () {30 vars in 783 bytes} [Thu Apr 16 23:39:30 2026] GET /v2.0/security-groups?name=lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2929] 199.204.45.49 () {30 vars in 813 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/security-group-rules?security_group_id=0b08ac38-e630-4377-82e3-ebc22f0890bf => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2930] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:31 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: 1513/2931] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:31 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: 1419/2932] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2933] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2934] 199.204.45.49 () {30 vars in 739 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2935] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2936] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2937] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:31 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => 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: 1422/2938] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:32 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2939] 199.204.45.49 () {34 vars in 973 bytes} [Thu Apr 16 23:39:33 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2940] 199.204.45.49 () {34 vars in 1058 bytes} [Thu Apr 16 23:39:33 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2941] 199.204.45.49 () {34 vars in 1014 bytes} [Thu Apr 16 23:39:33 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2942] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:33 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2943] 199.204.45.49 () {38 vars in 1026 bytes} [Thu Apr 16 23:39:33 2026] PUT /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1147 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2944] 199.204.45.49 () {30 vars in 767 bytes} [Thu Apr 16 23:39:34 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 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: 7|app: 0|req: 1520/2945] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:39:34 2026] PUT /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1086 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2946] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:34 2026] GET /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 1086 bytes in 38 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-16 23:39:34.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-5879868e-e7d5-4f7b-aa21-941dfa250b91 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: d070b635-8c1d-4153-bfd2-cc944b3dbc4d 2026-04-16 23:39:34.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5879868e-e7d5-4f7b-aa21-941dfa250b91 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: d070b635-8c1d-4153-bfd2-cc944b3dbc4d [pid: 7|app: 0|req: 1521/2947] 199.204.45.49 () {32 vars in 757 bytes} [Thu Apr 16 23:39:34 2026] DELETE /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2948] 199.204.45.49 () {30 vars in 701 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2949] 199.204.45.49 () {30 vars in 703 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2950] 199.204.45.49 () {30 vars in 679 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2951] 199.204.45.49 () {30 vars in 715 bytes} [Thu Apr 16 23:39:35 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-16 23:39:35.233 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71d29ba9-1a18-41a0-86e3-16cb1fd551ea f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1429/2952] 199.204.45.49 () {32 vars in 757 bytes} [Thu Apr 16 23:39:35 2026] DELETE /v2.0/ports/d070b635-8c1d-4153-bfd2-cc944b3dbc4d => 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: 1524/2953] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:39:35.296 8 INFO neutron.api.v2.resource [None req-da9384bf-f61a-4ab6-99fa-f2ce1fbe58ce f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1430/2954] 199.204.45.49 () {30 vars in 761 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/security-groups/lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => 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: 1525/2955] 199.204.45.49 () {30 vars in 783 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/security-groups?name=lb-8b1a7b6e-536b-4ae4-8290-923416ac569f => 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: 1431/2956] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/ports?tenant_id=79f5d9612f544d2f802294473ef4d1bd&device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2957] 199.204.45.49 () {30 vars in 735 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => 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: 1432/2958] 199.204.45.49 () {34 vars in 1064 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/networks?id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&id=95b68406-b6d9-4955-8541-580466335694 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2959] 199.204.45.49 () {34 vars in 1060 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.118&port_id=eea205f0-83cc-482c-a04f-675a71261757 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2960] 199.204.45.49 () {34 vars in 982 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/subnets?id=4ae995c3-1cfd-4be3-bcfb-45c37d6a938a => 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: 1435/2961] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/ports?network_id=8ebacb39-cc0e-4b0d-8237-345a8bc54627&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2962] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1437/2963] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:35 2026] GET /v2.0/networks/8ebacb39-cc0e-4b0d-8237-345a8bc54627?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: 1527/2964] 199.204.45.49 () {34 vars in 787 bytes} [Thu Apr 16 23:39:35 2026] PUT /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 1094 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2965] 199.204.45.49 () {32 vars in 777 bytes} [Thu Apr 16 23:39:35 2026] DELETE /v2.0/security-groups/0b08ac38-e630-4377-82e3-ebc22f0890bf => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:39:35.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-8179efe3-2046-41c5-ae03-80259111faab f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: 43b5a05e-7263-4133-8235-75ff5b759b36 2026-04-16 23:39:35.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8179efe3-2046-41c5-ae03-80259111faab f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: 43b5a05e-7263-4133-8235-75ff5b759b36 [pid: 7|app: 0|req: 1528/2966] 199.204.45.49 () {32 vars in 757 bytes} [Thu Apr 16 23:39:35 2026] DELETE /v2.0/ports/43b5a05e-7263-4133-8235-75ff5b759b36 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2967] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:39:39 2026] GET /v2.0/ports?device_id=0463de89-af76-432c-b5cc-d950b846596b => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:39:39.477 7 INFO neutron_taas.services.taas.taas_plugin [req-802f3a3d-61a3-493d-911f-03c4e331f4a2 req-a50920f2-abc7-4309-afd5-80b9856a26d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] TaaS: Handle Delete Port: eea205f0-83cc-482c-a04f-675a71261757 2026-04-16 23:39:39.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-802f3a3d-61a3-493d-911f-03c4e331f4a2 req-a50920f2-abc7-4309-afd5-80b9856a26d5 f9fc349171ec41af882c9573f0872816 79f5d9612f544d2f802294473ef4d1bd - - default default] Tap Mirror: Handle Delete Port: eea205f0-83cc-482c-a04f-675a71261757 [pid: 7|app: 0|req: 1529/2968] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:39:39 2026] DELETE /v2.0/ports/eea205f0-83cc-482c-a04f-675a71261757 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:39:39.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3676a987-a312-4560-8376-3ea76004f0a2'] response: {'server_uuid': '0463de89-af76-432c-b5cc-d950b846596b', 'name': 'network-vif-deleted', 'tag': 'eea205f0-83cc-482c-a04f-675a71261757', 'status': 'completed', 'code': 200} 2026-04-16 23:39:40.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a19d4fa-8b55-46ad-aeee-a7e39dfea1d6 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 28dbbb2d-2575-4ece-b415-0fafacdca7dc 2026-04-16 23:39:40.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a19d4fa-8b55-46ad-aeee-a7e39dfea1d6 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 28dbbb2d-2575-4ece-b415-0fafacdca7dc 2026-04-16 23:39:40.212 8 INFO neutron.db.l3_db [None req-5a19d4fa-8b55-46ad-aeee-a7e39dfea1d6 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Floating IP 7a15ebaa-3bc4-43b4-ba8c-cc98eee6ed84 disassociated (deleted). External IP: 10.96.250.213, port: 523f6603-331c-4cd4-8f46-075b6b0381b1. [pid: 8|app: 0|req: 1440/2969] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:39:39 2026] DELETE /v2.0/floatingips/7a15ebaa-3bc4-43b4-ba8c-cc98eee6ed84 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:39:40.546 7 INFO neutron.api.v2.resource [None req-ba05e886-2a68-41b5-b185-b4224100b05f c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/2970] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:39:40 2026] GET /v2.0/floatingips/7a15ebaa-3bc4-43b4-ba8c-cc98eee6ed84 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:39:40.558 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-819bde4b-9c2d-4c79-a0a8-b3808016fcc4'] response: {'name': 'network-changed', 'server_uuid': '924b2025-31e4-4957-a496-89db236703ed', 'tag': '523f6603-331c-4cd4-8f46-075b6b0381b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1441/2971] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:39:40 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2972] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:39:40 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2973] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2974] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/networks?id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2975] 199.204.45.49 () {34 vars in 1056 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.222&port_id=523f6603-331c-4cd4-8f46-075b6b0381b1 => 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: 1533/2976] 199.204.45.49 () {34 vars in 1104 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c8&port_id=523f6603-331c-4cd4-8f46-075b6b0381b1 => 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: 1444/2977] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/subnets?id=634029fe-98b9-4411-8b14-3c1ef409cf59&id=649aa72f-0688-4073-97a7-a60984ffe956 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2978] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2979] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/ports?network_id=96ae8b36-18b6-4d98-a3e2-223d0ca5297b&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2980] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1446/2981] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:41 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b?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: 1537/2984] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:39:43 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 1202 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:39:43.327 8 INFO neutron_taas.services.taas.taas_plugin [req-bdc905ea-3cd8-4e13-b916-0dbfb025059f req-b3eec341-54b5-419d-9189-73956996cdb5 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 523f6603-331c-4cd4-8f46-075b6b0381b1 2026-04-16 23:39:43.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bdc905ea-3cd8-4e13-b916-0dbfb025059f req-b3eec341-54b5-419d-9189-73956996cdb5 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 523f6603-331c-4cd4-8f46-075b6b0381b1 [pid: 8|app: 0|req: 1448/2985] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:39:43 2026] DELETE /v2.0/ports/523f6603-331c-4cd4-8f46-075b6b0381b1 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:39:43.546 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9a86319-a91c-4a4a-91bd-10bd79dbc04a'] response: {'server_uuid': '924b2025-31e4-4957-a496-89db236703ed', 'name': 'network-vif-deleted', 'tag': '523f6603-331c-4cd4-8f46-075b6b0381b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1538/2986] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:39:45 2026] GET /v2.0/ports?device_id=924b2025-31e4-4957-a496-89db236703ed => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 23:39:51.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-520cd9b0-1171-4fda-b196-aa75e78aadf1 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 5540c689-7989-4ddf-87c9-8143506c9f3c 2026-04-16 23:39:51.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-520cd9b0-1171-4fda-b196-aa75e78aadf1 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 5540c689-7989-4ddf-87c9-8143506c9f3c 2026-04-16 23:39:51.374 8 INFO neutron.db.l3_db [None req-520cd9b0-1171-4fda-b196-aa75e78aadf1 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Floating IP 76acb7af-5356-41c7-bc95-b7fbbd56cb7b disassociated (deleted). External IP: 10.96.250.202, port: 75753559-985b-40e1-8419-41d3077560df. [pid: 8|app: 0|req: 1449/2987] 10.0.0.214 () {32 vars in 731 bytes} [Thu Apr 16 23:39:50 2026] DELETE /v2.0/floatingips/76acb7af-5356-41c7-bc95-b7fbbd56cb7b => generated 0 bytes in 722 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:39:51.736 7 INFO neutron.api.v2.resource [None req-e1e8b6ba-a202-44b6-a4d7-54a995dc68ee c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/2988] 10.0.0.214 () {32 vars in 728 bytes} [Thu Apr 16 23:39:51 2026] GET /v2.0/floatingips/76acb7af-5356-41c7-bc95-b7fbbd56cb7b => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:39:51.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e5701ae-4b32-420c-a414-0dc910fe9da9'] response: {'name': 'network-changed', 'server_uuid': 'd902342c-c2f9-4e09-8126-aba6711f438a', 'tag': '75753559-985b-40e1-8419-41d3077560df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1450/2989] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:39:51 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1192 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2990] 10.0.0.127 () {34 vars in 1039 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/security-groups?id=d1bf3a78-e9b9-4962-a290-1a5194f020ef&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: 1451/2991] 199.204.45.49 () {34 vars in 1078 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/ports?tenant_id=118cf79c85ee42558be86cda83bb0c5d&device_id=d902342c-c2f9-4e09-8126-aba6711f438a => 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: 1541/2992] 199.204.45.49 () {34 vars in 984 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/networks?id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2993] 199.204.45.49 () {34 vars in 1054 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.58&port_id=75753559-985b-40e1-8419-41d3077560df => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2994] 199.204.45.49 () {34 vars in 1100 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A21&port_id=75753559-985b-40e1-8419-41d3077560df => 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: 1453/2995] 199.204.45.49 () {34 vars in 1062 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/subnets?id=7198c818-94f3-4b73-8f58-115920929cda&id=ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 1409 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2996] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2997] 199.204.45.49 () {34 vars in 1050 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/ports?network_id=a67d35bc-3369-46a0-8bb2-c8f61f1510b1&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2998] 199.204.45.49 () {34 vars in 1010 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?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: 1455/2999] 199.204.45.49 () {34 vars in 1110 bytes} [Thu Apr 16 23:39:52 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3000] 199.204.45.49 () {34 vars in 992 bytes} [Thu Apr 16 23:39:54 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => generated 1192 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 23:39:54.492 8 INFO neutron_taas.services.taas.taas_plugin [req-f9f103aa-d11a-475f-8db0-3e9ebb521ed7 req-a1f0f9f5-d6cd-4c07-9367-5ea34c62b083 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 75753559-985b-40e1-8419-41d3077560df 2026-04-16 23:39:54.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f9f103aa-d11a-475f-8db0-3e9ebb521ed7 req-a1f0f9f5-d6cd-4c07-9367-5ea34c62b083 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 75753559-985b-40e1-8419-41d3077560df [pid: 8|app: 0|req: 1456/3001] 199.204.45.49 () {36 vars in 995 bytes} [Thu Apr 16 23:39:54 2026] DELETE /v2.0/ports/75753559-985b-40e1-8419-41d3077560df => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:39:54.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4f714b4-10cf-42f2-ba56-787c8ce40f65'] response: {'server_uuid': 'd902342c-c2f9-4e09-8126-aba6711f438a', 'name': 'network-vif-deleted', 'tag': '75753559-985b-40e1-8419-41d3077560df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1546/3002] 10.0.0.127 () {34 vars in 989 bytes} [Thu Apr 16 23:39:57 2026] GET /v2.0/ports?device_id=d902342c-c2f9-4e09-8126-aba6711f438a => 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: 1548/3005] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/ef74d9e9-ed8d-4e41-ad02-a32fec335636 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.323 8 INFO neutron.api.v2.resource [None req-7165704a-7e7c-499b-9b87-23b6b75e29a0 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1458/3006] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/ef74d9e9-ed8d-4e41-ad02-a32fec335636 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3007] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/6c8adcab-73cf-4c6c-8d80-37ae29759cc0 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.409 8 INFO neutron.api.v2.resource [None req-19586379-7c08-461e-8413-e39a8b168503 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1459/3008] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/6c8adcab-73cf-4c6c-8d80-37ae29759cc0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3009] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/5449aa86-07e6-4008-b4b3-afc13f9f3a64 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.489 8 INFO neutron.api.v2.resource [None req-56988cf8-2752-429d-92cc-3c73fd111b24 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/3010] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/5449aa86-07e6-4008-b4b3-afc13f9f3a64 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3011] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/ddd994b8-a5bb-4a9f-86e3-2d592833a729 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.576 8 INFO neutron.api.v2.resource [None req-e07a5834-b59d-4ee2-b1bc-5bdf7b63a944 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/3012] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/ddd994b8-a5bb-4a9f-86e3-2d592833a729 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3013] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/9d68d674-c450-4e5d-997d-05dd4d04911c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.658 8 INFO neutron.api.v2.resource [None req-cb724571-35d5-470a-9ac1-ff6dd74d0f5e c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1462/3014] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/9d68d674-c450-4e5d-997d-05dd4d04911c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3015] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/daa2e6ca-1bd2-44cc-884b-8ef95532bc0b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.741 8 INFO neutron.api.v2.resource [None req-bba84cca-f7b6-4696-873d-8837e655c805 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/3016] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/daa2e6ca-1bd2-44cc-884b-8ef95532bc0b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3017] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/5b07105e-5ce5-4b12-acd5-3dea0eb68056 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.815 8 INFO neutron.api.v2.resource [None req-b1e0deec-7ca8-44cd-bcc4-db37002125f9 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1464/3018] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/5b07105e-5ce5-4b12-acd5-3dea0eb68056 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3019] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/88cdbbb2-5d35-4452-b79c-eff92563a4ca => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.895 8 INFO neutron.api.v2.resource [None req-06adc244-c16a-4c0a-b6d9-ea6cfffd4250 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1465/3020] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/88cdbbb2-5d35-4452-b79c-eff92563a4ca => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3021] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/56df4da0-ef30-4b84-a254-797756ea2098 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:02.967 8 INFO neutron.api.v2.resource [None req-c65a5578-2e9b-4ef4-abc6-3d4430ed79f6 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1466/3022] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:02 2026] GET /v2.0/security-group-rules/56df4da0-ef30-4b84-a254-797756ea2098 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3023] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:02 2026] DELETE /v2.0/security-group-rules/9c04992e-87f7-48f6-bfea-77b07da69b10 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:03.038 8 INFO neutron.api.v2.resource [None req-aa9743dc-7c03-46b5-8f66-d2a7624d216b c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1467/3024] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:03 2026] GET /v2.0/security-group-rules/9c04992e-87f7-48f6-bfea-77b07da69b10 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3025] 10.0.0.214 () {32 vars in 749 bytes} [Thu Apr 16 23:40:03 2026] DELETE /v2.0/security-group-rules/b100d4ea-ff15-450c-a6d2-b4e159967a9a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:03.120 8 INFO neutron.api.v2.resource [None req-21e10400-2975-4ae5-8082-7fa168266db6 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1468/3026] 10.0.0.214 () {32 vars in 746 bytes} [Thu Apr 16 23:40:03 2026] GET /v2.0/security-group-rules/b100d4ea-ff15-450c-a6d2-b4e159967a9a => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3027] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:03 2026] DELETE /v2.0/security-groups/d1bf3a78-e9b9-4962-a290-1a5194f020ef => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:03.227 8 INFO neutron.api.v2.resource [None req-9b600f25-ea95-48a3-991d-f8b12606c144 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1469/3028] 10.0.0.214 () {32 vars in 736 bytes} [Thu Apr 16 23:40:03 2026] GET /v2.0/security-groups/d1bf3a78-e9b9-4962-a290-1a5194f020ef => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:03.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0bd1d76-cfe7-46ba-8758-ec391bd38dcf c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 1c29482f-c976-462b-a373-0664d590dd3c 2026-04-16 23:40:03.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0bd1d76-cfe7-46ba-8758-ec391bd38dcf c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 1c29482f-c976-462b-a373-0664d590dd3c [pid: 7|app: 0|req: 1560/3029] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:40:03 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:40:04.367 8 INFO neutron.api.v2.resource [None req-2449ea16-7eff-4f41-8855-edb7eeab21a9 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1470/3030] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:40:04 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/remove_router_interface => generated 198 bytes in 179 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:04.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5125ac7-cd5f-44c6-85a2-57d59d36c73f c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 0fae1477-5369-4e14-9eef-cd6b92e2014b 2026-04-16 23:40:04.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5125ac7-cd5f-44c6-85a2-57d59d36c73f c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 0fae1477-5369-4e14-9eef-cd6b92e2014b [pid: 7|app: 0|req: 1561/3031] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:40:04 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:40:05.425 8 INFO neutron.api.v2.resource [None req-f04b2b26-c1ad-49e2-b741-f7558ff99319 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/3032] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:40:05 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:05.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc04f251-d2a6-4799-bdf3-04d94ac9ae29 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: b6692322-d6fb-4647-96f7-20536fec9391 2026-04-16 23:40:05.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc04f251-d2a6-4799-bdf3-04d94ac9ae29 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: b6692322-d6fb-4647-96f7-20536fec9391 [pid: 7|app: 0|req: 1562/3033] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:40:05 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 23:40:06.520 8 INFO neutron.api.v2.resource [None req-255f887e-2d0c-4ab8-9ed7-4355a0fe1fbc c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1472/3034] 10.0.0.214 () {34 vars in 788 bytes} [Thu Apr 16 23:40:06 2026] PUT /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:06.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-28a14d9a-bf5b-4546-bbdf-d4d6ce9b0cc7 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 7ad29493-d4f7-4c43-a578-cee202d3f5a3 2026-04-16 23:40:06.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28a14d9a-bf5b-4546-bbdf-d4d6ce9b0cc7 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 7ad29493-d4f7-4c43-a578-cee202d3f5a3 2026-04-16 23:40:07.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-28a14d9a-bf5b-4546-bbdf-d4d6ce9b0cc7 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: ffdd553a-2199-49fd-83ae-20e8085caaf1 2026-04-16 23:40:07.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28a14d9a-bf5b-4546-bbdf-d4d6ce9b0cc7 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: ffdd553a-2199-49fd-83ae-20e8085caaf1 2026-04-16 23:40:07.455 7 INFO neutron.db.l3_hamode_db [None req-28a14d9a-bf5b-4546-bbdf-d4d6ce9b0cc7 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] HA network 9e0fc5a4-b194-42b3-b87a-ec9b587bba42 was deleted as no HA routers are present in tenant 118cf79c85ee42558be86cda83bb0c5d. 2026-04-16 23:40:07.464 7 INFO neutron.services.segments.plugin [-] Segment 23898780-3c96-40d6-b07d-dc4f1d99d5ed resource provider aggregate not found [pid: 7|app: 0|req: 1563/3035] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:06 2026] DELETE /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 23:40:07.479 7 INFO neutron.services.segments.plugin [-] Segment 23898780-3c96-40d6-b07d-dc4f1d99d5ed resource provider aggregate not found 2026-04-16 23:40:07.487 7 INFO neutron.services.segments.plugin [-] Segment 23898780-3c96-40d6-b07d-dc4f1d99d5ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23898780-3c96-40d6-b07d-dc4f1d99d5ed found for delete ", "request_id": "req-a0e0001b-adae-4480-a029-b22bd18a6e72"}]} 2026-04-16 23:40:07.489 7 INFO neutron.services.segments.plugin [-] Segment 23898780-3c96-40d6-b07d-dc4f1d99d5ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23898780-3c96-40d6-b07d-dc4f1d99d5ed found for delete ", "request_id": "req-07773ae3-40ad-4ff8-a820-a5ff2269e428"}]} 2026-04-16 23:40:07.496 8 INFO neutron.api.v2.resource [None req-05ac90fb-5215-4148-9ea5-82b66fa154a4 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1473/3036] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:07 2026] GET /v2.0/routers/4eaeedf2-9921-4db4-986e-ac3d4fb67508 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3037] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:07 2026] DELETE /v2.0/subnets/649aa72f-0688-4073-97a7-a60984ffe956 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:07.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3157506-bf05-48e2-a3a0-3aa0b9863965 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1474/3038] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:07 2026] GET /v2.0/subnets/649aa72f-0688-4073-97a7-a60984ffe956 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3039] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:07 2026] DELETE /v2.0/subnets/634029fe-98b9-4411-8b14-3c1ef409cf59 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:07.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a587fd3-1eb4-449a-ac30-1ced36b72498 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1475/3040] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:07 2026] GET /v2.0/subnets/634029fe-98b9-4411-8b14-3c1ef409cf59 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:07.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c0a7339-7dcd-4707-830e-2a0bd49a84af c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: 294e5295-a60f-4063-af3a-abf4572eb0e6 2026-04-16 23:40:07.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c0a7339-7dcd-4707-830e-2a0bd49a84af c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: 294e5295-a60f-4063-af3a-abf4572eb0e6 [pid: 7|app: 0|req: 1566/3041] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:40:07 2026] DELETE /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:08.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d826416-c51a-4aa5-aa86-0df263217e39 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1476/3042] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:40:08 2026] GET /v2.0/networks/96ae8b36-18b6-4d98-a3e2-223d0ca5297b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3043] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:08 2026] DELETE /v2.0/subnets/7198c818-94f3-4b73-8f58-115920929cda => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:08.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7de85e0-4b65-4544-9f97-9f4eed0003cb c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1477/3044] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:08 2026] GET /v2.0/subnets/7198c818-94f3-4b73-8f58-115920929cda => 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: 1568/3045] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:08 2026] DELETE /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:08.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc2e4dfa-b447-474d-941d-c84f2e5c1b9a c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1478/3046] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:08 2026] GET /v2.0/subnets/ba1f61d6-30bc-4fc7-bcac-54caadf8c816 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:08.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e82a257-abb1-4a95-bfc8-6860538673a3 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: cce271f1-f642-42ad-aaf1-fbfeabea117b 2026-04-16 23:40:08.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e82a257-abb1-4a95-bfc8-6860538673a3 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: cce271f1-f642-42ad-aaf1-fbfeabea117b [pid: 7|app: 0|req: 1569/3047] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:40:08 2026] DELETE /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:08.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-472ae711-98f9-4231-9f36-aeebce1ddc13 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1479/3048] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:40:08 2026] GET /v2.0/networks/a67d35bc-3369-46a0-8bb2-c8f61f1510b1 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3049] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:08 2026] DELETE /v2.0/subnets/b6f7210b-41e8-4e27-b4ac-d24c844d0c57 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:08.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eba936b1-e76f-47e3-934e-84447125d499 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/3050] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:08 2026] GET /v2.0/subnets/b6f7210b-41e8-4e27-b4ac-d24c844d0c57 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3051] 10.0.0.214 () {32 vars in 723 bytes} [Thu Apr 16 23:40:08 2026] DELETE /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:09.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0f4cc1d-6266-4ede-a58d-01e4b15c0d58 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1481/3052] 10.0.0.214 () {32 vars in 720 bytes} [Thu Apr 16 23:40:09 2026] GET /v2.0/subnets/297d5e3e-90c5-4b99-ac77-8fdc5817414e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:09.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-c799e466-0623-4ac4-9094-3284af9c5f4a c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] TaaS: Handle Delete Port: ff491ba1-0d26-47ed-becf-2b207dc4b467 2026-04-16 23:40:09.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c799e466-0623-4ac4-9094-3284af9c5f4a c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] Tap Mirror: Handle Delete Port: ff491ba1-0d26-47ed-becf-2b207dc4b467 [pid: 7|app: 0|req: 1572/3053] 10.0.0.214 () {32 vars in 725 bytes} [Thu Apr 16 23:40:09 2026] DELETE /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 23:40:09.461 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d436bc1-e520-4dc4-a226-de0904d214b0 c813a987939646beb96735e2c6d54067 118cf79c85ee42558be86cda83bb0c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/3054] 10.0.0.214 () {32 vars in 722 bytes} [Thu Apr 16 23:40:09 2026] GET /v2.0/networks/95b68406-b6d9-4955-8541-580466335694 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 23:40:09.507 7 INFO neutron.services.segments.plugin [-] Segment 10fbbe58-9335-4530-89ce-a0b908a842a3 resource provider aggregate not found 2026-04-16 23:40:09.514 7 INFO neutron.services.segments.plugin [-] Segment 10fbbe58-9335-4530-89ce-a0b908a842a3 resource provider aggregate not found 2026-04-16 23:40:09.530 7 INFO neutron.services.segments.plugin [-] Segment 10fbbe58-9335-4530-89ce-a0b908a842a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fbbe58-9335-4530-89ce-a0b908a842a3 found for delete ", "request_id": "req-8cd1e32b-5ea3-4ef2-a9cd-158301f26944"}]} 2026-04-16 23:40:09.533 7 INFO neutron.services.segments.plugin [-] Segment 10fbbe58-9335-4530-89ce-a0b908a842a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fbbe58-9335-4530-89ce-a0b908a842a3 found for delete ", "request_id": "req-bac604c4-602d-43f7-bb64-2e4a5297a247"}]} 2026-04-16 23:40:09.549 7 INFO neutron.services.segments.plugin [-] Segment dbb84005-0874-4de3-a6e9-88df62522110 resource provider aggregate not found 2026-04-16 23:40:09.553 7 INFO neutron.services.segments.plugin [-] Segment dbb84005-0874-4de3-a6e9-88df62522110 resource provider aggregate not found 2026-04-16 23:40:09.574 7 INFO neutron.services.segments.plugin [-] Segment dbb84005-0874-4de3-a6e9-88df62522110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb84005-0874-4de3-a6e9-88df62522110 found for delete ", "request_id": "req-a08cfcfd-cbbf-49cd-bf14-0ef963c170e4"}]} 2026-04-16 23:40:09.578 7 INFO neutron.services.segments.plugin [-] Segment dbb84005-0874-4de3-a6e9-88df62522110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb84005-0874-4de3-a6e9-88df62522110 found for delete ", "request_id": "req-ea2d9a33-2711-404e-ad73-34c579eecd66"}]} 2026-04-16 23:40:09.593 7 INFO neutron.services.segments.plugin [-] Segment d295e7f0-0110-4453-a841-4cb9b1e4791a resource provider aggregate not found 2026-04-16 23:40:09.597 7 INFO neutron.services.segments.plugin [-] Segment d295e7f0-0110-4453-a841-4cb9b1e4791a resource provider aggregate not found 2026-04-16 23:40:09.609 7 INFO neutron.services.segments.plugin [-] Segment d295e7f0-0110-4453-a841-4cb9b1e4791a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d295e7f0-0110-4453-a841-4cb9b1e4791a found for delete ", "request_id": "req-ab372350-03fa-4951-b636-3185e9cdc5e0"}]} 2026-04-16 23:40:09.611 7 INFO neutron.services.segments.plugin [-] Segment d295e7f0-0110-4453-a841-4cb9b1e4791a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d295e7f0-0110-4453-a841-4cb9b1e4791a found for delete ", "request_id": "req-647e2e1e-9d33-4e91-84dc-9614e41b4976"}]} [pid: 7|app: 0|req: 1573/3055] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:11 2026] GET /v2.0/security-groups?tenant_id=89dd914bd47d4b5cb2e99eff8bc86bdc&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3056] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:11 2026] DELETE /v2.0/security-groups/aa7a101d-b869-4910-a8c7-3f78fa823855 => 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: 1574/3057] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:11 2026] GET /v2.0/security-groups?tenant_id=372bcc5dea0241aca4fbde1df2fb4b8a&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3058] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:11 2026] DELETE /v2.0/security-groups/45bd9671-39fd-4e67-8181-4eb7f38b52a1 => 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: 1575/3059] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:12 2026] GET /v2.0/security-groups?tenant_id=c58b1fdd9c8b47dd8086dbcbee4d822b&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3060] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:12 2026] DELETE /v2.0/security-groups/c6473bbd-83a6-40a4-93de-9467cb235e0c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3063] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:12 2026] GET /v2.0/security-groups?tenant_id=8bfb852934aa47f1a344ef182a72b732&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3064] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:12 2026] DELETE /v2.0/security-groups/7683db79-e8a2-4788-9e14-e9c9d0f2159a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3065] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:12 2026] GET /v2.0/security-groups?tenant_id=118cf79c85ee42558be86cda83bb0c5d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3066] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:12 2026] DELETE /v2.0/security-groups/e202e3f6-694a-44b0-9758-b1d4a3632071 => 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: 1579/3067] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:13 2026] GET /v2.0/security-groups?tenant_id=a661dcbb15d2480d9dabaff17623930d&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3068] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:13 2026] DELETE /v2.0/security-groups/7072ee9c-4535-4a5d-b46d-c932c12bb958 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3069] 10.0.0.214 () {32 vars in 773 bytes} [Thu Apr 16 23:40:13 2026] GET /v2.0/security-groups?tenant_id=4f2a5d31ad79450898002eefbb1f1d71&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3070] 10.0.0.214 () {32 vars in 739 bytes} [Thu Apr 16 23:40:13 2026] DELETE /v2.0/security-groups/8f014955-acfb-41bc-8b91-f661a9c3e323 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3071] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:40:16 2026] GET /v2.0/networks => generated 2168 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3072] 10.0.0.214 () {32 vars in 654 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/floatingips => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3073] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3074] 10.0.0.214 () {32 vars in 642 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/ports => generated 4721 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3075] 10.0.0.214 () {32 vars in 646 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3076] 10.0.0.214 () {32 vars in 648 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3077] 10.0.0.214 () {32 vars in 662 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/security-groups => generated 17397 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3078] 10.0.0.214 () {32 vars in 654 bytes} [Thu Apr 16 23:40:17 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)