+ 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 [Sat Apr 25 01:07:57 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-77548f8566-f79jh 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 0x7f21463f9668 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-25 01:08:01.435 8 INFO neutron.common.config [-] Logging enabled! 2026-04-25 01:08:01.435 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-25 01:08:01.589 7 INFO neutron.common.config [-] Logging enabled! 2026-04-25 01:08:01.590 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-25 01:08:02.541 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-25 01:08:02.718 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-25 01:08:04.172 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-25 01:08:04.174 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-25 01:08:04.178 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-25 01:08:04.179 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-25 01:08:04.179 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-25 01:08:04.180 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-25 01:08:04.180 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-25 01:08:04.187 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-25 01:08:04.188 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-25 01:08:04.188 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-25 01:08:04.211 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-25 01:08:04.212 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-25 01:08:04.212 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-25 01:08:04.244 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-25 01:08:04.244 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-25 01:08:04.244 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-25 01:08:04.244 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-25 01:08:04.512 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-25 01:08:04.515 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-25 01:08:04.519 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-25 01:08:04.520 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-25 01:08:04.520 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-25 01:08:04.521 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-25 01:08:04.521 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-25 01:08:04.530 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-25 01:08:04.530 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-25 01:08:04.530 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-25 01:08:04.548 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing driver for type 'vlan' 2026-04-25 01:08:04.555 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-25 01:08:04.556 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-25 01:08:04.556 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-25 01:08:04.606 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-25 01:08:04.607 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-25 01:08:04.607 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-25 01:08:04.607 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-25 01:08:04.953 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] VlanTypeDriver initialization complete 2026-04-25 01:08:04.953 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing driver for type 'vxlan' 2026-04-25 01:08:04.954 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-25 01:08:04.961 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing driver for type 'vlan' 2026-04-25 01:08:04.968 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-25 01:08:04.968 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-25 01:08:04.968 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing extension driver 'port_security' 2026-04-25 01:08:04.968 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-25 01:08:04.969 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing extension driver 'qos' 2026-04-25 01:08:04.969 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-25 01:08:04.969 8 INFO neutron.plugins.ml2.managers [None req-cf541a1e-af15-4a71-b710-d33868e872bf - - - - - -] Initializing mechanism driver 'l2population' 2026-04-25 01:08:04.986 8 INFO neutron.quota [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded quota_driver: . 2026-04-25 01:08:04.987 8 INFO neutron.plugins.ml2.plugin [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Modular L2 Plugin initialization complete 2026-04-25 01:08:04.987 8 INFO neutron.plugins.ml2.managers [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-25 01:08:04.987 8 INFO neutron.plugins.ml2.managers [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-25 01:08:04.987 8 INFO neutron.plugins.ml2.managers [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Got port-security extension from driver 'port_security' 2026-04-25 01:08:04.987 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: qos 2026-04-25 01:08:05.002 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: router 2026-04-25 01:08:05.052 8 INFO neutron.services.service_base [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-25 01:08:05.053 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: segments 2026-04-25 01:08:05.160 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: trunk 2026-04-25 01:08:05.178 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: vpnaas 2026-04-25 01:08:05.222 8 WARNING stevedore.named [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-25 01:08:05.298 8 INFO neutron_vpnaas.services.vpn.plugin [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-25 01:08:05.298 8 INFO neutron.common.utils [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-25 01:08:05.298 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: taas 2026-04-25 01:08:05.328 8 WARNING stevedore.named [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-25 01:08:05.328 8 WARNING stevedore.named [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-25 01:08:05.329 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] VlanTypeDriver initialization complete 2026-04-25 01:08:05.329 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing driver for type 'vxlan' 2026-04-25 01:08:05.329 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-25 01:08:05.345 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-25 01:08:05.346 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-25 01:08:05.346 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing extension driver 'port_security' 2026-04-25 01:08:05.346 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-25 01:08:05.346 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing extension driver 'qos' 2026-04-25 01:08:05.347 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-25 01:08:05.347 7 INFO neutron.plugins.ml2.managers [None req-fea6d965-b05f-43dd-9349-956d4ae1eecc - - - - - -] Initializing mechanism driver 'l2population' 2026-04-25 01:08:05.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-25 01:08:05.353 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: tapmirror 2026-04-25 01:08:05.363 7 INFO neutron.quota [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded quota_driver: . 2026-04-25 01:08:05.363 7 INFO neutron.plugins.ml2.plugin [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Modular L2 Plugin initialization complete 2026-04-25 01:08:05.363 7 INFO neutron.plugins.ml2.managers [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-25 01:08:05.364 7 INFO neutron.plugins.ml2.managers [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-25 01:08:05.364 7 INFO neutron.plugins.ml2.managers [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Got port-security extension from driver 'port_security' 2026-04-25 01:08:05.364 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: qos 2026-04-25 01:08:05.367 8 WARNING stevedore.named [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-25 01:08:05.368 8 WARNING stevedore.named [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-25 01:08:05.379 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: router 2026-04-25 01:08:05.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-25 01:08:05.383 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: auto_allocate 2026-04-25 01:08:05.391 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: tag 2026-04-25 01:08:05.402 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: timestamp 2026-04-25 01:08:05.405 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: network_ip_availability 2026-04-25 01:08:05.409 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: flavors 2026-04-25 01:08:05.413 8 INFO neutron.manager [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loading Plugin: revisions 2026-04-25 01:08:05.417 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Initializing extension manager. 2026-04-25 01:08:05.418 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: address-group 2026-04-25 01:08:05.419 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: address-scope 2026-04-25 01:08:05.420 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-25 01:08:05.420 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: agent 2026-04-25 01:08:05.421 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: agent-resources-synced 2026-04-25 01:08:05.422 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: allowed-address-pairs 2026-04-25 01:08:05.423 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: auto-allocated-topology 2026-04-25 01:08:05.424 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: availability_zone 2026-04-25 01:08:05.424 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: availability_zone_filter 2026-04-25 01:08:05.425 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-25 01:08:05.425 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: default-subnetpools 2026-04-25 01:08:05.427 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-25 01:08:05.428 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: dns-integration 2026-04-25 01:08:05.428 7 INFO neutron.services.service_base [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-25 01:08:05.428 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: segments 2026-04-25 01:08:05.429 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: dns-domain-ports 2026-04-25 01:08:05.429 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-25 01:08:05.430 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: dvr 2026-04-25 01:08:05.430 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-25 01:08:05.431 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: empty-string-filtering 2026-04-25 01:08:05.432 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-25 01:08:05.432 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-25 01:08:05.433 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: external-net 2026-04-25 01:08:05.433 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-25 01:08:05.434 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: extraroute 2026-04-25 01:08:05.435 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: extraroute-atomic 2026-04-25 01:08:05.435 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-25 01:08:05.436 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-25 01:08:05.436 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-25 01:08:05.437 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-25 01:08:05.438 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: fip-port-details 2026-04-25 01:08:05.439 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: flavors 2026-04-25 01:08:05.440 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-25 01:08:05.441 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: floatingip-pools 2026-04-25 01:08:05.441 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: ip_allocation 2026-04-25 01:08:05.442 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: ip-substring-filtering 2026-04-25 01:08:05.443 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: l2_adjacency 2026-04-25 01:08:05.444 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: router 2026-04-25 01:08:05.445 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-25 01:08:05.446 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-25 01:08:05.447 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-25 01:08:05.447 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: ext-gw-mode 2026-04-25 01:08:05.448 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: l3-ha 2026-04-25 01:08:05.448 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-25 01:08:05.449 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-25 01:08:05.449 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: l3-flavors 2026-04-25 01:08:05.450 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-25 01:08:05.451 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-25 01:08:05.453 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-25 01:08:05.454 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-25 01:08:05.455 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-25 01:08:05.456 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-25 01:08:05.457 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-25 01:08:05.458 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: multi-provider 2026-04-25 01:08:05.458 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: net-mtu 2026-04-25 01:08:05.459 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: net-mtu-writable 2026-04-25 01:08:05.459 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: network_availability_zone 2026-04-25 01:08:05.460 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: network_ha 2026-04-25 01:08:05.460 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: network-ip-availability 2026-04-25 01:08:05.461 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-25 01:08:05.462 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: pagination 2026-04-25 01:08:05.462 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-device-profile 2026-04-25 01:08:05.463 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-25 01:08:05.464 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-25 01:08:05.465 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-25 01:08:05.466 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-mac-override 2026-04-25 01:08:05.466 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-25 01:08:05.467 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-25 01:08:05.467 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-25 01:08:05.468 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-resource-request 2026-04-25 01:08:05.468 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-resource-request-groups 2026-04-25 01:08:05.469 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-25 01:08:05.469 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: binding 2026-04-25 01:08:05.470 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: binding-extended 2026-04-25 01:08:05.471 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-security 2026-04-25 01:08:05.471 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: project-id 2026-04-25 01:08:05.472 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: provider 2026-04-25 01:08:05.472 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-25 01:08:05.474 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos 2026-04-25 01:08:05.475 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-25 01:08:05.476 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-25 01:08:05.476 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-default 2026-04-25 01:08:05.477 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-fip 2026-04-25 01:08:05.477 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-25 01:08:05.478 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-gateway-ip 2026-04-25 01:08:05.478 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-port-network-policy 2026-04-25 01:08:05.479 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-pps-minimum 2026-04-25 01:08:05.480 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-25 01:08:05.480 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-pps 2026-04-25 01:08:05.481 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-rule-type-details 2026-04-25 01:08:05.481 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-25 01:08:05.482 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: qos-rules-alias 2026-04-25 01:08:05.482 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: quota-check-limit 2026-04-25 01:08:05.483 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: quota-check-limit-default 2026-04-25 01:08:05.485 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: quotas 2026-04-25 01:08:05.486 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: quota_details 2026-04-25 01:08:05.488 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: rbac-policies 2026-04-25 01:08:05.489 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: rbac-address-group 2026-04-25 01:08:05.489 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: rbac-address-scope 2026-04-25 01:08:05.490 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: rbac-security-groups 2026-04-25 01:08:05.490 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: rbac-subnetpool 2026-04-25 01:08:05.491 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: revision-if-match 2026-04-25 01:08:05.492 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: standard-attr-revisions 2026-04-25 01:08:05.492 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: router_availability_zone 2026-04-25 01:08:05.493 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-25 01:08:05.495 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: security-groups-default-rules 2026-04-25 01:08:05.495 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-25 01:08:05.496 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-25 01:08:05.496 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-25 01:08:05.497 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-25 01:08:05.497 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-25 01:08:05.503 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: security-group 2026-04-25 01:08:05.504 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: segment 2026-04-25 01:08:05.504 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-25 01:08:05.505 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: service-type 2026-04-25 01:08:05.506 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: sorting 2026-04-25 01:08:05.506 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: standard-attr-segment 2026-04-25 01:08:05.507 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: standard-attr-description 2026-04-25 01:08:05.508 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: stateful-security-group 2026-04-25 01:08:05.508 8 WARNING neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-25 01:08:05.509 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-25 01:08:05.509 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: subnet-external-network 2026-04-25 01:08:05.510 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: subnet_onboard 2026-04-25 01:08:05.510 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-25 01:08:05.511 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: subnet-service-types 2026-04-25 01:08:05.512 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: subnet_allocation 2026-04-25 01:08:05.512 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-25 01:08:05.513 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: tag-creation 2026-04-25 01:08:05.513 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-25 01:08:05.517 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: standard-attr-tag 2026-04-25 01:08:05.518 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-25 01:08:05.519 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: trunk 2026-04-25 01:08:05.519 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: trunk-details 2026-04-25 01:08:05.520 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-25 01:08:05.520 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-25 01:08:05.521 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-25 01:08:05.522 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-25 01:08:05.524 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-25 01:08:05.524 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-25 01:08:05.525 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: vpn-flavors 2026-04-25 01:08:05.529 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: vpnaas 2026-04-25 01:08:05.531 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: taas 2026-04-25 01:08:05.532 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: tap-mirror 2026-04-25 01:08:05.533 8 INFO neutron.api.extensions [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Loaded extension: taas-vlan-filter 2026-04-25 01:08:05.535 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-25 01:08:05.535 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-25 01:08:05.536 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.536 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-25 01:08:05.536 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: trunk 2026-04-25 01:08:05.539 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-25 01:08:05.540 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-25 01:08:05.545 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-25 01:08:05.545 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-25 01:08:05.546 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-25 01:08:05.547 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.547 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.547 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.548 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.548 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-25 01:08:05.548 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.549 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.549 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-25 01:08:05.550 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-25 01:08:05.550 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-25 01:08:05.550 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.551 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ipsecpolicy is already registered 2026-04-25 01:08:05.551 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.551 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ikepolicy is already registered 2026-04-25 01:08:05.553 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: vpnaas 2026-04-25 01:08:05.556 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-25 01:08:05.557 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] router is already registered 2026-04-25 01:08:05.558 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-25 01:08:05.558 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] floatingip is already registered 2026-04-25 01:08:05.562 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-25 01:08:05.562 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] rbac_policy is already registered 2026-04-25 01:08:05.562 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-25 01:08:05.563 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] security_group is already registered 2026-04-25 01:08:05.563 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-25 01:08:05.563 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] security_group_rule is already registered 2026-04-25 01:08:05.564 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.564 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.564 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.565 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.565 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-25 01:08:05.565 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] trunk is already registered 2026-04-25 01:08:05.566 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.566 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ikepolicy is already registered 2026-04-25 01:08:05.566 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.566 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ipsecpolicy is already registered 2026-04-25 01:08:05.567 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-25 01:08:05.567 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] endpoint_group is already registered 2026-04-25 01:08:05.567 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-25 01:08:05.568 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] vpnservice is already registered 2026-04-25 01:08:05.568 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-25 01:08:05.568 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ipsec_site_connection is already registered 2026-04-25 01:08:05.569 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.569 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ipsecpolicy is already registered 2026-04-25 01:08:05.569 8 INFO neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.569 8 WARNING neutron.quota.resource_registry [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] ikepolicy is already registered 2026-04-25 01:08:05.604 7 WARNING stevedore.named [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-25 01:08:05.610 8 WARNING keystonemiddleware._common.config [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-25 01:08:05.618 8 WARNING oslo_config.cfg [None req-0d12b938-ff41-4998-bd9d-77b154598b8a - - - - - -] 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 0x7f21463f9668 pid: 8 (default app) 2026-04-25 01:08:05.695 7 INFO neutron_vpnaas.services.vpn.plugin [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-25 01:08:05.696 7 INFO neutron.common.utils [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-25 01:08:05.696 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: taas 2026-04-25 01:08:05.725 7 WARNING stevedore.named [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-25 01:08:05.726 7 WARNING stevedore.named [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-25 01:08:05.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-25 01:08:05.744 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: tapmirror 2026-04-25 01:08:05.756 7 WARNING stevedore.named [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-25 01:08:05.757 7 WARNING stevedore.named [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-25 01:08:05.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-25 01:08:05.775 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: auto_allocate 2026-04-25 01:08:05.782 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: tag 2026-04-25 01:08:05.793 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: timestamp 2026-04-25 01:08:05.795 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: network_ip_availability 2026-04-25 01:08:05.800 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: flavors 2026-04-25 01:08:05.803 7 INFO neutron.manager [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loading Plugin: revisions 2026-04-25 01:08:05.807 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Initializing extension manager. 2026-04-25 01:08:05.810 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: address-group 2026-04-25 01:08:05.811 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: address-scope 2026-04-25 01:08:05.811 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-25 01:08:05.812 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: agent 2026-04-25 01:08:05.813 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: agent-resources-synced 2026-04-25 01:08:05.814 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: allowed-address-pairs 2026-04-25 01:08:05.815 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: auto-allocated-topology 2026-04-25 01:08:05.816 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: availability_zone 2026-04-25 01:08:05.816 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: availability_zone_filter 2026-04-25 01:08:05.817 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-25 01:08:05.817 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: default-subnetpools 2026-04-25 01:08:05.820 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-25 01:08:05.821 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: dns-integration 2026-04-25 01:08:05.821 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: dns-domain-ports 2026-04-25 01:08:05.822 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-25 01:08:05.822 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: dvr 2026-04-25 01:08:05.823 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-25 01:08:05.823 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: empty-string-filtering 2026-04-25 01:08:05.824 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-25 01:08:05.824 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-25 01:08:05.825 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: external-net 2026-04-25 01:08:05.825 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-25 01:08:05.826 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: extraroute 2026-04-25 01:08:05.827 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: extraroute-atomic 2026-04-25 01:08:05.828 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-25 01:08:05.828 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-25 01:08:05.829 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-25 01:08:05.829 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-25 01:08:05.830 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: fip-port-details 2026-04-25 01:08:05.831 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: flavors 2026-04-25 01:08:05.832 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-25 01:08:05.833 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: floatingip-pools 2026-04-25 01:08:05.833 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: ip_allocation 2026-04-25 01:08:05.834 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: ip-substring-filtering 2026-04-25 01:08:05.834 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: l2_adjacency 2026-04-25 01:08:05.835 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: router 2026-04-25 01:08:05.837 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-25 01:08:05.838 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-25 01:08:05.838 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-25 01:08:05.839 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: ext-gw-mode 2026-04-25 01:08:05.839 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: l3-ha 2026-04-25 01:08:05.840 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-25 01:08:05.840 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-25 01:08:05.841 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: l3-flavors 2026-04-25 01:08:05.842 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-25 01:08:05.842 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-25 01:08:05.844 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-25 01:08:05.846 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-25 01:08:05.847 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-25 01:08:05.848 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-25 01:08:05.849 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-25 01:08:05.849 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: multi-provider 2026-04-25 01:08:05.850 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: net-mtu 2026-04-25 01:08:05.850 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: net-mtu-writable 2026-04-25 01:08:05.851 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: network_availability_zone 2026-04-25 01:08:05.851 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: network_ha 2026-04-25 01:08:05.852 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: network-ip-availability 2026-04-25 01:08:05.853 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-25 01:08:05.854 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: pagination 2026-04-25 01:08:05.854 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-device-profile 2026-04-25 01:08:05.855 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-25 01:08:05.855 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-25 01:08:05.856 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-25 01:08:05.856 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-mac-override 2026-04-25 01:08:05.857 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-25 01:08:05.857 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-25 01:08:05.858 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-25 01:08:05.858 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-resource-request 2026-04-25 01:08:05.859 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-resource-request-groups 2026-04-25 01:08:05.860 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-25 01:08:05.860 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: binding 2026-04-25 01:08:05.861 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: binding-extended 2026-04-25 01:08:05.862 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-security 2026-04-25 01:08:05.862 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: project-id 2026-04-25 01:08:05.863 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: provider 2026-04-25 01:08:05.864 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-25 01:08:05.866 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos 2026-04-25 01:08:05.866 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-25 01:08:05.867 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-25 01:08:05.867 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-default 2026-04-25 01:08:05.868 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-fip 2026-04-25 01:08:05.869 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-25 01:08:05.869 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-gateway-ip 2026-04-25 01:08:05.870 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-port-network-policy 2026-04-25 01:08:05.870 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-pps-minimum 2026-04-25 01:08:05.871 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-25 01:08:05.871 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-pps 2026-04-25 01:08:05.872 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-rule-type-details 2026-04-25 01:08:05.872 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-25 01:08:05.873 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: qos-rules-alias 2026-04-25 01:08:05.873 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: quota-check-limit 2026-04-25 01:08:05.874 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: quota-check-limit-default 2026-04-25 01:08:05.876 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: quotas 2026-04-25 01:08:05.878 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: quota_details 2026-04-25 01:08:05.879 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: rbac-policies 2026-04-25 01:08:05.880 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: rbac-address-group 2026-04-25 01:08:05.880 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: rbac-address-scope 2026-04-25 01:08:05.881 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: rbac-security-groups 2026-04-25 01:08:05.881 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: rbac-subnetpool 2026-04-25 01:08:05.882 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: revision-if-match 2026-04-25 01:08:05.882 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: standard-attr-revisions 2026-04-25 01:08:05.883 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: router_availability_zone 2026-04-25 01:08:05.883 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-25 01:08:05.885 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: security-groups-default-rules 2026-04-25 01:08:05.886 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-25 01:08:05.887 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-25 01:08:05.887 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-25 01:08:05.888 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-25 01:08:05.888 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-25 01:08:05.893 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: security-group 2026-04-25 01:08:05.894 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: segment 2026-04-25 01:08:05.895 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-25 01:08:05.895 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: service-type 2026-04-25 01:08:05.896 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: sorting 2026-04-25 01:08:05.896 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: standard-attr-segment 2026-04-25 01:08:05.897 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: standard-attr-description 2026-04-25 01:08:05.898 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: stateful-security-group 2026-04-25 01:08:05.898 7 WARNING neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-25 01:08:05.898 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-25 01:08:05.899 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: subnet-external-network 2026-04-25 01:08:05.900 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: subnet_onboard 2026-04-25 01:08:05.900 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-25 01:08:05.901 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: subnet-service-types 2026-04-25 01:08:05.901 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: subnet_allocation 2026-04-25 01:08:05.902 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-25 01:08:05.903 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: tag-creation 2026-04-25 01:08:05.903 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-25 01:08:05.907 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: standard-attr-tag 2026-04-25 01:08:05.908 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-25 01:08:05.908 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: trunk 2026-04-25 01:08:05.909 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: trunk-details 2026-04-25 01:08:05.910 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-25 01:08:05.910 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-25 01:08:05.911 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-25 01:08:05.913 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-25 01:08:05.915 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-25 01:08:05.916 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-25 01:08:05.917 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: vpn-flavors 2026-04-25 01:08:05.918 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: vpnaas 2026-04-25 01:08:05.920 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: taas 2026-04-25 01:08:05.921 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: tap-mirror 2026-04-25 01:08:05.921 7 INFO neutron.api.extensions [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Loaded extension: taas-vlan-filter 2026-04-25 01:08:05.924 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-25 01:08:05.924 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-25 01:08:05.925 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.925 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-25 01:08:05.930 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-25 01:08:05.930 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-25 01:08:05.935 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-25 01:08:05.936 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-25 01:08:05.936 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-25 01:08:05.937 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.937 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.938 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.938 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.938 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-25 01:08:05.939 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.939 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.940 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-25 01:08:05.940 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-25 01:08:05.941 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-25 01:08:05.941 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.941 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ipsecpolicy is already registered 2026-04-25 01:08:05.942 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.942 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ikepolicy is already registered 2026-04-25 01:08:05.947 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-25 01:08:05.947 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] router is already registered 2026-04-25 01:08:05.948 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-25 01:08:05.948 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] floatingip is already registered 2026-04-25 01:08:05.952 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-25 01:08:05.952 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] rbac_policy is already registered 2026-04-25 01:08:05.953 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-25 01:08:05.953 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] security_group is already registered 2026-04-25 01:08:05.953 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-25 01:08:05.953 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] security_group_rule is already registered 2026-04-25 01:08:05.954 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.954 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.955 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-25 01:08:05.955 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] subnetpool is already registered 2026-04-25 01:08:05.955 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-25 01:08:05.956 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] trunk is already registered 2026-04-25 01:08:05.956 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.956 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ikepolicy is already registered 2026-04-25 01:08:05.956 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.957 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ipsecpolicy is already registered 2026-04-25 01:08:05.957 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-25 01:08:05.957 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] endpoint_group is already registered 2026-04-25 01:08:05.957 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-25 01:08:05.958 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] vpnservice is already registered 2026-04-25 01:08:05.958 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-25 01:08:05.958 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ipsec_site_connection is already registered 2026-04-25 01:08:05.958 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-25 01:08:05.959 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ipsecpolicy is already registered 2026-04-25 01:08:05.959 7 INFO neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-25 01:08:05.959 7 WARNING neutron.quota.resource_registry [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] ikepolicy is already registered 2026-04-25 01:08:06.002 7 WARNING keystonemiddleware._common.config [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-25 01:08:06.010 7 WARNING oslo_config.cfg [None req-44040834-c927-4c94-9575-f492a7fd39dc - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f21463f9668 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-25 01:08:10.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b72fb8b-ddcd-4639-a84d-772be3b4b0a4 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/4] 199.204.45.169 () {44 vars in 928 bytes} [Sat Apr 25 01:08:09 2026] GET /v2.0/networks/public => generated 108 bytes in 916 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2/5] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:08:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:08:11.259 8 WARNING neutron.services.revisions.revision_plugin [None req-ab02cfb2-004c-4f72-8869-92c004c292f7 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Could not find related network for resource to bump revision. 2026-04-25 01:08:11.282 8 INFO neutron.db.segments_db [None req-ab02cfb2-004c-4f72-8869-92c004c292f7 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 458d492e-9222-4836-9533-47c42c443448 of type flat for network 53fe23bf-85b7-48aa-a47b-003512c8955b 2026-04-25 01:08:11.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab02cfb2-004c-4f72-8869-92c004c292f7 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.169 () {48 vars in 968 bytes} [Sat Apr 25 01:08:10 2026] POST /v2.0/networks => generated 124 bytes in 481 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:08:17.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3504c991-ea44-4c8d-a5b9-4276c83f0041 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.169 () {44 vars in 928 bytes} [Sat Apr 25 01:08:17 2026] GET /v2.0/networks/public => generated 108 bytes in 431 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:08:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:08:18.076 7 WARNING neutron.services.revisions.revision_plugin [None req-a90c3665-6d10-4936-a94e-36a5c9aeaa19 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Could not find related network for resource to bump revision. 2026-04-25 01:08:18.104 7 INFO neutron.db.segments_db [None req-a90c3665-6d10-4936-a94e-36a5c9aeaa19 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment bc9d5185-5efc-4199-8761-6f446b75e4b2 of type flat for network c1652237-ddb7-4c0a-a3f6-6a0eb14d9ebf 2026-04-25 01:08:18.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a90c3665-6d10-4936-a94e-36a5c9aeaa19 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.169 () {48 vars in 968 bytes} [Sat Apr 25 01:08:17 2026] POST /v2.0/networks => generated 124 bytes in 349 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:08:24.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2a79225-a8b2-4720-a0c9-c7c87d55cc9d 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.169 () {44 vars in 928 bytes} [Sat Apr 25 01:08:24 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:08:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:08:24.307 8 WARNING neutron.services.revisions.revision_plugin [None req-87c01346-b78d-498b-abc0-88e692b1aff4 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Could not find related network for resource to bump revision. 2026-04-25 01:08:24.322 8 INFO neutron.db.segments_db [None req-87c01346-b78d-498b-abc0-88e692b1aff4 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment e42c8791-d118-4e0f-b5ff-1fc1e4d6c81d of type flat for network 2b641257-5df9-4d59-9277-5a14c46456ca 2026-04-25 01:08:24.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87c01346-b78d-498b-abc0-88e692b1aff4 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.169 () {48 vars in 968 bytes} [Sat Apr 25 01:08:24 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:08:30.458 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86109cf4-a1ac-498c-9ce8-d6ed3754e3b5 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.169 () {44 vars in 928 bytes} [Sat Apr 25 01:08:30 2026] GET /v2.0/networks/public => generated 108 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:08:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:08:30.545 8 WARNING neutron.services.revisions.revision_plugin [None req-6e4c8282-af4a-4c4a-9d73-ef687aa8e59f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Could not find related network for resource to bump revision. 2026-04-25 01:08:30.567 8 INFO neutron.db.segments_db [None req-6e4c8282-af4a-4c4a-9d73-ef687aa8e59f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment c35d26a5-2936-4bf5-90cd-21c66d02650b of type flat for network bc238c9a-0852-4bb7-9bfa-159dce20238c 2026-04-25 01:08:30.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e4c8282-af4a-4c4a-9d73-ef687aa8e59f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.169 () {48 vars in 968 bytes} [Sat Apr 25 01:08:30 2026] POST /v2.0/networks => generated 124 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:08:36.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce2921f5-d508-4138-914e-5c8a4e1b087c 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.169 () {44 vars in 928 bytes} [Sat Apr 25 01:08:36 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: 10/18] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:08:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:08:36.758 7 WARNING neutron.services.revisions.revision_plugin [None req-90de52db-a495-4afb-92c4-cbe0d9a0131e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Could not find related network for resource to bump revision. 2026-04-25 01:08:36.781 7 INFO neutron.db.segments_db [None req-90de52db-a495-4afb-92c4-cbe0d9a0131e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment b4af4432-ef23-4f43-9242-a35aa8734789 of type flat for network 3ad8e97b-f082-4fb8-b420-a410fe9c1890 [pid: 7|app: 0|req: 9/19] 199.204.45.169 () {48 vars in 968 bytes} [Sat Apr 25 01:08:36 2026] POST /v2.0/networks => generated 706 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:08:38.181 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69704959-26a3-47df-ab17-d869e9cbe336 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/20] 199.204.45.169 () {44 vars in 928 bytes} [Sat Apr 25 01:08:38 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: 10/21] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:08:38 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:08:38.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26f44606-0643-4502-b702-1db704b9106e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/22] 199.204.45.169 () {44 vars in 1035 bytes} [Sat Apr 25 01:08:38 2026] GET /v2.0/subnets/public-subnet?network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/23] 199.204.45.169 () {44 vars in 1058 bytes} [Sat Apr 25 01:08:38 2026] GET /v2.0/subnets?name=public-subnet&network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/24] 199.204.45.169 () {48 vars in 966 bytes} [Sat Apr 25 01:08:38 2026] POST /v2.0/subnets => generated 664 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.169 () {44 vars in 976 bytes} [Sat Apr 25 01:09:05 2026] GET /v2.0/quotas/82df96a3e9e947d99f35e6bb32059fed => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.169 () {48 vars in 1028 bytes} [Sat Apr 25 01:09:05 2026] PUT /v2.0/quotas/82df96a3e9e947d99f35e6bb32059fed => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:09:42.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a55c3ab-81dc-4952-b60d-8befc9f5c1a6 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/35] 199.204.45.169 () {44 vars in 938 bytes} [Sat Apr 25 01:09:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/36] 199.204.45.169 () {44 vars in 960 bytes} [Sat Apr 25 01:09:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:09:42.857 8 INFO neutron.db.segments_db [None req-500524f4-1ad8-4fc7-a77e-85b0fa4c4921 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 3f8300af-c48f-4b2b-bdcc-0a789bc9de94 of type vxlan for network 0d1b4521-4b1c-4d48-85ca-ddee16c161f6 [pid: 8|app: 0|req: 20/37] 199.204.45.169 () {48 vars in 967 bytes} [Sat Apr 25 01:09:42 2026] POST /v2.0/networks => generated 688 bytes in 825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:09:44.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6dae944-e042-4c4f-964e-a7c5d861da74 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/38] 199.204.45.169 () {44 vars in 938 bytes} [Sat Apr 25 01:09:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/39] 199.204.45.169 () {44 vars in 960 bytes} [Sat Apr 25 01:09:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:09:44.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-639ede61-0072-42bb-a58b-66fafe60570e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 19/40] 199.204.45.169 () {44 vars in 1037 bytes} [Sat Apr 25 01:09:44 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/41] 199.204.45.169 () {44 vars in 1060 bytes} [Sat Apr 25 01:09:44 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/42] 199.204.45.169 () {48 vars in 966 bytes} [Sat Apr 25 01:09:44 2026] POST /v2.0/subnets => generated 651 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:09:46.693 8 INFO neutron.api.v2.resource [None req-3fe5eb6a-aa38-45c8-956f-d3f23d0854cf 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/43] 199.204.45.169 () {44 vars in 972 bytes} [Sat Apr 25 01:09:46 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/44] 199.204.45.169 () {44 vars in 994 bytes} [Sat Apr 25 01:09:46 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/45] 199.204.45.169 () {48 vars in 981 bytes} [Sat Apr 25 01:09:46 2026] POST /v2.0/security-groups => generated 1616 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/46] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:48 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 1616 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/47] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:49 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/48] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:49 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/49] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:09:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/50] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:50 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 2230 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/51] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:50 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/52] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:50 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 2230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/53] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:09:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/54] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:52 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 2846 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/55] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:52 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/56] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:52 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => 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/57] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:09:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/58] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:53 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 3462 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/59] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:53 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/60] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:53 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/61] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:09:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/64] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:55 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 4078 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/65] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:55 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/66] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:55 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:09:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.169 () {44 vars in 988 bytes} [Sat Apr 25 01:09:56 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 732 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:09:57.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85f5396c-0698-4a93-a232-96e0b139e3ad 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.169 () {44 vars in 1077 bytes} [Sat Apr 25 01:09:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.169 () {44 vars in 1100 bytes} [Sat Apr 25 01:09:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:09:57 2026] GET /v2.0/security-groups/13a86070-4717-4bae-8229-b2de1b93c844 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.169 () {48 vars in 962 bytes} [Sat Apr 25 01:09:57 2026] POST /v2.0/ports => generated 1096 bytes in 831 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-25 01:10:02.723 8 INFO neutron.api.v2.resource [None req-4ca8ed43-1aad-45b8-a2e2-2c9cc8f4ec28 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.204.45.169 () {44 vars in 1075 bytes} [Sat Apr 25 01:10:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=98874426521447b68eae37c1a2d89865 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 36/74] 199.204.45.169 () {44 vars in 1098 bytes} [Sat Apr 25 01:10:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=98874426521447b68eae37c1a2d89865 => generated 23 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.169 () {48 vars in 982 bytes} [Sat Apr 25 01:10:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:04 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:04 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:04 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:10:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:05 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 2234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:05 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:06 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:10:06 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:10:07.301 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab04f448-025b-4f31-93ef-d0ee450a0e78 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/84] 199.204.45.169 () {44 vars in 980 bytes} [Sat Apr 25 01:10:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 348 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:07 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:07 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:07 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:10:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.169 () {48 vars in 1032 bytes} [Sat Apr 25 01:10:07 2026] PUT /v2.0/ports/e2ebe2d2-804e-427b-88dd-e9a43f4d6e83 => generated 1245 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:08 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 3460 bytes in 69 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, ' [pid: 8|app: 0|req: 46/92] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:08 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd => generated 3460 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.169 () {44 vars in 1089 bytes} [Sat Apr 25 01:10:09 2026] GET /v2.0/security-groups/58783bb0-578b-41d3-bbaf-febd28291acd?project_id=98874426521447b68eae37c1a2d89865 => generated 3460 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:10:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.169 () {44 vars in 921 bytes} [Sat Apr 25 01:10:10 2026] GET /v2.0/ports => generated 3726 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:10:11.360 7 INFO neutron.api.v2.resource [None req-08a3d0b0-2b59-46a0-9166-334adffd9036 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/98] 199.204.45.169 () {44 vars in 960 bytes} [Sat Apr 25 01:10:11 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.169 () {44 vars in 982 bytes} [Sat Apr 25 01:10:11 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.169 () {48 vars in 981 bytes} [Sat Apr 25 01:10:11 2026] POST /v2.0/security-groups => generated 1610 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:12 2026] GET /v2.0/security-groups/58e62357-437d-48cf-8337-e0f85a9d582c => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:12 2026] GET /v2.0/security-groups/58e62357-437d-48cf-8337-e0f85a9d582c => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:12 2026] GET /v2.0/security-groups/58e62357-437d-48cf-8337-e0f85a9d582c => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/104] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:10:12 2026] POST /v2.0/security-group-rules => generated 621 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:13 2026] GET /v2.0/security-groups/58e62357-437d-48cf-8337-e0f85a9d582c => generated 2244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:13 2026] GET /v2.0/security-groups/58e62357-437d-48cf-8337-e0f85a9d582c => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.169 () {44 vars in 1002 bytes} [Sat Apr 25 01:10:13 2026] GET /v2.0/security-groups/58e62357-437d-48cf-8337-e0f85a9d582c => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.169 () {48 vars in 992 bytes} [Sat Apr 25 01:10:13 2026] POST /v2.0/security-group-rules => generated 625 bytes in 121 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: 66/131] 199.204.45.169 () {30 vars in 740 bytes} [Sat Apr 25 01:12:56 2026] GET /v2.0/networks?tenant_id=98874426521447b68eae37c1a2d89865&shared=False => generated 15 bytes in 137 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-25 01:12:57.178 8 INFO neutron.db.segments_db [None req-023b1796-f8d2-48db-b2e3-1cba5c8d394f 662f056d3c2e41c197bc7576a390d21e 98874426521447b68eae37c1a2d89865 - - ad744686e5604cbfa9e6a3e27dd98ed7 ad744686e5604cbfa9e6a3e27dd98ed7] Added segment aaf2bd49-bafd-4937-9c41-9114a31fe6e9 of type vxlan for network 95508e82-63af-4eac-8a26-9fce0ad91fa3 [pid: 8|app: 0|req: 66/132] 199.204.45.169 () {34 vars in 682 bytes} [Sat Apr 25 01:12:57 2026] POST /v2.0/networks => generated 699 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/133] 199.204.45.169 () {30 vars in 722 bytes} [Sat Apr 25 01:12:57 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/134] 199.204.45.169 () {30 vars in 633 bytes} [Sat Apr 25 01:12:57 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/135] 199.204.45.169 () {34 vars in 677 bytes} [Sat Apr 25 01:12:57 2026] POST /v2.0/ports => generated 999 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/136] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:12:57 2026] GET /v2.0/networks/95508e82-63af-4eac-8a26-9fce0ad91fa3 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/137] 199.204.45.169 () {30 vars in 722 bytes} [Sat Apr 25 01:12:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/138] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:12:59 2026] GET /v2.0/networks/95508e82-63af-4eac-8a26-9fce0ad91fa3 => generated 705 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/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: 72/143] 199.204.45.169 () {48 vars in 1026 bytes} [Sat Apr 25 01:13:33 2026] PUT /v2.0/quotas/98874426521447b68eae37c1a2d89865 => generated 291 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:14:09.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c812277a-ffd8-4c3f-962e-dceb1981b1a7 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/148] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:14:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/149] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:14:09 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) 2026-04-25 01:14:11.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-937ae130-adc1-4e3e-b939-8bddcbf95094 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/152] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:14:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/153] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:14:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/160] 199.204.45.169 () {44 vars in 950 bytes} [Sat Apr 25 01:14:58 2026] GET /v2.0/networks?name=public => 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: 84/167] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:15:40 2026] GET /v2.0/networks => generated 2168 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/168] 10.0.0.158 () {32 vars in 655 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/floatingips => 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: 85/169] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/routers => generated 15 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/170] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/ports => generated 4721 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/171] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/172] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/173] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/174] 10.0.0.158 () {32 vars in 655 bytes} [Sat Apr 25 01:15:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:15:53.272 8 INFO neutron.db.segments_db [None req-6cb08b5d-5e9e-43ce-9781-3a182d897e87 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment e5f2efdd-bf9d-4295-a917-af5e7511f5f1 of type vxlan for network 1da5d540-99d4-4ab4-ac71-59517129f846 2026-04-25 01:15:53.336 7 INFO neutron.db.segments_db [None req-f30ede70-e2c0-419b-a9f1-060dc513df78 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 512184b8-5d01-41c7-a968-33ca99ece4b6 of type vxlan for network ad9b04e3-2af6-412b-aea2-8e1a1c037089 [pid: 8|app: 0|req: 88/175] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:15:52 2026] POST /v2.0/networks => generated 727 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/176] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/networks => generated 729 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:15:53.528 8 INFO neutron.db.segments_db [None req-941d9538-ca6a-4d80-afc7-aa0af70da46e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment df955039-bb1f-439d-a086-805c213a821f of type vxlan for network 93df45d6-7f9e-4e70-bc91-21b24868b230 [pid: 8|app: 0|req: 89/177] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/networks => generated 732 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/178] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/subnets => generated 693 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/179] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/subnets => generated 695 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:15:53.892 8 INFO neutron.db.segments_db [None req-f660fbeb-f765-4af9-9b55-8d297ad6d374 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 9d6f30f7-e787-46e3-8abb-a7844caaeaba of type vxlan for network 5d8edfb4-6e6d-4475-b303-ecf0ce8b0c9c [pid: 7|app: 0|req: 90/180] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/subnets => generated 698 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:15:53.951 7 INFO neutron.db.segments_db [None req-c6b88f4b-1d1b-44e4-9563-b9cf44abfceb 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 of type vxlan for network 82f4743e-7087-42a1-b88b-102b5ed9d00b 2026-04-25 01:15:54.142 8 INFO neutron.db.l3_hamode_db [None req-f660fbeb-f765-4af9-9b55-8d297ad6d374 3745c1b87ad94bcea4c6d948ef5067c2 f7f8f8a5fcd44ebaa90335a478b93276 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:15:54.236 7 INFO neutron.db.l3_hamode_db [None req-c6b88f4b-1d1b-44e4-9563-b9cf44abfceb 3745c1b87ad94bcea4c6d948ef5067c2 b93734780e214c69b69469cf8d280e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:15:55.043 8 INFO neutron.db.l3_hamode_db [None req-f660fbeb-f765-4af9-9b55-8d297ad6d374 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:15:55.176 7 INFO neutron.db.l3_hamode_db [None req-c6b88f4b-1d1b-44e4-9563-b9cf44abfceb 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 91/181] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/routers => generated 733 bytes in 2711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:15:56.584 8 INFO neutron.db.segments_db [None req-dc73d53d-96a2-497d-b36a-f133af125451 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment e28317b0-6775-4bb9-befe-0206eca56a07 of type vxlan for network b148e9e2-0470-4f6d-86f2-a74785f62c2b [pid: 7|app: 0|req: 91/182] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:15:53 2026] POST /v2.0/routers => generated 735 bytes in 2788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:15:56.870 8 INFO neutron.db.l3_hamode_db [None req-dc73d53d-96a2-497d-b36a-f133af125451 3745c1b87ad94bcea4c6d948ef5067c2 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 92/183] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:15:56 2026] GET /v2.0/security-groups?tenant_id=a3eecbed635c4007a733f3b43f849569&name=default => generated 2922 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:15:57.733 8 INFO neutron.db.l3_hamode_db [None req-dc73d53d-96a2-497d-b36a-f133af125451 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 95/186] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:15:56 2026] PUT /v2.0/routers/9406497f-10a2-4993-907d-dc4edacbec16/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/187] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:15:56 2026] POST /v2.0/routers => generated 738 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/188] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:15:58 2026] DELETE /v2.0/security-groups/d07ef503-1eec-4f5e-95fc-c38fb5ba9b4b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/189] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:15:58 2026] PUT /v2.0/routers/76a26c7d-600e-4879-90f6-c0a2ba58814e/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/190] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:15:59 2026] GET /v2.0/networks?id=1da5d540-99d4-4ab4-ac71-59517129f846 => generated 678 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/191] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:16:00 2026] GET /v2.0/quotas/f7f8f8a5fcd44ebaa90335a478b93276 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/192] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:16:00 2026] GET /v2.0/ports?tenant_id=f7f8f8a5fcd44ebaa90335a478b93276&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 94/193] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:15:58 2026] PUT /v2.0/routers/281b791e-fae2-46e6-8446-d4eeb23de102/add_router_interface => generated 309 bytes in 1421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/194] 10.0.0.149 () {34 vars in 907 bytes} [Sat Apr 25 01:16:00 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/195] 10.0.0.149 () {38 vars in 971 bytes} [Sat Apr 25 01:16:00 2026] POST /v2.0/security-groups => generated 1685 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/196] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:16:00 2026] GET /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846?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: 101/197] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:00 2026] GET /v2.0/security-groups/8b53d996-759c-4bc8-90a3-c2707699fcf0 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/198] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:16:00 2026] GET /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846?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: 7|app: 0|req: 102/199] 10.0.0.149 () {38 vars in 981 bytes} [Sat Apr 25 01:16:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/200] 10.0.0.149 () {38 vars in 971 bytes} [Sat Apr 25 01:16:00 2026] POST /v2.0/security-groups => generated 1685 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-25 01:16:01.101 8 INFO neutron.db.segments_db [None req-890a6bdf-638e-4ac7-b33b-45198f9ec970 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 5aecce90-ee41-4241-837d-9500c5c0e816 of type vxlan for network 89c2dda9-f14b-42c4-9f1e-d6ebcc0fcde4 [pid: 7|app: 0|req: 104/201] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/security-groups => generated 1659 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/202] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:01 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/203] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:16:00 2026] POST /v2.0/networks => generated 725 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/204] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:01 2026] GET /v2.0/security-groups/19634ab0-71d2-4f8e-9ea3-3aa5926193b2 => generated 1685 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/205] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/206] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/subnets => generated 691 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/207] 10.0.0.149 () {38 vars in 981 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/security-group-rules => generated 614 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:16:01.593 8 INFO neutron.db.segments_db [None req-32b71cb1-7138-4c66-93d0-f27478ec1d57 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 33faf5db-42a3-4111-93b6-18a3688afc20 of type vxlan for network cf0a70f0-b3cd-4110-9c49-2e464fb3264a [pid: 7|app: 0|req: 108/208] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/209] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:01 2026] GET /v2.0/security-groups/19634ab0-71d2-4f8e-9ea3-3aa5926193b2 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:01.893 8 INFO neutron.db.l3_hamode_db [None req-32b71cb1-7138-4c66-93d0-f27478ec1d57 3745c1b87ad94bcea4c6d948ef5067c2 2aabb8a8b2d8460b905a6821d3f292bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 110/210] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/floatingips => generated 552 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/211] 10.0.0.149 () {38 vars in 981 bytes} [Sat Apr 25 01:16:02 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/212] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 113/213] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/security-groups/19634ab0-71d2-4f8e-9ea3-3aa5926193b2 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/214] 10.0.0.149 () {34 vars in 1001 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/security-group-rules/ed6ea377-2eb2-466d-9ef3-a8fba330fdcc => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/215] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/security-groups/19634ab0-71d2-4f8e-9ea3-3aa5926193b2 => generated 2940 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/216] 10.0.0.149 () {36 vars in 1023 bytes} [Sat Apr 25 01:16:02 2026] DELETE /v2.0/security-group-rules/ed6ea377-2eb2-466d-9ef3-a8fba330fdcc => 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: 117/217] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/security-groups/19634ab0-71d2-4f8e-9ea3-3aa5926193b2 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:02.777 8 INFO neutron.db.l3_hamode_db [None req-32b71cb1-7138-4c66-93d0-f27478ec1d57 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 118/218] 10.0.0.149 () {36 vars in 1013 bytes} [Sat Apr 25 01:16:02 2026] DELETE /v2.0/security-groups/19634ab0-71d2-4f8e-9ea3-3aa5926193b2 => 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: 119/219] 10.0.0.149 () {34 vars in 1098 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--130506099&fields=id&tenant_id=1f87fec9b4c54cdd921dbe292aee2b34 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/220] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/security-groups/8b53d996-759c-4bc8-90a3-c2707699fcf0 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/221] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:16:02 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/222] 10.0.0.149 () {36 vars in 1013 bytes} [Sat Apr 25 01:16:02 2026] DELETE /v2.0/security-groups/8b53d996-759c-4bc8-90a3-c2707699fcf0 => 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: 123/223] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:16:03 2026] GET /v2.0/quotas/1f87fec9b4c54cdd921dbe292aee2b34 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/224] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:01 2026] POST /v2.0/routers => generated 731 bytes in 2202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:16:03.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d82527e-1094-4dfb-8de8-6d10cb0e93a8 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: b853a9c5-b652-466d-86ae-8369a2a7d0b0 2026-04-25 01:16:03.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d82527e-1094-4dfb-8de8-6d10cb0e93a8 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: b853a9c5-b652-466d-86ae-8369a2a7d0b0 [pid: 8|app: 0|req: 102/225] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:16:03 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&fields=id => generated 57 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/226] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:03 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/227] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:16:03 2026] PUT /v2.0/routers/76a26c7d-600e-4879-90f6-c0a2ba58814e/remove_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/228] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:16:04 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:04.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca1ea2fa-2498-4565-a890-1619d1b567e9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 5821198d-2f30-44a4-b77a-8a1b8b3a54d8 2026-04-25 01:16:04.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca1ea2fa-2498-4565-a890-1619d1b567e9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 5821198d-2f30-44a4-b77a-8a1b8b3a54d8 2026-04-25 01:16:04.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca1ea2fa-2498-4565-a890-1619d1b567e9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 23445304-5c10-45a0-afdf-57d7bd4da7d5 2026-04-25 01:16:04.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca1ea2fa-2498-4565-a890-1619d1b567e9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 23445304-5c10-45a0-afdf-57d7bd4da7d5 2026-04-25 01:16:04.986 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ca1ea2fa-2498-4565-a890-1619d1b567e9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - 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-25 01:16:05.343 7 INFO neutron.db.l3_hamode_db [None req-ca1ea2fa-2498-4565-a890-1619d1b567e9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 82f4743e-7087-42a1-b88b-102b5ed9d00b was deleted as no HA routers are present in tenant b93734780e214c69b69469cf8d280e27. [pid: 7|app: 0|req: 126/229] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:04 2026] DELETE /v2.0/routers/76a26c7d-600e-4879-90f6-c0a2ba58814e => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/230] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:16:05 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/231] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:05 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 104/232] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:16:03 2026] PUT /v2.0/routers/ada3d480-87a2-4025-b439-76b47202f469/add_router_interface => generated 309 bytes in 1507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/233] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:05 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => 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: 129/234] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:05 2026] DELETE /v2.0/subnets/423c01a0-4e8d-4c60-ba3a-ce8ab5c35e65 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:16:05.700 7 INFO neutron.services.segments.plugin [-] Segment da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 resource provider aggregate not found 2026-04-25 01:16:05.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-541b06ab-e350-4e8d-954c-f37b685b8fb0 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: b6736a04-066a-4538-aff6-785cc30601c3 2026-04-25 01:16:05.705 7 INFO neutron.services.segments.plugin [-] Segment da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 resource provider aggregate not found 2026-04-25 01:16:05.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-541b06ab-e350-4e8d-954c-f37b685b8fb0 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: b6736a04-066a-4538-aff6-785cc30601c3 2026-04-25 01:16:05.722 7 INFO neutron.services.segments.plugin [-] Segment da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 found for delete ", "request_id": "req-73d09a52-cbc8-4753-b7db-563d1a0268ec"}]} 2026-04-25 01:16:05.727 7 INFO neutron.services.segments.plugin [-] Segment da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da82c217-5a6e-4dc3-9c2a-4d5d8093a6f9 found for delete ", "request_id": "req-e40a67fa-de16-4acb-83ac-56d79350198c"}]} [pid: 7|app: 0|req: 130/235] 10.0.0.149 () {38 vars in 971 bytes} [Sat Apr 25 01:16:05 2026] POST /v2.0/security-groups => generated 1681 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/236] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:16:05 2026] DELETE /v2.0/networks/ad9b04e3-2af6-412b-aea2-8e1a1c037089 => generated 0 bytes in 475 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/237] 10.0.0.149 () {38 vars in 971 bytes} [Sat Apr 25 01:16:06 2026] POST /v2.0/security-groups => generated 1681 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/238] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups?tenant_id=b93734780e214c69b69469cf8d280e27&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/239] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:06 2026] DELETE /v2.0/security-groups/828ad4bf-d609-46e5-85f4-b3080e6c8ce0 => 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: 108/240] 10.0.0.149 () {38 vars in 971 bytes} [Sat Apr 25 01:16:06 2026] POST /v2.0/security-groups => generated 1679 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/241] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups?tenant_id=2aabb8a8b2d8460b905a6821d3f292bf => generated 7906 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/242] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:06.533 8 INFO neutron.services.segments.plugin [-] Segment 512184b8-5d01-41c7-a968-33ca99ece4b6 resource provider aggregate not found [pid: 7|app: 0|req: 134/243] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups/53fe762e-609b-4606-affe-aff07a7ec193 => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:06.559 8 INFO neutron.services.segments.plugin [-] Segment 512184b8-5d01-41c7-a968-33ca99ece4b6 resource provider aggregate not found 2026-04-25 01:16:06.564 8 INFO neutron.services.segments.plugin [-] Segment 512184b8-5d01-41c7-a968-33ca99ece4b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 512184b8-5d01-41c7-a968-33ca99ece4b6 found for delete ", "request_id": "req-37116812-b061-497e-94f7-375669d272c8"}]} 2026-04-25 01:16:06.588 8 INFO neutron.services.segments.plugin [-] Segment 512184b8-5d01-41c7-a968-33ca99ece4b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 512184b8-5d01-41c7-a968-33ca99ece4b6 found for delete ", "request_id": "req-4cc08dfe-ae54-46e0-80d2-fbd387db791b"}]} [pid: 8|app: 0|req: 110/244] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups/53fe762e-609b-4606-affe-aff07a7ec193 => generated 2922 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/245] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => 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: 111/246] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups/e93ccfa8-0817-46ff-ad11-eaf4fd32352e => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/247] 10.0.0.149 () {36 vars in 1013 bytes} [Sat Apr 25 01:16:06 2026] DELETE /v2.0/security-groups/e93ccfa8-0817-46ff-ad11-eaf4fd32352e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:16:06.833 8 INFO neutron.api.v2.resource [req-b0dc27d6-1949-4e4a-bfc9-6f916039ef8e req-cd6fb170-672f-4a89-bddf-15079616ce6e 22978f2851ab4e58b9910173f3be0aa6 2aabb8a8b2d8460b905a6821d3f292bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 112/248] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups/e93ccfa8-0817-46ff-ad11-eaf4fd32352e => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/249] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:06 2026] GET /v2.0/security-groups/cab128b2-d53e-41cd-9a82-5c392ecd7590 => generated 1681 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/250] 10.0.0.149 () {36 vars in 1013 bytes} [Sat Apr 25 01:16:06 2026] DELETE /v2.0/security-groups/cab128b2-d53e-41cd-9a82-5c392ecd7590 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:16:07.055 7 INFO neutron.api.v2.resource [req-a35035cc-5b31-4494-8dd9-4564b939e4d2 req-87ed224a-a1ca-4088-a9a8-ff4ccb6ac4f2 22978f2851ab4e58b9910173f3be0aa6 2aabb8a8b2d8460b905a6821d3f292bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 138/251] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/cab128b2-d53e-41cd-9a82-5c392ecd7590 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/252] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/6d35b0ad-d5f0-47a4-8a04-e810b5066e22 => generated 1679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/253] 10.0.0.149 () {36 vars in 1013 bytes} [Sat Apr 25 01:16:07 2026] DELETE /v2.0/security-groups/6d35b0ad-d5f0-47a4-8a04-e810b5066e22 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:16:07.248 8 INFO neutron.api.v2.resource [req-a898d6c9-77ed-46a0-bb5c-6eac82e2a414 req-2c32fdc4-abbe-4104-ab91-1747cf8f1802 22978f2851ab4e58b9910173f3be0aa6 2aabb8a8b2d8460b905a6821d3f292bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 115/254] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/6d35b0ad-d5f0-47a4-8a04-e810b5066e22 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/255] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups?tenant_id=2aabb8a8b2d8460b905a6821d3f292bf => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/256] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/53fe762e-609b-4606-affe-aff07a7ec193 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/257] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/53fe762e-609b-4606-affe-aff07a7ec193 => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:07.474 8 INFO neutron.api.v2.resource [req-c909caed-9033-4a8b-919d-18e84b33ac12 req-e91ff827-55c8-4261-b2f7-6e09c2646b9e 22978f2851ab4e58b9910173f3be0aa6 2aabb8a8b2d8460b905a6821d3f292bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 117/258] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/6d35b0ad-d5f0-47a4-8a04-e810b5066e22 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:16:07.509 7 INFO neutron.api.v2.resource [req-1cc90392-a875-4816-9056-f6118c78ea0b req-d885e7f1-f023-43f2-a933-881890b5afed 22978f2851ab4e58b9910173f3be0aa6 2aabb8a8b2d8460b905a6821d3f292bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 142/259] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/cab128b2-d53e-41cd-9a82-5c392ecd7590 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:16:07.554 8 INFO neutron.api.v2.resource [req-79866000-be62-4eb3-b2a4-925a0d2543be req-c7940ec5-b91d-4083-a18b-7cccfbd54da8 22978f2851ab4e58b9910173f3be0aa6 2aabb8a8b2d8460b905a6821d3f292bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 118/260] 10.0.0.149 () {34 vars in 991 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/security-groups/e93ccfa8-0817-46ff-ad11-eaf4fd32352e => 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: 119/261] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 120/262] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:07 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:07.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-01741342-e0e0-48f3-8073-518c68ad80c5 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 1a95e45e-fc97-4873-a67d-ddc4ef69a2a9 2026-04-25 01:16:07.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01741342-e0e0-48f3-8073-518c68ad80c5 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 1a95e45e-fc97-4873-a67d-ddc4ef69a2a9 [pid: 7|app: 0|req: 143/263] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:16:07 2026] PUT /v2.0/routers/ada3d480-87a2-4025-b439-76b47202f469/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:08.742 8 INFO neutron.db.segments_db [None req-ff12e055-402a-4070-b375-15c62d41fa0f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 16290348-5104-46da-a8ea-2fdc3f063cb9 of type vxlan for network 2b2d46c4-4af2-465a-8f6e-3d8bff9a789a 2026-04-25 01:16:08.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-98fa967a-fc05-491f-b1d8-e7c183bbb308 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 1430d443-d00c-42e0-aec8-0120531e08fb 2026-04-25 01:16:08.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98fa967a-fc05-491f-b1d8-e7c183bbb308 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 1430d443-d00c-42e0-aec8-0120531e08fb [pid: 8|app: 0|req: 121/264] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:16:08 2026] POST /v2.0/networks => generated 718 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/265] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:08 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 123/266] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:08 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => 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: 124/267] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:08 2026] POST /v2.0/subnets => generated 684 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:16:09.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-98fa967a-fc05-491f-b1d8-e7c183bbb308 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: e0366e82-32d3-4b9c-ae7f-f7ffaadc83a9 2026-04-25 01:16:09.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98fa967a-fc05-491f-b1d8-e7c183bbb308 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: e0366e82-32d3-4b9c-ae7f-f7ffaadc83a9 [pid: 8|app: 0|req: 125/268] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:09 2026] GET /v2.0/networks?id=1da5d540-99d4-4ab4-ac71-59517129f846 => generated 678 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:09.247 8 INFO neutron.db.segments_db [None req-fc7c3af1-eacf-4c2b-b072-e7220667ba1c 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 77d57678-cd9e-4147-b29e-a2672298727c of type vxlan for network 7901b045-dbbb-49c9-88ae-a0396b5ca628 2026-04-25 01:16:09.533 8 INFO neutron.db.l3_hamode_db [None req-fc7c3af1-eacf-4c2b-b072-e7220667ba1c 3745c1b87ad94bcea4c6d948ef5067c2 d2328fe34cbc4b81ba2c8d750d271e82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:16:09.574 7 INFO neutron.services.segments.plugin [-] Segment 33faf5db-42a3-4111-93b6-18a3688afc20 resource provider aggregate not found 2026-04-25 01:16:09.584 7 INFO neutron.services.segments.plugin [-] Segment 33faf5db-42a3-4111-93b6-18a3688afc20 resource provider aggregate not found 2026-04-25 01:16:09.597 7 INFO neutron.services.segments.plugin [-] Segment 33faf5db-42a3-4111-93b6-18a3688afc20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33faf5db-42a3-4111-93b6-18a3688afc20 found for delete ", "request_id": "req-e77302c8-0a36-449c-8545-c7026804a8f6"}]} 2026-04-25 01:16:09.613 7 INFO neutron.services.segments.plugin [-] Segment 33faf5db-42a3-4111-93b6-18a3688afc20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33faf5db-42a3-4111-93b6-18a3688afc20 found for delete ", "request_id": "req-ceff5f7c-1990-475f-8afe-0aaa8b5c8030"}]} 2026-04-25 01:16:09.625 7 INFO neutron.db.l3_hamode_db [None req-98fa967a-fc05-491f-b1d8-e7c183bbb308 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network cf0a70f0-b3cd-4110-9c49-2e464fb3264a was deleted as no HA routers are present in tenant 2aabb8a8b2d8460b905a6821d3f292bf. [pid: 7|app: 0|req: 144/269] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:08 2026] DELETE /v2.0/routers/ada3d480-87a2-4025-b439-76b47202f469 => generated 0 bytes in 1035 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/270] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:16:09 2026] POST /v2.0/ports => generated 954 bytes in 529 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-25 01:16:10.291 8 INFO neutron.db.l3_hamode_db [None req-fc7c3af1-eacf-4c2b-b072-e7220667ba1c 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 146/271] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:10 2026] DELETE /v2.0/subnets/bbd0ff7e-0147-453a-b290-d7adcacdf996 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/274] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:10 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 957 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/275] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:10 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => 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: 151/276] 199.204.45.169 () {34 vars in 911 bytes} [Sat Apr 25 01:16:10 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-25 01:16:10.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-863b8b6d-bd01-4e87-8bf6-8f4af0c28501 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 828bd37b-f573-478e-a30c-9ac3fbb12f6b 2026-04-25 01:16:10.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863b8b6d-bd01-4e87-8bf6-8f4af0c28501 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 828bd37b-f573-478e-a30c-9ac3fbb12f6b [pid: 7|app: 0|req: 152/277] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:16:10 2026] DELETE /v2.0/networks/89c2dda9-f14b-42c4-9f1e-d6ebcc0fcde4 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/278] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:10 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/279] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:09 2026] POST /v2.0/routers => generated 724 bytes in 2149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/280] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:11 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 683 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/281] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:11 2026] GET /v2.0/security-groups?tenant_id=2aabb8a8b2d8460b905a6821d3f292bf&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/282] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:16:10 2026] PUT /v2.0/ports/c3b2a946-d01d-4634-ae90-221b659fdbac => generated 1235 bytes in 681 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: 155/283] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:16:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f87fec9b4c54cdd921dbe292aee2b34 => generated 180 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:11.626 7 INFO neutron.services.segments.plugin [-] Segment 5aecce90-ee41-4241-837d-9500c5c0e816 resource provider aggregate not found 2026-04-25 01:16:11.637 7 INFO neutron.services.segments.plugin [-] Segment 5aecce90-ee41-4241-837d-9500c5c0e816 resource provider aggregate not found 2026-04-25 01:16:11.652 7 INFO neutron.services.segments.plugin [-] Segment 5aecce90-ee41-4241-837d-9500c5c0e816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aecce90-ee41-4241-837d-9500c5c0e816 found for delete ", "request_id": "req-051a831b-519f-4354-ba67-bb1496f7ce18"}]} 2026-04-25 01:16:11.654 7 INFO neutron.services.segments.plugin [-] Segment 5aecce90-ee41-4241-837d-9500c5c0e816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aecce90-ee41-4241-837d-9500c5c0e816 found for delete ", "request_id": "req-8c07bc1d-d102-459e-951c-0ad4ea234752"}]} [pid: 7|app: 0|req: 156/284] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:11 2026] DELETE /v2.0/security-groups/53fe762e-609b-4606-affe-aff07a7ec193 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/285] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:11 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/286] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:16:11 2026] POST /v2.0/ports => generated 958 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:16:12.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ff3acb2-75e6-4bc9-95e7-e09762435a60'] response: {'name': 'network-changed', 'server_uuid': '00b2e516-b9c3-46be-bcdb-3e114af8839c', 'tag': 'c3b2a946-d01d-4634-ae90-221b659fdbac', '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: 159/287] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/288] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:16:11 2026] PUT /v2.0/routers/75c826ef-623d-4ecd-b67c-8d8ed0c1ff12/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/289] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:16:12 2026] PUT /v2.0/ports/6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 1239 bytes in 453 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: 130/290] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/291] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/ports?tenant_id=f7f8f8a5fcd44ebaa90335a478b93276&device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 1238 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/292] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3b2a946-d01d-4634-ae90-221b659fdbac => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/293] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/subnets?id=f790caf8-f9cb-4a8f-b2cf-e744c5f5ebe7 => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/294] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/295] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 133/296] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/ports?network_id=1da5d540-99d4-4ab4-ac71-59517129f846&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/297] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846?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: 134/298] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:12 2026] GET /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846?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: 165/299] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:16:13 2026] POST /v2.0/security-groups => generated 1660 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/300] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:16:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/301] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:16:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/302] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:13 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/303] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:13 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:14.093 8 INFO neutron.db.segments_db [None req-4429442e-aca3-4910-ae24-25a361c46247 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 911ce588-471c-46ba-933d-e7bc4aa1a1b8 of type vxlan for network 6e7a6c13-9120-4480-b5c1-9b694618d0af [pid: 8|app: 0|req: 136/304] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:16:13 2026] POST /v2.0/networks => generated 725 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/305] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => 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: 138/306] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:14.253 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d77c36d6-abb9-4c90-aef6-f7f02bab1321'] response: {'name': 'network-changed', 'server_uuid': '74f1be4d-1a6a-4a57-9c93-8e95acbeaba3', 'tag': '6dc5e106-99b6-4cde-9178-ca237b2572a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 139/307] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/308] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/ports?tenant_id=f7f8f8a5fcd44ebaa90335a478b93276&device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 141/309] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:14 2026] POST /v2.0/subnets => generated 691 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/310] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:16:13 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/311] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/312] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 143/313] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/networks?id=1da5d540-99d4-4ab4-ac71-59517129f846 => generated 774 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:14.578 7 INFO neutron.db.segments_db [None req-3a1b7428-e119-4e54-b7e7-9bbfdb16ddf9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment c5a43f5d-dda4-45d9-a0cf-cb763f5beeec of type vxlan for network 1b719be0-d65f-498a-a2fc-61b06f808963 [pid: 8|app: 0|req: 144/314] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&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: 8|app: 0|req: 145/315] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3b2a946-d01d-4634-ae90-221b659fdbac => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/316] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/317] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/subnets?id=f790caf8-f9cb-4a8f-b2cf-e744c5f5ebe7 => generated 696 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/318] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 149/319] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/ports?network_id=1da5d540-99d4-4ab4-ac71-59517129f846&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: 8|app: 0|req: 150/320] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:14.839 7 INFO neutron.db.l3_hamode_db [None req-3a1b7428-e119-4e54-b7e7-9bbfdb16ddf9 3745c1b87ad94bcea4c6d948ef5067c2 6c495fbffb794352afb9514cc0c28a66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 151/321] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846?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: 152/322] 10.0.0.149 () {34 vars in 1098 bytes} [Sat Apr 25 01:16:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--998473135&fields=id&tenant_id=d2328fe34cbc4b81ba2c8d750d271e82 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/323] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/networks?id=2b2d46c4-4af2-465a-8f6e-3d8bff9a789a => generated 669 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/324] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/quotas/d2328fe34cbc4b81ba2c8d750d271e82 => 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: 155/325] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/ports?tenant_id=d2328fe34cbc4b81ba2c8d750d271e82&fields=id => generated 57 bytes in 132 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.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a?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: 157/327] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/328] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/329] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 33 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.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:15.635 7 INFO neutron.db.l3_hamode_db [None req-3a1b7428-e119-4e54-b7e7-9bbfdb16ddf9 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 161/331] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/332] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/333] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/334] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/335] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => 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: 166/336] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/337] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&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: 168/338] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:15 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/339] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:16 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/340] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:16 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 171/341] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:16 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/342] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:16 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/343] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:16 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/344] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:16 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/345] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:14 2026] POST /v2.0/routers => generated 731 bytes in 2769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/346] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:17 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:17 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/348] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:17 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/349] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:17 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/350] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:18 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 175/351] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:16:17 2026] PUT /v2.0/routers/00d6f919-5bdb-4e0d-a5d2-27e64c5aea52/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/352] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:19 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => 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: 176/353] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:19 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/354] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:19 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/355] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:19 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:19 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 179/357] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:16:19 2026] POST /v2.0/security-groups => generated 1659 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:16:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:16:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/360] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => 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: 180/361] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:16:19 2026] POST /v2.0/floatingips => generated 552 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/362] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/networks?id=2b2d46c4-4af2-465a-8f6e-3d8bff9a789a => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/364] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2328fe34cbc4b81ba2c8d750d271e82 => generated 180 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/366] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 10.0.0.149 () {34 vars in 1098 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--578818349&fields=id&tenant_id=6c495fbffb794352afb9514cc0c28a66 => 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: 184/369] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:16:20 2026] POST /v2.0/ports => generated 958 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 186/370] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/networks?id=6e7a6c13-9120-4480-b5c1-9b694618d0af => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/quotas/6c495fbffb794352afb9514cc0c28a66 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/372] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/ports?tenant_id=6c495fbffb794352afb9514cc0c28a66&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:16:20 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?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: 190/374] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/375] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 185/376] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:16:20 2026] PUT /v2.0/ports/562352a2-7236-46ea-a0e6-d51e0d90b69f => generated 1239 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:21.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-145738b9-c7a5-47a1-9e0f-938f0e11714c'] response: {'name': 'network-changed', 'server_uuid': '3a4d8784-5221-48c9-8733-76cbe7a2c46a', 'tag': '562352a2-7236-46ea-a0e6-d51e0d90b69f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 192/377] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 973 bytes in 119 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: 186/378] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&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: 8|app: 0|req: 193/379] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/380] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/381] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/382] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 195/383] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/ports?tenant_id=d2328fe34cbc4b81ba2c8d750d271e82&device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/384] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/networks?tenant_id=d2328fe34cbc4b81ba2c8d750d271e82&shared=False => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/385] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:16:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/386] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/387] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/388] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/389] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/390] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&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: 199/391] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/392] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:22 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/393] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/ports?tenant_id=d2328fe34cbc4b81ba2c8d750d271e82&device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/394] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=562352a2-7236-46ea-a0e6-d51e0d90b69f => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/395] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/subnets?id=a0d0d6b6-b998-475d-a49d-c50807e5f4d5 => generated 687 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/396] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/ports?network_id=2b2d46c4-4af2-465a-8f6e-3d8bff9a789a&device_owner=network%3Adhcp => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a?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: 202/398] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 197/399] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a?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: 203/400] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 204/402] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:23 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&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: 205/404] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 206/406] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/407] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/408] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/security-groups?id=1cab492a-bc00-4680-b373-0f015a66cdf5&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/409] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 210/410] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:24 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:24.737 7 INFO neutron.db.l3_db [None req-995133e6-411d-4f9f-9672-43282baeb27c 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] Floating IP 28d40531-2167-4579-8411-5630879cd286 associated. External IP: 10.96.250.218, port: 6dc5e106-99b6-4cde-9178-ca237b2572a5. 2026-04-25 01:16:24.778 8 INFO neutron_taas.services.taas.taas_plugin [req-a1866fab-0362-4610-ba58-13b0fe894b65 req-0010c39d-cde7-493c-b4c2-53d4fdf06406 4c0f4b9d487c480a80448af98625b109 f7f8f8a5fcd44ebaa90335a478b93276 - - default default] TaaS: Handle Delete Port: c3b2a946-d01d-4634-ae90-221b659fdbac 2026-04-25 01:16:24.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a1866fab-0362-4610-ba58-13b0fe894b65 req-0010c39d-cde7-493c-b4c2-53d4fdf06406 4c0f4b9d487c480a80448af98625b109 f7f8f8a5fcd44ebaa90335a478b93276 - - default default] Tap Mirror: Handle Delete Port: c3b2a946-d01d-4634-ae90-221b659fdbac [pid: 8|app: 0|req: 211/411] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:16:24 2026] DELETE /v2.0/ports/c3b2a946-d01d-4634-ae90-221b659fdbac => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/412] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:16:24 2026] PUT /v2.0/floatingips/28d40531-2167-4579-8411-5630879cd286 => generated 856 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/415] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/416] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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-25 01:16:25.302 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a0c75ad-8b4a-431c-a503-aac6de024ad1'] response: {'name': 'network-changed', 'server_uuid': '74f1be4d-1a6a-4a57-9c93-8e95acbeaba3', 'tag': '6dc5e106-99b6-4cde-9178-ca237b2572a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 212/417] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 973 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:25.442 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34190735-0b12-4818-be23-e6f8ce0ce63b'] response: {'server_uuid': '00b2e516-b9c3-46be-bcdb-3e114af8839c', 'name': 'network-vif-deleted', 'tag': 'c3b2a946-d01d-4634-ae90-221b659fdbac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 206/418] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/419] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 214/420] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/421] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/networks?id=6e7a6c13-9120-4480-b5c1-9b694618d0af => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/422] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6c495fbffb794352afb9514cc0c28a66 => generated 180 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/423] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/424] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/425] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 859 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/426] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:25 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 701 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/427] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/428] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/429] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 208/430] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:16:25 2026] POST /v2.0/ports => generated 954 bytes in 527 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: 209/431] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/432] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&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: 211/433] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/434] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 223/435] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:16:26 2026] PUT /v2.0/ports/08674b48-2892-4321-bd59-1a3996edab28 => generated 1235 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/436] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:26 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:27.503 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1650dad6-fed0-41db-a457-0230a1030edc'] response: {'name': 'network-changed', 'server_uuid': 'f755928c-f6e1-453d-a8ce-991e1a410632', 'tag': '08674b48-2892-4321-bd59-1a3996edab28', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 224/437] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:27 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/438] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:27 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/439] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:27 2026] GET /v2.0/ports?tenant_id=6c495fbffb794352afb9514cc0c28a66&device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/440] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:27 2026] GET /v2.0/ports?device_id=00b2e516-b9c3-46be-bcdb-3e114af8839c => 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: 226/441] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=08674b48-2892-4321-bd59-1a3996edab28 => 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: 216/442] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:27 2026] GET /v2.0/subnets?id=74763527-ad83-45c5-b588-0125065129e9 => generated 694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/443] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:28 2026] GET /v2.0/ports?network_id=6e7a6c13-9120-4480-b5c1-9b694618d0af&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/444] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:28 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/445] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:28 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/446] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:28 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/447] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:28 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/448] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:29 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/449] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:29 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/450] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:29 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/451] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:29 2026] GET /v2.0/ports?tenant_id=6c495fbffb794352afb9514cc0c28a66&device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:29.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cc90ff3-0b8d-4c78-9117-cef048bb6c45 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: b77c2f1c-49df-4aad-a2f4-662f84731d37 2026-04-25 01:16:29.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc90ff3-0b8d-4c78-9117-cef048bb6c45 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: b77c2f1c-49df-4aad-a2f4-662f84731d37 2026-04-25 01:16:29.751 8 INFO neutron.db.l3_db [None req-5bcb4e52-03f0-45fd-b556-8e2d1132e324 c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] Floating IP 8919424d-fdd1-4715-a687-a7669bcab5eb associated. External IP: 10.96.250.212, port: 562352a2-7236-46ea-a0e6-d51e0d90b69f. [pid: 7|app: 0|req: 220/452] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:16:29 2026] PUT /v2.0/routers/9406497f-10a2-4993-907d-dc4edacbec16/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/453] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/454] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:16:29 2026] PUT /v2.0/floatingips/8919424d-fdd1-4715-a687-a7669bcab5eb => generated 856 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/455] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/networks?id=6e7a6c13-9120-4480-b5c1-9b694618d0af => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/456] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 224/457] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=08674b48-2892-4321-bd59-1a3996edab28 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:30.192 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e67947f-54f0-4892-997d-53ed255f4476'] response: {'name': 'network-changed', 'server_uuid': '3a4d8784-5221-48c9-8733-76cbe7a2c46a', 'tag': '562352a2-7236-46ea-a0e6-d51e0d90b69f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 225/458] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/459] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/subnets?id=74763527-ad83-45c5-b588-0125065129e9 => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/460] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/461] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/ports?network_id=6e7a6c13-9120-4480-b5c1-9b694618d0af&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:30.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-46a6e859-bc97-48ae-9119-f1249fdcccfc 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: b8e1223d-a156-44ee-9085-917d7917eedb 2026-04-25 01:16:30.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46a6e859-bc97-48ae-9119-f1249fdcccfc 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: b8e1223d-a156-44ee-9085-917d7917eedb [pid: 7|app: 0|req: 229/462] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?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: 230/463] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:30.716 8 INFO neutron_taas.services.taas.taas_plugin [None req-46a6e859-bc97-48ae-9119-f1249fdcccfc 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 783e1542-cd7c-4c44-844f-abe5b835a6c0 2026-04-25 01:16:30.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46a6e859-bc97-48ae-9119-f1249fdcccfc 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 783e1542-cd7c-4c44-844f-abe5b835a6c0 [pid: 7|app: 0|req: 231/464] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/ports?tenant_id=d2328fe34cbc4b81ba2c8d750d271e82&device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => 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: 233/466] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&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-25 01:16:30.808 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-46a6e859-bc97-48ae-9119-f1249fdcccfc 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 234/467] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/networks?id=2b2d46c4-4af2-465a-8f6e-3d8bff9a789a => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=562352a2-7236-46ea-a0e6-d51e0d90b69f => generated 859 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/subnets?id=a0d0d6b6-b998-475d-a49d-c50807e5f4d5 => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/470] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:30 2026] GET /v2.0/ports?network_id=2b2d46c4-4af2-465a-8f6e-3d8bff9a789a&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: 7|app: 0|req: 238/471] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a?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: 239/472] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a?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) 2026-04-25 01:16:31.147 8 INFO neutron.services.segments.plugin [-] Segment 9d6f30f7-e787-46e3-8abb-a7844caaeaba resource provider aggregate not found 2026-04-25 01:16:31.163 8 INFO neutron.services.segments.plugin [-] Segment 9d6f30f7-e787-46e3-8abb-a7844caaeaba resource provider aggregate not found 2026-04-25 01:16:31.184 8 INFO neutron.services.segments.plugin [-] Segment 9d6f30f7-e787-46e3-8abb-a7844caaeaba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d6f30f7-e787-46e3-8abb-a7844caaeaba found for delete ", "request_id": "req-2200b47d-6528-400d-8644-a4620c6cb2b7"}]} 2026-04-25 01:16:31.185 8 INFO neutron.services.segments.plugin [-] Segment 9d6f30f7-e787-46e3-8abb-a7844caaeaba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d6f30f7-e787-46e3-8abb-a7844caaeaba found for delete ", "request_id": "req-3333f5f2-e017-49ac-86d8-391c94fda765"}]} 2026-04-25 01:16:31.204 8 INFO neutron.db.l3_hamode_db [None req-46a6e859-bc97-48ae-9119-f1249fdcccfc 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 5d8edfb4-6e6d-4475-b303-ecf0ce8b0c9c was deleted as no HA routers are present in tenant f7f8f8a5fcd44ebaa90335a478b93276. [pid: 8|app: 0|req: 234/473] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:30 2026] DELETE /v2.0/routers/9406497f-10a2-4993-907d-dc4edacbec16 => generated 0 bytes in 1131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 236/475] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:31 2026] DELETE /v2.0/subnets/f790caf8-f9cb-4a8f-b2cf-e744c5f5ebe7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:16:31.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce6df70d-abfe-4ecb-9b43-1d1c61665bda 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 500c2a16-2086-4678-9316-6766d2485b1e 2026-04-25 01:16:31.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce6df70d-abfe-4ecb-9b43-1d1c61665bda 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 500c2a16-2086-4678-9316-6766d2485b1e [pid: 8|app: 0|req: 237/477] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:16:31 2026] DELETE /v2.0/networks/1da5d540-99d4-4ab4-ac71-59517129f846 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/479] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/security-groups?tenant_id=f7f8f8a5fcd44ebaa90335a478b93276&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:31 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:31 2026] DELETE /v2.0/security-groups/1cab492a-bc00-4680-b373-0f015a66cdf5 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:32 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:32 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:33 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/485] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:33 2026] GET /v2.0/security-groups?id=a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:16:33 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:33.219 8 INFO neutron.services.segments.plugin [-] Segment e5f2efdd-bf9d-4295-a917-af5e7511f5f1 resource provider aggregate not found 2026-04-25 01:16:33.219 8 INFO neutron.services.segments.plugin [-] Segment e5f2efdd-bf9d-4295-a917-af5e7511f5f1 resource provider aggregate not found 2026-04-25 01:16:33.249 8 INFO neutron.services.segments.plugin [-] Segment e5f2efdd-bf9d-4295-a917-af5e7511f5f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f2efdd-bf9d-4295-a917-af5e7511f5f1 found for delete ", "request_id": "req-056d72d2-11c9-4e0c-aaa5-399c7ef67c20"}]} 2026-04-25 01:16:33.252 8 INFO neutron.services.segments.plugin [-] Segment e5f2efdd-bf9d-4295-a917-af5e7511f5f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f2efdd-bf9d-4295-a917-af5e7511f5f1 found for delete ", "request_id": "req-7991d5e6-a838-4727-b188-501eb5463f22"}]} 2026-04-25 01:16:33.402 8 INFO neutron_taas.services.taas.taas_plugin [req-be0d28ed-6298-4fdd-a73e-7f481b300734 req-7d8b2fad-5862-4dbf-8b9b-dcacb6cb989d c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] TaaS: Handle Delete Port: 562352a2-7236-46ea-a0e6-d51e0d90b69f 2026-04-25 01:16:33.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-be0d28ed-6298-4fdd-a73e-7f481b300734 req-7d8b2fad-5862-4dbf-8b9b-dcacb6cb989d c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] Tap Mirror: Handle Delete Port: 562352a2-7236-46ea-a0e6-d51e0d90b69f 2026-04-25 01:16:33.596 8 INFO neutron.db.l3_db [req-be0d28ed-6298-4fdd-a73e-7f481b300734 req-7d8b2fad-5862-4dbf-8b9b-dcacb6cb989d c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] Floating IP 8919424d-fdd1-4715-a687-a7669bcab5eb disassociated. External IP: 10.96.250.212, port: 562352a2-7236-46ea-a0e6-d51e0d90b69f. [pid: 7|app: 0|req: 246/487] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:33 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 247/488] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:33 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/489] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:33 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 242/490] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:16:33 2026] DELETE /v2.0/ports/562352a2-7236-46ea-a0e6-d51e0d90b69f => generated 0 bytes in 788 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:16:34.031 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a4e48f6-52e7-41fe-a9c6-1fc1102410da'] response: {'server_uuid': '3a4d8784-5221-48c9-8733-76cbe7a2c46a', 'name': 'network-vif-deleted', 'tag': '562352a2-7236-46ea-a0e6-d51e0d90b69f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 243/491] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:34 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:16:34.300 7 INFO neutron.db.l3_db [None req-0180eea3-d107-487f-9323-14fea7442aac 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] Floating IP 4c3101f7-3725-405a-ad38-316136fff03f associated. External IP: 10.96.250.201, port: 08674b48-2892-4321-bd59-1a3996edab28. [pid: 7|app: 0|req: 249/492] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:16:33 2026] PUT /v2.0/floatingips/4c3101f7-3725-405a-ad38-316136fff03f => generated 855 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:34.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd8c65b4-b423-48c4-89e0-f6caf8d6fae6'] response: {'name': 'network-changed', 'server_uuid': 'f755928c-f6e1-453d-a8ce-991e1a410632', 'tag': '08674b48-2892-4321-bd59-1a3996edab28', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 244/493] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/ports?tenant_id=6c495fbffb794352afb9514cc0c28a66&device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/494] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/networks?id=6e7a6c13-9120-4480-b5c1-9b694618d0af => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/495] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=08674b48-2892-4321-bd59-1a3996edab28 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/subnets?id=74763527-ad83-45c5-b588-0125065129e9 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/497] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => 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: 252/498] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/ports?network_id=6e7a6c13-9120-4480-b5c1-9b694618d0af&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/499] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?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: 253/500] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/501] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:16:35 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1244 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/502] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:36 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/503] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:36 2026] GET /v2.0/ports?device_id=3a4d8784-5221-48c9-8733-76cbe7a2c46a => 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: 255/504] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:37 2026] DELETE /v2.0/security-groups/a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:16:37.785 8 INFO neutron.api.v2.resource [None req-2019b409-6b5e-4516-b68d-f15dd7195e9f c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/505] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:16:37 2026] GET /v2.0/security-groups/a73ddd2e-4d58-4a7d-9ae5-6e8a97ab9110 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:16:37.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc6f6587-38b0-4205-9c2e-afd3135ac9f4 c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] TaaS: Handle Delete Port: 1a2d9309-8c15-49bc-a81b-1be8233cca3e 2026-04-25 01:16:37.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc6f6587-38b0-4205-9c2e-afd3135ac9f4 c777846a4dfb4d3dbb8aba3f1ef22f1d d2328fe34cbc4b81ba2c8d750d271e82 - - default default] Tap Mirror: Handle Delete Port: 1a2d9309-8c15-49bc-a81b-1be8233cca3e [pid: 7|app: 0|req: 256/506] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:16:37 2026] DELETE /v2.0/floatingips/8919424d-fdd1-4715-a687-a7669bcab5eb => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/507] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:38 2026] GET /v2.0/security-groups?tenant_id=1a8d9ef1fffe464ebb05f080478d8233&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:38.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-63c03d95-68f9-4ec3-b3fa-9254f424c240 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: ac422331-b955-47ed-9fe3-6cc65a051f75 2026-04-25 01:16:38.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63c03d95-68f9-4ec3-b3fa-9254f424c240 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: ac422331-b955-47ed-9fe3-6cc65a051f75 [pid: 8|app: 0|req: 252/508] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:38 2026] DELETE /v2.0/security-groups/e5427193-6a33-4085-97e4-26502d909324 => 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: 253/509] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:38 2026] GET /v2.0/security-groups?tenant_id=91861c49f6534865aeb6e2052f27d1a9&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/510] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:38 2026] DELETE /v2.0/security-groups/dc9f2e89-2ff5-45ae-95e0-a696cf881665 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/511] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:16:38 2026] PUT /v2.0/routers/75c826ef-623d-4ecd-b67c-8d8ed0c1ff12/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:39.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef6faec7-067e-4e48-a4f5-f7f4cd7df33f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 77565be2-315e-4e32-99f2-5df5bdf38a12 2026-04-25 01:16:39.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef6faec7-067e-4e48-a4f5-f7f4cd7df33f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 77565be2-315e-4e32-99f2-5df5bdf38a12 2026-04-25 01:16:39.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef6faec7-067e-4e48-a4f5-f7f4cd7df33f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 4cd23935-64be-4ffa-9f0a-bed1ce3b0c5e 2026-04-25 01:16:39.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef6faec7-067e-4e48-a4f5-f7f4cd7df33f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 4cd23935-64be-4ffa-9f0a-bed1ce3b0c5e 2026-04-25 01:16:40.301 8 INFO neutron.services.segments.plugin [-] Segment 77d57678-cd9e-4147-b29e-a2672298727c resource provider aggregate not found 2026-04-25 01:16:40.305 8 INFO neutron.services.segments.plugin [-] Segment 77d57678-cd9e-4147-b29e-a2672298727c resource provider aggregate not found 2026-04-25 01:16:40.322 8 INFO neutron.services.segments.plugin [-] Segment 77d57678-cd9e-4147-b29e-a2672298727c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77d57678-cd9e-4147-b29e-a2672298727c found for delete ", "request_id": "req-d2b837a7-29b1-4cba-883d-e584d2d35af6"}]} 2026-04-25 01:16:40.325 8 INFO neutron.services.segments.plugin [-] Segment 77d57678-cd9e-4147-b29e-a2672298727c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77d57678-cd9e-4147-b29e-a2672298727c found for delete ", "request_id": "req-a175c999-a84e-4286-8ed8-f46c54c23153"}]} 2026-04-25 01:16:40.341 8 INFO neutron.db.l3_hamode_db [None req-ef6faec7-067e-4e48-a4f5-f7f4cd7df33f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 7901b045-dbbb-49c9-88ae-a0396b5ca628 was deleted as no HA routers are present in tenant d2328fe34cbc4b81ba2c8d750d271e82. [pid: 8|app: 0|req: 255/514] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:39 2026] DELETE /v2.0/routers/75c826ef-623d-4ecd-b67c-8d8ed0c1ff12 => generated 0 bytes in 1142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/515] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:16:40 2026] DELETE /v2.0/subnets/a0d0d6b6-b998-475d-a49d-c50807e5f4d5 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:16:40.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-896d75e0-3de6-4030-b590-ceb62045c120 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: e3dc80b0-5e0a-4c3b-b339-bf4865fe38b4 2026-04-25 01:16:40.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-896d75e0-3de6-4030-b590-ceb62045c120 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: e3dc80b0-5e0a-4c3b-b339-bf4865fe38b4 [pid: 8|app: 0|req: 256/516] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:16:40 2026] DELETE /v2.0/networks/2b2d46c4-4af2-465a-8f6e-3d8bff9a789a => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/517] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:41 2026] GET /v2.0/security-groups?tenant_id=d2328fe34cbc4b81ba2c8d750d271e82&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/518] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:41 2026] DELETE /v2.0/security-groups/dbd727d5-a799-43b5-884d-dc431800ae61 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:16:42.341 8 INFO neutron.services.segments.plugin [-] Segment 16290348-5104-46da-a8ea-2fdc3f063cb9 resource provider aggregate not found 2026-04-25 01:16:42.346 8 INFO neutron.services.segments.plugin [-] Segment 16290348-5104-46da-a8ea-2fdc3f063cb9 resource provider aggregate not found 2026-04-25 01:16:42.361 8 INFO neutron.services.segments.plugin [-] Segment 16290348-5104-46da-a8ea-2fdc3f063cb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16290348-5104-46da-a8ea-2fdc3f063cb9 found for delete ", "request_id": "req-a46f64f2-21e4-4777-be2f-e55ca8844fad"}]} 2026-04-25 01:16:42.365 8 INFO neutron.services.segments.plugin [-] Segment 16290348-5104-46da-a8ea-2fdc3f063cb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16290348-5104-46da-a8ea-2fdc3f063cb9 found for delete ", "request_id": "req-fe924fff-c1ad-47db-b101-b3cf51c304aa"}]} [pid: 7|app: 0|req: 262/519] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:16:44 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 1240 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/520] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:44 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/521] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:46 2026] GET /v2.0/security-groups?tenant_id=58f1291049bf4db096ad6114ba6b2784&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/522] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:46 2026] GET /v2.0/security-groups?tenant_id=61f1fbb56c0d4dc9a2e4a4616d65ab91&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/523] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:46 2026] DELETE /v2.0/security-groups/d0315a7a-02c1-493c-b900-7c78ae621054 => 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: 260/524] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:46 2026] DELETE /v2.0/security-groups/7250415f-80f1-4cb6-85a2-b59990c369ed => 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: 265/525] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:46 2026] GET /v2.0/security-groups?tenant_id=5a2b487ce0754664b7e182b38c3e1a64&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: 261/526] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:46 2026] GET /v2.0/security-groups?tenant_id=5e3ef67ab09849f1b2a10fbd635a87b4&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: 266/527] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:46 2026] DELETE /v2.0/security-groups/f3d7e0d8-e1d6-4735-b5ec-5f169d76c1ab => 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: 262/528] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:46 2026] DELETE /v2.0/security-groups/35360337-e0b0-4de1-acf8-7fe90ba1d7ae => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/529] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:49 2026] GET /v2.0/security-groups?tenant_id=acbd6f2942004d4eb1d5ff21340d0124&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/530] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:49 2026] DELETE /v2.0/security-groups/69997bb5-2bb0-43b6-a80b-8c4234ff0101 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/531] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:50 2026] GET /v2.0/security-groups?tenant_id=21c7eca873c24c9ba50bb2b0bce6e5f9&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/532] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:51 2026] DELETE /v2.0/security-groups/ed7e0c47-aaf1-4b49-ab9f-d6106c4433b8 => 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: 269/533] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:51 2026] GET /v2.0/security-groups?tenant_id=df7bb3c339454fdea854bc5682fc0ba4&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/534] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:51 2026] DELETE /v2.0/security-groups/69da269c-ea0b-4486-87bd-f261aa81bd7c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:16:52.057 8 INFO neutron.db.segments_db [None req-78423b69-3f7e-48f5-9535-3ae297de494c 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Added segment 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 of type vxlan for network fdce448e-c0e4-4672-b8e3-604b6acfacac [pid: 8|app: 0|req: 265/535] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:16:51 2026] POST /v2.0/networks => generated 631 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/536] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:52 2026] POST /v2.0/subnets => generated 627 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:16:52.524 8 INFO neutron.db.segments_db [None req-53f26c2a-c4cc-49c1-9aac-e535da4ee834 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Added segment 4e140c79-77ed-4382-afd3-4febb3454dae of type vxlan for network 55744a63-70dc-4f51-9151-23dafa538d2b 2026-04-25 01:16:52.967 8 INFO neutron.db.l3_hamode_db [None req-53f26c2a-c4cc-49c1-9aac-e535da4ee834 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 272/537] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:53 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/538] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:16:53 2026] GET /v2.0/ports/6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:53.928 8 INFO neutron.db.l3_hamode_db [None req-53f26c2a-c4cc-49c1-9aac-e535da4ee834 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 274/539] 199.204.45.169 () {34 vars in 1000 bytes} [Sat Apr 25 01:16:54 2026] GET /v2.0/subnets?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/540] 199.204.45.169 () {34 vars in 1146 bytes} [Sat Apr 25 01:16:54 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3&device_owner=compute%3Anova&network_id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/541] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:16:52 2026] POST /v2.0/routers => generated 695 bytes in 2395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/542] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:16:54 2026] PUT /v2.0/ports/6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 1149 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:55.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc74e2f8-b209-4d61-bbb9-d004030145da'] response: {'name': 'network-changed', 'server_uuid': '74f1be4d-1a6a-4a57-9c93-8e95acbeaba3', 'tag': '6dc5e106-99b6-4cde-9178-ca237b2572a5', '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: 279/545] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/546] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/547] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/548] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => 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: 283/549] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/550] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/551] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 286/552] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:55 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 287/553] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:56 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1152 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/554] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:56 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 289/555] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:56 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/556] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:56 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 291/557] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:56 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 267/558] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:16:54 2026] PUT /v2.0/routers/d084ecfb-2153-4657-a69f-f079fb2ca7cf/add_router_interface => generated 309 bytes in 1893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/559] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:56 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/560] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/561] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/562] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:16:56 2026] POST /v2.0/ports => generated 959 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: 7|app: 0|req: 295/563] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/564] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/565] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 271/566] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => 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: 272/567] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/568] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/569] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/570] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 296/571] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:16:57 2026] POST /v2.0/ports => generated 955 bytes in 461 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: 297/572] 199.204.45.169 () {34 vars in 1118 bytes} [Sat Apr 25 01:16:57 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:58.440 8 INFO neutron.db.l3_db [None req-8bbf22dc-c707-415a-b911-afa88b61a761 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Floating IP e21ca47d-1f7c-4091-b9e3-27e637765746 associated. External IP: 10.96.250.217, port: c95658a0-30e3-4501-9ac6-8471f859bbe1. [pid: 8|app: 0|req: 276/573] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:16:57 2026] POST /v2.0/floatingips => generated 842 bytes in 1163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/574] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:16:58 2026] PUT /v2.0/ports/6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 972 bytes in 845 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: 299/575] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:16:58 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:58.939 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7cc3a4e-e980-438e-9c2f-78a954e894ab'] response: {'name': 'network-changed', 'server_uuid': '74f1be4d-1a6a-4a57-9c93-8e95acbeaba3', 'tag': '6dc5e106-99b6-4cde-9178-ca237b2572a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 300/576] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:58 2026] GET /v2.0/ports?tenant_id=6c495fbffb794352afb9514cc0c28a66&device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:16:59.111 7 INFO neutron.db.l3_db [None req-5f69e181-4372-4175-935a-c15981665ba1 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Floating IP e21ca47d-1f7c-4091-b9e3-27e637765746 disassociated. External IP: 10.96.250.217, port: c95658a0-30e3-4501-9ac6-8471f859bbe1. [pid: 8|app: 0|req: 277/577] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:58 2026] GET /v2.0/security-groups?tenant_id=8faf59eaa5c245b5ab29605a149f1729&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/578] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/579] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/networks?id=6e7a6c13-9120-4480-b5c1-9b694618d0af => generated 772 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/580] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:59 2026] DELETE /v2.0/security-groups/9455e0f0-2aec-4fdf-97fd-5eada2c2ea6c => 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: 281/581] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=08674b48-2892-4321-bd59-1a3996edab28 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/582] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/583] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/subnets?id=74763527-ad83-45c5-b588-0125065129e9 => generated 694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/584] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:16:58 2026] PUT /v2.0/floatingips/e21ca47d-1f7c-4091-b9e3-27e637765746 => generated 552 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/585] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/586] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/ports?network_id=6e7a6c13-9120-4480-b5c1-9b694618d0af&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/587] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:16:59.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-efcf5a6f-eb85-4d84-8508-f98983568305 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: 93764b7f-b5ed-417f-a006-ccc7e8b66f32 2026-04-25 01:16:59.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efcf5a6f-eb85-4d84-8508-f98983568305 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: 93764b7f-b5ed-417f-a006-ccc7e8b66f32 [pid: 7|app: 0|req: 304/588] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/security-groups?tenant_id=3fdc116d81404be4b7d32730656005e5&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/589] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?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: 285/590] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:16:59 2026] DELETE /v2.0/floatingips/e21ca47d-1f7c-4091-b9e3-27e637765746 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/591] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => 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: 307/592] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:16:59 2026] GET /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af?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: 286/593] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:16:59 2026] DELETE /v2.0/security-groups/ec5e901f-7286-48f2-902f-98468237bc4d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/594] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/595] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/596] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 290/597] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/598] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 292/599] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:00.816 7 INFO neutron.db.l3_db [None req-8958e467-5d0c-4ddd-af42-914afc4ff1cc 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Floating IP 0af2518a-021a-44dd-9ad8-c1d795bb242c associated. External IP: 10.96.250.203, port: 6faa103d-2f9c-4ddf-bc9a-5ee7dabc3eea. [pid: 8|app: 0|req: 293/600] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:00 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 308/601] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:16:59 2026] POST /v2.0/floatingips => generated 843 bytes in 1242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/602] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/floatingips/0af2518a-021a-44dd-9ad8-c1d795bb242c => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/603] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/ports?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 1244 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/604] 10.0.0.158 () {32 vars in 655 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/floatingips => generated 846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/605] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/networks?id=93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 779 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/606] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/607] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/subnets?id=cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/608] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 314/609] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/ports?network_id=93df45d6-7f9e-4e70-bc91-21b24868b230&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/610] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 316/611] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?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: 317/612] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:01.776 8 INFO neutron.db.l3_db [None req-120abcf2-3b43-4380-a666-99a4bc7f360f 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Floating IP 0af2518a-021a-44dd-9ad8-c1d795bb242c associated. External IP: 10.96.250.203, port: 6faa103d-2f9c-4ddf-bc9a-5ee7dabc3eea. [pid: 7|app: 0|req: 318/613] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/614] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:01 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&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: 296/615] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:17:01 2026] PUT /v2.0/floatingips/0af2518a-021a-44dd-9ad8-c1d795bb242c => generated 842 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:02.525 7 INFO neutron.db.l3_db [None req-cfb5c1a6-a641-4e86-bb87-916ff0b41b1d 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Floating IP 0af2518a-021a-44dd-9ad8-c1d795bb242c disassociated. External IP: 10.96.250.203, port: c95658a0-30e3-4501-9ac6-8471f859bbe1. [pid: 8|app: 0|req: 297/616] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:02 2026] GET /v2.0/security-groups?tenant_id=bf611ec9d0dd406b8c90396a57b4c8d9&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/617] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:02 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/618] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:17:02 2026] PUT /v2.0/floatingips/0af2518a-021a-44dd-9ad8-c1d795bb242c => generated 552 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/619] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:02 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 299/620] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:02 2026] DELETE /v2.0/security-groups/e59b9395-cd6f-4ae8-ba9c-8f76f80f7c74 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:03.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-910de8b4-d795-46c9-a7fc-7b2b0df45bf5 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: 4ca4dbc3-6cc5-4f15-8c90-0b3cd518a72e 2026-04-25 01:17:03.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-910de8b4-d795-46c9-a7fc-7b2b0df45bf5 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: 4ca4dbc3-6cc5-4f15-8c90-0b3cd518a72e [pid: 8|app: 0|req: 300/621] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:17:03 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/622] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:03 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/623] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:17:02 2026] DELETE /v2.0/floatingips/0af2518a-021a-44dd-9ad8-c1d795bb242c => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/624] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:03 2026] GET /v2.0/security-groups?id=c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:03.270 7 INFO neutron.api.v2.resource [None req-a53bc45b-5cff-4417-b727-e4925a7275bb 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 324/625] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:17:03 2026] DELETE /v2.0/floatingips/0af2518a-021a-44dd-9ad8-c1d795bb242c => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:03.310 8 INFO neutron_taas.services.taas.taas_plugin [req-82a99ab7-e23f-4982-b578-a0aee46317eb req-e398f9b1-298d-4e2d-9f90-bcc7bcb6b61d 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] TaaS: Handle Delete Port: 6dc5e106-99b6-4cde-9178-ca237b2572a5 2026-04-25 01:17:03.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-82a99ab7-e23f-4982-b578-a0aee46317eb req-e398f9b1-298d-4e2d-9f90-bcc7bcb6b61d 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] Tap Mirror: Handle Delete Port: 6dc5e106-99b6-4cde-9178-ca237b2572a5 2026-04-25 01:17:03.445 8 INFO neutron.db.l3_db [req-82a99ab7-e23f-4982-b578-a0aee46317eb req-e398f9b1-298d-4e2d-9f90-bcc7bcb6b61d 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] Floating IP 28d40531-2167-4579-8411-5630879cd286 disassociated. External IP: 10.96.250.218, port: 6dc5e106-99b6-4cde-9178-ca237b2572a5. 2026-04-25 01:17:03.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9e14bb3-5994-4897-91e7-6e1576655233 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: c95658a0-30e3-4501-9ac6-8471f859bbe1 2026-04-25 01:17:03.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9e14bb3-5994-4897-91e7-6e1576655233 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: c95658a0-30e3-4501-9ac6-8471f859bbe1 [pid: 7|app: 0|req: 325/626] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:03 2026] DELETE /v2.0/ports/c95658a0-30e3-4501-9ac6-8471f859bbe1 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:03.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-93f370c7-f2e5-4f0e-966f-709efd470a12 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: 6faa103d-2f9c-4ddf-bc9a-5ee7dabc3eea 2026-04-25 01:17:03.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93f370c7-f2e5-4f0e-966f-709efd470a12 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: 6faa103d-2f9c-4ddf-bc9a-5ee7dabc3eea [pid: 8|app: 0|req: 302/627] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:17:03 2026] DELETE /v2.0/ports/6dc5e106-99b6-4cde-9178-ca237b2572a5 => generated 0 bytes in 691 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:03.933 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-149c7939-3409-4d8e-a9d1-a82cd2bcc2e0'] response: {'server_uuid': '74f1be4d-1a6a-4a57-9c93-8e95acbeaba3', 'name': 'network-vif-deleted', 'tag': '6dc5e106-99b6-4cde-9178-ca237b2572a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/628] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:03 2026] DELETE /v2.0/ports/6faa103d-2f9c-4ddf-bc9a-5ee7dabc3eea => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/629] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:03 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/630] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:04 2026] GET /v2.0/ports?device_id=d084ecfb-2153-4657-a69f-f079fb2ca7cf => generated 958 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/631] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:04 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 305/632] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:04 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:04.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d5957a9-14c4-428e-b410-e4c7c9adecfb 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: e09732b9-a99e-47ce-8af8-c1391fa34945 2026-04-25 01:17:04.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d5957a9-14c4-428e-b410-e4c7c9adecfb 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: e09732b9-a99e-47ce-8af8-c1391fa34945 [pid: 7|app: 0|req: 328/633] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:04 2026] PUT /v2.0/routers/d084ecfb-2153-4657-a69f-f079fb2ca7cf/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:05.243 8 INFO neutron.db.segments_db [None req-528e4ec3-a7d6-4360-9494-43c6f45a0662 786f34a1a729416db23bac1f95c4aa1d c959733863bb49eeb8fd5f5e12eb9cfb - - default default] Added segment 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 of type vxlan for network 453017fb-4ef9-4457-b5d2-1d1717cf9275 [pid: 8|app: 0|req: 306/634] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:04 2026] POST /v2.0/networks => generated 628 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:05.356 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7033b12-a946-4ef5-a3bb-a70eadc08d1a 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: 8bf9b110-47a0-41a1-bbe2-a6b1549a3160 2026-04-25 01:17:05.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7033b12-a946-4ef5-a3bb-a70eadc08d1a 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: 8bf9b110-47a0-41a1-bbe2-a6b1549a3160 [pid: 8|app: 0|req: 307/635] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:05 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/636] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:05 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => 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: 309/637] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:05 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:05.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7033b12-a946-4ef5-a3bb-a70eadc08d1a 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] TaaS: Handle Delete Port: d4fd3083-41ac-40a3-9fe1-a845c18f6d89 2026-04-25 01:17:05.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7033b12-a946-4ef5-a3bb-a70eadc08d1a 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] Tap Mirror: Handle Delete Port: d4fd3083-41ac-40a3-9fe1-a845c18f6d89 2026-04-25 01:17:06.015 7 INFO neutron.services.segments.plugin [-] Segment 4e140c79-77ed-4382-afd3-4febb3454dae resource provider aggregate not found 2026-04-25 01:17:06.026 7 INFO neutron.services.segments.plugin [-] Segment 4e140c79-77ed-4382-afd3-4febb3454dae resource provider aggregate not found 2026-04-25 01:17:06.049 7 INFO neutron.services.segments.plugin [-] Segment 4e140c79-77ed-4382-afd3-4febb3454dae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e140c79-77ed-4382-afd3-4febb3454dae found for delete ", "request_id": "req-1f4e14c4-5f6d-4a67-8efd-72645cc0ce08"}]} 2026-04-25 01:17:06.052 7 INFO neutron.services.segments.plugin [-] Segment 4e140c79-77ed-4382-afd3-4febb3454dae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e140c79-77ed-4382-afd3-4febb3454dae found for delete ", "request_id": "req-31f10515-2d17-42ea-8c38-a9778858ed2a"}]} 2026-04-25 01:17:06.065 7 INFO neutron.db.l3_hamode_db [None req-d7033b12-a946-4ef5-a3bb-a70eadc08d1a 53801b694efd4970a2522610fb381890 461d874197d245a1a3878bd5088111f1 - - default default] HA network 55744a63-70dc-4f51-9151-23dafa538d2b was deleted as no HA routers are present in tenant 461d874197d245a1a3878bd5088111f1. [pid: 7|app: 0|req: 329/638] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:05 2026] DELETE /v2.0/routers/d084ecfb-2153-4657-a69f-f079fb2ca7cf => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/639] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:05 2026] POST /v2.0/subnets => generated 673 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:06.182 8 INFO neutron.db.segments_db [None req-f315038a-4e29-459b-ab3d-a06de1c30a56 786f34a1a729416db23bac1f95c4aa1d c959733863bb49eeb8fd5f5e12eb9cfb - - default default] Added segment af1ae105-8568-42d8-9f1e-0b215a3f6daf of type vxlan for network 22211ab3-af90-40df-8f47-62638ed7cd50 [pid: 7|app: 0|req: 330/640] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:06 2026] DELETE /v2.0/subnets/d2b0e191-4fdb-428d-ba1f-3b538339f751 => 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: 311/641] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:06 2026] POST /v2.0/networks => generated 629 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/642] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:06 2026] DELETE /v2.0/networks/fdce448e-c0e4-4672-b8e3-604b6acfacac => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/643] 10.0.0.158 () {34 vars in 743 bytes} [Sat Apr 25 01:17:06 2026] PUT /v2.0/networks/22211ab3-af90-40df-8f47-62638ed7cd50 => generated 592 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/644] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:06 2026] GET /v2.0/ports?device_id=74f1be4d-1a6a-4a57-9c93-8e95acbeaba3 => 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: 314/645] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:06 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/646] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:06 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 332/647] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:06 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/648] 10.0.0.158 () {34 vars in 741 bytes} [Sat Apr 25 01:17:06 2026] PUT /v2.0/subnets/4d8b200c-4f6a-4b15-a75b-e566d57bf431 => generated 656 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/649] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:06 2026] DELETE /v2.0/networks/22211ab3-af90-40df-8f47-62638ed7cd50 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:07.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7601f0c0-714a-4a7c-a3f9-0f91dc8df301 786f34a1a729416db23bac1f95c4aa1d c959733863bb49eeb8fd5f5e12eb9cfb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 334/650] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/networks/22211ab3-af90-40df-8f47-62638ed7cd50 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/651] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/security-groups?tenant_id=461d874197d245a1a3878bd5088111f1&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/652] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/653] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/subnets?network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/654] 10.0.0.158 () {32 vars in 653 bytes} [Sat Apr 25 01:17:07 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: 318/655] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/security-groups/3322f9af-84df-4e84-be3a-91014b7f98df => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/656] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/networks => generated 1312 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/657] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/subnets => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/658] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/networks/453017fb-4ef9-4457-b5d2-1d1717cf9275 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/659] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/subnets/aa192df0-952b-490b-9ff0-3e74596dabed => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:07.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77c83667-88d3-4057-8c0d-aabee8d4a325 786f34a1a729416db23bac1f95c4aa1d c959733863bb49eeb8fd5f5e12eb9cfb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 340/660] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/subnets/4d8b200c-4f6a-4b15-a75b-e566d57bf431 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:07.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab1f449b-ed48-4c87-afb9-de3aa7b74af6 786f34a1a729416db23bac1f95c4aa1d c959733863bb49eeb8fd5f5e12eb9cfb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 321/661] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/networks/22211ab3-af90-40df-8f47-62638ed7cd50 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/662] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/subnets/aa192df0-952b-490b-9ff0-3e74596dabed => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/663] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/security-groups/c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/664] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:07.873 8 INFO neutron.api.v2.resource [None req-8957c9e2-0928-4b0f-83e7-722eb1569960 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/665] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/security-groups/c66eeeaf-78d2-465b-8e4a-f7b8c6fef5b6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/666] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/networks/453017fb-4ef9-4457-b5d2-1d1717cf9275 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/667] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:07 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:07.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-7126ba77-8781-4279-a99d-de78d87cae57 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] TaaS: Handle Delete Port: 53071573-777e-4120-b5e4-a496a90febe7 2026-04-25 01:17:07.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7126ba77-8781-4279-a99d-de78d87cae57 0632a38d4455434da7675153cd2b3ffd 1f87fec9b4c54cdd921dbe292aee2b34 - - default default] Tap Mirror: Handle Delete Port: 53071573-777e-4120-b5e4-a496a90febe7 2026-04-25 01:17:08.082 7 INFO neutron.services.segments.plugin [-] Segment 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 resource provider aggregate not found 2026-04-25 01:17:08.098 7 INFO neutron.services.segments.plugin [-] Segment 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 resource provider aggregate not found 2026-04-25 01:17:08.114 7 INFO neutron.services.segments.plugin [-] Segment 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 found for delete ", "request_id": "req-b9baccea-ac6c-48e6-93db-3e8fc4502a4c"}]} 2026-04-25 01:17:08.130 7 INFO neutron.services.segments.plugin [-] Segment 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ba4bbd3-6243-42fb-9d0c-7c5bd79bfcb4 found for delete ", "request_id": "req-f830f15d-5560-424b-9002-aaee86fa6f4d"}]} 2026-04-25 01:17:08.140 7 INFO neutron.services.segments.plugin [-] Segment af1ae105-8568-42d8-9f1e-0b215a3f6daf resource provider aggregate not found 2026-04-25 01:17:08.172 7 INFO neutron.services.segments.plugin [-] Segment af1ae105-8568-42d8-9f1e-0b215a3f6daf resource provider aggregate not found 2026-04-25 01:17:08.182 7 INFO neutron.services.segments.plugin [-] Segment af1ae105-8568-42d8-9f1e-0b215a3f6daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af1ae105-8568-42d8-9f1e-0b215a3f6daf found for delete ", "request_id": "req-33a4114f-1492-48bc-91f5-00d706ee8272"}]} 2026-04-25 01:17:08.207 7 INFO neutron.services.segments.plugin [-] Segment af1ae105-8568-42d8-9f1e-0b215a3f6daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af1ae105-8568-42d8-9f1e-0b215a3f6daf found for delete ", "request_id": "req-82a66f71-76f7-4354-8a1f-0742f124e275"}]} 2026-04-25 01:17:08.218 7 INFO neutron.services.segments.plugin [-] Segment 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 resource provider aggregate not found 2026-04-25 01:17:08.241 7 INFO neutron.services.segments.plugin [-] Segment 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 resource provider aggregate not found 2026-04-25 01:17:08.262 7 INFO neutron.services.segments.plugin [-] Segment 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 found for delete ", "request_id": "req-ae97b03f-152e-4324-b4cc-ac2a2d3b1495"}]} [pid: 7|app: 0|req: 343/668] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:17:07 2026] DELETE /v2.0/floatingips/28d40531-2167-4579-8411-5630879cd286 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:08.276 7 INFO neutron.services.segments.plugin [-] Segment 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32ec902f-b5a0-41c4-b4f1-92e1c6dcd661 found for delete ", "request_id": "req-5e047d7a-98c4-4003-b651-cdadf7e5d204"}]} [pid: 8|app: 0|req: 326/669] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:08 2026] GET /v2.0/security-groups?tenant_id=c959733863bb49eeb8fd5f5e12eb9cfb&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/670] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:08 2026] DELETE /v2.0/security-groups/8c20c058-e75d-4199-a070-46a7b8adcbfe => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:08.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0fb74e6-5c3b-4e34-9df7-109e8bd4a1bd 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 866e34dd-37b5-467f-99d4-83b52380dee2 2026-04-25 01:17:08.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0fb74e6-5c3b-4e34-9df7-109e8bd4a1bd 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 866e34dd-37b5-467f-99d4-83b52380dee2 [pid: 8|app: 0|req: 328/671] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:09 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/672] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:09 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/673] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:08 2026] PUT /v2.0/routers/281b791e-fae2-46e6-8446-d4eeb23de102/remove_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:09.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b66cdca-b57b-4945-be91-d3d3b6475032 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 3fb003c5-7bce-410d-9e63-8178da92fe70 2026-04-25 01:17:09.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b66cdca-b57b-4945-be91-d3d3b6475032 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 3fb003c5-7bce-410d-9e63-8178da92fe70 2026-04-25 01:17:09.989 7 INFO neutron.db.segments_db [None req-baab2507-7577-4ba4-aeb2-8387fcbde2fb 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Added segment fff61e08-ef3b-4fd7-8ac9-50e751e2db1f of type vxlan for network af009313-9ea9-4c00-bd49-2c1a69b600b3 2026-04-25 01:17:10.102 7 INFO neutron.db.segments_db [None req-baab2507-7577-4ba4-aeb2-8387fcbde2fb 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Added segment b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 of type vxlan for network d3b2be95-0ddb-43f9-98b3-c990508093a8 2026-04-25 01:17:10.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b66cdca-b57b-4945-be91-d3d3b6475032 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 8700a29f-4383-471e-893d-0150da661ebf 2026-04-25 01:17:10.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b66cdca-b57b-4945-be91-d3d3b6475032 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 8700a29f-4383-471e-893d-0150da661ebf [pid: 7|app: 0|req: 345/674] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:09 2026] POST /v2.0/networks => generated 1207 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/677] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:17:10 2026] GET /v2.0/networks => generated 1844 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:10.391 7 INFO neutron.services.segments.plugin [-] Segment fff61e08-ef3b-4fd7-8ac9-50e751e2db1f resource provider aggregate not found 2026-04-25 01:17:10.400 7 INFO neutron.services.segments.plugin [-] Segment fff61e08-ef3b-4fd7-8ac9-50e751e2db1f resource provider aggregate not found 2026-04-25 01:17:10.405 7 INFO neutron.services.segments.plugin [-] Segment fff61e08-ef3b-4fd7-8ac9-50e751e2db1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fff61e08-ef3b-4fd7-8ac9-50e751e2db1f found for delete ", "request_id": "req-701cef5b-bc5c-456f-9a6b-574804a84c27"}]} 2026-04-25 01:17:10.417 7 INFO neutron.services.segments.plugin [-] Segment fff61e08-ef3b-4fd7-8ac9-50e751e2db1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fff61e08-ef3b-4fd7-8ac9-50e751e2db1f found for delete ", "request_id": "req-918c5cad-08fb-40e0-8ac7-051f41ff570e"}]} [pid: 7|app: 0|req: 349/678] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:10 2026] DELETE /v2.0/networks/af009313-9ea9-4c00-bd49-2c1a69b600b3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/679] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:10 2026] DELETE /v2.0/networks/d3b2be95-0ddb-43f9-98b3-c990508093a8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:10.554 8 INFO neutron.services.segments.plugin [-] Segment e28317b0-6775-4bb9-befe-0206eca56a07 resource provider aggregate not found 2026-04-25 01:17:10.557 8 INFO neutron.services.segments.plugin [-] Segment e28317b0-6775-4bb9-befe-0206eca56a07 resource provider aggregate not found 2026-04-25 01:17:10.581 8 INFO neutron.services.segments.plugin [-] Segment e28317b0-6775-4bb9-befe-0206eca56a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28317b0-6775-4bb9-befe-0206eca56a07 found for delete ", "request_id": "req-737948bc-f0e8-4395-9803-982cbd95f88a"}]} 2026-04-25 01:17:10.582 8 INFO neutron.services.segments.plugin [-] Segment e28317b0-6775-4bb9-befe-0206eca56a07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28317b0-6775-4bb9-befe-0206eca56a07 found for delete ", "request_id": "req-c9d755e2-6f5e-4e45-ac87-df3aeba45dea"}]} 2026-04-25 01:17:10.589 8 INFO neutron.db.l3_hamode_db [None req-3b66cdca-b57b-4945-be91-d3d3b6475032 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network b148e9e2-0470-4f6d-86f2-a74785f62c2b was deleted as no HA routers are present in tenant 1f87fec9b4c54cdd921dbe292aee2b34. [pid: 8|app: 0|req: 330/680] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:09 2026] DELETE /v2.0/routers/281b791e-fae2-46e6-8446-d4eeb23de102 => generated 0 bytes in 1119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/681] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:17:10 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:10.780 7 INFO neutron.db.segments_db [None req-715b34e6-1e4b-4933-9f27-a7ed5c9ff595 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Added segment 8893867d-4f20-4843-996d-d068449f4e2b of type vxlan for network 407f7e1a-6b8b-4ff1-ad13-f9af1e1d9bef [pid: 8|app: 0|req: 332/682] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:10 2026] DELETE /v2.0/subnets/cb624745-92c7-4541-9684-ce6a62a4e9f1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:10.889 8 INFO neutron.db.segments_db [None req-4b859a62-5fed-499b-b975-2af9cb554c40 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Added segment 52e4aab8-c3ac-437c-918a-230ba8624c64 of type vxlan for network 828c0bba-e302-47e2-a043-cab839c99780 [pid: 7|app: 0|req: 351/683] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:10 2026] POST /v2.0/networks => generated 628 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/684] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:10 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:10.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a8e8166-205d-4614-b718-e9cd39a019ca 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: f001a2c1-94c7-464b-9926-694a4540d467 2026-04-25 01:17:10.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a8e8166-205d-4614-b718-e9cd39a019ca 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: f001a2c1-94c7-464b-9926-694a4540d467 [pid: 7|app: 0|req: 352/685] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:10 2026] DELETE /v2.0/networks/93df45d6-7f9e-4e70-bc91-21b24868b230 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:11.282 7 INFO neutron.db.segments_db [None req-a6a4eb41-ae83-4746-8466-eab69ed7fbb9 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Added segment 9895d46e-0476-45c2-86dc-40b13e76a30a of type vxlan for network d4360545-fbb5-4a64-aeca-39cd6de51dec [pid: 8|app: 0|req: 334/686] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:10 2026] POST /v2.0/ports => generated 779 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, ' [pid: 7|app: 0|req: 353/687] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:11 2026] POST /v2.0/networks => generated 630 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:11.397 8 INFO neutron.db.segments_db [None req-3d4f4eef-ae92-41e3-813a-0e1e260a1226 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Added segment a5312d4d-1561-41a2-8900-b3a199ad755b of type vxlan for network 7a4a963f-45e3-4e22-8888-790dfeb3bae0 [pid: 8|app: 0|req: 335/688] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:11 2026] POST /v2.0/networks => generated 617 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/689] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:11 2026] GET /v2.0/security-groups?tenant_id=1f87fec9b4c54cdd921dbe292aee2b34&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/690] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:11 2026] POST /v2.0/subnets => generated 646 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/691] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:11 2026] DELETE /v2.0/security-groups/8da05e41-f06e-49bc-af0a-7be320632037 => 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: 354/692] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:11 2026] POST /v2.0/ports => generated 1506 bytes in 670 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: 355/693] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:17:12 2026] GET /v2.0/ports => generated 1506 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:12.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-e928ac1d-782f-4d17-9f80-610690573eb6 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] TaaS: Handle Delete Port: 846f3ffe-74e7-429c-b514-d8d5429669ee 2026-04-25 01:17:12.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e928ac1d-782f-4d17-9f80-610690573eb6 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Tap Mirror: Handle Delete Port: 846f3ffe-74e7-429c-b514-d8d5429669ee [pid: 8|app: 0|req: 339/694] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:11 2026] POST /v2.0/ports => generated 965 bytes in 325 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: 356/695] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:12 2026] DELETE /v2.0/ports/846f3ffe-74e7-429c-b514-d8d5429669ee => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:12.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b4babcf-7aa6-4dfa-971a-66662b179f6c c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] TaaS: Handle Delete Port: e2561ed1-2c4c-4b88-a01a-edf64980556e 2026-04-25 01:17:12.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b4babcf-7aa6-4dfa-971a-66662b179f6c c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Tap Mirror: Handle Delete Port: e2561ed1-2c4c-4b88-a01a-edf64980556e 2026-04-25 01:17:12.430 7 INFO neutron.services.segments.plugin [-] Segment b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 resource provider aggregate not found 2026-04-25 01:17:12.438 7 INFO neutron.services.segments.plugin [-] Segment b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 resource provider aggregate not found 2026-04-25 01:17:12.453 7 INFO neutron.services.segments.plugin [-] Segment b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 found for delete ", "request_id": "req-634653de-b4d6-4bb3-b46d-cf0ecb26b6f3"}]} 2026-04-25 01:17:12.456 7 INFO neutron.services.segments.plugin [-] Segment b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2514e27-3ca7-4c6e-bea9-1912c1bd9f22 found for delete ", "request_id": "req-63a4f1cd-d1ac-4079-be05-66c2af9a366c"}]} 2026-04-25 01:17:12.472 7 INFO neutron.services.segments.plugin [-] Segment df955039-bb1f-439d-a086-805c213a821f resource provider aggregate not found 2026-04-25 01:17:12.481 7 INFO neutron.services.segments.plugin [-] Segment df955039-bb1f-439d-a086-805c213a821f resource provider aggregate not found 2026-04-25 01:17:12.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-0be7d69f-42f0-4038-baaa-80ddd24d2ec5 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] TaaS: Handle Delete Port: 08bfc49c-6eb8-4f68-b2aa-4c32b27254bd 2026-04-25 01:17:12.491 7 INFO neutron.services.segments.plugin [-] Segment df955039-bb1f-439d-a086-805c213a821f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df955039-bb1f-439d-a086-805c213a821f found for delete ", "request_id": "req-8c9038a1-6d91-4dc9-af02-47c8a8f3af9b"}]} 2026-04-25 01:17:12.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0be7d69f-42f0-4038-baaa-80ddd24d2ec5 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Tap Mirror: Handle Delete Port: 08bfc49c-6eb8-4f68-b2aa-4c32b27254bd 2026-04-25 01:17:12.500 7 INFO neutron.services.segments.plugin [-] Segment df955039-bb1f-439d-a086-805c213a821f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df955039-bb1f-439d-a086-805c213a821f found for delete ", "request_id": "req-20391a5e-90bb-45af-a309-393c9613d2c4"}]} [pid: 8|app: 0|req: 340/696] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:12 2026] DELETE /v2.0/ports/e2561ed1-2c4c-4b88-a01a-edf64980556e => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:12.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cd14c5a-d880-451d-bf76-07b88f00a4f0 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 341/697] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:12 2026] DELETE /v2.0/ports/e2561ed1-2c4c-4b88-a01a-edf64980556e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:12.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11ddab11-48d0-4918-a657-37c703b8b45b c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/698] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:12 2026] GET /v2.0/ports/e2561ed1-2c4c-4b88-a01a-edf64980556e => 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: 357/699] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:12 2026] DELETE /v2.0/ports/08bfc49c-6eb8-4f68-b2aa-4c32b27254bd => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/700] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:17:12 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:12.669 7 INFO neutron.db.segments_db [None req-f1548364-df6b-4ce9-aa8f-c70c3964ec27 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Added segment 0f8b0a31-d3b3-43c6-af29-d773b28b4018 of type vxlan for network c8b2bfdc-0415-44f7-ab14-13915782b136 [pid: 8|app: 0|req: 343/701] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:12 2026] DELETE /v2.0/subnets/dbc6ddb8-bf48-4a84-ae53-9c23fa2c100e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/702] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:12 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:12.795 8 INFO neutron.services.segments.plugin [-] Segment a5312d4d-1561-41a2-8900-b3a199ad755b resource provider aggregate not found 2026-04-25 01:17:12.802 8 INFO neutron.services.segments.plugin [-] Segment a5312d4d-1561-41a2-8900-b3a199ad755b resource provider aggregate not found 2026-04-25 01:17:12.810 8 INFO neutron.services.segments.plugin [-] Segment a5312d4d-1561-41a2-8900-b3a199ad755b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5312d4d-1561-41a2-8900-b3a199ad755b found for delete ", "request_id": "req-c68d86ac-8f34-41ec-93b7-f02ad0f9e415"}]} [pid: 8|app: 0|req: 344/703] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:12 2026] DELETE /v2.0/networks/7a4a963f-45e3-4e22-8888-790dfeb3bae0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:12.830 8 INFO neutron.services.segments.plugin [-] Segment a5312d4d-1561-41a2-8900-b3a199ad755b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5312d4d-1561-41a2-8900-b3a199ad755b found for delete ", "request_id": "req-9dc05ec1-ec15-42f0-98bf-6d1babf751cb"}]} 2026-04-25 01:17:12.841 7 INFO neutron.db.segments_db [None req-b2acc704-4bbd-4dad-8045-cafd83a6e2cf 9f3b4ea8fd5344cba79c4ba7f63933bd e9011e404a4044d2985cc61d262e32b4 - - default default] Added segment 4a7affe8-90de-490e-9b09-ef878d969f87 of type vxlan for network 3ed300bf-9d7f-4468-a2d9-c187dd674b2d 2026-04-25 01:17:12.894 8 INFO neutron.db.segments_db [None req-f9c2ae3f-71e1-44c1-a078-100a5743bc87 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Added segment 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 of type vxlan for network 772e8412-a934-4990-b6ba-358128b513a1 [pid: 7|app: 0|req: 360/704] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:12 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/705] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:12 2026] POST /v2.0/networks => generated 617 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/706] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:12 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/707] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:12 2026] POST /v2.0/subnets => generated 1272 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/708] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:17:13 2026] GET /v2.0/subnets => generated 1908 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/709] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:13 2026] DELETE /v2.0/subnets/fd0b5c13-2e1e-4738-841c-8a42884a19f2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/710] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:13 2026] POST /v2.0/ports => generated 928 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/711] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:13 2026] DELETE /v2.0/subnets/0b6898a9-1562-42ee-84aa-3a53c97380f8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/712] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:17:13 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:13.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-663efbab-17ca-4bc2-a14e-df036b37a781 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] TaaS: Handle Delete Port: 15f194ef-6f79-4fd2-b37d-c346f0008d8d 2026-04-25 01:17:13.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-663efbab-17ca-4bc2-a14e-df036b37a781 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Tap Mirror: Handle Delete Port: 15f194ef-6f79-4fd2-b37d-c346f0008d8d [pid: 7|app: 0|req: 366/713] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:13 2026] DELETE /v2.0/networks/3ed300bf-9d7f-4468-a2d9-c187dd674b2d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/714] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:13 2026] DELETE /v2.0/ports/15f194ef-6f79-4fd2-b37d-c346f0008d8d => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:13.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22fe6cc7-3c66-4b36-a3f5-9918897010cf c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/715] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:13 2026] GET /v2.0/ports/15f194ef-6f79-4fd2-b37d-c346f0008d8d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/716] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:13 2026] DELETE /v2.0/networks/c8b2bfdc-0415-44f7-ab14-13915782b136 => 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: 350/717] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:13 2026] DELETE /v2.0/subnets/bf175c49-a222-4c9b-9205-76b5ae5f778c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/718] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:14 2026] DELETE /v2.0/networks/d4360545-fbb5-4a64-aeca-39cd6de51dec => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:14 2026] DELETE /v2.0/networks/772e8412-a934-4990-b6ba-358128b513a1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/720] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:14 2026] DELETE /v2.0/networks/828c0bba-e302-47e2-a043-cab839c99780 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:14.510 8 INFO neutron.db.segments_db [None req-5345fb3a-30bd-44e0-925b-d50f28d6ce00 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 873b5d01-0047-4be3-81f7-2e19a805e4ed of type vxlan for network 67d6b938-aef3-41fd-95d2-56fa3c5240f7 2026-04-25 01:17:14.525 7 INFO neutron.services.segments.plugin [-] Segment 4a7affe8-90de-490e-9b09-ef878d969f87 resource provider aggregate not found 2026-04-25 01:17:14.531 7 INFO neutron.services.segments.plugin [-] Segment 4a7affe8-90de-490e-9b09-ef878d969f87 resource provider aggregate not found 2026-04-25 01:17:14.552 7 INFO neutron.services.segments.plugin [-] Segment 4a7affe8-90de-490e-9b09-ef878d969f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a7affe8-90de-490e-9b09-ef878d969f87 found for delete ", "request_id": "req-d29e5fb2-600c-430a-9373-58718c7e4657"}]} 2026-04-25 01:17:14.557 7 INFO neutron.services.segments.plugin [-] Segment 4a7affe8-90de-490e-9b09-ef878d969f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a7affe8-90de-490e-9b09-ef878d969f87 found for delete ", "request_id": "req-f5049def-165e-4d79-8dab-41ee89ed7474"}]} 2026-04-25 01:17:14.578 7 INFO neutron.services.segments.plugin [-] Segment 0f8b0a31-d3b3-43c6-af29-d773b28b4018 resource provider aggregate not found 2026-04-25 01:17:14.581 7 INFO neutron.services.segments.plugin [-] Segment 0f8b0a31-d3b3-43c6-af29-d773b28b4018 resource provider aggregate not found 2026-04-25 01:17:14.611 7 INFO neutron.services.segments.plugin [-] Segment 0f8b0a31-d3b3-43c6-af29-d773b28b4018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8b0a31-d3b3-43c6-af29-d773b28b4018 found for delete ", "request_id": "req-5e8910e2-dc5d-48dc-86d1-1628f49e5d8a"}]} 2026-04-25 01:17:14.639 7 INFO neutron.services.segments.plugin [-] Segment 0f8b0a31-d3b3-43c6-af29-d773b28b4018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8b0a31-d3b3-43c6-af29-d773b28b4018 found for delete ", "request_id": "req-73ebbf15-12c6-4aeb-970e-f6c7abbde8da"}]} 2026-04-25 01:17:14.644 7 INFO neutron.services.segments.plugin [-] Segment 9895d46e-0476-45c2-86dc-40b13e76a30a resource provider aggregate not found 2026-04-25 01:17:14.679 7 INFO neutron.services.segments.plugin [-] Segment 9895d46e-0476-45c2-86dc-40b13e76a30a resource provider aggregate not found 2026-04-25 01:17:14.691 7 INFO neutron.services.segments.plugin [-] Segment 9895d46e-0476-45c2-86dc-40b13e76a30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9895d46e-0476-45c2-86dc-40b13e76a30a found for delete ", "request_id": "req-0e62f79e-700d-4a4e-b393-d82340bcc1e7"}]} 2026-04-25 01:17:14.700 7 INFO neutron.services.segments.plugin [-] Segment 9895d46e-0476-45c2-86dc-40b13e76a30a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9895d46e-0476-45c2-86dc-40b13e76a30a found for delete ", "request_id": "req-5b2b8c02-c72d-46c7-a961-5d120c823a03"}]} [pid: 8|app: 0|req: 352/721] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:17:14 2026] POST /v2.0/networks => generated 728 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:14.717 7 INFO neutron.services.segments.plugin [-] Segment 52e4aab8-c3ac-437c-918a-230ba8624c64 resource provider aggregate not found 2026-04-25 01:17:14.728 7 INFO neutron.services.segments.plugin [-] Segment 52e4aab8-c3ac-437c-918a-230ba8624c64 resource provider aggregate not found 2026-04-25 01:17:14.747 7 INFO neutron.services.segments.plugin [-] Segment 52e4aab8-c3ac-437c-918a-230ba8624c64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e4aab8-c3ac-437c-918a-230ba8624c64 found for delete ", "request_id": "req-be532fe2-4ad5-4df5-a1d4-6b2ed0b7c4a5"}]} 2026-04-25 01:17:14.753 7 INFO neutron.services.segments.plugin [-] Segment 52e4aab8-c3ac-437c-918a-230ba8624c64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e4aab8-c3ac-437c-918a-230ba8624c64 found for delete ", "request_id": "req-e3d0ca2e-e576-4835-9e6c-4cdfbdc7c230"}]} [pid: 7|app: 0|req: 370/722] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:14 2026] POST /v2.0/ports => generated 779 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-25 01:17:14.832 8 INFO neutron.services.segments.plugin [-] Segment 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 resource provider aggregate not found 2026-04-25 01:17:14.853 8 INFO neutron.services.segments.plugin [-] Segment 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 resource provider aggregate not found 2026-04-25 01:17:14.853 8 INFO neutron.services.segments.plugin [-] Segment 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 found for delete ", "request_id": "req-c379c277-43b7-440a-bd26-b23988396564"}]} 2026-04-25 01:17:14.873 8 INFO neutron.services.segments.plugin [-] Segment 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff75004-0daa-48cd-844a-7a0f42d8aeb7 found for delete ", "request_id": "req-516cfd0e-8c8c-42de-8040-9c52154bb014"}]} [pid: 8|app: 0|req: 353/723] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:14 2026] POST /v2.0/subnets => generated 695 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/724] 10.0.0.158 () {34 vars in 737 bytes} [Sat Apr 25 01:17:14 2026] PUT /v2.0/ports/98c4c88a-bb1e-4e0e-b875-eb92515dfb32 => generated 752 bytes in 205 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-25 01:17:15.035 7 INFO neutron.db.segments_db [None req-fd9cefce-3af5-4b2a-8563-2ae013251dfd 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 0e2fd4a1-f802-4558-accf-cc99dfd48a5a of type vxlan for network 60c28503-a5cc-43ec-b973-e65c3ca1da7b [pid: 8|app: 0|req: 354/725] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:14 2026] GET /v2.0/security-groups?tenant_id=e9011e404a4044d2985cc61d262e32b4&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:15.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cac27d4-ddd4-4acc-9016-33b42c8cd295 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] TaaS: Handle Delete Port: 98c4c88a-bb1e-4e0e-b875-eb92515dfb32 2026-04-25 01:17:15.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cac27d4-ddd4-4acc-9016-33b42c8cd295 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Tap Mirror: Handle Delete Port: 98c4c88a-bb1e-4e0e-b875-eb92515dfb32 [pid: 8|app: 0|req: 355/726] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/ports/98c4c88a-bb1e-4e0e-b875-eb92515dfb32 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:15.335 7 INFO neutron.db.l3_hamode_db [None req-fd9cefce-3af5-4b2a-8563-2ae013251dfd 3745c1b87ad94bcea4c6d948ef5067c2 7b14a2a585304029be2e981cd0ff6be3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 356/727] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/security-groups/f956fcf8-03a9-4051-998b-5c74e178ee3b => 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: 357/728] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:17:15 2026] GET /v2.0/ports => generated 782 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:15.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1b4c561-ff15-4407-bbad-2d1b3b889051 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 358/729] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:15 2026] GET /v2.0/ports/98c4c88a-bb1e-4e0e-b875-eb92515dfb32 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/730] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:17:15 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/731] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:15 2026] GET /v2.0/ports/362124e0-d1d0-49f6-9f14-60074ed4dff5 => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:15.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d95f00d-0918-4735-abb9-39dcef138616 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 361/732] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/ports/15f194ef-6f79-4fd2-b37d-c346f0008d8d => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:15.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-247ec191-afd1-453c-aa02-06c77535a5ef c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 362/733] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/subnets/bf175c49-a222-4c9b-9205-76b5ae5f778c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:15.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1e813ce-61c2-4e5a-88cc-15fe7637d50f c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 363/734] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/subnets/dbc6ddb8-bf48-4a84-ae53-9c23fa2c100e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:15.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-89c0bcb7-f04c-46ee-beaa-74c984585832 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] TaaS: Handle Delete Port: 362124e0-d1d0-49f6-9f14-60074ed4dff5 2026-04-25 01:17:15.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89c0bcb7-f04c-46ee-beaa-74c984585832 c71a022a4d8d428a84d4d60c3ae90661 37b090fb8f234948b33ef1904ec6b820 - - default default] Tap Mirror: Handle Delete Port: 362124e0-d1d0-49f6-9f14-60074ed4dff5 [pid: 8|app: 0|req: 364/735] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/ports/362124e0-d1d0-49f6-9f14-60074ed4dff5 => 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: 365/736] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:15 2026] DELETE /v2.0/networks/407f7e1a-6b8b-4ff1-ad13-f9af1e1d9bef => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:16.206 7 INFO neutron.db.l3_hamode_db [None req-fd9cefce-3af5-4b2a-8563-2ae013251dfd 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 366/737] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:16 2026] GET /v2.0/security-groups?tenant_id=37b090fb8f234948b33ef1904ec6b820&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/738] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:16 2026] DELETE /v2.0/security-groups/5a4490da-569c-4bcd-a1cf-41d61b81d75f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:16.884 8 INFO neutron.services.segments.plugin [-] Segment 8893867d-4f20-4843-996d-d068449f4e2b resource provider aggregate not found 2026-04-25 01:17:16.892 8 INFO neutron.services.segments.plugin [-] Segment 8893867d-4f20-4843-996d-d068449f4e2b resource provider aggregate not found 2026-04-25 01:17:16.906 8 INFO neutron.services.segments.plugin [-] Segment 8893867d-4f20-4843-996d-d068449f4e2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8893867d-4f20-4843-996d-d068449f4e2b found for delete ", "request_id": "req-59b555f7-ffef-46b2-a94d-c9851a09aeef"}]} 2026-04-25 01:17:16.911 8 INFO neutron.services.segments.plugin [-] Segment 8893867d-4f20-4843-996d-d068449f4e2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8893867d-4f20-4843-996d-d068449f4e2b found for delete ", "request_id": "req-999952d5-6eac-4cc6-b730-fbf5316c17b9"}]} [pid: 7|app: 0|req: 372/739] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:14 2026] POST /v2.0/routers => generated 735 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:17.517 7 INFO neutron.db.segments_db [None req-11ef0580-e53d-4a0b-afe2-f3797a92f43a 88e58f91fe87483bad284c01fdf97ffd 00275bd1d5e144f5a722879cf4ca942f - - default default] Added segment a2fb976e-92c2-4a43-a074-035d7bc260cc of type vxlan for network 0fce21fd-f549-4d93-91ab-d93d9e415260 [pid: 7|app: 0|req: 373/740] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:17 2026] POST /v2.0/networks => generated 625 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/741] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:17 2026] POST /v2.0/subnets => generated 641 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:17.983 7 INFO neutron.db.segments_db [None req-8fed74d2-c16e-4d1c-a52c-56d4edc28232 88e58f91fe87483bad284c01fdf97ffd 00275bd1d5e144f5a722879cf4ca942f - - default default] Added segment 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb of type vxlan for network 87b55ada-af52-47e0-aa75-02bce4e4525d [pid: 7|app: 0|req: 375/742] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:17 2026] POST /v2.0/networks => generated 624 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/743] 10.0.0.158 () {34 vars in 743 bytes} [Sat Apr 25 01:17:18 2026] PUT /v2.0/networks/87b55ada-af52-47e0-aa75-02bce4e4525d => generated 592 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/744] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:17:17 2026] PUT /v2.0/routers/dc5d3dae-99ac-4221-a167-b1e7f14e8ea6/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/745] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:18 2026] POST /v2.0/subnets => generated 626 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/746] 10.0.0.158 () {34 vars in 741 bytes} [Sat Apr 25 01:17:18 2026] PUT /v2.0/subnets/f830bbda-feee-4782-8b03-25fd77937556 => generated 636 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:18.949 7 INFO neutron.services.segments.plugin [-] Segment 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb resource provider aggregate not found 2026-04-25 01:17:18.951 7 INFO neutron.services.segments.plugin [-] Segment 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb resource provider aggregate not found [pid: 8|app: 0|req: 369/747] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:17:18 2026] POST /v2.0/security-groups => generated 1625 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-25 01:17:18.971 7 INFO neutron.services.segments.plugin [-] Segment 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb found for delete ", "request_id": "req-1f85f7e2-a2c9-49a3-b45b-a261f8c47556"}]} 2026-04-25 01:17:18.984 7 INFO neutron.services.segments.plugin [-] Segment 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd13490-f82d-4d7b-b6cc-af9c57ae1acb found for delete ", "request_id": "req-d1ea74d1-db60-4c6e-9ce7-9a0edb9f7fea"}]} [pid: 7|app: 0|req: 379/748] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:18 2026] DELETE /v2.0/networks/87b55ada-af52-47e0-aa75-02bce4e4525d => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/749] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:17:18 2026] GET /v2.0/security-groups => generated 4530 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:19.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ccf7bddc-3885-4ed9-9883-83ddd4b7cdc7 88e58f91fe87483bad284c01fdf97ffd 00275bd1d5e144f5a722879cf4ca942f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/750] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:19 2026] DELETE /v2.0/networks/87b55ada-af52-47e0-aa75-02bce4e4525d => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/751] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:17:18 2026] POST /v2.0/security-groups => generated 1659 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/752] 10.0.0.158 () {34 vars in 758 bytes} [Sat Apr 25 01:17:19 2026] PUT /v2.0/security-groups/ccfdd9b0-1fab-4d3c-8636-c1dfe6859e74 => generated 1663 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/753] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/754] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/security-groups/ccfdd9b0-1fab-4d3c-8636-c1dfe6859e74 => generated 1663 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/755] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/subnets?network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890 => generated 649 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/756] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:17:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/757] 10.0.0.158 () {32 vars in 653 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/758] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:19 2026] DELETE /v2.0/security-groups/ccfdd9b0-1fab-4d3c-8636-c1dfe6859e74 => 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: 385/759] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:17:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/760] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/761] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/762] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:19.533 7 INFO neutron.api.v2.resource [None req-927aee47-aa91-4f6e-9d45-e775edf27e39 c2d5143f8b264ac293ccb5b3cc06d6e2 27b4bfb614f84c2c9d3954efec24c533 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/763] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:19 2026] DELETE /v2.0/security-groups/ccfdd9b0-1fab-4d3c-8636-c1dfe6859e74 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/764] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/networks/0fce21fd-f549-4d93-91ab-d93d9e415260 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/765] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:17:19 2026] POST /v2.0/security-groups => generated 1625 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/766] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 1240 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/767] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:17:19 2026] GET /v2.0/subnets/b0d294be-9013-4d2a-8264-719e05292b32 => generated 641 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/768] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:17:19 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/769] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:17:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:20.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb9ab1bb-fde1-4ff8-8766-92d6edeb6f4c 88e58f91fe87483bad284c01fdf97ffd 00275bd1d5e144f5a722879cf4ca942f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 377/770] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 394/771] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:20 2026] DELETE /v2.0/subnets/f830bbda-feee-4782-8b03-25fd77937556 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:20.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c8316dc-8cd7-481f-a77b-07ea1874c63f 88e58f91fe87483bad284c01fdf97ffd 00275bd1d5e144f5a722879cf4ca942f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 395/772] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:20 2026] DELETE /v2.0/networks/87b55ada-af52-47e0-aa75-02bce4e4525d => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/773] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules/9b8fe517-bb73-43d0-a465-7f778f0da990 => generated 601 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/774] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/775] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:20 2026] DELETE /v2.0/subnets/b0d294be-9013-4d2a-8264-719e05292b32 => 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: 380/776] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:17:20 2026] DELETE /v2.0/security-group-rules/9b8fe517-bb73-43d0-a465-7f778f0da990 => 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: 381/777] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:17:20 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: 397/778] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:20 2026] DELETE /v2.0/networks/0fce21fd-f549-4d93-91ab-d93d9e415260 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/779] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:17:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/780] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules/b7cc801e-56d3-4139-ad6d-bc83be7cd7b7 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/781] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/782] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:17:20 2026] DELETE /v2.0/security-group-rules/b7cc801e-56d3-4139-ad6d-bc83be7cd7b7 => 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: 384/783] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:20.822 7 INFO neutron.db.securitygroups_db [None req-9fc5ccf7-cac9-482d-b3cc-8fb3c110410c c2d5143f8b264ac293ccb5b3cc06d6e2 27b4bfb614f84c2c9d3954efec24c533 - - default default] Project 27b4bfb614f84c2c9d3954efec24c533 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: 400/784] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:17:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/785] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules/7ce702c9-2b4a-4a36-b5a1-9da3030f867b => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:21.008 7 INFO neutron.services.segments.plugin [-] Segment a2fb976e-92c2-4a43-a074-035d7bc260cc resource provider aggregate not found 2026-04-25 01:17:21.019 7 INFO neutron.services.segments.plugin [-] Segment a2fb976e-92c2-4a43-a074-035d7bc260cc resource provider aggregate not found 2026-04-25 01:17:21.037 7 INFO neutron.services.segments.plugin [-] Segment a2fb976e-92c2-4a43-a074-035d7bc260cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2fb976e-92c2-4a43-a074-035d7bc260cc found for delete ", "request_id": "req-972bd6eb-cb83-4269-93fb-d66937a0773b"}]} [pid: 7|app: 0|req: 401/786] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:21.048 7 INFO neutron.services.segments.plugin [-] Segment a2fb976e-92c2-4a43-a074-035d7bc260cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2fb976e-92c2-4a43-a074-035d7bc260cc found for delete ", "request_id": "req-46768000-c251-44b5-a1fd-39d748f954e1"}]} [pid: 8|app: 0|req: 386/787] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:20 2026] GET /v2.0/security-groups?tenant_id=00275bd1d5e144f5a722879cf4ca942f&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/788] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:17:21 2026] DELETE /v2.0/security-group-rules/7ce702c9-2b4a-4a36-b5a1-9da3030f867b => 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: 403/789] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:17:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/790] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:21 2026] DELETE /v2.0/security-groups/60bc85ef-0add-402e-b33d-379673dee64e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/791] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:21 2026] DELETE /v2.0/security-groups/084c32f4-d35e-4dd2-8657-aec721233f69 => 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: 388/792] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:17:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/793] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:17:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/794] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:22 2026] GET /v2.0/security-groups?tenant_id=27b4bfb614f84c2c9d3954efec24c533&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: 406/795] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:22 2026] DELETE /v2.0/security-groups/ee29c13a-5940-4b95-ae7f-3a4f53fb7659 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:23.681 8 INFO neutron.db.segments_db [None req-595aa1f4-08a9-4d40-87de-b78382ddc798 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Added segment 737c8987-ca07-481c-846f-acbd0310aa4c of type vxlan for network 3846c8ed-5eac-4ac4-acea-1173f990605f [pid: 8|app: 0|req: 390/796] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:23 2026] POST /v2.0/networks => generated 625 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/797] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:23 2026] POST /v2.0/ports => generated 774 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:24.237 8 INFO neutron.db.segments_db [None req-1181b0f2-6181-4b85-85ae-238a80e8bbc4 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Added segment fbe57959-f8c9-4102-a2fc-ee9b2c167053 of type vxlan for network ccfd1d6a-7488-4684-8cb2-005ad5808061 [pid: 8|app: 0|req: 391/798] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:24 2026] POST /v2.0/networks => generated 613 bytes in 164 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: 408/799] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:24 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/800] 10.0.0.149 () {34 vars in 1098 bytes} [Sat Apr 25 01:17:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--689582025&fields=id&tenant_id=7b14a2a585304029be2e981cd0ff6be3 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/801] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:17:24 2026] GET /v2.0/networks?id=67d6b938-aef3-41fd-95d2-56fa3c5240f7 => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/804] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:17:24 2026] GET /v2.0/quotas/7b14a2a585304029be2e981cd0ff6be3 => 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: 392/805] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:24 2026] POST /v2.0/ports => generated 949 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 414/806] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:17:24 2026] GET /v2.0/ports?tenant_id=7b14a2a585304029be2e981cd0ff6be3&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/807] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:17:25 2026] GET /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:25.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-9419ddee-d07a-4577-9819-d965a8451c3c 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] TaaS: Handle Delete Port: f3ee9a12-f134-4878-a41b-1ac047004e45 2026-04-25 01:17:25.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9419ddee-d07a-4577-9819-d965a8451c3c 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Tap Mirror: Handle Delete Port: f3ee9a12-f134-4878-a41b-1ac047004e45 [pid: 7|app: 0|req: 416/808] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:17:25 2026] GET /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7?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: 393/809] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:25 2026] DELETE /v2.0/ports/f3ee9a12-f134-4878-a41b-1ac047004e45 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:25.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd257f17-1eae-4506-811a-c28bda013576 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 417/810] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:25 2026] DELETE /v2.0/ports/f3ee9a12-f134-4878-a41b-1ac047004e45 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:25.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a964aa7-352f-499c-977f-75fae68e4308 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/811] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:25 2026] GET /v2.0/ports/f3ee9a12-f134-4878-a41b-1ac047004e45 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/812] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:25 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 418/813] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:25 2026] DELETE /v2.0/subnets/616fa910-d60f-43e5-a6c7-1de53e4a426a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:25.663 8 INFO neutron.services.segments.plugin [-] Segment fbe57959-f8c9-4102-a2fc-ee9b2c167053 resource provider aggregate not found 2026-04-25 01:17:25.668 8 INFO neutron.services.segments.plugin [-] Segment fbe57959-f8c9-4102-a2fc-ee9b2c167053 resource provider aggregate not found 2026-04-25 01:17:25.696 8 INFO neutron.services.segments.plugin [-] Segment fbe57959-f8c9-4102-a2fc-ee9b2c167053 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe57959-f8c9-4102-a2fc-ee9b2c167053 found for delete ", "request_id": "req-e4c0f489-c09a-4ae6-a20d-07532e56d6fc"}]} 2026-04-25 01:17:25.698 8 INFO neutron.services.segments.plugin [-] Segment fbe57959-f8c9-4102-a2fc-ee9b2c167053 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe57959-f8c9-4102-a2fc-ee9b2c167053 found for delete ", "request_id": "req-26bbade5-50f9-4d99-a718-300b0b02e882"}]} [pid: 8|app: 0|req: 396/814] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:25 2026] DELETE /v2.0/networks/ccfd1d6a-7488-4684-8cb2-005ad5808061 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:25.781 7 INFO neutron.db.segments_db [None req-a8ef8eeb-6866-4e33-b148-5dd76074c2d9 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Added segment eb4d79e3-d825-4cb9-95fc-11d48a58a77d of type vxlan for network 043d2106-6a39-4f45-9351-83a8b1c4d112 [pid: 7|app: 0|req: 419/815] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:25 2026] POST /v2.0/networks => generated 612 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/816] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:25 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/817] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:26 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 420/818] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:26 2026] POST /v2.0/ports => generated 913 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:26.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-234f7a2f-80a0-4d69-b3a8-e793585f54a1 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] TaaS: Handle Delete Port: 8c77abfd-c4cc-41d5-8523-33b01e6f2b19 2026-04-25 01:17:26.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-234f7a2f-80a0-4d69-b3a8-e793585f54a1 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Tap Mirror: Handle Delete Port: 8c77abfd-c4cc-41d5-8523-33b01e6f2b19 [pid: 8|app: 0|req: 399/819] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:26 2026] DELETE /v2.0/ports/8c77abfd-c4cc-41d5-8523-33b01e6f2b19 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:26.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91297d67-5f87-49e2-b49d-a9dc7bfb26bd 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 421/820] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:26 2026] GET /v2.0/ports/8c77abfd-c4cc-41d5-8523-33b01e6f2b19 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/821] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:26 2026] DELETE /v2.0/subnets/070feb23-53bd-4b4f-995f-b1ff19ac9998 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:27.118 7 INFO neutron.services.segments.plugin [-] Segment eb4d79e3-d825-4cb9-95fc-11d48a58a77d resource provider aggregate not found 2026-04-25 01:17:27.125 7 INFO neutron.services.segments.plugin [-] Segment eb4d79e3-d825-4cb9-95fc-11d48a58a77d resource provider aggregate not found 2026-04-25 01:17:27.144 7 INFO neutron.services.segments.plugin [-] Segment eb4d79e3-d825-4cb9-95fc-11d48a58a77d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb4d79e3-d825-4cb9-95fc-11d48a58a77d found for delete ", "request_id": "req-95438bc8-1348-4b48-81eb-99f4f72d5ae5"}]} 2026-04-25 01:17:27.148 7 INFO neutron.services.segments.plugin [-] Segment eb4d79e3-d825-4cb9-95fc-11d48a58a77d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb4d79e3-d825-4cb9-95fc-11d48a58a77d found for delete ", "request_id": "req-17fb8397-d091-42e9-b010-8847bedcf76e"}]} [pid: 7|app: 0|req: 422/822] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:26 2026] DELETE /v2.0/networks/043d2106-6a39-4f45-9351-83a8b1c4d112 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/823] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:27 2026] POST /v2.0/ports => generated 775 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 402/824] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:27 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 423/825] 10.0.0.158 () {34 vars in 737 bytes} [Sat Apr 25 01:17:27 2026] PUT /v2.0/ports/cb5142e8-7d92-4de7-a605-8afc1ec8b92e => generated 752 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:27.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-921d0a72-07f3-48b2-9f53-daeae20257a3 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] TaaS: Handle Delete Port: cb5142e8-7d92-4de7-a605-8afc1ec8b92e 2026-04-25 01:17:27.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-921d0a72-07f3-48b2-9f53-daeae20257a3 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Tap Mirror: Handle Delete Port: cb5142e8-7d92-4de7-a605-8afc1ec8b92e [pid: 8|app: 0|req: 403/826] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:27 2026] DELETE /v2.0/ports/cb5142e8-7d92-4de7-a605-8afc1ec8b92e => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 424/827] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:17:27 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:27.998 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5e46943-0e34-48e4-bcae-25f8809ce631 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 404/828] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:27 2026] GET /v2.0/ports/cb5142e8-7d92-4de7-a605-8afc1ec8b92e => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/829] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:17:28 2026] GET /v2.0/ports => generated 777 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/830] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:28 2026] GET /v2.0/ports/b2a88394-0fb4-42db-89e8-6a340d408934 => generated 774 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:28.109 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2186a7a-05a8-4796-ab43-65686d31b614 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/831] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:28 2026] DELETE /v2.0/ports/8c77abfd-c4cc-41d5-8523-33b01e6f2b19 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:28.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-160a3f0c-7f58-4815-b536-137a18d712ca 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 406/832] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:28 2026] DELETE /v2.0/subnets/070feb23-53bd-4b4f-995f-b1ff19ac9998 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:28.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4fb097e3-d790-4462-b6ec-111e66aadb07 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 427/833] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:28 2026] DELETE /v2.0/subnets/616fa910-d60f-43e5-a6c7-1de53e4a426a => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:28.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-258b0bea-2ad7-4568-85bd-783c58fab8f8 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] TaaS: Handle Delete Port: b2a88394-0fb4-42db-89e8-6a340d408934 2026-04-25 01:17:28.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-258b0bea-2ad7-4568-85bd-783c58fab8f8 6dc1255a09b84313af27f872ca4f1fc0 8c1fdd0388e247d183a8c25cf347e727 - - default default] Tap Mirror: Handle Delete Port: b2a88394-0fb4-42db-89e8-6a340d408934 [pid: 8|app: 0|req: 407/834] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:17:28 2026] DELETE /v2.0/ports/b2a88394-0fb4-42db-89e8-6a340d408934 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/835] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:28 2026] DELETE /v2.0/networks/3846c8ed-5eac-4ac4-acea-1173f990605f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/836] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:28 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:29.176 7 INFO neutron.services.segments.plugin [-] Segment 737c8987-ca07-481c-846f-acbd0310aa4c resource provider aggregate not found 2026-04-25 01:17:29.188 7 INFO neutron.services.segments.plugin [-] Segment 737c8987-ca07-481c-846f-acbd0310aa4c resource provider aggregate not found [pid: 7|app: 0|req: 429/837] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:28 2026] GET /v2.0/security-groups?tenant_id=8c1fdd0388e247d183a8c25cf347e727&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:29.208 7 INFO neutron.services.segments.plugin [-] Segment 737c8987-ca07-481c-846f-acbd0310aa4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 737c8987-ca07-481c-846f-acbd0310aa4c found for delete ", "request_id": "req-40f9026f-2288-46e3-adf3-a1aca5507b15"}]} 2026-04-25 01:17:29.210 7 INFO neutron.services.segments.plugin [-] Segment 737c8987-ca07-481c-846f-acbd0310aa4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 737c8987-ca07-481c-846f-acbd0310aa4c found for delete ", "request_id": "req-f9269313-42d1-4bb9-866a-08c36751cd22"}]} [pid: 8|app: 0|req: 409/838] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:29 2026] DELETE /v2.0/security-groups/b3a7cf40-1f86-4f4b-a710-db9958fe3ca7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/839] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:17:29 2026] GET /v2.0/networks?id=67d6b938-aef3-41fd-95d2-56fa3c5240f7 => generated 680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/840] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:29 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 431/841] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:17:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b14a2a585304029be2e981cd0ff6be3 => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/842] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:17:29 2026] POST /v2.0/ports => generated 954 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 412/843] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:30 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/844] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:30 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 432/845] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:17:30 2026] PUT /v2.0/ports/c4cf722f-f6ed-47f5-be27-e4fb51166e6c => generated 1235 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:30.824 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bf372f4-d7f9-4551-af8b-4f3141b8620d'] response: {'name': 'network-changed', 'server_uuid': 'd6b7d6c7-6c70-464e-b675-81a23cc0c371', 'tag': 'c4cf722f-f6ed-47f5-be27-e4fb51166e6c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 414/846] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:30 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/847] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:30 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/848] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:30 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 416/849] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:31 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&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: 417/850] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:17:31 2026] GET /v2.0/ports?tenant_id=7b14a2a585304029be2e981cd0ff6be3&device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/851] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:17:31 2026] GET /v2.0/networks?tenant_id=7b14a2a585304029be2e981cd0ff6be3&shared=False => generated 775 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:31.462 7 INFO neutron.db.segments_db [None req-c06bab47-db0e-41b4-937c-6d644e680aba 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment 9d75e703-b436-427c-b56c-86ed521ba071 of type vxlan for network 766a5f2a-f0f1-4bb9-a9e5-c3d2da95ba7b [pid: 8|app: 0|req: 419/852] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:17:31 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: 434/853] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:31 2026] POST /v2.0/networks => generated 610 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:31.641 8 INFO neutron.db.segments_db [None req-c11409f5-ac15-43df-9c34-8cb40d09b40a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 of type vxlan for network d93663ed-15be-4e8d-a4d2-310c8135946e [pid: 8|app: 0|req: 420/854] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:31 2026] POST /v2.0/networks => generated 610 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/855] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:31 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/856] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/857] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 421/858] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:32 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/859] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 422/860] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:32.328 7 INFO neutron.db.segments_db [None req-704cefae-8c3b-4795-bdf8-373ec3fb7229 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment 3e56b3d1-010e-4828-92f8-e3ebad075988 of type vxlan for network 281cd67e-5c67-41cb-a431-2b443929a84d [pid: 8|app: 0|req: 423/861] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/ports?tenant_id=7b14a2a585304029be2e981cd0ff6be3&device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 424/862] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c4cf722f-f6ed-47f5-be27-e4fb51166e6c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:32.633 7 INFO neutron.db.l3_hamode_db [None req-704cefae-8c3b-4795-bdf8-373ec3fb7229 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 425/863] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/subnets?id=c4a7e2f7-ad64-4871-8332-b4bcdea5d380 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/864] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/ports?network_id=67d6b938-aef3-41fd-95d2-56fa3c5240f7&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:32.759 7 INFO neutron.db.l3_hamode_db [None req-704cefae-8c3b-4795-bdf8-373ec3fb7229 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 427/865] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7?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: 428/866] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:17:32 2026] GET /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7?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: 429/867] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:33 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 430/868] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:33 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/869] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:33 2026] GET /v2.0/security-groups?id=697c1ea9-8fd5-400a-accb-9806301cd3be&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: 432/870] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:33 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&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: 439/871] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:32 2026] POST /v2.0/routers => generated 506 bytes in 1305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/872] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:17:33 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:34.227 7 INFO neutron_taas.services.taas.taas_plugin [req-695fa464-2fce-4caf-bae9-4bf5d4debfb2 req-a514a23a-3bfb-494e-ad04-77b84db5e8b8 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] TaaS: Handle Delete Port: 08674b48-2892-4321-bd59-1a3996edab28 2026-04-25 01:17:34.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-695fa464-2fce-4caf-bae9-4bf5d4debfb2 req-a514a23a-3bfb-494e-ad04-77b84db5e8b8 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] Tap Mirror: Handle Delete Port: 08674b48-2892-4321-bd59-1a3996edab28 2026-04-25 01:17:34.383 7 INFO neutron.db.l3_db [req-695fa464-2fce-4caf-bae9-4bf5d4debfb2 req-a514a23a-3bfb-494e-ad04-77b84db5e8b8 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] Floating IP 4c3101f7-3725-405a-ad38-316136fff03f disassociated. External IP: 10.96.250.201, port: 08674b48-2892-4321-bd59-1a3996edab28. [pid: 8|app: 0|req: 433/873] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:17:33 2026] PUT /v2.0/routers/9f8a73a6-144d-49e8-80ac-ba0b1c058ea1/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/874] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:17:33 2026] DELETE /v2.0/ports/08674b48-2892-4321-bd59-1a3996edab28 => generated 0 bytes in 1157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/875] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:34 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:34.862 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5b4074c-44d0-4cfa-b9c2-4a094739122a'] response: {'server_uuid': 'f755928c-f6e1-453d-a8ce-991e1a410632', 'name': 'network-vif-deleted', 'tag': '08674b48-2892-4321-bd59-1a3996edab28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 442/876] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:34 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 435/877] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:34 2026] GET /v2.0/ports/10e6825e-f9f2-48bd-b5cd-78247229e846 => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/878] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:34 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&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: 444/879] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:35 2026] GET /v2.0/security-groups?tenant_id=d8eb7969de664f3f96d3c405aea961df&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/880] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:36 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 446/881] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:36 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/882] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:36 2026] DELETE /v2.0/security-groups/8f6398a3-100c-4778-bb9d-926194a35af8 => 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: 448/883] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:36 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&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: 436/884] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:17:34 2026] PUT /v2.0/routers/9f8a73a6-144d-49e8-80ac-ba0b1c058ea1/add_router_interface => generated 309 bytes in 1784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/885] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:36 2026] GET /v2.0/ports/d270b74f-b336-491a-a808-8d8957798266 => generated 955 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:37.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-35ab2814-13a7-4123-a681-5c4d8cab24c6 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: d270b74f-b336-491a-a808-8d8957798266 2026-04-25 01:17:37.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35ab2814-13a7-4123-a681-5c4d8cab24c6 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: d270b74f-b336-491a-a808-8d8957798266 [pid: 7|app: 0|req: 450/886] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:37 2026] GET /v2.0/ports?device_id=f755928c-f6e1-453d-a8ce-991e1a410632 => 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: 451/887] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:37 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/888] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:37 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/889] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:36 2026] PUT /v2.0/routers/9f8a73a6-144d-49e8-80ac-ba0b1c058ea1/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:38.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2c9431c-3b07-41d4-8707-20942cf4dbbd 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 10e6825e-f9f2-48bd-b5cd-78247229e846 2026-04-25 01:17:38.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2c9431c-3b07-41d4-8707-20942cf4dbbd 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 10e6825e-f9f2-48bd-b5cd-78247229e846 [pid: 7|app: 0|req: 453/890] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:37 2026] PUT /v2.0/routers/9f8a73a6-144d-49e8-80ac-ba0b1c058ea1/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/891] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:38 2026] GET /v2.0/ports?device_id=9f8a73a6-144d-49e8-80ac-ba0b1c058ea1 => 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: 454/892] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:38 2026] DELETE /v2.0/security-groups/697c1ea9-8fd5-400a-accb-9806301cd3be => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:38.633 7 INFO neutron.api.v2.resource [None req-0382dc5a-89cb-4e0e-a5dc-cd463fd4a653 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 455/893] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:17:38 2026] GET /v2.0/security-groups/697c1ea9-8fd5-400a-accb-9806301cd3be => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:38.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-eba5a368-2a94-46d1-b7fe-ff313e64f659 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 1a633bea-4f6d-4168-b65d-71774e610423 2026-04-25 01:17:38.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eba5a368-2a94-46d1-b7fe-ff313e64f659 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 1a633bea-4f6d-4168-b65d-71774e610423 2026-04-25 01:17:38.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-de30187e-08ba-4df0-9760-ae136547a77b 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] TaaS: Handle Delete Port: 337e06f5-b71b-44e2-ae23-e159ebe886a0 2026-04-25 01:17:38.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de30187e-08ba-4df0-9760-ae136547a77b 112f89f51edd44fa9c381874127d2b1e 6c495fbffb794352afb9514cc0c28a66 - - default default] Tap Mirror: Handle Delete Port: 337e06f5-b71b-44e2-ae23-e159ebe886a0 [pid: 7|app: 0|req: 456/894] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:17:38 2026] DELETE /v2.0/floatingips/4c3101f7-3725-405a-ad38-316136fff03f => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/895] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:38 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:39.132 8 INFO neutron.services.segments.plugin [-] Segment 3e56b3d1-010e-4828-92f8-e3ebad075988 resource provider aggregate not found 2026-04-25 01:17:39.142 8 INFO neutron.services.segments.plugin [-] Segment 3e56b3d1-010e-4828-92f8-e3ebad075988 resource provider aggregate not found 2026-04-25 01:17:39.155 8 INFO neutron.services.segments.plugin [-] Segment 3e56b3d1-010e-4828-92f8-e3ebad075988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e56b3d1-010e-4828-92f8-e3ebad075988 found for delete ", "request_id": "req-807ce31f-5d24-427c-bad1-52b90817f6f2"}]} 2026-04-25 01:17:39.162 8 INFO neutron.services.segments.plugin [-] Segment 3e56b3d1-010e-4828-92f8-e3ebad075988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e56b3d1-010e-4828-92f8-e3ebad075988 found for delete ", "request_id": "req-d04907a4-b77a-47b6-82c7-362774589423"}]} 2026-04-25 01:17:39.169 8 INFO neutron.db.l3_hamode_db [None req-eba5a368-2a94-46d1-b7fe-ff313e64f659 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] HA network 281cd67e-5c67-41cb-a431-2b443929a84d was deleted as no HA routers are present in tenant fda893f8bda34ba6bba45503419cfaf4. [pid: 8|app: 0|req: 439/896] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:38 2026] DELETE /v2.0/routers/9f8a73a6-144d-49e8-80ac-ba0b1c058ea1 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/897] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:39 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/898] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:39 2026] DELETE /v2.0/subnets/758618eb-010b-4b52-90f7-a19e8802a702 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:39.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-315fcb5d-daf9-4933-90c4-f99f555242bf 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 34bde189-3226-408e-baae-828a82684b53 2026-04-25 01:17:39.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315fcb5d-daf9-4933-90c4-f99f555242bf 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 34bde189-3226-408e-baae-828a82684b53 [pid: 8|app: 0|req: 442/899] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:39 2026] DELETE /v2.0/subnets/865d901a-03e6-49f3-8ef5-3e1d0e4a5649 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/900] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:39 2026] DELETE /v2.0/networks/d93663ed-15be-4e8d-a4d2-310c8135946e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:39.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-46ca9a65-e756-4af8-8456-a7eb19990662 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 08c15ac1-0163-4a34-b4ce-feecb0b62edf 2026-04-25 01:17:39.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ca9a65-e756-4af8-8456-a7eb19990662 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 08c15ac1-0163-4a34-b4ce-feecb0b62edf [pid: 8|app: 0|req: 444/901] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:39 2026] DELETE /v2.0/networks/766a5f2a-f0f1-4bb9-a9e5-c3d2da95ba7b => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:40.144 8 INFO neutron.db.segments_db [None req-b5e5fcf3-f223-4108-a12e-43840b40f749 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment 1b645333-2c7e-4584-bb15-2ebaf306e997 of type vxlan for network 36420e48-6e16-42f0-8453-37d99e2f12d2 [pid: 7|app: 0|req: 458/904] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:39 2026] PUT /v2.0/routers/00d6f919-5bdb-4e0d-a5d2-27e64c5aea52/remove_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/905] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:40 2026] POST /v2.0/networks => generated 611 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:40.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c664d9-f6f4-48cd-8325-5d05c5eb4823 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 71a6a6f5-b087-4869-8260-f1ffd832fb0a 2026-04-25 01:17:40.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c664d9-f6f4-48cd-8325-5d05c5eb4823 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 71a6a6f5-b087-4869-8260-f1ffd832fb0a [pid: 8|app: 0|req: 448/906] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:40 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/907] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:40 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:40.710 8 INFO neutron.db.segments_db [None req-3a40c541-3969-4553-98dc-ac69192e266a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 of type vxlan for network 4c33f396-e569-42bf-be73-7371aefac0ca 2026-04-25 01:17:40.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c664d9-f6f4-48cd-8325-5d05c5eb4823 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: a865de1a-e2c8-4ac5-945f-e31333e60c1b 2026-04-25 01:17:40.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c664d9-f6f4-48cd-8325-5d05c5eb4823 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: a865de1a-e2c8-4ac5-945f-e31333e60c1b 2026-04-25 01:17:41.077 8 INFO neutron.db.l3_hamode_db [None req-3a40c541-3969-4553-98dc-ac69192e266a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:17:41.183 8 INFO neutron.services.segments.plugin [-] Segment 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 resource provider aggregate not found 2026-04-25 01:17:41.184 8 INFO neutron.services.segments.plugin [-] Segment 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 resource provider aggregate not found 2026-04-25 01:17:41.213 7 INFO neutron.services.segments.plugin [-] Segment c5a43f5d-dda4-45d9-a0cf-cb763f5beeec resource provider aggregate not found 2026-04-25 01:17:41.217 7 INFO neutron.services.segments.plugin [-] Segment c5a43f5d-dda4-45d9-a0cf-cb763f5beeec resource provider aggregate not found 2026-04-25 01:17:41.224 8 INFO neutron.services.segments.plugin [-] Segment 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 found for delete ", "request_id": "req-3ce6cd7f-4d7b-454a-9115-c2984f0ae024"}]} 2026-04-25 01:17:41.235 8 INFO neutron.services.segments.plugin [-] Segment 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07331bb6-a23c-4b6d-a29a-c5babe0b1cc1 found for delete ", "request_id": "req-b9c84f2c-407f-4c63-96e3-3350937b123f"}]} 2026-04-25 01:17:41.237 7 INFO neutron.services.segments.plugin [-] Segment c5a43f5d-dda4-45d9-a0cf-cb763f5beeec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a43f5d-dda4-45d9-a0cf-cb763f5beeec found for delete ", "request_id": "req-510c9491-65b8-40df-bfb4-2fabe49ee4bf"}]} 2026-04-25 01:17:41.249 7 INFO neutron.services.segments.plugin [-] Segment c5a43f5d-dda4-45d9-a0cf-cb763f5beeec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a43f5d-dda4-45d9-a0cf-cb763f5beeec found for delete ", "request_id": "req-6c924a3b-abcd-4d53-b5de-af98fe7d53f5"}]} 2026-04-25 01:17:41.257 8 INFO neutron.services.segments.plugin [-] Segment 9d75e703-b436-427c-b56c-86ed521ba071 resource provider aggregate not found 2026-04-25 01:17:41.266 8 INFO neutron.services.segments.plugin [-] Segment 9d75e703-b436-427c-b56c-86ed521ba071 resource provider aggregate not found 2026-04-25 01:17:41.274 7 INFO neutron.db.l3_hamode_db [None req-95c664d9-f6f4-48cd-8325-5d05c5eb4823 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 1b719be0-d65f-498a-a2fc-61b06f808963 was deleted as no HA routers are present in tenant 6c495fbffb794352afb9514cc0c28a66. 2026-04-25 01:17:41.281 8 INFO neutron.services.segments.plugin [-] Segment 9d75e703-b436-427c-b56c-86ed521ba071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d75e703-b436-427c-b56c-86ed521ba071 found for delete ", "request_id": "req-fe6ad03b-2278-4dfb-b2e9-6b6d5e734bb7"}]} [pid: 7|app: 0|req: 459/908] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:40 2026] DELETE /v2.0/routers/00d6f919-5bdb-4e0d-a5d2-27e64c5aea52 => generated 0 bytes in 1068 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:41.291 8 INFO neutron.services.segments.plugin [-] Segment 9d75e703-b436-427c-b56c-86ed521ba071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d75e703-b436-427c-b56c-86ed521ba071 found for delete ", "request_id": "req-39cd8a6a-2fc4-40ca-b91a-c7815a5dee1c"}]} 2026-04-25 01:17:41.294 8 INFO neutron.db.l3_hamode_db [None req-3a40c541-3969-4553-98dc-ac69192e266a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 460/909] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:41 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&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: 461/910] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:41 2026] DELETE /v2.0/subnets/74763527-ad83-45c5-b588-0125065129e9 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:41.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9b841a2-90ac-4d0f-8801-9a451079f81a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: adf47781-a173-4004-969b-c7270c3db284 2026-04-25 01:17:41.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9b841a2-90ac-4d0f-8801-9a451079f81a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: adf47781-a173-4004-969b-c7270c3db284 [pid: 7|app: 0|req: 462/911] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:41 2026] DELETE /v2.0/networks/6e7a6c13-9120-4480-b5c1-9b694618d0af => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/912] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:40 2026] POST /v2.0/routers => generated 507 bytes in 1403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/913] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:42 2026] GET /v2.0/security-groups?tenant_id=6c495fbffb794352afb9514cc0c28a66&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: 452/914] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:42 2026] DELETE /v2.0/security-groups/ab5afb8a-e14d-443f-bc39-e48c3ef13b6d => 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: 453/915] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:42 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/916] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:42 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/917] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:17:42 2026] POST /v2.0/ports => generated 948 bytes in 520 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: 464/918] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:42 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:43.069 7 INFO neutron.db.l3_db [None req-e9999eb7-4200-40ef-bf29-1cae319182f8 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] Floating IP 6052f804-8f39-4974-a5f2-da7306ea07fb associated. External IP: 10.96.250.209, port: c4cf722f-f6ed-47f5-be27-e4fb51166e6c. 2026-04-25 01:17:43.262 7 INFO neutron.services.segments.plugin [-] Segment 911ce588-471c-46ba-933d-e7bc4aa1a1b8 resource provider aggregate not found 2026-04-25 01:17:43.290 7 INFO neutron.services.segments.plugin [-] Segment 911ce588-471c-46ba-933d-e7bc4aa1a1b8 resource provider aggregate not found 2026-04-25 01:17:43.311 7 INFO neutron.services.segments.plugin [-] Segment 911ce588-471c-46ba-933d-e7bc4aa1a1b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 911ce588-471c-46ba-933d-e7bc4aa1a1b8 found for delete ", "request_id": "req-9d27b3ea-f2b4-492a-b362-0b1d55135ac0"}]} 2026-04-25 01:17:43.316 7 INFO neutron.services.segments.plugin [-] Segment 911ce588-471c-46ba-933d-e7bc4aa1a1b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 911ce588-471c-46ba-933d-e7bc4aa1a1b8 found for delete ", "request_id": "req-bc113740-a03b-45ce-9555-aa0e96d83543"}]} [pid: 7|app: 0|req: 465/919] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:17:42 2026] PUT /v2.0/floatingips/6052f804-8f39-4974-a5f2-da7306ea07fb => generated 855 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:43.492 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-114de4c3-0838-4dc3-846f-fc057898bf39'] response: {'name': 'network-changed', 'server_uuid': 'd6b7d6c7-6c70-464e-b675-81a23cc0c371', 'tag': 'c4cf722f-f6ed-47f5-be27-e4fb51166e6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 466/920] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:43 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/921] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:43 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/922] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:17:42 2026] PUT /v2.0/routers/cd6cc559-cedd-429c-a333-f03d76d77a6e/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/923] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:43 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 55 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: 456/924] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:43 2026] GET /v2.0/ports/b12466f5-6e33-4731-ae15-67143994241c => generated 1022 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/925] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/926] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/ports?tenant_id=7b14a2a585304029be2e981cd0ff6be3&device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/927] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/networks?id=67d6b938-aef3-41fd-95d2-56fa3c5240f7 => generated 775 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/928] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c4cf722f-f6ed-47f5-be27-e4fb51166e6c => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/929] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/subnets?id=c4a7e2f7-ad64-4871-8332-b4bcdea5d380 => generated 698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/930] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/ports?network_id=67d6b938-aef3-41fd-95d2-56fa3c5240f7&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: 462/931] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/932] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:17:44 2026] GET /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:44.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-992afe5c-ef0a-4276-bd36-a2492bcbfb08 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: b12466f5-6e33-4731-ae15-67143994241c 2026-04-25 01:17:44.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-992afe5c-ef0a-4276-bd36-a2492bcbfb08 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: b12466f5-6e33-4731-ae15-67143994241c [pid: 7|app: 0|req: 470/933] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:44 2026] PUT /v2.0/routers/cd6cc559-cedd-429c-a333-f03d76d77a6e/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/934] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:45 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 56 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: 471/935] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:45 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&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-25 01:17:45.447 8 INFO neutron.api.v2.resource [None req-26dede3c-a63c-499f-8a03-d3802fbb0fa8 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 465/936] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:45 2026] PUT /v2.0/routers/cd6cc559-cedd-429c-a333-f03d76d77a6e/remove_router_interface => generated 197 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/937] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:45 2026] GET /v2.0/ports?device_id=cd6cc559-cedd-429c-a333-f03d76d77a6e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:45.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-df4171dc-c3fc-408f-b329-d153ca7eef7a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: cf0e6e35-9f38-4451-ac5a-c74c4fcfa1a7 2026-04-25 01:17:45.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df4171dc-c3fc-408f-b329-d153ca7eef7a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: cf0e6e35-9f38-4451-ac5a-c74c4fcfa1a7 [pid: 7|app: 0|req: 473/938] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:45 2026] GET /v2.0/security-groups?tenant_id=a552e8cef60e4074b61164a1f5728fd5&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/939] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:45 2026] DELETE /v2.0/security-groups/b0ee0bc1-8561-4f2f-9985-ba214ad6a6b6 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:46.127 8 INFO neutron.services.segments.plugin [-] Segment f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 resource provider aggregate not found 2026-04-25 01:17:46.134 8 INFO neutron.services.segments.plugin [-] Segment f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 resource provider aggregate not found 2026-04-25 01:17:46.161 8 INFO neutron.services.segments.plugin [-] Segment f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 found for delete ", "request_id": "req-ddf07684-e1b0-48fd-9cdf-54f930eb3fc8"}]} 2026-04-25 01:17:46.164 8 INFO neutron.db.l3_hamode_db [None req-df4171dc-c3fc-408f-b329-d153ca7eef7a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] HA network 4c33f396-e569-42bf-be73-7371aefac0ca was deleted as no HA routers are present in tenant fda893f8bda34ba6bba45503419cfaf4. 2026-04-25 01:17:46.167 8 INFO neutron.services.segments.plugin [-] Segment f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8abd6a0-3a5e-4a0a-842f-ac540c3d3209 found for delete ", "request_id": "req-dd38975f-4c48-4d15-83c6-6e67578f25fc"}]} [pid: 8|app: 0|req: 466/940] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:45 2026] DELETE /v2.0/routers/cd6cc559-cedd-429c-a333-f03d76d77a6e => generated 0 bytes in 691 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/941] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:46 2026] DELETE /v2.0/subnets/f78ecd2b-1a14-4ac5-965b-f39e033a8f46 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/942] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:46 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/943] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:17:46 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/944] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:17:46 2026] GET /v2.0/security-groups?id=ed61c369-6a13-4ddf-b3df-7f17c00e41ea&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:46.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-03b7976b-3a8b-4de4-96f9-f8244a38c1f2 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 6d90cd52-2fc1-4e9e-94df-39747bce973f 2026-04-25 01:17:46.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03b7976b-3a8b-4de4-96f9-f8244a38c1f2 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 6d90cd52-2fc1-4e9e-94df-39747bce973f 2026-04-25 01:17:46.662 7 INFO neutron_taas.services.taas.taas_plugin [req-36e45c67-381e-4bf6-9237-74a698327ef0 req-ab6e967f-9231-4523-a8c1-e1504ada836a 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] TaaS: Handle Delete Port: c4cf722f-f6ed-47f5-be27-e4fb51166e6c 2026-04-25 01:17:46.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36e45c67-381e-4bf6-9237-74a698327ef0 req-ab6e967f-9231-4523-a8c1-e1504ada836a 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] Tap Mirror: Handle Delete Port: c4cf722f-f6ed-47f5-be27-e4fb51166e6c [pid: 8|app: 0|req: 468/945] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:46 2026] DELETE /v2.0/networks/36420e48-6e16-42f0-8453-37d99e2f12d2 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:46.832 7 INFO neutron.db.l3_db [req-36e45c67-381e-4bf6-9237-74a698327ef0 req-ab6e967f-9231-4523-a8c1-e1504ada836a 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] Floating IP 6052f804-8f39-4974-a5f2-da7306ea07fb disassociated. External IP: 10.96.250.209, port: c4cf722f-f6ed-47f5-be27-e4fb51166e6c. [pid: 8|app: 0|req: 469/946] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:46 2026] GET /v2.0/security-groups?tenant_id=2096a5cd12ff4d3394ec05cd25742315&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:47.173 8 INFO neutron.db.segments_db [None req-5d1299a2-96e1-4e1a-a46a-fd54680d1cb4 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment e331b942-13ea-488b-89c6-37965e766ba8 of type vxlan for network 08d6fb6e-baf6-4734-957a-d7d0dab771c6 [pid: 8|app: 0|req: 470/947] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:17:47 2026] POST /v2.0/networks => generated 611 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/948] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:17:46 2026] DELETE /v2.0/ports/c4cf722f-f6ed-47f5-be27-e4fb51166e6c => generated 0 bytes in 797 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:47.352 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db3776c1-8e54-47da-a4d7-8edbc03c2211'] response: {'server_uuid': 'd6b7d6c7-6c70-464e-b675-81a23cc0c371', 'name': 'network-vif-deleted', 'tag': 'c4cf722f-f6ed-47f5-be27-e4fb51166e6c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 471/949] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:47 2026] DELETE /v2.0/security-groups/f1537dc9-3c6a-4084-bef8-626c62113dc8 => 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: 479/950] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:47 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/951] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:47 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:47.619 8 INFO neutron.db.segments_db [None req-db1fc691-d4ee-476f-b367-56eac2fa8eb1 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment 080e0637-092f-4cb2-8d40-243ec8f980b4 of type vxlan for network 3e35e55f-7cd7-4635-93e7-57f45c10861f 2026-04-25 01:17:47.981 8 INFO neutron.db.l3_hamode_db [None req-db1fc691-d4ee-476f-b367-56eac2fa8eb1 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:17:48.113 8 INFO neutron.db.l3_hamode_db [None req-db1fc691-d4ee-476f-b367-56eac2fa8eb1 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:17:48.191 8 INFO neutron.services.segments.plugin [-] Segment 1b645333-2c7e-4584-bb15-2ebaf306e997 resource provider aggregate not found 2026-04-25 01:17:48.198 8 INFO neutron.services.segments.plugin [-] Segment 1b645333-2c7e-4584-bb15-2ebaf306e997 resource provider aggregate not found 2026-04-25 01:17:48.215 8 INFO neutron.services.segments.plugin [-] Segment 1b645333-2c7e-4584-bb15-2ebaf306e997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b645333-2c7e-4584-bb15-2ebaf306e997 found for delete ", "request_id": "req-fb888007-007e-42ca-b74a-6415cb56f4cd"}]} 2026-04-25 01:17:48.226 8 INFO neutron.services.segments.plugin [-] Segment 1b645333-2c7e-4584-bb15-2ebaf306e997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b645333-2c7e-4584-bb15-2ebaf306e997 found for delete ", "request_id": "req-7a612222-0c7b-4a42-8240-5ed139d6920c"}]} [pid: 7|app: 0|req: 481/952] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:48 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 472/953] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:47 2026] POST /v2.0/routers => generated 507 bytes in 1273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/954] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:49 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 482/955] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:17:48 2026] PUT /v2.0/routers/13bcd779-03e7-44c4-978c-df9f240d8b22/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/956] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:17:50 2026] GET /v2.0/ports/adc5190e-0db5-408b-b068-32818c6e825b => generated 955 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:50.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bef8ac6-d51d-4507-9cde-5398ce3d6acb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: adc5190e-0db5-408b-b068-32818c6e825b 2026-04-25 01:17:50.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bef8ac6-d51d-4507-9cde-5398ce3d6acb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: adc5190e-0db5-408b-b068-32818c6e825b [pid: 8|app: 0|req: 475/957] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:17:50 2026] GET /v2.0/ports?device_id=d6b7d6c7-6c70-464e-b675-81a23cc0c371 => 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: 483/958] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:50 2026] PUT /v2.0/routers/13bcd779-03e7-44c4-978c-df9f240d8b22/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/959] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:51 2026] GET /v2.0/ports?device_id=13bcd779-03e7-44c4-978c-df9f240d8b22 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:51.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-b85e33ec-9a0a-4acb-9a46-76883f8988c4 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 4f9a6b34-399f-4fa5-acc3-b70fca201889 2026-04-25 01:17:51.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b85e33ec-9a0a-4acb-9a46-76883f8988c4 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 4f9a6b34-399f-4fa5-acc3-b70fca201889 [pid: 8|app: 0|req: 476/960] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:51 2026] GET /v2.0/security-groups?tenant_id=056d3df4ffff4e6092b3e386f9e15b72&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/961] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:51 2026] DELETE /v2.0/security-groups/2015b33b-b160-458e-ac05-e0a39701d5cb => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:51.798 7 INFO neutron.services.segments.plugin [-] Segment 080e0637-092f-4cb2-8d40-243ec8f980b4 resource provider aggregate not found 2026-04-25 01:17:51.810 7 INFO neutron.services.segments.plugin [-] Segment 080e0637-092f-4cb2-8d40-243ec8f980b4 resource provider aggregate not found 2026-04-25 01:17:51.824 7 INFO neutron.services.segments.plugin [-] Segment 080e0637-092f-4cb2-8d40-243ec8f980b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 080e0637-092f-4cb2-8d40-243ec8f980b4 found for delete ", "request_id": "req-1fcf5304-80eb-4ca0-a7f8-77e95e55db95"}]} 2026-04-25 01:17:51.834 7 INFO neutron.services.segments.plugin [-] Segment 080e0637-092f-4cb2-8d40-243ec8f980b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 080e0637-092f-4cb2-8d40-243ec8f980b4 found for delete ", "request_id": "req-9872d42a-7a9c-4960-9925-4532facbc326"}]} 2026-04-25 01:17:51.846 7 INFO neutron.db.l3_hamode_db [None req-b85e33ec-9a0a-4acb-9a46-76883f8988c4 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] HA network 3e35e55f-7cd7-4635-93e7-57f45c10861f was deleted as no HA routers are present in tenant fda893f8bda34ba6bba45503419cfaf4. [pid: 7|app: 0|req: 485/962] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:51 2026] DELETE /v2.0/routers/13bcd779-03e7-44c4-978c-df9f240d8b22 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/963] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:51 2026] GET /v2.0/security-groups?tenant_id=f985d459f1194dc4bf63099ff958282b&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/964] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:51 2026] DELETE /v2.0/security-groups/f6a2907f-40d6-4dca-8fd4-6d72d27723d0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/965] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:51 2026] DELETE /v2.0/subnets/e6b7f292-8fd6-41ca-ae5a-9e399749d9b3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:17:52.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-f376c88f-7294-459e-a031-60a4e680ffca 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 1309403b-02b1-491c-b90a-462284a92c00 2026-04-25 01:17:52.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f376c88f-7294-459e-a031-60a4e680ffca 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 1309403b-02b1-491c-b90a-462284a92c00 2026-04-25 01:17:52.331 8 INFO neutron.services.segments.plugin [-] Segment e331b942-13ea-488b-89c6-37965e766ba8 resource provider aggregate not found 2026-04-25 01:17:52.340 8 INFO neutron.services.segments.plugin [-] Segment e331b942-13ea-488b-89c6-37965e766ba8 resource provider aggregate not found 2026-04-25 01:17:52.347 8 INFO neutron.services.segments.plugin [-] Segment e331b942-13ea-488b-89c6-37965e766ba8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e331b942-13ea-488b-89c6-37965e766ba8 found for delete ", "request_id": "req-5f1b3632-3b3c-42a6-b14a-ac67bd910813"}]} 2026-04-25 01:17:52.361 8 INFO neutron.services.segments.plugin [-] Segment e331b942-13ea-488b-89c6-37965e766ba8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e331b942-13ea-488b-89c6-37965e766ba8 found for delete ", "request_id": "req-f60f9f99-0f43-49e0-b8da-a237a5f7b706"}]} [pid: 8|app: 0|req: 480/966] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:52 2026] DELETE /v2.0/networks/08d6fb6e-baf6-4734-957a-d7d0dab771c6 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/967] 10.0.0.158 () {34 vars in 678 bytes} [Sat Apr 25 01:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:52.483 7 INFO neutron.db.segments_db [None req-d6929106-730a-47f2-886f-808601e40b6b 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Added segment 7d2e44ed-2cde-48cd-ac44-1171101dcb6d of type vxlan for network af58c21f-ea0e-4afa-8de7-f9f3712d7464 [pid: 8|app: 0|req: 481/968] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:52 2026] DELETE /v2.0/security-groups/ed61c369-6a13-4ddf-b3df-7f17c00e41ea => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/969] 10.0.0.158 () {34 vars in 678 bytes} [Sat Apr 25 01:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:52.565 8 INFO neutron.api.v2.resource [None req-cfa248e5-885d-44c0-9936-324646fade75 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 483/970] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:17:52 2026] GET /v2.0/security-groups/ed61c369-6a13-4ddf-b3df-7f17c00e41ea => 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: 484/971] 10.0.0.158 () {34 vars in 678 bytes} [Sat Apr 25 01:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:52.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-96040fc6-52da-419d-892a-3e68fa41f434 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] TaaS: Handle Delete Port: bdeb38e9-9704-4cff-bc15-8218377737c7 2026-04-25 01:17:52.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96040fc6-52da-419d-892a-3e68fa41f434 6aebe273b69d4e85ae46897289a5d6a7 7b14a2a585304029be2e981cd0ff6be3 - - default default] Tap Mirror: Handle Delete Port: bdeb38e9-9704-4cff-bc15-8218377737c7 2026-04-25 01:17:52.742 7 INFO neutron.db.l3_hamode_db [None req-d6929106-730a-47f2-886f-808601e40b6b 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 485/972] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:17:52 2026] DELETE /v2.0/floatingips/6052f804-8f39-4974-a5f2-da7306ea07fb => 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: 486/973] 10.0.0.158 () {34 vars in 678 bytes} [Sat Apr 25 01:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:53.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5db7342-8f4f-45fe-b0fb-46ce4cb726a3 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: cb171cf8-8779-46b0-b3eb-40bc7f9a0e84 2026-04-25 01:17:53.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5db7342-8f4f-45fe-b0fb-46ce4cb726a3 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: cb171cf8-8779-46b0-b3eb-40bc7f9a0e84 2026-04-25 01:17:53.541 7 INFO neutron.db.l3_hamode_db [None req-d6929106-730a-47f2-886f-808601e40b6b 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 487/974] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:17:52 2026] PUT /v2.0/routers/dc5d3dae-99ac-4221-a167-b1e7f14e8ea6/remove_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/975] 10.0.0.158 () {34 vars in 678 bytes} [Sat Apr 25 01:17:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:54.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-b558e8ab-1db0-4b45-96fa-c6815770983a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 2237add5-3677-4c7c-b5ef-3488d91f53d9 2026-04-25 01:17:54.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b558e8ab-1db0-4b45-96fa-c6815770983a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 2237add5-3677-4c7c-b5ef-3488d91f53d9 [pid: 7|app: 0|req: 488/976] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:52 2026] POST /v2.0/routers => generated 688 bytes in 2087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/977] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:17:54 2026] PUT /v2.0/policies/e1f459c3-1e7b-4e4d-9397-970791b3a6e8/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:54.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-b558e8ab-1db0-4b45-96fa-c6815770983a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 519daadb-4ee0-4005-96ec-e1eb1b8502aa 2026-04-25 01:17:54.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b558e8ab-1db0-4b45-96fa-c6815770983a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 519daadb-4ee0-4005-96ec-e1eb1b8502aa [pid: 7|app: 0|req: 490/978] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:17:54 2026] GET /v2.0/routers/e0863023-c271-4cf2-b402-c762925698a1 => generated 694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/979] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:17:54 2026] PUT /v2.0/policies/1900a529-19d1-4da9-bfc4-a986f020feb0/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/980] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:17:54 2026] GET /v2.0/routers => generated 697 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/981] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:17:54 2026] PUT /v2.0/policies/c15e02ae-ec26-4538-866d-3f0249018f1b/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:55.031 8 INFO neutron.services.segments.plugin [-] Segment 0e2fd4a1-f802-4558-accf-cc99dfd48a5a resource provider aggregate not found 2026-04-25 01:17:55.034 8 INFO neutron.services.segments.plugin [-] Segment 0e2fd4a1-f802-4558-accf-cc99dfd48a5a resource provider aggregate not found 2026-04-25 01:17:55.053 8 INFO neutron.services.segments.plugin [-] Segment 0e2fd4a1-f802-4558-accf-cc99dfd48a5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e2fd4a1-f802-4558-accf-cc99dfd48a5a found for delete ", "request_id": "req-5fe53ad2-6496-4ea4-88ab-108197f352d9"}]} 2026-04-25 01:17:55.059 8 INFO neutron.services.segments.plugin [-] Segment 0e2fd4a1-f802-4558-accf-cc99dfd48a5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e2fd4a1-f802-4558-accf-cc99dfd48a5a found for delete ", "request_id": "req-ce55034e-d295-4dc5-9e1d-63b878cf2e57"}]} 2026-04-25 01:17:55.074 8 INFO neutron.db.l3_hamode_db [None req-b558e8ab-1db0-4b45-96fa-c6815770983a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 60c28503-a5cc-43ec-b973-e65c3ca1da7b was deleted as no HA routers are present in tenant 7b14a2a585304029be2e981cd0ff6be3. [pid: 8|app: 0|req: 489/982] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:54 2026] DELETE /v2.0/routers/dc5d3dae-99ac-4221-a167-b1e7f14e8ea6 => generated 0 bytes in 1062 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/983] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:17:55 2026] PUT /v2.0/policies/fee2be42-ef64-4bd5-a698-6c09a1cdb6e1/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/986] 10.0.0.158 () {34 vars in 741 bytes} [Sat Apr 25 01:17:54 2026] PUT /v2.0/routers/e0863023-c271-4cf2-b402-c762925698a1 => generated 701 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/987] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:55 2026] DELETE /v2.0/subnets/c4a7e2f7-ad64-4871-8332-b4bcdea5d380 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/988] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:17:55 2026] GET /v2.0/routers/e0863023-c271-4cf2-b402-c762925698a1 => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/989] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:55 2026] GET /v2.0/ports?device_id=e0863023-c271-4cf2-b402-c762925698a1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:55.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-17b45ce7-7ab6-447a-b385-c93d82043821 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: d7fff1c9-9c85-446a-b153-5c5c80a331f5 2026-04-25 01:17:55.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17b45ce7-7ab6-447a-b385-c93d82043821 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: d7fff1c9-9c85-446a-b153-5c5c80a331f5 [pid: 8|app: 0|req: 494/990] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:17:55 2026] DELETE /v2.0/networks/67d6b938-aef3-41fd-95d2-56fa3c5240f7 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/991] 10.0.0.158 () {32 vars in 674 bytes} [Sat Apr 25 01:17:55 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/992] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/security-groups?tenant_id=7b14a2a585304029be2e981cd0ff6be3&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:56.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b016626-b21b-40fe-a33b-f054b92c3abb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 78177020-1b1b-4e1e-b61e-e0ad1e39ca14 2026-04-25 01:17:56.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b016626-b21b-40fe-a33b-f054b92c3abb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 78177020-1b1b-4e1e-b61e-e0ad1e39ca14 [pid: 8|app: 0|req: 497/993] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/security-groups?tenant_id=4795e2db24c6464db2459bcdc93b3cfb&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/994] 10.0.0.158 () {32 vars in 688 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:56.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b016626-b21b-40fe-a33b-f054b92c3abb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] TaaS: Handle Delete Port: 93f86942-1a30-4fbb-939c-46aa43d7b9fe 2026-04-25 01:17:56.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b016626-b21b-40fe-a33b-f054b92c3abb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] Tap Mirror: Handle Delete Port: 93f86942-1a30-4fbb-939c-46aa43d7b9fe [pid: 8|app: 0|req: 499/995] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:56 2026] DELETE /v2.0/security-groups/b0633233-f323-4b8c-ace6-e502f430c84a => 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: 500/996] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:56 2026] DELETE /v2.0/security-groups/69aae9ab-e3eb-4498-b5dd-72531d16e544 => 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: 501/997] 10.0.0.158 () {32 vars in 684 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/998] 10.0.0.158 () {32 vars in 696 bytes} [Sat Apr 25 01:17:56 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: 503/999] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:56.856 7 INFO neutron.services.segments.plugin [-] Segment 7d2e44ed-2cde-48cd-ac44-1171101dcb6d resource provider aggregate not found 2026-04-25 01:17:56.859 7 INFO neutron.services.segments.plugin [-] Segment 7d2e44ed-2cde-48cd-ac44-1171101dcb6d resource provider aggregate not found 2026-04-25 01:17:56.881 7 INFO neutron.services.segments.plugin [-] Segment 7d2e44ed-2cde-48cd-ac44-1171101dcb6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2e44ed-2cde-48cd-ac44-1171101dcb6d found for delete ", "request_id": "req-451988a2-c2f2-4489-a650-306433c313cb"}]} 2026-04-25 01:17:56.882 7 INFO neutron.services.segments.plugin [-] Segment 7d2e44ed-2cde-48cd-ac44-1171101dcb6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d2e44ed-2cde-48cd-ac44-1171101dcb6d found for delete ", "request_id": "req-2011505a-308c-4f8d-bd64-cc4ddf8d417d"}]} 2026-04-25 01:17:56.890 7 INFO neutron.db.l3_hamode_db [None req-9b016626-b21b-40fe-a33b-f054b92c3abb 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] HA network af58c21f-ea0e-4afa-8de7-f9f3712d7464 was deleted as no HA routers are present in tenant fda893f8bda34ba6bba45503419cfaf4. [pid: 7|app: 0|req: 497/1000] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:55 2026] DELETE /v2.0/routers/e0863023-c271-4cf2-b402-c762925698a1 => generated 0 bytes in 1526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1001] 10.0.0.158 () {32 vars in 696 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1002] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/security-groups?tenant_id=a48d1b953dc045c79ac5e326cac15f7d&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1003] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/ports?device_id=e0863023-c271-4cf2-b402-c762925698a1 => 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: 505/1004] 10.0.0.158 () {32 vars in 692 bytes} [Sat Apr 25 01:17:56 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:57.084 8 INFO neutron.services.segments.plugin [-] Segment 873b5d01-0047-4be3-81f7-2e19a805e4ed resource provider aggregate not found 2026-04-25 01:17:57.088 8 INFO neutron.services.segments.plugin [-] Segment 873b5d01-0047-4be3-81f7-2e19a805e4ed resource provider aggregate not found 2026-04-25 01:17:57.094 8 INFO neutron.api.v2.resource [None req-694482a1-9bf1-44d7-b5f6-c6197acd773d 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/1005] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/routers/e0863023-c271-4cf2-b402-c762925698a1 => generated 135 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:57.110 8 INFO neutron.services.segments.plugin [-] Segment 873b5d01-0047-4be3-81f7-2e19a805e4ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873b5d01-0047-4be3-81f7-2e19a805e4ed found for delete ", "request_id": "req-cc4b179d-3f3b-4e01-9adb-9caa08a1d0a5"}]} [pid: 7|app: 0|req: 500/1006] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:56 2026] DELETE /v2.0/security-groups/2ce89cfb-71f5-4dc9-a9e9-a0edf1c59374 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:57.115 8 INFO neutron.services.segments.plugin [-] Segment 873b5d01-0047-4be3-81f7-2e19a805e4ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873b5d01-0047-4be3-81f7-2e19a805e4ed found for delete ", "request_id": "req-06c59747-a60e-4c37-93f0-cadc97c608cf"}]} [pid: 7|app: 0|req: 501/1007] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:57 2026] GET /v2.0/ports?device_id=13bcd779-03e7-44c4-978c-df9f240d8b22 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1008] 10.0.0.158 () {32 vars in 704 bytes} [Sat Apr 25 01:17:57 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:17:57.149 7 INFO neutron.api.v2.resource [None req-a40f0091-a76a-4d70-bfb5-811633a996be 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/1009] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/routers/13bcd779-03e7-44c4-978c-df9f240d8b22 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:57.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f53282d-f1aa-4a32-b7f2-fcf5f08eef22 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/1010] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/subnets/e6b7f292-8fd6-41ca-ae5a-9e399749d9b3 => 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: 504/1011] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:57 2026] GET /v2.0/ports?device_id=cd6cc559-cedd-429c-a333-f03d76d77a6e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:57.220 7 INFO neutron.api.v2.resource [None req-a4c96c12-620b-4667-8154-c463fed01149 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/1012] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/routers/cd6cc559-cedd-429c-a333-f03d76d77a6e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1013] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/qos/policies/e1f459c3-1e7b-4e4d-9397-970791b3a6e8 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:57.239 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da4e4805-2ae5-4c3d-a423-2ff61c5d351a 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1014] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/subnets/f78ecd2b-1a14-4ac5-965b-f39e033a8f46 => 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: 507/1015] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:17:57 2026] GET /v2.0/ports?device_id=9f8a73a6-144d-49e8-80ac-ba0b1c058ea1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:17:57.287 7 INFO neutron.api.v2.resource [None req-bbb4252e-924a-412c-8667-0e6e854269dc 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 508/1016] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/routers/9f8a73a6-144d-49e8-80ac-ba0b1c058ea1 => 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: 509/1017] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/qos/policies/1900a529-19d1-4da9-bfc4-a986f020feb0 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:17:57.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20152975-dce6-449e-977f-116ad5dc5e92 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/1018] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/subnets/758618eb-010b-4b52-90f7-a19e8802a702 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:17:57.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d686e50-5219-4583-90a5-058f5c0af9e4 37ee85374f994d01a708af383046583a fda893f8bda34ba6bba45503419cfaf4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/1019] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/subnets/865d901a-03e6-49f3-8ef5-3e1d0e4a5649 => 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: 510/1020] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/qos/policies/c15e02ae-ec26-4538-866d-3f0249018f1b => 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: 511/1021] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/qos/policies/fee2be42-ef64-4bd5-a698-6c09a1cdb6e1 => 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: 511/1022] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:17:57 2026] DELETE /v2.0/qos/policies/fbf1004c-3521-44fe-a9ae-264046624741 => 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: 512/1023] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:57 2026] GET /v2.0/security-groups?tenant_id=fda893f8bda34ba6bba45503419cfaf4&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1024] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:58 2026] DELETE /v2.0/security-groups/d4ccd0e3-e20c-4362-bbb1-06b62c3fc973 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1025] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:58 2026] GET /v2.0/security-groups?tenant_id=88373c822a904eaeb2b1d26dd74e0ea3&name=default => generated 2925 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:17:59.479 7 INFO neutron.db.segments_db [None req-2aaf7581-2c55-4e83-9c5c-0e64f88ac07e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 8a91852c-c4a8-40b6-abd7-2476731711ef of type vxlan for network d05401ae-7661-490b-915f-479efb99b76a [pid: 8|app: 0|req: 514/1026] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:59 2026] DELETE /v2.0/security-groups/0e84d671-8d7d-4aa7-9fbd-bbff695c3a80 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1027] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:17:58 2026] POST /v2.0/networks => generated 725 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1028] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:59 2026] POST /v2.0/subnets => generated 691 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:17:59.859 8 INFO neutron.db.segments_db [None req-d3cd716a-bf33-403f-9454-6c2729d3e6f1 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment af1c2a9b-57e4-42d3-845e-64d2fa7be748 of type vxlan for network f4c397dc-7c2f-46e3-a5b1-c3a891254170 [pid: 7|app: 0|req: 514/1029] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:17:59 2026] GET /v2.0/security-groups?tenant_id=bf3c6fdbc00845208ddd726ce73b04f4&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1030] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:17:59 2026] DELETE /v2.0/security-groups/89ea0318-56fa-48b3-beb2-0f8a6a691bde => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:00.103 8 INFO neutron.db.l3_hamode_db [None req-d3cd716a-bf33-403f-9454-6c2729d3e6f1 3745c1b87ad94bcea4c6d948ef5067c2 361d3fd11c7a446bb83d3e1de3e7204c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 516/1031] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:00 2026] GET /v2.0/security-groups?tenant_id=74ce277fe9534ebca992fe5b125dfcbe&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1032] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:00 2026] DELETE /v2.0/security-groups/e4eef31d-2df8-4be6-9623-9ca34acea587 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:00.847 8 INFO neutron.db.l3_hamode_db [None req-d3cd716a-bf33-403f-9454-6c2729d3e6f1 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 516/1033] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:17:59 2026] POST /v2.0/routers => generated 731 bytes in 1843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1034] 10.0.0.198 () {32 vars in 802 bytes} [Sat Apr 25 01:18:02 2026] GET /v2.0/extensions => generated 21537 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1035] 10.0.0.198 () {30 vars in 724 bytes} [Sat Apr 25 01:18:02 2026] GET /v2.0/quotas/4b62437600a545c4845fd894ef6e5f10/details => generated 847 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1036] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:01 2026] PUT /v2.0/routers/c82c6291-4add-4b70-9ef6-e33428f87413/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1037] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:18:03 2026] POST /v2.0/security-groups => generated 1659 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1038] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1039] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1040] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:18:03 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1041] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:04 2026] GET /v2.0/security-groups?tenant_id=c893fb502dd34742853f81d68cd04c64&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1042] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:04 2026] DELETE /v2.0/security-groups/b42812be-2350-4dac-b8d1-9f55789f40b2 => 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: 522/1043] 10.0.0.149 () {34 vars in 1100 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1445969827&fields=id&tenant_id=361d3fd11c7a446bb83d3e1de3e7204c => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1044] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/networks?id=d05401ae-7661-490b-915f-479efb99b76a => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1045] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/quotas/361d3fd11c7a446bb83d3e1de3e7204c => 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: 522/1046] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:04 2026] GET /v2.0/security-groups?tenant_id=13ba6d7679b04bd1a0b05407ace7b008&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1047] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/ports?tenant_id=361d3fd11c7a446bb83d3e1de3e7204c&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1048] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:05 2026] DELETE /v2.0/security-groups/2697c9ca-3edf-48e2-bf80-f49b469c948a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1049] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1050] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a?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: 526/1051] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:05 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:05.639 7 INFO neutron.db.segments_db [None req-1bdb8ba1-6eca-413e-a4ac-3c3518e84370 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] Added segment 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 of type vxlan for network 6c09130b-534e-46f1-a15e-f6a6987fbdb1 [pid: 7|app: 0|req: 526/1052] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:05 2026] POST /v2.0/networks => generated 613 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1053] 10.0.0.198 () {32 vars in 802 bytes} [Sat Apr 25 01:18:06 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1054] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:05 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:06.126 7 INFO neutron.db.segments_db [None req-777bf301-417d-4611-94f6-ed242826e0be 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] Added segment 7aaf8a50-e322-45dd-a72a-7b9247975239 of type vxlan for network bbbf5f77-4ee4-4ebe-bb71-db7064883b88 [pid: 8|app: 0|req: 528/1055] 10.0.0.198 () {30 vars in 724 bytes} [Sat Apr 25 01:18:06 2026] GET /v2.0/quotas/4b62437600a545c4845fd894ef6e5f10/details => generated 847 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1056] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:06 2026] POST /v2.0/networks => generated 612 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1057] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:06 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:06.594 7 INFO neutron.db.segments_db [None req-5f9686ce-7a9c-40cd-bb41-44f0b577d2f6 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] Added segment 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 of type vxlan for network 0a0c564f-2578-4cea-bdc3-283522fe5cf6 [pid: 8|app: 0|req: 530/1058] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:06 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 529/1059] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:06 2026] POST /v2.0/networks => generated 612 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1060] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:06 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:07.054 7 INFO neutron.db.segments_db [None req-8e64cedd-1ddb-4249-bf7c-403523f6335e 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] Added segment b67b8c09-29d6-42bf-9aa2-9bd483f549b6 of type vxlan for network eb56c30c-22db-4662-b9f4-80ed962fb701 [pid: 7|app: 0|req: 530/1061] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:06 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1062] 10.0.0.158 () {32 vars in 653 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions => generated 21537 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1063] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1064] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1065] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1066] 10.0.0.158 () {32 vars in 665 bytes} [Sat Apr 25 01:18:07 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: 536/1067] 10.0.0.158 () {32 vars in 699 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1068] 10.0.0.158 () {32 vars in 697 bytes} [Sat Apr 25 01:18:07 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: 538/1069] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1070] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:07 2026] POST /v2.0/subnets => generated 629 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1071] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1072] 10.0.0.158 () {32 vars in 703 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1073] 10.0.0.158 () {32 vars in 693 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1074] 10.0.0.158 () {32 vars in 695 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1075] 10.0.0.158 () {32 vars in 685 bytes} [Sat Apr 25 01:18:07 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: 538/1076] 10.0.0.158 () {32 vars in 687 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 539/1077] 10.0.0.158 () {32 vars in 661 bytes} [Sat Apr 25 01:18:07 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) 2026-04-25 01:18:07.558 7 INFO neutron.db.segments_db [None req-b9c2d63f-8151-4ad6-b7b0-8111d374d68c 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] Added segment 56c4c4e6-7abf-41a2-abc3-022c3e22934c of type vxlan for network f610b425-5d3a-4d7e-8c3f-05f38a905688 [pid: 8|app: 0|req: 540/1078] 10.0.0.158 () {32 vars in 699 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1079] 10.0.0.158 () {32 vars in 679 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1080] 10.0.0.158 () {32 vars in 683 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 543/1081] 10.0.0.158 () {32 vars in 675 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 544/1082] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 545/1083] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 546/1084] 10.0.0.158 () {32 vars in 687 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 547/1085] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1086] 10.0.0.158 () {32 vars in 687 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 549/1087] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1088] 10.0.0.158 () {32 vars in 699 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1089] 10.0.0.158 () {32 vars in 679 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 552/1090] 10.0.0.158 () {32 vars in 667 bytes} [Sat Apr 25 01:18:07 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: 539/1091] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:07 2026] POST /v2.0/networks => generated 612 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1092] 10.0.0.158 () {32 vars in 677 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1093] 10.0.0.158 () {32 vars in 665 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/l3-ha => 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: 555/1094] 10.0.0.158 () {32 vars in 675 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 556/1095] 10.0.0.158 () {32 vars in 713 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 557/1096] 10.0.0.158 () {32 vars in 691 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 558/1097] 10.0.0.158 () {32 vars in 683 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 559/1098] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 560/1099] 10.0.0.158 () {32 vars in 687 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1100] 10.0.0.158 () {32 vars in 705 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1101] 10.0.0.158 () {32 vars in 675 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1102] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1103] 10.0.0.158 () {32 vars in 675 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1104] 10.0.0.158 () {32 vars in 693 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1105] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 567/1106] 10.0.0.158 () {32 vars in 709 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1107] 10.0.0.158 () {32 vars in 705 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1108] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 570/1109] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1110] 10.0.0.158 () {32 vars in 697 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1111] 10.0.0.158 () {32 vars in 711 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1112] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1113] 10.0.0.158 () {32 vars in 687 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1114] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1115] 10.0.0.158 () {32 vars in 675 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1116] 10.0.0.158 () {32 vars in 671 bytes} [Sat Apr 25 01:18:07 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: 8|app: 0|req: 578/1117] 10.0.0.158 () {32 vars in 661 bytes} [Sat Apr 25 01:18:07 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: 579/1118] 10.0.0.158 () {32 vars in 699 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1119] 10.0.0.158 () {32 vars in 699 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1120] 10.0.0.158 () {32 vars in 677 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1121] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1122] 10.0.0.158 () {32 vars in 683 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1123] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1124] 10.0.0.158 () {32 vars in 685 bytes} [Sat Apr 25 01:18:07 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: 540/1125] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:07 2026] POST /v2.0/subnets => generated 629 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1126] 10.0.0.158 () {32 vars in 707 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1127] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:07 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1128] 10.0.0.158 () {32 vars in 697 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1129] 10.0.0.158 () {32 vars in 695 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1130] 10.0.0.158 () {32 vars in 685 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1131] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 592/1132] 10.0.0.158 () {32 vars in 705 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1133] 10.0.0.158 () {32 vars in 667 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1134] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:08 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: 541/1135] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:18:07 2026] PUT /v2.0/subnets/c008a8ad-71f7-4bec-9619-f514c9ae9fe0/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1136] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1137] 10.0.0.158 () {32 vars in 691 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1138] 10.0.0.158 () {32 vars in 691 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1139] 10.0.0.158 () {32 vars in 695 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1140] 10.0.0.158 () {32 vars in 685 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 600/1141] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1142] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1143] 10.0.0.158 () {32 vars in 703 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1144] 10.0.0.158 () {32 vars in 713 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1145] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 542/1146] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:18:08 2026] PUT /v2.0/subnets/821a837e-759d-403f-acfa-f5e1e425de2b/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1147] 10.0.0.158 () {32 vars in 715 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1148] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1149] 10.0.0.158 () {32 vars in 741 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 608/1150] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 609/1151] 10.0.0.158 () {32 vars in 683 bytes} [Sat Apr 25 01:18:08 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: 610/1152] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1153] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1154] 10.0.0.158 () {32 vars in 679 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 613/1155] 10.0.0.158 () {32 vars in 669 bytes} [Sat Apr 25 01:18:08 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: 543/1156] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:18:08 2026] PUT /v2.0/subnets/1d766423-9dff-4975-81a1-8a18696aa34f/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1157] 10.0.0.158 () {32 vars in 697 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1158] 10.0.0.158 () {32 vars in 705 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1159] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1160] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1161] 10.0.0.158 () {32 vars in 683 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1162] 10.0.0.158 () {32 vars in 705 bytes} [Sat Apr 25 01:18:08 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: 544/1163] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:18:08 2026] PUT /v2.0/subnets/a1ab8361-e2f5-4b2d-8c0a-a3ea13d679e6/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1164] 10.0.0.158 () {32 vars in 695 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1165] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 622/1166] 10.0.0.158 () {32 vars in 697 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1167] 10.0.0.158 () {32 vars in 679 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1168] 10.0.0.158 () {32 vars in 689 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1169] 10.0.0.158 () {32 vars in 701 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1170] 10.0.0.158 () {32 vars in 665 bytes} [Sat Apr 25 01:18:08 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: 545/1171] 10.0.0.158 () {32 vars in 664 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1172] 10.0.0.158 () {32 vars in 681 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 628/1173] 10.0.0.158 () {32 vars in 677 bytes} [Sat Apr 25 01:18:08 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: 8|app: 0|req: 629/1174] 10.0.0.158 () {32 vars in 693 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1175] 10.0.0.158 () {32 vars in 677 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1176] 10.0.0.158 () {32 vars in 667 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1177] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1178] 10.0.0.158 () {32 vars in 675 bytes} [Sat Apr 25 01:18:08 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: 546/1179] 10.0.0.158 () {32 vars in 678 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1180] 10.0.0.158 () {32 vars in 687 bytes} [Sat Apr 25 01:18:08 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: 7|app: 0|req: 547/1181] 10.0.0.158 () {32 vars in 674 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1182] 10.0.0.158 () {32 vars in 686 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1183] 10.0.0.158 () {32 vars in 672 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1184] 10.0.0.158 () {32 vars in 686 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1185] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1186] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1187] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/security-groups?tenant_id=f0add2823ba343e782fa86ddac73b196&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1188] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:09 2026] DELETE /v2.0/security-groups/a8e167cd-6a33-4f42-8d63-3e92ad83d5de => 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: 637/1189] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:18:08 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1190] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:09 2026] DELETE /v2.0/subnets/c008a8ad-71f7-4bec-9619-f514c9ae9fe0 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1191] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:09 2026] GET /v2.0/security-groups?tenant_id=4b62437600a545c4845fd894ef6e5f10&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1192] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:09 2026] DELETE /v2.0/subnets/821a837e-759d-403f-acfa-f5e1e425de2b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1193] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:09 2026] DELETE /v2.0/security-groups/05ff9081-5489-47ce-8c32-789176a5a828 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1194] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:09 2026] DELETE /v2.0/subnets/1d766423-9dff-4975-81a1-8a18696aa34f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1197] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:10 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 555/1198] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:09 2026] DELETE /v2.0/subnets/a1ab8361-e2f5-4b2d-8c0a-a3ea13d679e6 => 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: 644/1199] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:10 2026] DELETE /v2.0/subnets/93b122bf-7e8d-4ec2-bb38-72084b4c497b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:18:10.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf190db4-4766-49f3-a954-de63bb89ea3b 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] TaaS: Handle Delete Port: d1440658-9281-48b7-812d-b6b752f7b2e6 2026-04-25 01:18:10.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf190db4-4766-49f3-a954-de63bb89ea3b 46d008b7bc854a0491c0ccff0410a1db 38b992b3f2c04784b99e5151906bc3e0 - - default default] Tap Mirror: Handle Delete Port: d1440658-9281-48b7-812d-b6b752f7b2e6 2026-04-25 01:18:10.492 7 INFO neutron.services.segments.plugin [-] Segment 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 resource provider aggregate not found 2026-04-25 01:18:10.501 7 INFO neutron.services.segments.plugin [-] Segment 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 resource provider aggregate not found 2026-04-25 01:18:10.526 7 INFO neutron.services.segments.plugin [-] Segment 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 found for delete ", "request_id": "req-94d6d0da-3d25-470b-9fe6-40b088a3fcb1"}]} 2026-04-25 01:18:10.527 7 INFO neutron.services.segments.plugin [-] Segment 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31edb3ad-214f-4ed4-b115-7d6fc1b8d7a3 found for delete ", "request_id": "req-5d462aa0-dc3c-42f1-a70f-68eb1e8cc806"}]} [pid: 7|app: 0|req: 556/1200] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:10 2026] DELETE /v2.0/networks/6c09130b-534e-46f1-a15e-f6a6987fbdb1 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:18:10.650 8 INFO neutron.services.segments.plugin [-] Segment 7aaf8a50-e322-45dd-a72a-7b9247975239 resource provider aggregate not found 2026-04-25 01:18:10.652 8 INFO neutron.services.segments.plugin [-] Segment 7aaf8a50-e322-45dd-a72a-7b9247975239 resource provider aggregate not found 2026-04-25 01:18:10.679 8 INFO neutron.services.segments.plugin [-] Segment 7aaf8a50-e322-45dd-a72a-7b9247975239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aaf8a50-e322-45dd-a72a-7b9247975239 found for delete ", "request_id": "req-2a333623-c2ec-4336-bc41-ff285fd129dd"}]} 2026-04-25 01:18:10.687 8 INFO neutron.services.segments.plugin [-] Segment 7aaf8a50-e322-45dd-a72a-7b9247975239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aaf8a50-e322-45dd-a72a-7b9247975239 found for delete ", "request_id": "req-d9fe6335-5281-4ccd-a89b-4df3e832a6d5"}]} [pid: 8|app: 0|req: 645/1201] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:10 2026] DELETE /v2.0/networks/bbbf5f77-4ee4-4ebe-bb71-db7064883b88 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1202] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:10 2026] DELETE /v2.0/networks/0a0c564f-2578-4cea-bdc3-283522fe5cf6 => 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: 646/1203] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:10 2026] DELETE /v2.0/networks/eb56c30c-22db-4662-b9f4-80ed962fb701 => 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: 647/1204] 10.0.0.158 () {32 vars in 623 bytes} [Sat Apr 25 01:18:11 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: 558/1205] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:10 2026] DELETE /v2.0/networks/f610b425-5d3a-4d7e-8c3f-05f38a905688 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1206] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:11 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 648/1207] 10.0.0.158 () {32 vars in 633 bytes} [Sat Apr 25 01:18:11 2026] GET /v2.0/ => generated 632 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1208] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:18:11 2026] GET /v2.0/networks?id=d05401ae-7661-490b-915f-479efb99b76a => generated 676 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1209] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:18:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=361d3fd11c7a446bb83d3e1de3e7204c => generated 181 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1210] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:11 2026] GET /v2.0/security-groups?tenant_id=50cd073a4e34480a963ce9155ea99e76&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1211] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:18:11 2026] POST /v2.0/ports => generated 958 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1212] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:12 2026] DELETE /v2.0/security-groups/d342aeab-ea93-4b8e-925d-e68501cf9b31 => generated 0 bytes in 108 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: 652/1213] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:12 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 961 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1214] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:12 2026] GET /v2.0/security-groups?tenant_id=0ed2a35be9b84ece87df6dfd1de848d5&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:12.557 7 INFO neutron.services.segments.plugin [-] Segment 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 resource provider aggregate not found 2026-04-25 01:18:12.563 7 INFO neutron.services.segments.plugin [-] Segment 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 resource provider aggregate not found [pid: 7|app: 0|req: 563/1215] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:12 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&fields=id&fields=name => generated 114 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:12.592 7 INFO neutron.services.segments.plugin [-] Segment 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 found for delete ", "request_id": "req-501feee8-2b80-4d21-997a-ebeda73eab6e"}]} 2026-04-25 01:18:12.607 7 INFO neutron.services.segments.plugin [-] Segment 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f5d1852-5bc2-4fd1-95d4-1091fb3d3807 found for delete ", "request_id": "req-8468e500-1949-4ba7-bc73-c049d2f32023"}]} 2026-04-25 01:18:12.623 7 INFO neutron.services.segments.plugin [-] Segment 56c4c4e6-7abf-41a2-abc3-022c3e22934c resource provider aggregate not found 2026-04-25 01:18:12.632 7 INFO neutron.services.segments.plugin [-] Segment 56c4c4e6-7abf-41a2-abc3-022c3e22934c resource provider aggregate not found 2026-04-25 01:18:12.649 7 INFO neutron.services.segments.plugin [-] Segment 56c4c4e6-7abf-41a2-abc3-022c3e22934c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56c4c4e6-7abf-41a2-abc3-022c3e22934c found for delete ", "request_id": "req-5bd2bd4c-b6ad-4293-a951-6d9a928b8c46"}]} 2026-04-25 01:18:12.669 7 INFO neutron.services.segments.plugin [-] Segment 56c4c4e6-7abf-41a2-abc3-022c3e22934c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56c4c4e6-7abf-41a2-abc3-022c3e22934c found for delete ", "request_id": "req-e83810db-aeb4-4d7f-8421-a3d37d17e9ec"}]} 2026-04-25 01:18:12.714 8 INFO neutron.services.segments.plugin [-] Segment b67b8c09-29d6-42bf-9aa2-9bd483f549b6 resource provider aggregate not found 2026-04-25 01:18:12.723 8 INFO neutron.services.segments.plugin [-] Segment b67b8c09-29d6-42bf-9aa2-9bd483f549b6 resource provider aggregate not found [pid: 7|app: 0|req: 564/1216] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:12 2026] DELETE /v2.0/security-groups/cff703b1-b379-4094-af4d-b4761e3527b7 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:12.742 8 INFO neutron.services.segments.plugin [-] Segment b67b8c09-29d6-42bf-9aa2-9bd483f549b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b67b8c09-29d6-42bf-9aa2-9bd483f549b6 found for delete ", "request_id": "req-481d670a-2f7b-43cf-a565-948baf3b82bb"}]} 2026-04-25 01:18:12.748 8 INFO neutron.services.segments.plugin [-] Segment b67b8c09-29d6-42bf-9aa2-9bd483f549b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b67b8c09-29d6-42bf-9aa2-9bd483f549b6 found for delete ", "request_id": "req-0b3394a0-1350-45a7-bcbd-896f32183dd8"}]} [pid: 8|app: 0|req: 653/1217] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:18:12 2026] PUT /v2.0/ports/6362b74e-3418-47cb-83dc-44b867b87f57 => generated 1239 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:12.913 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f870f0b9-e8db-4615-a6ba-f81a03f8bcab'] response: {'name': 'network-changed', 'server_uuid': '8755e095-a8d6-44db-97cd-2e4953bbcafe', 'tag': '6362b74e-3418-47cb-83dc-44b867b87f57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/1218] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:12 2026] GET /v2.0/security-groups?tenant_id=38b992b3f2c04784b99e5151906bc3e0&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 654/1219] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:12 2026] DELETE /v2.0/security-groups/1d0966c4-2307-4b13-b41f-9277d0d2539d => 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: 655/1220] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:13 2026] GET /v2.0/security-groups?tenant_id=6f558cd4268f4a56aa380aab442b611c&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1221] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:13 2026] DELETE /v2.0/security-groups/fb6633be-a76e-4313-9bf7-fc20df2dbbac => 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: 657/1222] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:13 2026] GET /v2.0/ports?tenant_id=361d3fd11c7a446bb83d3e1de3e7204c&device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:13.492 7 INFO neutron.db.segments_db [None req-8d15e131-3a48-45d2-9c27-601cf52690dd ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Added segment 2df96a1b-87ff-4440-9132-6421b4e9639a of type vxlan for network b3c37818-104c-419c-ad76-3d12ea667a9f [pid: 8|app: 0|req: 658/1223] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:18:13 2026] GET /v2.0/networks?tenant_id=361d3fd11c7a446bb83d3e1de3e7204c&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1224] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:18:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1225] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:18:13 2026] POST /v2.0/networks => generated 614 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:13.649 8 INFO neutron.db.segments_db [None req-665aed68-dace-4d91-8ba0-5b1e36979425 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Added segment 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 of type vxlan for network 42374dfe-3e77-4849-bd9e-9e495942755f [pid: 7|app: 0|req: 567/1226] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:13 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1227] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:13 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:13.905 8 INFO neutron.db.l3_hamode_db [None req-665aed68-dace-4d91-8ba0-5b1e36979425 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 569/1228] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/ports?tenant_id=361d3fd11c7a446bb83d3e1de3e7204c&device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 570/1229] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6362b74e-3418-47cb-83dc-44b867b87f57 => 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: 571/1230] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/subnets?id=2a817199-5ae8-4763-ad13-4bc436e143f8 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:14.739 8 INFO neutron.db.l3_hamode_db [None req-665aed68-dace-4d91-8ba0-5b1e36979425 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 572/1231] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/ports?network_id=d05401ae-7661-490b-915f-479efb99b76a&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: 573/1232] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a?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: 574/1233] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a?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: 575/1234] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1235] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:14 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&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: 660/1236] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:13 2026] POST /v2.0/routers => generated 695 bytes in 2123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1237] 10.0.0.158 () {32 vars in 776 bytes} [Sat Apr 25 01:18:15 2026] GET /v2.0/subnets?project_id=fe7ff1c8c54e483aaab914a72dcf7c09&cidr=10.100.0.0%2F28 => generated 14 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1238] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:18:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1239] 10.0.0.158 () {32 vars in 784 bytes} [Sat Apr 25 01:18:16 2026] GET /v2.0/subnets?network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890&cidr=10.100.0.0%2F28 => 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: 662/1240] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:16 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1241] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:16 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1242] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:16 2026] POST /v2.0/subnets => generated 656 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:17.620 7 INFO neutron.db.segments_db [None req-22144456-45f5-4653-b11b-290d2b2d1843 3104f515d26a46ecb58a7f6dff03a1b8 76e720f3dbd249938982b93bd76dded5 - - default default] Added segment eb81a111-490c-4cbd-afad-95e351ed458c of type vxlan for network d2a2c99d-4040-4f5e-8570-63a39ec72a20 [pid: 7|app: 0|req: 580/1243] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:16 2026] POST /v2.0/networks => generated 612 bytes in 937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1244] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:17 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1245] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:16 2026] PUT /v2.0/routers/d0a4bcd3-7d43-476e-8821-f21abefdc234/add_router_interface => generated 309 bytes in 1730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1246] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&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: 582/1247] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:18:17 2026] POST /v2.0/ports => generated 743 bytes in 431 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: 666/1248] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/security-groups?tenant_id=54dd4a9a018c4d5fb4cccb903c254ff4&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1249] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/networks => generated 5764 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1250] 10.0.0.158 () {34 vars in 747 bytes} [Sat Apr 25 01:18:18 2026] PUT /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 668/1251] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/subnets => generated 3897 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1252] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:18 2026] DELETE /v2.0/security-groups/b8c1e9a1-6f43-49b6-9e86-513f6c6ad296 => 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: 669/1253] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 585/1254] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/routers => generated 1465 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1255] 10.0.0.158 () {34 vars in 758 bytes} [Sat Apr 25 01:18:18 2026] PUT /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/green => generated 4 bytes in 92 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: 671/1256] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 586/1257] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/security-groups?tenant_id=6a9165cf63254bddbe869da90186b6e7&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1258] 10.0.0.158 () {34 vars in 754 bytes} [Sat Apr 25 01:18:18 2026] PUT /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/red => generated 4 bytes in 83 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: 672/1259] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:18:18 2026] POST /v2.0/security-groups => generated 1675 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1260] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:18 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 588/1261] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:18 2026] DELETE /v2.0/security-groups/147f8103-3915-43ff-b20d-3924d8433b96 => 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: 674/1262] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1263] 10.0.0.158 () {34 vars in 776 bytes} [Sat Apr 25 01:18:19 2026] PUT /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/black.or.white => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 590/1264] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 52 bytes in 68 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: 675/1265] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1266] 10.0.0.158 () {34 vars in 747 bytes} [Sat Apr 25 01:18:19 2026] PUT /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 676/1267] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1268] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 37 bytes in 72 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: 678/1269] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&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: 592/1270] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1271] 10.0.0.158 () {32 vars in 735 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/red => generated 0 bytes in 59 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-25 01:18:19.574 8 INFO neutron.api.v2.resource [None req-e010ce4b-0a57-4a6c-b6a5-dc28949701cf 3104f515d26a46ecb58a7f6dff03a1b8 76e720f3dbd249938982b93bd76dded5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1272] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/green => generated 99 bytes in 85 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: 593/1273] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:19.655 7 INFO neutron.db.securitygroups_db [None req-2044cc9b-8dab-4927-bc15-01197e4574d5 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Project fe7ff1c8c54e483aaab914a72dcf7c09 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: 681/1274] 10.0.0.158 () {32 vars in 738 bytes} [Sat Apr 25 01:18:19 2026] DELETE /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/red => generated 0 bytes in 89 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: 682/1275] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 30 bytes in 68 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: 594/1276] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:19.823 7 INFO neutron.db.securitygroups_db [None req-2df83384-4039-4656-888d-2f8969dca356 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Project fe7ff1c8c54e483aaab914a72dcf7c09 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-25 01:18:19.826 8 INFO neutron.api.v2.resource [None req-b82799d1-6444-4bc8-bd30-9597e80ad32e 3104f515d26a46ecb58a7f6dff03a1b8 76e720f3dbd249938982b93bd76dded5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 683/1277] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:18:19 2026] DELETE /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags/green => generated 99 bytes in 74 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: 684/1278] 10.0.0.158 () {32 vars in 730 bytes} [Sat Apr 25 01:18:19 2026] DELETE /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 0 bytes in 65 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: 685/1279] 10.0.0.158 () {32 vars in 727 bytes} [Sat Apr 25 01:18:19 2026] GET /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16/tags => generated 12 bytes in 44 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: 595/1280] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:20.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-d91d2f81-debe-4d68-b0c8-285c446af508 3104f515d26a46ecb58a7f6dff03a1b8 76e720f3dbd249938982b93bd76dded5 - - default default] TaaS: Handle Delete Port: c0fe4166-3b86-4a3c-8cc5-df73c70e2b16 2026-04-25 01:18:20.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d91d2f81-debe-4d68-b0c8-285c446af508 3104f515d26a46ecb58a7f6dff03a1b8 76e720f3dbd249938982b93bd76dded5 - - default default] Tap Mirror: Handle Delete Port: c0fe4166-3b86-4a3c-8cc5-df73c70e2b16 [pid: 8|app: 0|req: 686/1281] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:18:19 2026] DELETE /v2.0/ports/c0fe4166-3b86-4a3c-8cc5-df73c70e2b16 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:18:20.386 7 INFO neutron.services.segments.plugin [-] Segment eb81a111-490c-4cbd-afad-95e351ed458c resource provider aggregate not found 2026-04-25 01:18:20.392 7 INFO neutron.services.segments.plugin [-] Segment eb81a111-490c-4cbd-afad-95e351ed458c resource provider aggregate not found 2026-04-25 01:18:20.415 7 INFO neutron.services.segments.plugin [-] Segment eb81a111-490c-4cbd-afad-95e351ed458c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb81a111-490c-4cbd-afad-95e351ed458c found for delete ", "request_id": "req-00375c17-775d-49ee-80eb-d484c65d3b7e"}]} 2026-04-25 01:18:20.421 7 INFO neutron.services.segments.plugin [-] Segment eb81a111-490c-4cbd-afad-95e351ed458c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb81a111-490c-4cbd-afad-95e351ed458c found for delete ", "request_id": "req-05e9579e-f691-4a60-86bf-e78960934b40"}]} [pid: 7|app: 0|req: 596/1282] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:20 2026] DELETE /v2.0/networks/d2a2c99d-4040-4f5e-8570-63a39ec72a20 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1283] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1284] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1285] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/networks => generated 1298 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1286] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 600/1287] 10.0.0.149 () {34 vars in 1100 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1455503908&fields=id&tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1288] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1289] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/quotas/fe7ff1c8c54e483aaab914a72dcf7c09 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1290] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:18:20 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&fields=id => generated 103 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:21.227 8 INFO neutron.db.l3_db [None req-bf4ce49c-0a09-4572-b17b-b37501ee3b17 b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] Floating IP b6568402-a56c-4a2a-b89a-7f05fbb9da85 associated. External IP: 10.96.250.213, port: 6362b74e-3418-47cb-83dc-44b867b87f57. [pid: 7|app: 0|req: 604/1291] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:21 2026] GET /v2.0/security-groups?tenant_id=8186b1e7722e4aa398b3785d6277b24f&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1292] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:18:20 2026] PUT /v2.0/floatingips/b6568402-a56c-4a2a-b89a-7f05fbb9da85 => generated 856 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1293] 10.0.0.149 () {34 vars in 907 bytes} [Sat Apr 25 01:18:21 2026] GET /v2.0/extensions => generated 21537 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1294] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:18:21 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1295] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:21 2026] DELETE /v2.0/security-groups/c8e7cb80-35f1-4006-b9f2-a75dec370418 => 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: 607/1296] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:21 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1297] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:18:21 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1298] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:21 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&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-25 01:18:21.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8956b9d-0a73-44e6-ba6e-869d6f73a98b'] response: {'name': 'network-changed', 'server_uuid': '8755e095-a8d6-44db-97cd-2e4953bbcafe', 'tag': '6362b74e-3418-47cb-83dc-44b867b87f57', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 691/1299] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/security-groups?tenant_id=76e720f3dbd249938982b93bd76dded5&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1300] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 609/1301] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:22 2026] DELETE /v2.0/security-groups/f8242b70-d99f-4b29-8e17-10c7076d41c2 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1302] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1303] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&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: 694/1304] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/ports?tenant_id=361d3fd11c7a446bb83d3e1de3e7204c&device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 611/1305] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/networks?id=d05401ae-7661-490b-915f-479efb99b76a => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1306] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6362b74e-3418-47cb-83dc-44b867b87f57 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1307] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/subnets?id=2a817199-5ae8-4763-ad13-4bc436e143f8 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1308] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/ports?network_id=d05401ae-7661-490b-915f-479efb99b76a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1309] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a?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: 697/1310] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:18:22 2026] GET /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a?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: 614/1311] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:23 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1312] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:23 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1313] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:23 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1314] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:24 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 616/1315] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:18:24 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1316] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:24 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1317] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:24 2026] GET /v2.0/security-groups?id=f83616ff-fedd-4acc-a4f5-3fefe3ea0f37&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-25 01:18:24.934 7 INFO neutron_taas.services.taas.taas_plugin [req-0673de3a-ad91-4e1a-8f74-764eef02294d req-7d376a6d-2cea-4da1-b48c-fcc1245c2f5a b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] TaaS: Handle Delete Port: 6362b74e-3418-47cb-83dc-44b867b87f57 2026-04-25 01:18:24.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0673de3a-ad91-4e1a-8f74-764eef02294d req-7d376a6d-2cea-4da1-b48c-fcc1245c2f5a b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] Tap Mirror: Handle Delete Port: 6362b74e-3418-47cb-83dc-44b867b87f57 2026-04-25 01:18:25.043 7 INFO neutron.db.l3_db [req-0673de3a-ad91-4e1a-8f74-764eef02294d req-7d376a6d-2cea-4da1-b48c-fcc1245c2f5a b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] Floating IP b6568402-a56c-4a2a-b89a-7f05fbb9da85 disassociated. External IP: 10.96.250.213, port: 6362b74e-3418-47cb-83dc-44b867b87f57. [pid: 7|app: 0|req: 617/1320] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:18:24 2026] DELETE /v2.0/ports/6362b74e-3418-47cb-83dc-44b867b87f57 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1321] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:25 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:25.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02fb8b5c-fffb-4113-b95f-220eebac1807'] response: {'server_uuid': '8755e095-a8d6-44db-97cd-2e4953bbcafe', 'name': 'network-vif-deleted', 'tag': '6362b74e-3418-47cb-83dc-44b867b87f57', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 704/1322] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:25 2026] GET /v2.0/security-groups?tenant_id=07b43556024a4b0dbfa16ae6c6ba1b19&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1323] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:25 2026] DELETE /v2.0/security-groups/e9f88e01-67a8-4409-b006-08071c7e26b9 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1324] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:25 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 620/1325] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:25 2026] GET /v2.0/security-groups?tenant_id=a07b3ac05ed746ec903b89b8468a2cef&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1326] 10.0.0.158 () {34 vars in 678 bytes} [Sat Apr 25 01:18:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1327] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:26 2026] DELETE /v2.0/security-groups/8f5929b2-e8fb-427d-9b80-7f3a98176347 => 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: 707/1328] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:18:26 2026] PUT /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1329] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1330] 10.0.0.158 () {34 vars in 764 bytes} [Sat Apr 25 01:18:26 2026] PUT /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1331] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1332] 10.0.0.158 () {34 vars in 760 bytes} [Sat Apr 25 01:18:26 2026] PUT /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/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: 710/1333] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1334] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1335] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1336] 10.0.0.158 () {34 vars in 782 bytes} [Sat Apr 25 01:18:26 2026] PUT /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1337] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1338] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 714/1339] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:18:26 2026] PUT /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1340] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1341] 10.0.0.158 () {32 vars in 741 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:26.751 8 INFO neutron.api.v2.resource [None req-d6a2d8a6-96e6-4de3-ac2d-c70889267db6 613965ae37ff49dbb5678dd1fc45e8a9 9e25f9a465894c0bbc37716502c4a322 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1342] 10.0.0.158 () {32 vars in 745 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1343] 10.0.0.158 () {32 vars in 744 bytes} [Sat Apr 25 01:18:26 2026] DELETE /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1344] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:26.890 8 INFO neutron.api.v2.resource [None req-f8e0c4c5-f48e-4f83-b113-d2a759ff7492 613965ae37ff49dbb5678dd1fc45e8a9 9e25f9a465894c0bbc37716502c4a322 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1345] 10.0.0.158 () {32 vars in 748 bytes} [Sat Apr 25 01:18:26 2026] DELETE /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1346] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:18:26 2026] POST /v2.0/ports => generated 958 bytes in 401 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: 721/1347] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:18:26 2026] DELETE /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => 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: 722/1348] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:18:26 2026] GET /v2.0/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1349] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:27 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 724/1350] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:18:27 2026] DELETE /v2.0/qos/policies/e4ac47bd-712a-43cd-98d5-f3f8e1239919 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1351] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:18:26 2026] PUT /v2.0/ports/63f41619-a9ee-46a1-b435-a2ead11291ef => generated 1239 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:27.508 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d406e3f2-5626-4c02-93f5-f514718384e2'] response: {'name': 'network-changed', 'server_uuid': '9ab94e8f-efc5-404d-949a-3e461efcc670', 'tag': '63f41619-a9ee-46a1-b435-a2ead11291ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 725/1352] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:27 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 973 bytes in 91 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: 628/1353] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:27 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&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: 629/1354] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:28 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1355] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:18:28 2026] GET /v2.0/networks?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1356] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:18:28 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: 632/1357] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:28 2026] GET /v2.0/ports?device_id=8755e095-a8d6-44db-97cd-2e4953bbcafe => 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: 726/1358] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:27 2026] GET /v2.0/security-groups?tenant_id=9e25f9a465894c0bbc37716502c4a322&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1359] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:28 2026] DELETE /v2.0/security-groups/4849c02c-7a1f-4111-b9af-5fdbb3d92a7a => 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: 727/1360] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:28 2026] GET /v2.0/security-groups?tenant_id=d98acbddd0df436da748ba2b416fb731&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1361] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:28 2026] DELETE /v2.0/security-groups/9db39d62-b86b-4fdc-9c72-dc6e4d0fe764 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1362] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:28 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1363] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:28 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&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: 729/1364] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1365] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=63f41619-a9ee-46a1-b435-a2ead11291ef => 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: 730/1366] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/subnets?id=7ba312b9-96ad-44a3-b486-051d6927c588 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1367] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/ports?network_id=b3c37818-104c-419c-ad76-3d12ea667a9f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1368] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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: 637/1369] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:29 2026] DELETE /v2.0/security-groups/f83616ff-fedd-4acc-a4f5-3fefe3ea0f37 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1370] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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-25 01:18:29.493 7 INFO neutron.api.v2.resource [None req-592e1b8b-8121-4c32-b199-3d85a465dfaa b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1371] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:18:29 2026] GET /v2.0/security-groups/f83616ff-fedd-4acc-a4f5-3fefe3ea0f37 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:18:29.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4f779a1-1f7a-428b-9357-5fce9517d4f2 b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] TaaS: Handle Delete Port: 674a02a5-4266-4bd4-b9b6-1f53a628883a 2026-04-25 01:18:29.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f779a1-1f7a-428b-9357-5fce9517d4f2 b6ccc74baeeb4f5bb60101e78765a1f3 361d3fd11c7a446bb83d3e1de3e7204c - - default default] Tap Mirror: Handle Delete Port: 674a02a5-4266-4bd4-b9b6-1f53a628883a [pid: 8|app: 0|req: 734/1372] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:18:29 2026] DELETE /v2.0/floatingips/b6568402-a56c-4a2a-b89a-7f05fbb9da85 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1373] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:30 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1374] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:30 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:30.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-bddd74aa-22b3-4e49-9376-c0545cc4077d 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 565fe6be-b276-4724-abd0-d75bf451f38b 2026-04-25 01:18:30.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bddd74aa-22b3-4e49-9376-c0545cc4077d 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 565fe6be-b276-4724-abd0-d75bf451f38b [pid: 7|app: 0|req: 639/1375] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:18:29 2026] PUT /v2.0/routers/c82c6291-4add-4b70-9ef6-e33428f87413/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1376] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:31 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1377] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:31 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:31.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-057cfae4-a765-474f-b52c-54e1460d2722 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 0c8331ba-54f2-4575-88a6-1da4441e70ab 2026-04-25 01:18:31.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-057cfae4-a765-474f-b52c-54e1460d2722 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 0c8331ba-54f2-4575-88a6-1da4441e70ab 2026-04-25 01:18:31.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-057cfae4-a765-474f-b52c-54e1460d2722 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 8c54d2e8-3dd0-442c-a51b-6ed235fb76cc 2026-04-25 01:18:31.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-057cfae4-a765-474f-b52c-54e1460d2722 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 8c54d2e8-3dd0-442c-a51b-6ed235fb76cc 2026-04-25 01:18:31.942 8 INFO neutron.services.segments.plugin [-] Segment af1c2a9b-57e4-42d3-845e-64d2fa7be748 resource provider aggregate not found 2026-04-25 01:18:31.943 8 INFO neutron.services.segments.plugin [-] Segment af1c2a9b-57e4-42d3-845e-64d2fa7be748 resource provider aggregate not found [pid: 7|app: 0|req: 642/1378] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:31 2026] GET /v2.0/security-groups?tenant_id=6f43fa46dc41426b9bc5d533537b0d46&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:31.968 8 INFO neutron.services.segments.plugin [-] Segment af1c2a9b-57e4-42d3-845e-64d2fa7be748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af1c2a9b-57e4-42d3-845e-64d2fa7be748 found for delete ", "request_id": "req-b4c04fc9-fa19-44ba-9a11-0ab1d44da5ac"}]} 2026-04-25 01:18:31.969 8 INFO neutron.services.segments.plugin [-] Segment af1c2a9b-57e4-42d3-845e-64d2fa7be748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af1c2a9b-57e4-42d3-845e-64d2fa7be748 found for delete ", "request_id": "req-eec0f440-1288-4d5c-bee9-9212526a9189"}]} 2026-04-25 01:18:31.975 8 INFO neutron.db.l3_hamode_db [None req-057cfae4-a765-474f-b52c-54e1460d2722 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network f4c397dc-7c2f-46e3-a5b1-c3a891254170 was deleted as no HA routers are present in tenant 361d3fd11c7a446bb83d3e1de3e7204c. [pid: 8|app: 0|req: 737/1379] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:31 2026] DELETE /v2.0/routers/c82c6291-4add-4b70-9ef6-e33428f87413 => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1380] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:31 2026] DELETE /v2.0/security-groups/98e27cf0-f188-4a7a-accb-114c891ece8e => 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: 738/1381] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:31 2026] DELETE /v2.0/subnets/2a817199-5ae8-4763-ad13-4bc436e143f8 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:18:32.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-b70b33b3-cdc2-4d45-be43-96221cc2a357 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 036a7af1-6a5f-4ece-832a-f74502e9bbe8 2026-04-25 01:18:32.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b70b33b3-cdc2-4d45-be43-96221cc2a357 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 036a7af1-6a5f-4ece-832a-f74502e9bbe8 [pid: 8|app: 0|req: 739/1382] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:32 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1383] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:32 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:32.452 7 INFO neutron.services.segments.plugin [-] Segment 8a91852c-c4a8-40b6-abd7-2476731711ef resource provider aggregate not found 2026-04-25 01:18:32.453 7 INFO neutron.services.segments.plugin [-] Segment 8a91852c-c4a8-40b6-abd7-2476731711ef resource provider aggregate not found 2026-04-25 01:18:32.477 7 INFO neutron.services.segments.plugin [-] Segment 8a91852c-c4a8-40b6-abd7-2476731711ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a91852c-c4a8-40b6-abd7-2476731711ef found for delete ", "request_id": "req-45af120d-fa25-409e-9076-a03740c1a91c"}]} 2026-04-25 01:18:32.478 7 INFO neutron.services.segments.plugin [-] Segment 8a91852c-c4a8-40b6-abd7-2476731711ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a91852c-c4a8-40b6-abd7-2476731711ef found for delete ", "request_id": "req-0e54b93c-e381-4f8c-b03d-51f31b992b86"}]} [pid: 7|app: 0|req: 644/1384] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:32 2026] DELETE /v2.0/networks/d05401ae-7661-490b-915f-479efb99b76a => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1385] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:32 2026] GET /v2.0/security-groups?tenant_id=361d3fd11c7a446bb83d3e1de3e7204c&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1386] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:32 2026] DELETE /v2.0/security-groups/5dfa232d-7416-42db-aa00-0c7f5ca656bf => 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: 741/1387] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:18:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1388] 10.0.0.158 () {34 vars in 767 bytes} [Sat Apr 25 01:18:32 2026] PUT /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/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: 742/1389] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:32 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1390] 10.0.0.158 () {34 vars in 778 bytes} [Sat Apr 25 01:18:32 2026] PUT /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1391] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1392] 10.0.0.158 () {34 vars in 774 bytes} [Sat Apr 25 01:18:33 2026] PUT /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1393] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1394] 10.0.0.158 () {34 vars in 796 bytes} [Sat Apr 25 01:18:33 2026] PUT /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags/black.or.white => 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: 745/1395] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1396] 10.0.0.158 () {34 vars in 767 bytes} [Sat Apr 25 01:18:33 2026] PUT /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1397] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1398] 10.0.0.158 () {32 vars in 755 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:33.551 8 INFO neutron.api.v2.resource [None req-3eed7806-d10e-4e23-8ab5-8fd0df3d24dc 4aa6f9124270443e938f56b1ed1f9edd 4d7e776adab643f5ac875f47fbb6869c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 747/1399] 10.0.0.158 () {32 vars in 759 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/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: 748/1400] 10.0.0.158 () {32 vars in 758 bytes} [Sat Apr 25 01:18:33 2026] DELETE /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1401] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1402] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1403] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:33.730 8 INFO neutron.api.v2.resource [None req-a84eafb6-ba65-493d-a95c-2a539e6d848c 4aa6f9124270443e938f56b1ed1f9edd 4d7e776adab643f5ac875f47fbb6869c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1404] 10.0.0.158 () {32 vars in 762 bytes} [Sat Apr 25 01:18:33 2026] DELETE /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1405] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:18:33 2026] DELETE /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => 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: 751/1406] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:18:33 2026] GET /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1407] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:33 2026] DELETE /v2.0/security-groups/38908172-52f5-4dd1-b30f-4e53e8710865 => 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: 657/1408] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:34 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1409] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:34 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&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: 752/1410] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:34 2026] GET /v2.0/security-groups?tenant_id=06490d6d2302406c9ddaa135448f73c2&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: 659/1411] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:34 2026] DELETE /v2.0/security-groups/e9899cef-618f-48b4-84ef-d5e2604327a7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1412] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:35 2026] GET /v2.0/security-groups?tenant_id=4d7e776adab643f5ac875f47fbb6869c&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1413] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:35 2026] DELETE /v2.0/security-groups/7b06d5f0-12c4-4e3a-89a9-6b586f612ff8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1414] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:35 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1415] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:36 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1416] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:36 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1417] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:35 2026] GET /v2.0/security-groups?tenant_id=71e8e57a677446869d68c5c1cac6b5e3&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1418] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:36 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1419] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:18:36 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1420] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:36 2026] DELETE /v2.0/security-groups/3714c653-9ec3-4d1a-8762-acbf8713fbfa => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:37.037 7 INFO neutron.db.l3_db [None req-01dfff2f-a53a-4c63-9f8d-bf264b4d5db5 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Floating IP 81034dcc-7526-49de-975c-e7e714ea0017 associated. External IP: 10.96.250.208, port: 63f41619-a9ee-46a1-b435-a2ead11291ef. [pid: 8|app: 0|req: 756/1421] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:37 2026] GET /v2.0/security-groups?tenant_id=9756ad69fcd14a049abab7c018e8a054&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1422] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:37 2026] DELETE /v2.0/security-groups/9fe5d387-70fc-4108-a811-f027cdb084dd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1423] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:18:36 2026] POST /v2.0/floatingips => generated 856 bytes in 1179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1424] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:37 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:37.499 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f726e03-eb58-4f45-a2f9-47b831637ff9'] response: {'name': 'network-changed', 'server_uuid': '9ab94e8f-efc5-404d-949a-3e461efcc670', 'tag': '63f41619-a9ee-46a1-b435-a2ead11291ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 667/1425] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:37 2026] GET /v2.0/security-groups?tenant_id=6dd302863fe34745a9a671f2aba4872f&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: 759/1426] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:37 2026] DELETE /v2.0/security-groups/98124d78-321a-4da2-9a24-df5bb6c445b6 => 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: 668/1427] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1428] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1429] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=63f41619-a9ee-46a1-b435-a2ead11291ef => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1430] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/subnets?id=7ba312b9-96ad-44a3-b486-051d6927c588 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1431] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/ports?network_id=b3c37818-104c-419c-ad76-3d12ea667a9f&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1432] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1433] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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: 763/1434] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1435] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:38 2026] GET /v2.0/security-groups?tenant_id=9cd8d228bc8b44c497dc740903c91a55&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1436] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:39 2026] DELETE /v2.0/security-groups/a4968de6-a8f6-4330-b8a7-b40ad2e12b8b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:39.227 8 INFO neutron.db.segments_db [None req-95d70394-8e58-4cc9-8c70-ddc7fab5002d 5415af76f95d4d83b01205ea8d70811e 187557eacfc04e41b3a6c1c5c9c86b3b - - default default] Added segment 7aed8cfa-b29f-40db-aae7-e204a49a1c29 of type vxlan for network 71570ffa-8c2b-458b-9025-82b1659102e6 [pid: 8|app: 0|req: 764/1437] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:38 2026] POST /v2.0/networks => generated 613 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1438] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:39 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1439] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:18:39 2026] POST /v2.0/ports => generated 743 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1442] 10.0.0.158 () {34 vars in 666 bytes} [Sat Apr 25 01:18:39 2026] POST /v2.0/trunks => generated 407 bytes in 280 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: 677/1443] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:18:40 2026] PUT /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1444] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1445] 10.0.0.158 () {34 vars in 760 bytes} [Sat Apr 25 01:18:40 2026] PUT /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1446] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1447] 10.0.0.158 () {34 vars in 756 bytes} [Sat Apr 25 01:18:40 2026] PUT /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1448] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1449] 10.0.0.158 () {34 vars in 778 bytes} [Sat Apr 25 01:18:40 2026] PUT /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1450] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1451] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:18:40 2026] PUT /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1452] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1453] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:40.514 8 INFO neutron.api.v2.resource [None req-98effa6c-956d-494a-a9fd-ec6fd5bbee92 5415af76f95d4d83b01205ea8d70811e 187557eacfc04e41b3a6c1c5c9c86b3b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1454] 10.0.0.158 () {32 vars in 741 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1455] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:40 2026] DELETE /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1456] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:40.633 7 INFO neutron.api.v2.resource [None req-6a3606de-0c01-4fb1-a3d7-3812f83e83c1 5415af76f95d4d83b01205ea8d70811e 187557eacfc04e41b3a6c1c5c9c86b3b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1457] 10.0.0.158 () {32 vars in 744 bytes} [Sat Apr 25 01:18:40 2026] DELETE /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/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: 774/1458] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:18:40 2026] DELETE /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1459] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88/tags => 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: 775/1460] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1461] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:18:40 2026] GET /v2.0/ports/6f691163-1ec7-4f54-9ecf-930c0a6f0760 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1462] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:18:40 2026] DELETE /v2.0/trunks/55dcb712-2f30-4940-bc8f-c9e3c3915e88 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:41.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-06b187cf-4d76-4902-bde9-fdd84d50ec8a 5415af76f95d4d83b01205ea8d70811e 187557eacfc04e41b3a6c1c5c9c86b3b - - default default] TaaS: Handle Delete Port: 6f691163-1ec7-4f54-9ecf-930c0a6f0760 2026-04-25 01:18:41.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06b187cf-4d76-4902-bde9-fdd84d50ec8a 5415af76f95d4d83b01205ea8d70811e 187557eacfc04e41b3a6c1c5c9c86b3b - - default default] Tap Mirror: Handle Delete Port: 6f691163-1ec7-4f54-9ecf-930c0a6f0760 [pid: 8|app: 0|req: 777/1463] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:18:40 2026] DELETE /v2.0/ports/6f691163-1ec7-4f54-9ecf-930c0a6f0760 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:18:41.210 7 INFO neutron.db.segments_db [None req-3019fd1e-2a6c-421f-be6f-2aed79f3c0c1 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 of type vxlan for network 3855b3ff-b813-4b3c-b26d-1288ec1aa213 2026-04-25 01:18:41.237 8 INFO neutron.services.segments.plugin [-] Segment 7aed8cfa-b29f-40db-aae7-e204a49a1c29 resource provider aggregate not found 2026-04-25 01:18:41.245 8 INFO neutron.services.segments.plugin [-] Segment 7aed8cfa-b29f-40db-aae7-e204a49a1c29 resource provider aggregate not found 2026-04-25 01:18:41.265 8 INFO neutron.services.segments.plugin [-] Segment 7aed8cfa-b29f-40db-aae7-e204a49a1c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aed8cfa-b29f-40db-aae7-e204a49a1c29 found for delete ", "request_id": "req-7d9322aa-137e-487a-97f0-86dfc054ff37"}]} 2026-04-25 01:18:41.281 8 INFO neutron.services.segments.plugin [-] Segment 7aed8cfa-b29f-40db-aae7-e204a49a1c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aed8cfa-b29f-40db-aae7-e204a49a1c29 found for delete ", "request_id": "req-8a5607f7-b3bf-405d-bf64-d628763204a4"}]} [pid: 8|app: 0|req: 778/1464] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:41 2026] DELETE /v2.0/networks/71570ffa-8c2b-458b-9025-82b1659102e6 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1465] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:18:40 2026] POST /v2.0/networks => generated 722 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1466] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:41 2026] POST /v2.0/subnets => generated 688 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:41.721 7 INFO neutron.db.segments_db [None req-21d5bec7-9216-451e-b000-263ecf71bb14 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 4a213e96-3754-4896-8d34-a7e3de786253 of type vxlan for network 5831b9d5-c1e6-4bb2-bb93-8c66a5f71ae4 2026-04-25 01:18:41.975 7 INFO neutron.db.l3_hamode_db [None req-21d5bec7-9216-451e-b000-263ecf71bb14 3745c1b87ad94bcea4c6d948ef5067c2 70f219869a494954952304d0bdfe7276 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1467] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:42 2026] GET /v2.0/security-groups?tenant_id=76714ca1da694a61ad487af7383ee93f&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: 781/1468] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:42 2026] DELETE /v2.0/security-groups/75be1b1f-cb5c-4544-9c84-4b9459172aab => 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: 782/1469] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:42 2026] GET /v2.0/security-groups?tenant_id=187557eacfc04e41b3a6c1c5c9c86b3b&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1470] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:42 2026] DELETE /v2.0/security-groups/89cc6eb1-9af5-4217-a5a6-4855141c17aa => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:42.830 7 INFO neutron.db.l3_hamode_db [None req-21d5bec7-9216-451e-b000-263ecf71bb14 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 784/1471] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:43 2026] GET /v2.0/security-groups?tenant_id=63b929deea7746e3b6a3232994450210&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1472] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:43 2026] DELETE /v2.0/security-groups/e440a6aa-c7e6-438e-9502-a20fa57ba6f0 => 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: 688/1473] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:41 2026] POST /v2.0/routers => generated 728 bytes in 2134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1474] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:18:44 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 690/1475] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:18:44 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&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: 786/1476] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:43 2026] PUT /v2.0/routers/5a062c8b-cd03-471e-a530-fca77faa74c0/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1477] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:45 2026] GET /v2.0/security-groups?tenant_id=67896a2dbe794e669de7ac70bafe9075&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1478] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:46 2026] DELETE /v2.0/security-groups/68a20991-06f9-4953-9aa8-15c8a83c9bdc => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:18:46.311 7 INFO neutron.db.segments_db [None req-f4ac55a6-950b-43b9-b36c-284b38c554b3 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 0579cd7c-e218-427e-84ef-ea48710adf60 of type vxlan for network 12bc6670-6d9c-4e6f-bf1d-e1dbe3ed4dad [pid: 7|app: 0|req: 692/1479] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:18:46 2026] POST /v2.0/networks => generated 721 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1480] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:46 2026] POST /v2.0/subnets => generated 687 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:46.648 7 INFO neutron.db.segments_db [None req-0ead9830-a5d4-4c41-97a8-d3144e493b72 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f of type vxlan for network 258eed7b-593e-4307-a10f-1485673fc363 2026-04-25 01:18:46.883 7 INFO neutron.db.l3_hamode_db [None req-0ead9830-a5d4-4c41-97a8-d3144e493b72 3745c1b87ad94bcea4c6d948ef5067c2 44001a47f4cb4511adecf2a75a42c888 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:18:47.717 7 INFO neutron.db.l3_hamode_db [None req-0ead9830-a5d4-4c41-97a8-d3144e493b72 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:18:48.201 8 INFO neutron.db.segments_db [None req-241a23eb-3c3b-4c76-801a-49082126f215 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Added segment 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c of type vxlan for network 62e1fd16-e6c7-4573-8d63-99101d830455 2026-04-25 01:18:48.252 8 INFO neutron.db.segments_db [None req-241a23eb-3c3b-4c76-801a-49082126f215 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Added segment 3b152dfa-33c1-4785-9855-3382720818df of type vxlan for network c57dd5fa-59ae-4d04-b527-fab85e190fd3 [pid: 8|app: 0|req: 789/1481] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:47 2026] POST /v2.0/networks => generated 1208 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1482] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:18:48 2026] GET /v2.0/networks => generated 1845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:48.583 8 INFO neutron.services.segments.plugin [-] Segment 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c resource provider aggregate not found 2026-04-25 01:18:48.586 8 INFO neutron.services.segments.plugin [-] Segment 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c resource provider aggregate not found 2026-04-25 01:18:48.616 8 INFO neutron.services.segments.plugin [-] Segment 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c found for delete ", "request_id": "req-05f3b88e-bbfa-4968-8446-df6a357b8543"}]} 2026-04-25 01:18:48.617 8 INFO neutron.services.segments.plugin [-] Segment 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd22524-2c5d-47cf-a1b3-15199c8d3a4c found for delete ", "request_id": "req-d629e472-43d1-40df-bd0a-8d7d921a7bec"}]} [pid: 8|app: 0|req: 791/1483] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:48 2026] DELETE /v2.0/networks/62e1fd16-e6c7-4573-8d63-99101d830455 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1484] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:46 2026] POST /v2.0/routers => generated 727 bytes in 2088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1485] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:48 2026] DELETE /v2.0/networks/c57dd5fa-59ae-4d04-b527-fab85e190fd3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1486] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:18:48 2026] GET /v2.0/networks => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:48.957 8 INFO neutron.db.segments_db [None req-05d59233-4b7a-4c70-8f52-5a4f4909209a dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Added segment 21592991-b4cf-4ae7-a41b-3fba53916ceb of type vxlan for network f34f77c1-544f-4f05-a1f4-1e5ce30ba529 [pid: 8|app: 0|req: 794/1487] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:48 2026] POST /v2.0/networks => generated 635 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:49.166 8 INFO neutron.db.segments_db [None req-4b51960e-8515-4a33-9d6d-17664ae55132 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Added segment ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd of type vxlan for network b95ea03f-6ef0-4ad7-a42a-5d72db95a285 [pid: 8|app: 0|req: 795/1488] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:49 2026] POST /v2.0/networks => generated 635 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1489] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:18:49 2026] POST /v2.0/ports => generated 1505 bytes in 668 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: 797/1490] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:18:49 2026] GET /v2.0/ports => generated 1505 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:50.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-2929c2af-119a-420e-9624-f213d3f10884 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] TaaS: Handle Delete Port: 169e1c13-68de-4422-94c1-6825c25bc81f 2026-04-25 01:18:50.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2929c2af-119a-420e-9624-f213d3f10884 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Tap Mirror: Handle Delete Port: 169e1c13-68de-4422-94c1-6825c25bc81f [pid: 7|app: 0|req: 694/1491] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:48 2026] PUT /v2.0/routers/92ac57b7-7dce-4274-b5ee-717780f5f26f/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1492] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:18:50 2026] DELETE /v2.0/ports/169e1c13-68de-4422-94c1-6825c25bc81f => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:18:50.641 8 INFO neutron.services.segments.plugin [-] Segment 3b152dfa-33c1-4785-9855-3382720818df resource provider aggregate not found 2026-04-25 01:18:50.642 8 INFO neutron.services.segments.plugin [-] Segment 3b152dfa-33c1-4785-9855-3382720818df resource provider aggregate not found 2026-04-25 01:18:50.663 8 INFO neutron.services.segments.plugin [-] Segment 3b152dfa-33c1-4785-9855-3382720818df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b152dfa-33c1-4785-9855-3382720818df found for delete ", "request_id": "req-8c9d1bde-6ea6-4a81-8e87-5b0c69d97b42"}]} 2026-04-25 01:18:50.681 8 INFO neutron.services.segments.plugin [-] Segment 3b152dfa-33c1-4785-9855-3382720818df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b152dfa-33c1-4785-9855-3382720818df found for delete ", "request_id": "req-8a7a16fa-357b-48b9-bc6c-2efdb3631731"}]} 2026-04-25 01:18:50.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-a71a2a27-9d4e-4466-8aa6-2121dad37327 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] TaaS: Handle Delete Port: 31f66cbc-f01e-4dca-a70c-cd3c1a417cca 2026-04-25 01:18:50.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a71a2a27-9d4e-4466-8aa6-2121dad37327 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Tap Mirror: Handle Delete Port: 31f66cbc-f01e-4dca-a70c-cd3c1a417cca [pid: 7|app: 0|req: 695/1493] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:18:50 2026] DELETE /v2.0/ports/31f66cbc-f01e-4dca-a70c-cd3c1a417cca => generated 0 bytes in 713 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1494] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:18:50 2026] GET /v2.0/ports => 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: 799/1495] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:18:50 2026] POST /v2.0/security-groups => generated 1675 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-25 01:18:51.065 7 INFO neutron.db.segments_db [None req-4fe230b1-4412-4936-9538-c76707ca3878 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Added segment b781aa2f-388a-4d88-a0b7-cd575c87ede4 of type vxlan for network bcdafb65-54ce-4233-b828-608c37e96abe [pid: 7|app: 0|req: 697/1496] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/networks => generated 635 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1497] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:51.236 7 INFO neutron.db.segments_db [None req-148682e1-c954-4082-adcb-a8e7918f3796 dfdb82ea7c1048f89a71b6e76e90f0a4 2c376baa0f13470898280ff8a02e457d - - default default] Added segment 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e of type vxlan for network 9f5c2b13-2680-491c-9d9e-4bb1ecca711a [pid: 7|app: 0|req: 698/1498] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/networks => generated 635 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1499] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1500] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1501] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:51.665 7 INFO neutron.db.securitygroups_db [None req-bbf9fa39-ca69-4d69-85c0-3c9c77a83dd4 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] Project 70f219869a494954952304d0bdfe7276 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: 700/1502] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:51.785 8 INFO neutron.db.securitygroups_db [None req-3ed14ca2-1531-4494-b2d7-fd7fabb9149a bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] Project 70f219869a494954952304d0bdfe7276 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: 803/1503] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1504] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:51 2026] POST /v2.0/subnets => generated 1324 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1505] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:18:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1506] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:18:52 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:52.580 8 INFO neutron.db.segments_db [None req-15c5d758-08f8-4ddb-aa46-832b4d33df8b cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Added segment bf91f198-5508-476f-bb31-1434232c29e2 of type vxlan for network eabf98aa-2adc-4248-b749-b50f3341752a [pid: 7|app: 0|req: 704/1507] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1508] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:52 2026] POST /v2.0/networks => generated 621 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1509] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:52 2026] DELETE /v2.0/subnets/73647b63-7d74-4622-8af7-7f2c4bca74e6 => 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: 805/1510] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:52 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: 806/1511] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:18:52 2026] DELETE /v2.0/subnets/e7042957-a356-4f02-a128-7d730454fdb4 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1512] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:52 2026] POST /v2.0/subnets => generated 657 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1513] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:18:53 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1514] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:18:53 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:53.368 7 INFO neutron.services.segments.plugin [-] Segment 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e resource provider aggregate not found 2026-04-25 01:18:53.379 7 INFO neutron.services.segments.plugin [-] Segment 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e resource provider aggregate not found 2026-04-25 01:18:53.399 7 INFO neutron.services.segments.plugin [-] Segment 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e found for delete ", "request_id": "req-b0e65850-982b-4b2f-b882-ba5f9f4c1aab"}]} 2026-04-25 01:18:53.402 7 INFO neutron.services.segments.plugin [-] Segment 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46bb4295-f0e5-4d1f-b884-9926d9f5ac8e found for delete ", "request_id": "req-953cbe48-589f-463e-861f-3906f872aa96"}]} [pid: 7|app: 0|req: 709/1515] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:53 2026] DELETE /v2.0/networks/9f5c2b13-2680-491c-9d9e-4bb1ecca711a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1516] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:53 2026] POST /v2.0/subnets => generated 731 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1517] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:18:53 2026] POST /v2.0/floatingips => generated 552 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:53.758 8 INFO neutron.db.segments_db [None req-649f83b4-6ff3-4ac8-a192-70aa74c79696 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Added segment fade9494-cbb7-4a67-850e-e8c9d315d460 of type vxlan for network 6b3f6d97-48d5-4fc8-a582-32c884ff2d58 [pid: 7|app: 0|req: 711/1518] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:53 2026] DELETE /v2.0/networks/bcdafb65-54ce-4233-b828-608c37e96abe => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1519] 10.0.0.149 () {34 vars in 1100 bytes} [Sat Apr 25 01:18:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1700972569&fields=id&tenant_id=70f219869a494954952304d0bdfe7276 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1520] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:53 2026] POST /v2.0/networks => generated 619 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1521] 10.0.0.149 () {34 vars in 1100 bytes} [Sat Apr 25 01:18:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1134167469&fields=id&tenant_id=70f219869a494954952304d0bdfe7276 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1522] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:53 2026] DELETE /v2.0/networks/b95ea03f-6ef0-4ad7-a42a-5d72db95a285 => 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: 714/1523] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:18:53 2026] GET /v2.0/networks?id=3855b3ff-b813-4b3c-b26d-1288ec1aa213 => generated 673 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1524] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:18:54 2026] DELETE /v2.0/networks/f34f77c1-544f-4f05-a1f4-1e5ce30ba529 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1525] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:18:54 2026] GET /v2.0/quotas/70f219869a494954952304d0bdfe7276 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1526] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:53 2026] POST /v2.0/subnets => generated 655 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1527] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:18:54 2026] GET /v2.0/ports?tenant_id=70f219869a494954952304d0bdfe7276&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1528] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:18:54 2026] GET /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213?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: 719/1529] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:18:54 2026] GET /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213?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: 811/1530] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:54 2026] POST /v2.0/subnets => generated 726 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1531] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:54 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:54.565 7 INFO neutron.db.segments_db [None req-ab1a0b89-28a5-4dc6-b8be-27b328e993b0 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Added segment a68a92e3-5d37-45f7-864e-4540e3c200aa of type vxlan for network 044179bd-8b7e-4d9e-8f98-7d9318916ed3 [pid: 7|app: 0|req: 720/1532] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:54 2026] POST /v2.0/networks => generated 619 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1533] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:18:54 2026] GET /v2.0/security-groups?tenant_id=2c376baa0f13470898280ff8a02e457d&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: 813/1534] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:54 2026] POST /v2.0/subnets => generated 654 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1537] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:18:54 2026] DELETE /v2.0/security-groups/e518f8c4-ff7b-4b34-8bda-34b9681584fc => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1538] 10.0.0.158 () {32 vars in 826 bytes} [Sat Apr 25 01:18:55 2026] GET /v2.0/ports?project_id=fe7ff1c8c54e483aaab914a72dcf7c09&network_id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 3695 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:18:55.426 7 INFO neutron.services.segments.plugin [-] Segment b781aa2f-388a-4d88-a0b7-cd575c87ede4 resource provider aggregate not found 2026-04-25 01:18:55.431 7 INFO neutron.services.segments.plugin [-] Segment b781aa2f-388a-4d88-a0b7-cd575c87ede4 resource provider aggregate not found 2026-04-25 01:18:55.449 7 INFO neutron.services.segments.plugin [-] Segment b781aa2f-388a-4d88-a0b7-cd575c87ede4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b781aa2f-388a-4d88-a0b7-cd575c87ede4 found for delete ", "request_id": "req-20dc94d1-4f5a-4b08-919f-7aeca31225f2"}]} 2026-04-25 01:18:55.450 7 INFO neutron.services.segments.plugin [-] Segment b781aa2f-388a-4d88-a0b7-cd575c87ede4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b781aa2f-388a-4d88-a0b7-cd575c87ede4 found for delete ", "request_id": "req-d6fed792-4202-45aa-823e-8c18f66e62e3"}]} [pid: 7|app: 0|req: 723/1539] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:55 2026] POST /v2.0/subnets => generated 728 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:55.494 7 INFO neutron.services.segments.plugin [-] Segment ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd resource provider aggregate not found [pid: 8|app: 0|req: 817/1540] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:18:55 2026] GET /v2.0/subnets?network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890 => generated 667 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:55.502 7 INFO neutron.services.segments.plugin [-] Segment ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd resource provider aggregate not found 2026-04-25 01:18:55.523 7 INFO neutron.services.segments.plugin [-] Segment ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd found for delete ", "request_id": "req-7d740830-38fb-42c4-b4d1-a217fb182359"}]} 2026-04-25 01:18:55.530 7 INFO neutron.services.segments.plugin [-] Segment ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca4d6f67-6f76-4781-b5f1-e2fd3b2434fd found for delete ", "request_id": "req-4838ca9d-1897-477a-b5c8-8fe22c50dcbb"}]} 2026-04-25 01:18:55.555 7 INFO neutron.services.segments.plugin [-] Segment 21592991-b4cf-4ae7-a41b-3fba53916ceb resource provider aggregate not found 2026-04-25 01:18:55.563 7 INFO neutron.services.segments.plugin [-] Segment 21592991-b4cf-4ae7-a41b-3fba53916ceb resource provider aggregate not found 2026-04-25 01:18:55.581 7 INFO neutron.db.segments_db [None req-d485b513-6ef0-4a12-b89d-2d38dbd09c26 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Added segment 2337ad97-4e58-4f9e-9bcd-42583f20c74c of type vxlan for network 7e84d219-ca4a-4baa-be99-583a7044af12 2026-04-25 01:18:55.588 7 INFO neutron.services.segments.plugin [-] Segment 21592991-b4cf-4ae7-a41b-3fba53916ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21592991-b4cf-4ae7-a41b-3fba53916ceb found for delete ", "request_id": "req-bbeeb549-8279-4ac9-91e3-e76792e028c0"}]} 2026-04-25 01:18:55.590 7 INFO neutron.services.segments.plugin [-] Segment 21592991-b4cf-4ae7-a41b-3fba53916ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21592991-b4cf-4ae7-a41b-3fba53916ceb found for delete ", "request_id": "req-0a50ec3b-7b42-408c-99df-0734caa27644"}]} 2026-04-25 01:18:55.799 8 INFO neutron.db.l3_db [None req-49399d90-ac44-4eb7-8988-58243eaa5e44 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Floating IP 81034dcc-7526-49de-975c-e7e714ea0017 disassociated. External IP: 10.96.250.208, port: 63f41619-a9ee-46a1-b435-a2ead11291ef. 2026-04-25 01:18:55.841 7 INFO neutron.db.l3_hamode_db [None req-d485b513-6ef0-4a12-b89d-2d38dbd09c26 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 818/1541] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:18:55 2026] PUT /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 554 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1542] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:56.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22d85a9f-8ea9-4cac-b07a-295446b76bce'] response: {'name': 'network-changed', 'server_uuid': '9ab94e8f-efc5-404d-949a-3e461efcc670', 'tag': '63f41619-a9ee-46a1-b435-a2ead11291ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 820/1543] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:18:56.732 7 INFO neutron.db.l3_hamode_db [None req-d485b513-6ef0-4a12-b89d-2d38dbd09c26 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 821/1544] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1545] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1546] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=63f41619-a9ee-46a1-b435-a2ead11291ef => 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: 824/1547] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/subnets?id=7ba312b9-96ad-44a3-b486-051d6927c588 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1548] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/ports?network_id=b3c37818-104c-419c-ad76-3d12ea667a9f&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1549] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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: 827/1550] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:18:56 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:57.336 8 INFO neutron.db.segments_db [None req-0e7ecb8b-535e-48af-aa69-22c68e38086f 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 of type vxlan for network 48ce7c8e-f076-4135-a90e-10a97d9b87ff [pid: 8|app: 0|req: 828/1551] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:56 2026] POST /v2.0/networks => generated 615 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1552] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:18:57 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1553] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:57 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:18:57.604 8 INFO neutron.db.segments_db [None req-00373d30-78c9-4077-9746-7961e7eec7da 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment e76e1813-5dce-47a3-90c2-4c9ba452fff2 of type vxlan for network edace283-23ad-4e2a-91fb-9e1c022e4cd3 [pid: 8|app: 0|req: 831/1554] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:18:57 2026] POST /v2.0/networks => generated 615 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1555] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:55 2026] POST /v2.0/routers => generated 684 bytes in 2326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1556] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:57 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: 8|app: 0|req: 833/1557] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:57 2026] POST /v2.0/subnets => generated 655 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:18:58.253 8 INFO neutron.db.segments_db [None req-ed5375e4-36ff-49be-9345-4a08ab1ceba7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment fac93a1e-064e-4cd9-a536-015a54a0ead9 of type vxlan for network 3a0ddd6a-4e41-42e4-88db-9f47dd491a82 2026-04-25 01:18:58.526 8 INFO neutron.db.l3_hamode_db [None req-ed5375e4-36ff-49be-9345-4a08ab1ceba7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:18:58.658 8 INFO neutron.db.l3_hamode_db [None req-ed5375e4-36ff-49be-9345-4a08ab1ceba7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 725/1558] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:57 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1559] 10.0.0.158 () {34 vars in 685 bytes} [Sat Apr 25 01:18:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1560] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:18:59 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => 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: 728/1561] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:18:59 2026] GET /v2.0/networks?id=3855b3ff-b813-4b3c-b26d-1288ec1aa213 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1562] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:18:58 2026] POST /v2.0/routers => generated 510 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1563] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:18:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1564] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:18:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=70f219869a494954952304d0bdfe7276 => generated 274 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1565] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:59 2026] PUT /v2.0/routers/d039ad9d-4a3a-49e7-8987-c09f1c2259de/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1566] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:18:59 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/add_router_interface => generated 309 bytes in 1616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1567] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1568] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:01 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => 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: 840/1569] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:19:01 2026] GET /v2.0/ports/e02f9510-fe65-4100-a924-b12a32682dc7 => generated 959 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1570] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:19:00 2026] POST /v2.0/ports => generated 997 bytes in 497 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: 731/1571] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1572] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:19:01 2026] PUT /v2.0/routers/d039ad9d-4a3a-49e7-8987-c09f1c2259de/add_router_interface => generated 309 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1573] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:19:01 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/add_router_interface => generated 309 bytes in 1969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1574] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1575] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:19:02 2026] PUT /v2.0/ports/da662500-d7b7-433b-8b16-845d6d333dba => generated 1278 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1576] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:03 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1012 bytes in 78 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-25 01:19:03.293 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2931f19-9e0a-4422-8f0b-4a46c47a420c'] response: {'name': 'network-changed', 'server_uuid': 'd5232af3-609b-4d71-b196-8a6979e7174d', 'tag': 'da662500-d7b7-433b-8b16-845d6d333dba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 734/1577] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:19:03 2026] GET /v2.0/ports/3513f4a6-8b5c-4b47-9423-0133f0dcd53e => generated 967 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:03.357 7 INFO neutron.db.securitygroups_db [None req-9198ad5c-8372-4f63-ab71-dc1585a866c9 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Project fe7ff1c8c54e483aaab914a72dcf7c09 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: 844/1578] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-groups => generated 1627 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1579] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:03 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1580] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1581] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:03.594 7 INFO neutron.db.securitygroups_db [None req-178653e5-ff80-404b-981e-d279275ee752 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Project fe7ff1c8c54e483aaab914a72dcf7c09 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: 737/1582] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1583] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:03.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-2155f5da-5bbd-4604-a625-10f8c8de2d2c 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 3513f4a6-8b5c-4b47-9423-0133f0dcd53e 2026-04-25 01:19:03.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2155f5da-5bbd-4604-a625-10f8c8de2d2c 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 3513f4a6-8b5c-4b47-9423-0133f0dcd53e [pid: 7|app: 0|req: 739/1584] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:03 2026] GET /v2.0/ports?tenant_id=70f219869a494954952304d0bdfe7276&device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1585] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:03 2026] POST /v2.0/security-group-rules => generated 599 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1586] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/networks?tenant_id=70f219869a494954952304d0bdfe7276&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1587] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1588] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/networks => generated 1298 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1589] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:03 2026] PUT /v2.0/routers/d039ad9d-4a3a-49e7-8987-c09f1c2259de/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1590] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1591] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1592] 10.0.0.149 () {34 vars in 1098 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-620740369&fields=id&tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09 => 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: 849/1593] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1594] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1595] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:04.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-63647f09-1777-4c55-a311-6248276f2580 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: e02f9510-fe65-4100-a924-b12a32682dc7 2026-04-25 01:19:04.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63647f09-1777-4c55-a311-6248276f2580 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: e02f9510-fe65-4100-a924-b12a32682dc7 [pid: 8|app: 0|req: 852/1596] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1597] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1598] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:19:04 2026] GET /v2.0/quotas/fe7ff1c8c54e483aaab914a72dcf7c09 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1599] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1600] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1601] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:04 2026] PUT /v2.0/routers/d039ad9d-4a3a-49e7-8987-c09f1c2259de/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1602] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1603] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1604] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?device_id=d039ad9d-4a3a-49e7-8987-c09f1c2259de => 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: 859/1605] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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: 7|app: 0|req: 747/1606] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:05 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: 7|app: 0|req: 748/1607] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?tenant_id=70f219869a494954952304d0bdfe7276&device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1281 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:05.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-d64ad556-3c3b-46a4-9c54-23f16df84cef 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 02de9d63-6a1b-406c-bd66-a3e70b63966e 2026-04-25 01:19:05.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d64ad556-3c3b-46a4-9c54-23f16df84cef 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 02de9d63-6a1b-406c-bd66-a3e70b63966e [pid: 7|app: 0|req: 749/1608] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1609] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1610] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=da662500-d7b7-433b-8b16-845d6d333dba => 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: 752/1611] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/subnets?id=4e059d95-18fa-45f1-a83c-7754156160fc => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1612] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?network_id=3855b3ff-b813-4b3c-b26d-1288ec1aa213&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1613] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1614] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213?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) 2026-04-25 01:19:05.850 8 INFO neutron.services.segments.plugin [-] Segment fac93a1e-064e-4cd9-a536-015a54a0ead9 resource provider aggregate not found 2026-04-25 01:19:05.859 8 INFO neutron.services.segments.plugin [-] Segment fac93a1e-064e-4cd9-a536-015a54a0ead9 resource provider aggregate not found [pid: 7|app: 0|req: 756/1615] 10.0.0.149 () {34 vars in 1094 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-433933096&fields=id&tenant_id=6d9f9c3b712141069b40c0dfc03a1171 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:05.882 8 INFO neutron.services.segments.plugin [-] Segment fac93a1e-064e-4cd9-a536-015a54a0ead9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac93a1e-064e-4cd9-a536-015a54a0ead9 found for delete ", "request_id": "req-760856db-be45-4170-adf8-37b457bfb820"}]} 2026-04-25 01:19:05.882 8 INFO neutron.services.segments.plugin [-] Segment fac93a1e-064e-4cd9-a536-015a54a0ead9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac93a1e-064e-4cd9-a536-015a54a0ead9 found for delete ", "request_id": "req-a849f640-ae63-4ff6-97ab-9e87ad957011"}]} 2026-04-25 01:19:05.885 8 INFO neutron.db.l3_hamode_db [None req-d64ad556-3c3b-46a4-9c54-23f16df84cef 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] HA network 3a0ddd6a-4e41-42e4-88db-9f47dd491a82 was deleted as no HA routers are present in tenant 27301fde6795474ba7c6b9d8717bf7e4. [pid: 8|app: 0|req: 860/1616] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:05 2026] DELETE /v2.0/routers/d039ad9d-4a3a-49e7-8987-c09f1c2259de => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1617] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1618] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1619] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1620] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/quotas/6d9f9c3b712141069b40c0dfc03a1171 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1621] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:05 2026] DELETE /v2.0/subnets/2f88191d-f1d3-4bd9-9dc5-5764858ddecb => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1622] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:06 2026] DELETE /v2.0/subnets/fa25444f-2475-4b29-8318-c52728345e43 => 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: 864/1623] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:19:05 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&fields=id => generated 241 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1624] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:19:06 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:06.243 7 INFO neutron.services.segments.plugin [-] Segment e76e1813-5dce-47a3-90c2-4c9ba452fff2 resource provider aggregate not found 2026-04-25 01:19:06.249 7 INFO neutron.services.segments.plugin [-] Segment e76e1813-5dce-47a3-90c2-4c9ba452fff2 resource provider aggregate not found 2026-04-25 01:19:06.267 7 INFO neutron.services.segments.plugin [-] Segment e76e1813-5dce-47a3-90c2-4c9ba452fff2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76e1813-5dce-47a3-90c2-4c9ba452fff2 found for delete ", "request_id": "req-af86fe2c-212c-4164-a32f-0d0fb2d048e9"}]} 2026-04-25 01:19:06.270 7 INFO neutron.services.segments.plugin [-] Segment e76e1813-5dce-47a3-90c2-4c9ba452fff2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76e1813-5dce-47a3-90c2-4c9ba452fff2 found for delete ", "request_id": "req-46c9a399-03b4-4243-b108-771b84ace2b8"}]} [pid: 8|app: 0|req: 866/1625] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:19:06 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 760/1626] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:06 2026] DELETE /v2.0/networks/edace283-23ad-4e2a-91fb-9e1c022e4cd3 => 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: 761/1627] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:06 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => 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: 867/1628] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:06 2026] DELETE /v2.0/networks/48ce7c8e-f076-4135-a90e-10a97d9b87ff => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:19:06.517 7 INFO neutron.db.segments_db [None req-1827376d-d781-47b3-a691-f835a7afa9bd 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment bdea1810-8781-4d6c-b170-3e0c92987b35 of type vxlan for network 49865f0d-fe73-4242-8009-076e4bf9698e [pid: 7|app: 0|req: 762/1629] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:19:06 2026] POST /v2.0/networks => generated 615 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1630] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:06 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 868/1631] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:06 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:06.968 7 INFO neutron.db.segments_db [None req-ec9e53bd-53ee-4c74-b5ac-83456ffc0360 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 of type vxlan for network d7392ad0-a749-42f0-b4b9-62ca6feec591 [pid: 8|app: 0|req: 869/1632] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:07 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1633] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:07 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:07.233 7 INFO neutron.db.l3_hamode_db [None req-ec9e53bd-53ee-4c74-b5ac-83456ffc0360 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:19:07.373 7 INFO neutron.db.l3_hamode_db [None req-ec9e53bd-53ee-4c74-b5ac-83456ffc0360 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 871/1634] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:07 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:07.904 8 INFO neutron.services.segments.plugin [-] Segment 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 resource provider aggregate not found 2026-04-25 01:19:07.911 8 INFO neutron.services.segments.plugin [-] Segment 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 resource provider aggregate not found 2026-04-25 01:19:07.926 8 INFO neutron.services.segments.plugin [-] Segment 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 found for delete ", "request_id": "req-2d81a4fc-9113-4dc4-81c4-047bad49a040"}]} 2026-04-25 01:19:07.929 8 INFO neutron.services.segments.plugin [-] Segment 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46fa11c5-21f2-4fa9-8dfb-a1f14595cbe7 found for delete ", "request_id": "req-9bc8db88-7321-4911-8b72-01056245fc54"}]} [pid: 7|app: 0|req: 764/1635] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:06 2026] POST /v2.0/routers => generated 510 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1636] 10.0.0.158 () {34 vars in 665 bytes} [Sat Apr 25 01:19:08 2026] POST /v2.0/ports => generated 963 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1637] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:08 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1012 bytes in 78 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: 766/1638] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:08 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1639] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:08 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 768/1640] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:19:08 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1641] 199.204.45.169 () {34 vars in 1124 bytes} [Sat Apr 25 01:19:09 2026] GET /v2.0/security-groups?id=e6e6517e-9c29-497d-8056-dc5a59c43640&id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1642] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:19:08 2026] PUT /v2.0/routers/dd5357b5-98e5-42b3-bc2e-51ee28e40a1e/add_router_interface => generated 309 bytes in 1124 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: 770/1643] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:09 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1644] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:19:09 2026] GET /v2.0/ports/bd36b42e-2f7f-4620-97d0-75bfdad205b3 => generated 1037 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1645] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:09 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1646] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:09 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 661 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:09.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-9123bbff-390b-4983-89f6-abaf3ebfbd2b 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: bd36b42e-2f7f-4620-97d0-75bfdad205b3 2026-04-25 01:19:09.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9123bbff-390b-4983-89f6-abaf3ebfbd2b 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: bd36b42e-2f7f-4620-97d0-75bfdad205b3 [pid: 7|app: 0|req: 773/1647] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:19:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09 => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1648] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:19:09 2026] POST /v2.0/ports => generated 954 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 777/1651] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:10 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 957 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1652] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:09 2026] PUT /v2.0/routers/dd5357b5-98e5-42b3-bc2e-51ee28e40a1e/remove_router_interface => generated 309 bytes in 905 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: 876/1653] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:10 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:10.524 8 INFO neutron.api.v2.resource [None req-71872fdd-b2c6-4f07-a17d-5971ee1241ed 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1654] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:10 2026] PUT /v2.0/routers/dd5357b5-98e5-42b3-bc2e-51ee28e40a1e/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1655] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:10 2026] GET /v2.0/ports?device_id=dd5357b5-98e5-42b3-bc2e-51ee28e40a1e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:10.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f79c74d-9fe0-4320-8773-38add77efca7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 831e0b56-d880-40f0-ada0-15d2b8c4fc53 2026-04-25 01:19:10.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f79c74d-9fe0-4320-8773-38add77efca7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 831e0b56-d880-40f0-ada0-15d2b8c4fc53 [pid: 7|app: 0|req: 778/1656] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:19:10 2026] PUT /v2.0/ports/2ddcf4cc-81e0-428d-bb3c-d5f450e387d8 => generated 1235 bytes in 515 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-25 01:19:10.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-770b2519-a397-4e53-84cb-268915ede934'] response: {'name': 'network-changed', 'server_uuid': '8e7bee0e-c54c-41e1-af8e-394ba5ed0705', 'tag': '2ddcf4cc-81e0-428d-bb3c-d5f450e387d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 779/1657] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:10 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1658] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:10 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:11.127 8 INFO neutron.services.segments.plugin [-] Segment 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 resource provider aggregate not found 2026-04-25 01:19:11.133 8 INFO neutron.services.segments.plugin [-] Segment 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 resource provider aggregate not found 2026-04-25 01:19:11.146 8 INFO neutron.services.segments.plugin [-] Segment 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 found for delete ", "request_id": "req-5b2988f5-e344-4f98-a575-409cfd322627"}]} 2026-04-25 01:19:11.157 8 INFO neutron.services.segments.plugin [-] Segment 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21b0be35-c8bb-4f64-928f-cc9dcd3edab2 found for delete ", "request_id": "req-0c2a4204-19e0-486f-82ab-7cb4ae33cbe8"}]} 2026-04-25 01:19:11.166 8 INFO neutron.db.l3_hamode_db [None req-9f79c74d-9fe0-4320-8773-38add77efca7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] HA network d7392ad0-a749-42f0-b4b9-62ca6feec591 was deleted as no HA routers are present in tenant 27301fde6795474ba7c6b9d8717bf7e4. [pid: 8|app: 0|req: 879/1659] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:10 2026] DELETE /v2.0/routers/dd5357b5-98e5-42b3-bc2e-51ee28e40a1e => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1660] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:11 2026] DELETE /v2.0/subnets/744eacef-d908-44b0-bf54-6029538db3b2 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1661] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 783/1662] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/networks?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&shared=False => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1663] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1664] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:11 2026] DELETE /v2.0/networks/49865f0d-fe73-4242-8009-076e4bf9698e => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1665] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => 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: 786/1666] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1667] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:11.696 7 INFO neutron.db.segments_db [None req-b588a610-4000-4485-b2ec-a3ad825f25cb 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment 4c3259b3-4fb6-403d-9efb-3952e9402f9c of type vxlan for network a1e89cf1-dd4d-4c1c-82b9-99a4733f4cb9 [pid: 7|app: 0|req: 787/1668] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:19:11 2026] POST /v2.0/networks => generated 615 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1669] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1670] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:19:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d9f9c3b712141069b40c0dfc03a1171 => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1671] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:11 2026] POST /v2.0/subnets => generated 646 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1672] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:12 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:12.305 8 INFO neutron.db.segments_db [None req-ba96bbe7-6441-486a-a8fc-5269188538bc 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment 4bc6e6ee-0615-4683-93a4-32d3d3c5206c of type vxlan for network 17238944-c47d-4c4f-abf3-68903a834c8c [pid: 7|app: 0|req: 790/1673] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:19:12 2026] POST /v2.0/ports => generated 1179 bytes in 500 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: 791/1674] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:12 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:12.630 8 INFO neutron.db.l3_hamode_db [None req-ba96bbe7-6441-486a-a8fc-5269188538bc 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:19:12.785 8 INFO neutron.db.l3_hamode_db [None req-ba96bbe7-6441-486a-a8fc-5269188538bc 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 792/1675] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:19:12 2026] PUT /v2.0/ports/a654b5df-3a75-4616-b67d-bb4dd8a60162 => generated 1460 bytes in 568 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-25 01:19:13.197 8 INFO neutron.services.segments.plugin [-] Segment bdea1810-8781-4d6c-b170-3e0c92987b35 resource provider aggregate not found 2026-04-25 01:19:13.198 8 INFO neutron.services.segments.plugin [-] Segment bdea1810-8781-4d6c-b170-3e0c92987b35 resource provider aggregate not found [pid: 7|app: 0|req: 793/1676] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:13 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:13.235 8 INFO neutron.services.segments.plugin [-] Segment bdea1810-8781-4d6c-b170-3e0c92987b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdea1810-8781-4d6c-b170-3e0c92987b35 found for delete ", "request_id": "req-5e962cdf-9a38-41b1-bceb-7e811baab6f3"}]} 2026-04-25 01:19:13.238 8 INFO neutron.services.segments.plugin [-] Segment bdea1810-8781-4d6c-b170-3e0c92987b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdea1810-8781-4d6c-b170-3e0c92987b35 found for delete ", "request_id": "req-bbf8dd49-c638-4367-a782-4ba50e538371"}]} [pid: 7|app: 0|req: 794/1677] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:13 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:13.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-caa0efd2-83db-4973-8d89-0b2fae5e977b'] response: {'name': 'network-changed', 'server_uuid': '4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b', 'tag': 'a654b5df-3a75-4616-b67d-bb4dd8a60162', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 795/1678] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:13 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 796/1679] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:19:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2ddcf4cc-81e0-428d-bb3c-d5f450e387d8 => 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: 884/1680] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:12 2026] POST /v2.0/routers => generated 511 bytes in 1285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1681] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:13 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1682] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:19:13 2026] GET /v2.0/subnets?id=7ba312b9-96ad-44a3-b486-051d6927c588 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:13.751 7 INFO neutron.db.l3_db [None req-9ea2e7c3-4ffa-45c2-aa0b-fc15bc4de337 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] Floating IP 949b879e-b252-46cf-86ea-5f0aaaec1288 associated. External IP: 10.96.250.212, port: da662500-d7b7-433b-8b16-845d6d333dba. [pid: 7|app: 0|req: 797/1683] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:19:13 2026] PUT /v2.0/floatingips/949b879e-b252-46cf-86ea-5f0aaaec1288 => generated 856 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1684] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/ports?network_id=b3c37818-104c-419c-ad76-3d12ea667a9f&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: 799/1685] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1686] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1687] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/networks?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&shared=False => generated 2377 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1688] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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: 803/1689] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1690] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 805/1691] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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: 887/1692] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:19:13 2026] PUT /v2.0/routers/7e1a59d3-6cfd-4d60-ace7-10129d3fcd56/add_router_interface => generated 309 bytes in 1222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1693] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:19:14 2026] GET /v2.0/ports/7ae25e25-2ab5-432c-9077-8822d23ec98b => generated 959 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:15.346 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e05ea207-1d6c-4a25-9201-007299c596ec'] response: {'name': 'network-changed', 'server_uuid': 'd5232af3-609b-4d71-b196-8a6979e7174d', 'tag': 'da662500-d7b7-433b-8b16-845d6d333dba', 'status': 'completed', 'code': 200} 2026-04-25 01:19:15.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bcd7ce5-51e2-4eea-b80c-fdc9a182b3ec 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 7ae25e25-2ab5-432c-9077-8822d23ec98b 2026-04-25 01:19:15.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bcd7ce5-51e2-4eea-b80c-fdc9a182b3ec 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 7ae25e25-2ab5-432c-9077-8822d23ec98b [pid: 7|app: 0|req: 807/1694] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1695] 199.204.45.169 () {34 vars in 1056 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.37&port_id=a654b5df-3a75-4616-b67d-bb4dd8a60162 => 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: 809/1696] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A376&port_id=a654b5df-3a75-4616-b67d-bb4dd8a60162 => 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: 810/1697] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b&id=40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1698] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&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: 812/1699] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1700] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1701] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:14 2026] PUT /v2.0/routers/7e1a59d3-6cfd-4d60-ace7-10129d3fcd56/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1702] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 815/1703] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/ports?device_id=7e1a59d3-6cfd-4d60-ace7-10129d3fcd56 => 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: 816/1704] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/ports?tenant_id=70f219869a494954952304d0bdfe7276&device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1705] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1706] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/networks?id=3855b3ff-b813-4b3c-b26d-1288ec1aa213 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1707] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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: 892/1708] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=da662500-d7b7-433b-8b16-845d6d333dba => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:16.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a448cce-0618-4959-ab9d-9be130833f02 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 35b38ade-5970-4501-93bd-dca4d6a556ed 2026-04-25 01:19:16.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a448cce-0618-4959-ab9d-9be130833f02 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 35b38ade-5970-4501-93bd-dca4d6a556ed [pid: 8|app: 0|req: 893/1709] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:19:16 2026] GET /v2.0/subnets?id=4e059d95-18fa-45f1-a83c-7754156160fc => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1710] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:16 2026] GET /v2.0/ports?network_id=3855b3ff-b813-4b3c-b26d-1288ec1aa213&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1711] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:16 2026] GET /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213?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: 896/1712] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:16 2026] GET /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213?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) 2026-04-25 01:19:16.466 7 INFO neutron.services.segments.plugin [-] Segment 4bc6e6ee-0615-4683-93a4-32d3d3c5206c resource provider aggregate not found 2026-04-25 01:19:16.469 7 INFO neutron.services.segments.plugin [-] Segment 4bc6e6ee-0615-4683-93a4-32d3d3c5206c resource provider aggregate not found 2026-04-25 01:19:16.485 7 INFO neutron.services.segments.plugin [-] Segment 4bc6e6ee-0615-4683-93a4-32d3d3c5206c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc6e6ee-0615-4683-93a4-32d3d3c5206c found for delete ", "request_id": "req-3e041a1b-4e5e-440e-9697-aa6ca02aa750"}]} 2026-04-25 01:19:16.487 7 INFO neutron.services.segments.plugin [-] Segment 4bc6e6ee-0615-4683-93a4-32d3d3c5206c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc6e6ee-0615-4683-93a4-32d3d3c5206c found for delete ", "request_id": "req-1fef0ad3-28c8-4afc-be1a-9af89634e553"}]} 2026-04-25 01:19:16.501 7 INFO neutron.db.l3_hamode_db [None req-1a448cce-0618-4959-ab9d-9be130833f02 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] HA network 17238944-c47d-4c4f-abf3-68903a834c8c was deleted as no HA routers are present in tenant 27301fde6795474ba7c6b9d8717bf7e4. [pid: 7|app: 0|req: 817/1713] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:15 2026] DELETE /v2.0/routers/7e1a59d3-6cfd-4d60-ace7-10129d3fcd56 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1714] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:16 2026] DELETE /v2.0/subnets/b1d9dc41-8497-48d7-8785-7e2edcaa1036 => 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: 898/1715] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:16 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1194 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1716] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:16 2026] DELETE /v2.0/networks/a1e89cf1-dd4d-4c1c-82b9-99a4733f4cb9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1717] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:16 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:16.889 7 INFO neutron.db.segments_db [None req-e38ef2d8-66a5-4917-a0a6-bba7f1ffefc4 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Added segment 20eda922-b665-4798-8510-17e3448cf920 of type vxlan for network 6aa42fc1-dc00-4dbc-b120-f7e6e4c081b0 [pid: 8|app: 0|req: 900/1718] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:17 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1719] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:17 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:17.235 7 INFO neutron.db.l3_hamode_db [None req-e38ef2d8-66a5-4917-a0a6-bba7f1ffefc4 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:19:18.054 7 INFO neutron.db.l3_hamode_db [None req-e38ef2d8-66a5-4917-a0a6-bba7f1ffefc4 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 902/1720] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:18 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 903/1721] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:18 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:18.511 7 INFO neutron.services.segments.plugin [-] Segment 4c3259b3-4fb6-403d-9efb-3952e9402f9c resource provider aggregate not found 2026-04-25 01:19:18.517 7 INFO neutron.services.segments.plugin [-] Segment 4c3259b3-4fb6-403d-9efb-3952e9402f9c resource provider aggregate not found 2026-04-25 01:19:18.542 7 INFO neutron.services.segments.plugin [-] Segment 4c3259b3-4fb6-403d-9efb-3952e9402f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c3259b3-4fb6-403d-9efb-3952e9402f9c found for delete ", "request_id": "req-e68f3fd0-4086-4c08-bc7f-ca712ae3f18e"}]} 2026-04-25 01:19:18.547 7 INFO neutron.services.segments.plugin [-] Segment 4c3259b3-4fb6-403d-9efb-3952e9402f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c3259b3-4fb6-403d-9efb-3952e9402f9c found for delete ", "request_id": "req-2ca6fe48-c5b5-4cb3-bf6a-376b92b2279e"}]} [pid: 7|app: 0|req: 819/1722] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:16 2026] POST /v2.0/routers => generated 691 bytes in 2245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1723] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/routers/a76e9b7c-6cc5-4986-8346-7201033749bc => generated 697 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1724] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/routers => generated 700 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1725] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1726] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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: 823/1727] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 905/1728] 10.0.0.158 () {34 vars in 741 bytes} [Sat Apr 25 01:19:19 2026] PUT /v2.0/routers/a76e9b7c-6cc5-4986-8346-7201033749bc => generated 704 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1729] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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: 906/1730] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/routers/a76e9b7c-6cc5-4986-8346-7201033749bc => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1731] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/ports?device_id=a76e9b7c-6cc5-4986-8346-7201033749bc => 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: 825/1732] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:19 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:20.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3007c99-b330-4124-bf0e-0d8e6046594d 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 6202efec-7395-4e72-b63f-d5a63ecc4729 2026-04-25 01:19:20.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3007c99-b330-4124-bf0e-0d8e6046594d 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 6202efec-7395-4e72-b63f-d5a63ecc4729 2026-04-25 01:19:20.278 7 INFO neutron.db.l3_db [None req-fd75529c-decd-4f38-8b5c-236102281261 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Floating IP 81034dcc-7526-49de-975c-e7e714ea0017 associated. External IP: 10.96.250.208, port: 2ddcf4cc-81e0-428d-bb3c-d5f450e387d8. 2026-04-25 01:19:20.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3007c99-b330-4124-bf0e-0d8e6046594d 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] TaaS: Handle Delete Port: 9e21418d-5b76-4d3f-a486-81fd96cc6e32 2026-04-25 01:19:20.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3007c99-b330-4124-bf0e-0d8e6046594d 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] Tap Mirror: Handle Delete Port: 9e21418d-5b76-4d3f-a486-81fd96cc6e32 [pid: 7|app: 0|req: 826/1733] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:19:19 2026] PUT /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:20.621 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36f5f410-e822-436e-a405-38f7051aa450'] response: {'name': 'network-changed', 'server_uuid': '8e7bee0e-c54c-41e1-af8e-394ba5ed0705', 'tag': '2ddcf4cc-81e0-428d-bb3c-d5f450e387d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 827/1734] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:19:20 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:20.725 8 INFO neutron.services.segments.plugin [-] Segment 20eda922-b665-4798-8510-17e3448cf920 resource provider aggregate not found 2026-04-25 01:19:20.733 8 INFO neutron.services.segments.plugin [-] Segment 20eda922-b665-4798-8510-17e3448cf920 resource provider aggregate not found 2026-04-25 01:19:20.753 8 INFO neutron.services.segments.plugin [-] Segment 20eda922-b665-4798-8510-17e3448cf920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20eda922-b665-4798-8510-17e3448cf920 found for delete ", "request_id": "req-113c601a-5634-4dbb-806b-dfa676080358"}]} 2026-04-25 01:19:20.756 8 INFO neutron.services.segments.plugin [-] Segment 20eda922-b665-4798-8510-17e3448cf920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20eda922-b665-4798-8510-17e3448cf920 found for delete ", "request_id": "req-5da5dd25-1410-4f0b-aedf-a81a7003a445"}]} 2026-04-25 01:19:20.764 8 INFO neutron.db.l3_hamode_db [None req-e3007c99-b330-4124-bf0e-0d8e6046594d 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] HA network 6aa42fc1-dc00-4dbc-b120-f7e6e4c081b0 was deleted as no HA routers are present in tenant 27301fde6795474ba7c6b9d8717bf7e4. [pid: 8|app: 0|req: 908/1735] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:19 2026] DELETE /v2.0/routers/a76e9b7c-6cc5-4986-8346-7201033749bc => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1736] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:20 2026] GET /v2.0/ports?device_id=a76e9b7c-6cc5-4986-8346-7201033749bc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:20.825 8 INFO neutron.api.v2.resource [None req-bc7e2c83-8141-444c-9fa2-800beeb3bde0 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1737] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:20 2026] DELETE /v2.0/routers/a76e9b7c-6cc5-4986-8346-7201033749bc => 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: 829/1738] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:20 2026] GET /v2.0/ports?device_id=7e1a59d3-6cfd-4d60-ace7-10129d3fcd56 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:20.885 8 INFO neutron.api.v2.resource [None req-48573a73-29dc-4841-9f4c-6f3e772f938a 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1739] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:20 2026] DELETE /v2.0/routers/7e1a59d3-6cfd-4d60-ace7-10129d3fcd56 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:19:20.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-283aab83-765e-4fae-ba58-a4f7a47f5b78 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1740] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:20 2026] DELETE /v2.0/subnets/b1d9dc41-8497-48d7-8785-7e2edcaa1036 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1741] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:20 2026] GET /v2.0/ports?device_id=dd5357b5-98e5-42b3-bc2e-51ee28e40a1e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:20.958 7 INFO neutron.api.v2.resource [None req-b2791791-c318-4220-bfe3-10159110298b 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 831/1742] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:20 2026] DELETE /v2.0/routers/dd5357b5-98e5-42b3-bc2e-51ee28e40a1e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:19:20.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83076bc2-d28f-4c1c-8520-44afef3b89f7 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1743] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:20 2026] DELETE /v2.0/subnets/744eacef-d908-44b0-bf54-6029538db3b2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1744] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:20 2026] GET /v2.0/ports?device_id=d039ad9d-4a3a-49e7-8987-c09f1c2259de => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:21.032 8 INFO neutron.api.v2.resource [None req-a6a342a9-57d5-452e-8082-be835af2aa5c 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1745] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:21 2026] DELETE /v2.0/routers/d039ad9d-4a3a-49e7-8987-c09f1c2259de => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:19:21.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f1c6903-d323-4409-b072-05eb1e15a9df 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1746] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:21 2026] DELETE /v2.0/subnets/2f88191d-f1d3-4bd9-9dc5-5764858ddecb => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:19:21.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdfdb3b2-76e6-48f6-8887-1299b81978f9 415b5c394c7c4a13a88d37de166af476 27301fde6795474ba7c6b9d8717bf7e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1747] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:21 2026] DELETE /v2.0/subnets/fa25444f-2475-4b29-8318-c52728345e43 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1748] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/ports?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1749] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/networks?id=b3c37818-104c-419c-ad76-3d12ea667a9f => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1750] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=2ddcf4cc-81e0-428d-bb3c-d5f450e387d8 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1751] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/subnets?id=7ba312b9-96ad-44a3-b486-051d6927c588 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1752] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/ports?network_id=b3c37818-104c-419c-ad76-3d12ea667a9f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1753] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?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: 837/1754] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1755] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1756] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/security-groups?tenant_id=27301fde6795474ba7c6b9d8717bf7e4&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1757] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:21 2026] DELETE /v2.0/security-groups/f10cc62e-0819-4013-b440-f226e2d28723 => 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: 919/1758] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:21 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1196 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1759] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:22 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1760] 10.0.0.158 () {32 vars in 818 bytes} [Sat Apr 25 01:19:22 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&mac_address=fa%3A16%3A3e%3Ad1%3A4a%3Ab8 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1761] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:19:22 2026] GET /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:23.151 7 INFO neutron.db.l3_db [None req-c76ec4ab-b0b4-40f5-a776-3655fd14c7cc cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Floating IP c1752b8e-37e9-43c6-abd3-ea006755b3a5 associated. External IP: 10.96.250.205, port: a654b5df-3a75-4616-b67d-bb4dd8a60162. [pid: 7|app: 0|req: 841/1762] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:19:22 2026] POST /v2.0/floatingips => generated 854 bytes in 1260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:23.523 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-740b6874-4d2f-4473-9835-408e086d5aba'] response: {'name': 'network-changed', 'server_uuid': '4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b', 'tag': 'a654b5df-3a75-4616-b67d-bb4dd8a60162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 922/1763] 10.0.0.149 () {34 vars in 1094 bytes} [Sat Apr 25 01:19:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-433933096&fields=id&tenant_id=6d9f9c3b712141069b40c0dfc03a1171 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1764] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:19:23 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1765] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:19:23 2026] GET /v2.0/quotas/6d9f9c3b712141069b40c0dfc03a1171 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1766] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:19:23 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&fields=id => generated 333 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1767] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:19:23 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1768] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:19:23 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1769] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1770] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1771] 199.204.45.169 () {34 vars in 1056 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.37&port_id=a654b5df-3a75-4616-b67d-bb4dd8a60162 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1772] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => 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: 850/1773] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A376&port_id=a654b5df-3a75-4616-b67d-bb4dd8a60162 => 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: 851/1774] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b&id=40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1775] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1776] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:19:23 2026] POST /v2.0/security-groups => generated 1625 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1777] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&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: 8|app: 0|req: 925/1778] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/security-groups => generated 4530 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1779] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 855/1780] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1781] 10.0.0.158 () {34 vars in 758 bytes} [Sat Apr 25 01:19:24 2026] PUT /v2.0/security-groups/c88c2df7-600c-4bfa-8cde-932745010a6c => generated 1661 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1782] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/security-groups/c88c2df7-600c-4bfa-8cde-932745010a6c => generated 1661 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1783] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:24 2026] DELETE /v2.0/security-groups/c88c2df7-600c-4bfa-8cde-932745010a6c => 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: 857/1784] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:24.683 8 INFO neutron.api.v2.resource [None req-96aa7a30-f8ee-43f2-8713-426874c04fad 02d0df78103c40229bda6e86ec93f465 bf561a7e658b45978716e27549a0fbd9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 928/1785] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:24 2026] DELETE /v2.0/security-groups/c88c2df7-600c-4bfa-8cde-932745010a6c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1786] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:19:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1789] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1790] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:19:24 2026] GET /v2.0/security-group-rules/3feacdbf-e388-4814-b48b-3d0713296de6 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1791] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1792] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:19:25 2026] DELETE /v2.0/security-group-rules/3feacdbf-e388-4814-b48b-3d0713296de6 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1793] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1794] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1795] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules/ce72b9bc-192e-42a7-8964-5a5464270583 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1796] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1797] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:19:25 2026] DELETE /v2.0/security-group-rules/ce72b9bc-192e-42a7-8964-5a5464270583 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1798] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1799] 10.0.0.158 () {34 vars in 695 bytes} [Sat Apr 25 01:19:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1800] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules/4088532e-ff17-4014-a715-b7f2a5ba864c => generated 602 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1801] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1802] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:19:25 2026] DELETE /v2.0/security-group-rules/4088532e-ff17-4014-a715-b7f2a5ba864c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1803] 10.0.0.158 () {32 vars in 673 bytes} [Sat Apr 25 01:19:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1804] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:25 2026] DELETE /v2.0/security-groups/36614512-ec68-4ac7-9a8f-d219c6aa3496 => 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: 937/1805] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:19:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1806] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:19:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1807] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:26 2026] GET /v2.0/security-groups?tenant_id=bf561a7e658b45978716e27549a0fbd9&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1808] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:26 2026] DELETE /v2.0/security-groups/9490247c-c011-4944-9d75-51214a06c95c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1809] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:28 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1810] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:19:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d9f9c3b712141069b40c0dfc03a1171 => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1811] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:19:28 2026] POST /v2.0/subnetpools => generated 549 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1812] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:19:28 2026] GET /v2.0/subnetpools/7f70d90b-f6f8-4dc5-836d-8579b3b40c28 => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1813] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:19:29 2026] PUT /v2.0/subnetpools/7f70d90b-f6f8-4dc5-836d-8579b3b40c28 => generated 500 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1814] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:19:28 2026] POST /v2.0/ports => generated 1183 bytes in 545 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: 875/1815] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:19:29 2026] DELETE /v2.0/subnetpools/7f70d90b-f6f8-4dc5-836d-8579b3b40c28 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1816] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:19:29 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:29.220 8 INFO neutron.api.v2.resource [None req-951a8776-f593-4969-9e61-a649c21ccbcd 100fbd7fc6024412a505109dbb98edc8 087a8be8e5e24a1b88816413f8dced53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 942/1817] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:19:29 2026] GET /v2.0/subnetpools/7f70d90b-f6f8-4dc5-836d-8579b3b40c28 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1818] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:29 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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-25 01:19:29.259 8 INFO neutron.api.v2.resource [None req-7097ff2a-25c1-4348-9c98-f014018b78f6 100fbd7fc6024412a505109dbb98edc8 087a8be8e5e24a1b88816413f8dced53 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1819] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:19:29 2026] DELETE /v2.0/subnetpools/7f70d90b-f6f8-4dc5-836d-8579b3b40c28 => 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: 945/1820] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:29 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1186 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1821] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:29 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1822] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:19:29 2026] PUT /v2.0/ports/23f24b22-b9df-49c9-a00c-2186ba155f30 => generated 1464 bytes in 634 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:29.849 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d7ae3e7-2736-4fc4-9b5e-be83ecbc35c1'] response: {'name': 'network-changed', 'server_uuid': '4c5e7b1e-8a56-46cb-8460-cb8312bb1a37', 'tag': '23f24b22-b9df-49c9-a00c-2186ba155f30', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 947/1823] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:29 2026] GET /v2.0/security-groups?tenant_id=087a8be8e5e24a1b88816413f8dced53&name=default => generated 2925 bytes in 228 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: 877/1824] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:30 2026] DELETE /v2.0/security-groups/536b4635-0afd-484e-a9f6-d6a840535198 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1825] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:30 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1826] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:19:30 2026] GET /v2.0/networks?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&shared=False => generated 2377 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1827] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:19:30 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: 879/1828] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1467 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1829] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=23f24b22-b9df-49c9-a00c-2186ba155f30 => 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: 880/1830] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afd&port_id=23f24b22-b9df-49c9-a00c-2186ba155f30 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1831] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/subnets?id=cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f&id=e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 1411 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1832] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1833] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1834] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 953/1835] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:31 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 883/1836] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:19:32 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1465 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1837] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:32 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1838] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:33 2026] GET /v2.0/security-groups?tenant_id=7771223a8ccc404b9a28241984d0289b&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1839] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:34 2026] DELETE /v2.0/security-groups/5dab47e4-0c0f-4c8e-b250-2a226bdaada4 => 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: 885/1840] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:34 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1841] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:34 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1842] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:35 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1843] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:35 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1844] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:19:35 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1283 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:36.327 8 INFO neutron.db.segments_db [None req-38f2423c-59d8-41bf-b0cd-ec4abcf6c061 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment 5f099f1d-4a2c-487f-8b6b-2466db7f874d of type vxlan for network c4cdbda9-7705-451d-9f95-5ebd12eee271 [pid: 8|app: 0|req: 958/1845] 10.0.0.158 () {34 vars in 671 bytes} [Sat Apr 25 01:19:36 2026] POST /v2.0/networks => generated 722 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1846] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:36 2026] POST /v2.0/subnets => generated 688 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:36.741 8 INFO neutron.db.segments_db [None req-af7eae3d-5d50-4d36-8866-fd63fa470686 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Added segment ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 of type vxlan for network 1e4e058b-e30d-4e11-8c3c-78705579ac86 [pid: 7|app: 0|req: 888/1847] 10.0.0.158 () {32 vars in 858 bytes} [Sat Apr 25 01:19:36 2026] GET /v2.0/floatingips?floating_network_id=3ad8e97b-f082-4fb8-b420-a410fe9c1890&port_id=da662500-d7b7-433b-8b16-845d6d333dba => generated 861 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:37.051 8 INFO neutron.db.l3_hamode_db [None req-af7eae3d-5d50-4d36-8866-fd63fa470686 3745c1b87ad94bcea4c6d948ef5067c2 362cf60377784586bc2d109c7982e3b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 889/1848] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:19:37 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1849] 10.0.0.251 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:37 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:37.916 8 INFO neutron.db.l3_hamode_db [None req-af7eae3d-5d50-4d36-8866-fd63fa470686 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 960/1850] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:19:36 2026] POST /v2.0/routers => generated 728 bytes in 2200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1851] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:39 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1200 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1852] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:39 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1855] 10.0.0.158 () {32 vars in 818 bytes} [Sat Apr 25 01:19:39 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&mac_address=fa%3A16%3A3e%3A5c%3A2c%3A22 => generated 1200 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1856] 10.0.0.158 () {34 vars in 783 bytes} [Sat Apr 25 01:19:38 2026] PUT /v2.0/routers/84ebaa53-ae1f-4a39-b813-ac81a54b07dd/add_router_interface => generated 309 bytes in 1539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1857] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:40 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1858] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:40 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1859] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:40 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1860] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:40 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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-25 01:19:40.853 8 INFO neutron.db.l3_db [None req-2dae5d2f-928a-46c6-b0d1-05ad9dff885c cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Floating IP 3f2cb403-6ff4-45c4-9f27-2ff70be57114 associated. External IP: 10.96.250.218, port: 23f24b22-b9df-49c9-a00c-2186ba155f30. [pid: 8|app: 0|req: 966/1861] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:19:39 2026] POST /v2.0/floatingips => generated 855 bytes in 1258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:41.296 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59fd9ec1-d648-4a0f-a24b-81cc5505e567'] response: {'name': 'network-changed', 'server_uuid': '4c5e7b1e-8a56-46cb-8460-cb8312bb1a37', 'tag': '23f24b22-b9df-49c9-a00c-2186ba155f30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 896/1862] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1863] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1864] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1865] 10.0.0.149 () {34 vars in 1120 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/security-groups?id=e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97&id=e6e6517e-9c29-497d-8056-dc5a59c43640&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1866] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/security-groups?id=0a304936-6076-4535-a2a2-91858ba96977&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: 969/1867] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1868] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=23f24b22-b9df-49c9-a00c-2186ba155f30 => 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: 970/1869] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afd&port_id=23f24b22-b9df-49c9-a00c-2186ba155f30 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1870] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/subnets?id=cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f&id=e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 1411 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1871] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1872] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&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: 972/1873] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1874] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 973/1875] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/networks?id=c4cdbda9-7705-451d-9f95-5ebd12eee271 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1876] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/quotas/362cf60377784586bc2d109c7982e3b7 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1877] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => generated 1014 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1878] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 974/1879] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:19:42 2026] GET /v2.0/ports?tenant_id=362cf60377784586bc2d109c7982e3b7&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:43.018 7 INFO neutron_taas.services.taas.taas_plugin [req-4e17a78c-84d7-4798-935b-2375f9d34e46 req-feb980cf-fa66-4d53-a128-b2c7c9a954e1 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] TaaS: Handle Delete Port: da662500-d7b7-433b-8b16-845d6d333dba 2026-04-25 01:19:43.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e17a78c-84d7-4798-935b-2375f9d34e46 req-feb980cf-fa66-4d53-a128-b2c7c9a954e1 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] Tap Mirror: Handle Delete Port: da662500-d7b7-433b-8b16-845d6d333dba 2026-04-25 01:19:43.043 8 INFO neutron_taas.services.taas.taas_plugin [req-d2a2c9d6-b0a4-45e4-84c3-df42e5dfd3e3 req-ef01509c-efa4-489d-83c2-7250bdb157d0 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: 2ddcf4cc-81e0-428d-bb3c-d5f450e387d8 2026-04-25 01:19:43.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d2a2c9d6-b0a4-45e4-84c3-df42e5dfd3e3 req-ef01509c-efa4-489d-83c2-7250bdb157d0 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: 2ddcf4cc-81e0-428d-bb3c-d5f450e387d8 2026-04-25 01:19:43.175 7 INFO neutron.db.l3_db [req-4e17a78c-84d7-4798-935b-2375f9d34e46 req-feb980cf-fa66-4d53-a128-b2c7c9a954e1 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] Floating IP 949b879e-b252-46cf-86ea-5f0aaaec1288 disassociated. External IP: 10.96.250.212, port: da662500-d7b7-433b-8b16-845d6d333dba. 2026-04-25 01:19:43.220 8 INFO neutron.db.l3_db [req-d2a2c9d6-b0a4-45e4-84c3-df42e5dfd3e3 req-ef01509c-efa4-489d-83c2-7250bdb157d0 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Floating IP 81034dcc-7526-49de-975c-e7e714ea0017 disassociated. External IP: 10.96.250.208, port: 2ddcf4cc-81e0-428d-bb3c-d5f450e387d8. [pid: 7|app: 0|req: 906/1880] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:19:42 2026] DELETE /v2.0/ports/da662500-d7b7-433b-8b16-845d6d333dba => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1881] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:19:42 2026] DELETE /v2.0/ports/2ddcf4cc-81e0-428d-bb3c-d5f450e387d8 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1882] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:43 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => 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: 907/1883] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:19:43 2026] GET /v2.0/networks/c4cdbda9-7705-451d-9f95-5ebd12eee271?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1884] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:19:43 2026] GET /v2.0/networks/c4cdbda9-7705-451d-9f95-5ebd12eee271?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1885] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:43 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:43.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24143a37-7fd3-43be-aef9-53a2a7d21382'] response: {'server_uuid': 'd5232af3-609b-4d71-b196-8a6979e7174d', 'name': 'network-vif-deleted', 'tag': 'da662500-d7b7-433b-8b16-845d6d333dba', 'status': 'completed', 'code': 200} 2026-04-25 01:19:43.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d93f9f-59a3-4370-9f53-0144af10b631'] response: {'server_uuid': '8e7bee0e-c54c-41e1-af8e-394ba5ed0705', 'name': 'network-vif-deleted', 'tag': '2ddcf4cc-81e0-428d-bb3c-d5f450e387d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 978/1886] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:43 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1887] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:44 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => 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: 979/1888] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:44 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 910/1889] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:44 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => 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: 980/1890] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:45 2026] GET /v2.0/ports?device_id=d5232af3-609b-4d71-b196-8a6979e7174d => 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: 911/1891] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:45 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1892] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:46 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => 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: 982/1893] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:47 2026] GET /v2.0/ports?device_id=8e7bee0e-c54c-41e1-af8e-394ba5ed0705 => 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: 912/1894] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:47 2026] DELETE /v2.0/security-groups/e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:19:47.160 8 INFO neutron.api.v2.resource [None req-9b1e0150-832d-4d07-8a45-694bfc7c3d6d bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/1895] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:19:47 2026] GET /v2.0/security-groups/e1aa01c2-c4bd-46ab-9fb3-9591b3c21c97 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1896] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:47 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:47.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-37402fdb-212b-43b5-b1e0-41e241156c43 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] TaaS: Handle Delete Port: 223b18fc-269e-437f-b45a-53b218282fa3 2026-04-25 01:19:47.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37402fdb-212b-43b5-b1e0-41e241156c43 bcacd8193e9742eba31009681f6e6253 70f219869a494954952304d0bdfe7276 - - default default] Tap Mirror: Handle Delete Port: 223b18fc-269e-437f-b45a-53b218282fa3 [pid: 7|app: 0|req: 913/1897] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:19:47 2026] DELETE /v2.0/floatingips/949b879e-b252-46cf-86ea-5f0aaaec1288 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1898] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:47 2026] DELETE /v2.0/security-groups/e6e6517e-9c29-497d-8056-dc5a59c43640 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:19:48.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-a910c0a4-7cc7-4062-a335-e65949982003 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: cf363175-1d39-485c-8914-c14447a16214 2026-04-25 01:19:48.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a910c0a4-7cc7-4062-a335-e65949982003 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: cf363175-1d39-485c-8914-c14447a16214 [pid: 8|app: 0|req: 986/1899] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:48 2026] DELETE /v2.0/security-groups/0a304936-6076-4535-a2a2-91858ba96977 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1900] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:48 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => 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: 988/1901] 10.0.0.251 () {34 vars in 990 bytes} [Sat Apr 25 01:19:48 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1469 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:48.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-657fddf6-08e2-4457-b953-43bbec087c10 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: 43f586fd-cc19-4cbb-9f36-433c62884d32 2026-04-25 01:19:48.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-657fddf6-08e2-4457-b953-43bbec087c10 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: 43f586fd-cc19-4cbb-9f36-433c62884d32 [pid: 8|app: 0|req: 989/1902] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:19:48 2026] DELETE /v2.0/floatingips/81034dcc-7526-49de-975c-e7e714ea0017 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1903] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:47 2026] PUT /v2.0/routers/5a062c8b-cd03-471e-a530-fca77faa74c0/remove_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1904] 10.0.0.251 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:48 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:49.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-03f48a77-3515-4fdf-aafd-85906802872e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 8b06c143-6c78-48d8-8b41-8910942b26ae 2026-04-25 01:19:49.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f48a77-3515-4fdf-aafd-85906802872e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 8b06c143-6c78-48d8-8b41-8910942b26ae 2026-04-25 01:19:49.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-03f48a77-3515-4fdf-aafd-85906802872e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: cc95f384-6674-4123-935f-8dbe57dae091 2026-04-25 01:19:49.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f48a77-3515-4fdf-aafd-85906802872e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: cc95f384-6674-4123-935f-8dbe57dae091 [pid: 8|app: 0|req: 991/1905] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:48 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 975 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1906] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:49 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => 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: 993/1907] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:49 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:49.781 7 INFO neutron.services.segments.plugin [-] Segment 4a213e96-3754-4896-8d34-a7e3de786253 resource provider aggregate not found 2026-04-25 01:19:49.788 7 INFO neutron.services.segments.plugin [-] Segment 4a213e96-3754-4896-8d34-a7e3de786253 resource provider aggregate not found 2026-04-25 01:19:49.814 7 INFO neutron.services.segments.plugin [-] Segment 4a213e96-3754-4896-8d34-a7e3de786253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a213e96-3754-4896-8d34-a7e3de786253 found for delete ", "request_id": "req-128cf1ed-536b-41ea-ad82-348bf5204fbf"}]} 2026-04-25 01:19:49.815 7 INFO neutron.services.segments.plugin [-] Segment 4a213e96-3754-4896-8d34-a7e3de786253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a213e96-3754-4896-8d34-a7e3de786253 found for delete ", "request_id": "req-8909b211-23ec-40cc-99af-53cafb8c1a9a"}]} 2026-04-25 01:19:49.816 7 INFO neutron.db.l3_hamode_db [None req-03f48a77-3515-4fdf-aafd-85906802872e 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 5831b9d5-c1e6-4bb2-bb93-8c66a5f71ae4 was deleted as no HA routers are present in tenant 70f219869a494954952304d0bdfe7276. [pid: 7|app: 0|req: 915/1908] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:48 2026] DELETE /v2.0/routers/5a062c8b-cd03-471e-a530-fca77faa74c0 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1909] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:49 2026] DELETE /v2.0/subnets/4e059d95-18fa-45f1-a83c-7754156160fc => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:19:50.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-698de0a7-2f77-49be-a6b5-9f118637bd3f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: bfdd3c12-e528-4bed-b727-f9d49acf0815 2026-04-25 01:19:50.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698de0a7-2f77-49be-a6b5-9f118637bd3f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: bfdd3c12-e528-4bed-b727-f9d49acf0815 [pid: 8|app: 0|req: 995/1910] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:19:50 2026] GET /v2.0/networks?id=c4cdbda9-7705-451d-9f95-5ebd12eee271 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1911] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:50 2026] DELETE /v2.0/networks/3855b3ff-b813-4b3c-b26d-1288ec1aa213 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1912] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:19:50 2026] POST /v2.0/ports => generated 958 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-25 01:19:50.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-d359f027-ea52-4c05-9e12-6e2161c7813a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 1dfaa716-6052-42d2-bc80-09e11a5424db 2026-04-25 01:19:50.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d359f027-ea52-4c05-9e12-6e2161c7813a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 1dfaa716-6052-42d2-bc80-09e11a5424db [pid: 8|app: 0|req: 997/1913] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:19:50 2026] PUT /v2.0/ports/1d47276c-f368-43b5-8221-1efcde5ea1bb => generated 1239 bytes in 441 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: 998/1914] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1915] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1916] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1917] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/security-groups?id=7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0&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-25 01:19:51.201 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3deab775-c89f-487b-94a2-1c810d2031cf'] response: {'name': 'network-changed', 'server_uuid': '5324f10c-122e-4850-b2f6-27276b921c90', 'tag': '1d47276c-f368-43b5-8221-1efcde5ea1bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 917/1918] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:50 2026] PUT /v2.0/routers/92ac57b7-7dce-4274-b5ee-717780f5f26f/remove_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1919] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:51.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-861e9dc0-4d09-4847-8e6e-ee7ebbfd25be 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 4c4f59f5-bd0c-44f6-ac5e-49f5f25cedfc 2026-04-25 01:19:51.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861e9dc0-4d09-4847-8e6e-ee7ebbfd25be 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 4c4f59f5-bd0c-44f6-ac5e-49f5f25cedfc 2026-04-25 01:19:51.615 7 INFO neutron_taas.services.taas.taas_plugin [req-b0f11914-3138-4028-883c-4bd4a492e7eb req-67397a9c-dd48-4bac-9ea2-78cbbd7f340c ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: 63f41619-a9ee-46a1-b435-a2ead11291ef 2026-04-25 01:19:51.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0f11914-3138-4028-883c-4bd4a492e7eb req-67397a9c-dd48-4bac-9ea2-78cbbd7f340c ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: 63f41619-a9ee-46a1-b435-a2ead11291ef [pid: 7|app: 0|req: 919/1920] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:19:51 2026] DELETE /v2.0/ports/63f41619-a9ee-46a1-b435-a2ead11291ef => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:19:51.828 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5bfbbbc-2f6e-4e03-afd8-e7b608a2e590'] response: {'server_uuid': '9ab94e8f-efc5-404d-949a-3e461efcc670', 'name': 'network-vif-deleted', 'tag': '63f41619-a9ee-46a1-b435-a2ead11291ef', 'status': 'completed', 'code': 200} 2026-04-25 01:19:51.836 7 INFO neutron.services.segments.plugin [-] Segment 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 resource provider aggregate not found 2026-04-25 01:19:51.845 7 INFO neutron.services.segments.plugin [-] Segment 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 resource provider aggregate not found [pid: 7|app: 0|req: 920/1921] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/ports?tenant_id=362cf60377784586bc2d109c7982e3b7&device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 1242 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:51.864 7 INFO neutron.services.segments.plugin [-] Segment 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 found for delete ", "request_id": "req-26d4daa4-7cde-4b6f-8d9c-fce86fee8341"}]} 2026-04-25 01:19:51.867 7 INFO neutron.services.segments.plugin [-] Segment 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7153cff0-35d7-4b5c-bc9f-9711fc2e0250 found for delete ", "request_id": "req-d951c94b-2cd4-489d-8b5a-f6be24e0a91c"}]} 2026-04-25 01:19:51.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-861e9dc0-4d09-4847-8e6e-ee7ebbfd25be 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: e702b63b-7652-4c56-ab63-ef9d7faf6da3 2026-04-25 01:19:51.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861e9dc0-4d09-4847-8e6e-ee7ebbfd25be 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: e702b63b-7652-4c56-ab63-ef9d7faf6da3 [pid: 7|app: 0|req: 921/1922] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/networks?tenant_id=362cf60377784586bc2d109c7982e3b7&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1923] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:19:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:52.289 8 INFO neutron.services.segments.plugin [-] Segment d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f resource provider aggregate not found 2026-04-25 01:19:52.295 8 INFO neutron.services.segments.plugin [-] Segment d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f resource provider aggregate not found 2026-04-25 01:19:52.317 8 INFO neutron.services.segments.plugin [-] Segment d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f found for delete ", "request_id": "req-aca9d298-d671-471d-b28c-087ae4c7a3b1"}]} 2026-04-25 01:19:52.320 8 INFO neutron.db.l3_hamode_db [None req-861e9dc0-4d09-4847-8e6e-ee7ebbfd25be 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 258eed7b-593e-4307-a10f-1485673fc363 was deleted as no HA routers are present in tenant 44001a47f4cb4511adecf2a75a42c888. 2026-04-25 01:19:52.322 8 INFO neutron.services.segments.plugin [-] Segment d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c8e3f6-5d2e-4c9c-ac0d-ae4a1ed9806f found for delete ", "request_id": "req-c2a1f6fd-dba5-40fe-8080-5c2234023548"}]} [pid: 8|app: 0|req: 1002/1924] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:51 2026] DELETE /v2.0/routers/92ac57b7-7dce-4274-b5ee-717780f5f26f => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1925] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:52 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1926] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:52 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 1004/1927] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:52 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1928] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:52 2026] DELETE /v2.0/subnets/7f15e9ef-360d-4bed-a6d3-b916e684e01f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:19:52.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0eb2829-443a-4fd7-8a53-f7bbf56fb7f5 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 93c8f337-21a0-45e8-85c7-141afe8a7187 2026-04-25 01:19:52.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0eb2829-443a-4fd7-8a53-f7bbf56fb7f5 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 93c8f337-21a0-45e8-85c7-141afe8a7187 [pid: 8|app: 0|req: 1005/1929] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:52 2026] DELETE /v2.0/networks/12bc6670-6d9c-4e6f-bf1d-e1dbe3ed4dad => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1930] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/ports?tenant_id=362cf60377784586bc2d109c7982e3b7&device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1931] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1d47276c-f368-43b5-8221-1efcde5ea1bb => 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: 1007/1932] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/subnets?id=7292e810-7144-4bfe-a3ac-52c16ed7542a => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1933] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/security-groups?tenant_id=70f219869a494954952304d0bdfe7276&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1934] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/ports?network_id=c4cdbda9-7705-451d-9f95-5ebd12eee271&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1935] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/networks/c4cdbda9-7705-451d-9f95-5ebd12eee271?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: 927/1936] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:53 2026] DELETE /v2.0/security-groups/e3584405-6b15-471e-81d8-0a9accd1cc38 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1937] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/networks/c4cdbda9-7705-451d-9f95-5ebd12eee271?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: 928/1938] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/security-groups?tenant_id=44001a47f4cb4511adecf2a75a42c888&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1939] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 1011/1940] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:53 2026] DELETE /v2.0/security-groups/8926c66a-35ca-4027-9fff-d4eed5dcc71b => 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: 930/1941] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1942] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:53 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:54.353 8 INFO neutron.services.segments.plugin [-] Segment 0579cd7c-e218-427e-84ef-ea48710adf60 resource provider aggregate not found 2026-04-25 01:19:54.359 8 INFO neutron.services.segments.plugin [-] Segment 0579cd7c-e218-427e-84ef-ea48710adf60 resource provider aggregate not found 2026-04-25 01:19:54.379 8 INFO neutron.services.segments.plugin [-] Segment 0579cd7c-e218-427e-84ef-ea48710adf60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0579cd7c-e218-427e-84ef-ea48710adf60 found for delete ", "request_id": "req-143749dd-274c-4d31-9940-d0f2fe83db43"}]} 2026-04-25 01:19:54.382 8 INFO neutron.services.segments.plugin [-] Segment 0579cd7c-e218-427e-84ef-ea48710adf60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0579cd7c-e218-427e-84ef-ea48710adf60 found for delete ", "request_id": "req-64ff15c2-87a3-4f44-a690-7142dee280ad"}]} [pid: 7|app: 0|req: 931/1943] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:54 2026] GET /v2.0/ports?device_id=9ab94e8f-efc5-404d-949a-3e461efcc670 => 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: 1013/1944] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:54 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1945] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:54 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1948] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:55 2026] DELETE /v2.0/security-groups/7e52c5bf-4b8b-4d8e-9e83-a20e362e91c0 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1949] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:55 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1950] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:55 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:56.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-59e6cef5-c811-48b7-9d80-9ba9d2d40f35 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: 762c4a3b-ca8d-4698-ba50-80bd1cbd438c 2026-04-25 01:19:56.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e6cef5-c811-48b7-9d80-9ba9d2d40f35 ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: 762c4a3b-ca8d-4698-ba50-80bd1cbd438c [pid: 8|app: 0|req: 1016/1951] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:19:55 2026] PUT /v2.0/routers/d0a4bcd3-7d43-476e-8821-f21abefdc234/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1952] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:57 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1953] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:56 2026] DELETE /v2.0/subnets/7ba312b9-96ad-44a3-b486-051d6927c588 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1954] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:57 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&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-25 01:19:57.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-004ffb03-2f89-4c66-b622-56b4ff5a0a3f ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: 500f7bd6-1895-493f-92c6-73a8a687adf3 2026-04-25 01:19:57.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-004ffb03-2f89-4c66-b622-56b4ff5a0a3f ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: 500f7bd6-1895-493f-92c6-73a8a687adf3 2026-04-25 01:19:57.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-004ffb03-2f89-4c66-b622-56b4ff5a0a3f ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: 98bc0e04-e44f-4697-8f07-13449a8529fa 2026-04-25 01:19:57.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-004ffb03-2f89-4c66-b622-56b4ff5a0a3f ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: 98bc0e04-e44f-4697-8f07-13449a8529fa 2026-04-25 01:19:58.300 7 INFO neutron.services.segments.plugin [-] Segment 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 resource provider aggregate not found 2026-04-25 01:19:58.306 7 INFO neutron.services.segments.plugin [-] Segment 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 resource provider aggregate not found 2026-04-25 01:19:58.324 7 INFO neutron.services.segments.plugin [-] Segment 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 found for delete ", "request_id": "req-3524e358-f9f7-4f5e-ad18-67b45687a83e"}]} 2026-04-25 01:19:58.349 7 INFO neutron.services.segments.plugin [-] Segment 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca1065e-e694-43fc-a1f6-9fd5a6b14288 found for delete ", "request_id": "req-c15de8dc-48f3-4054-89c1-804b5000fb2c"}]} 2026-04-25 01:19:58.358 7 INFO neutron.db.l3_hamode_db [None req-004ffb03-2f89-4c66-b622-56b4ff5a0a3f ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] HA network 42374dfe-3e77-4849-bd9e-9e495942755f was deleted as no HA routers are present in tenant fe7ff1c8c54e483aaab914a72dcf7c09. [pid: 7|app: 0|req: 937/1955] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:19:57 2026] DELETE /v2.0/routers/d0a4bcd3-7d43-476e-8821-f21abefdc234 => generated 0 bytes in 1161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1956] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:58 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:19:58.467 8 INFO neutron.db.segments_db [None req-2c47cd69-cad8-4435-ae2c-ae8a1ae8af0a 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Added segment 436f9eee-63c2-4c48-8773-ba27dd591cbd of type vxlan for network fbb85d1b-5e50-46e7-9652-e3c97b401d3c 2026-04-25 01:19:58.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a502b05-55f7-4399-a699-a0e091f9fa8a ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] TaaS: Handle Delete Port: fe689028-4973-4520-a2bd-732ec6a6b9e9 2026-04-25 01:19:58.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a502b05-55f7-4399-a699-a0e091f9fa8a ad1a00b95f9d446896cdbfbd6d732840 fe7ff1c8c54e483aaab914a72dcf7c09 - - default default] Tap Mirror: Handle Delete Port: fe689028-4973-4520-a2bd-732ec6a6b9e9 2026-04-25 01:19:58.736 8 INFO neutron.db.l3_hamode_db [None req-2c47cd69-cad8-4435-ae2c-ae8a1ae8af0a 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1957] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:19:58 2026] DELETE /v2.0/networks/b3c37818-104c-419c-ad76-3d12ea667a9f => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1958] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:58 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:19:58.887 8 INFO neutron.db.l3_hamode_db [None req-2c47cd69-cad8-4435-ae2c-ae8a1ae8af0a 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1019/1959] 10.0.0.158 () {34 vars in 668 bytes} [Sat Apr 25 01:19:58 2026] POST /v2.0/routers => generated 474 bytes in 1382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:19:59.667 7 INFO neutron.db.l3_hamode_db [None req-3cf0345a-8eae-4e3e-b838-0f2f24b76f9e 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1020/1960] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:19:59 2026] GET /v2.0/security-groups?tenant_id=fe7ff1c8c54e483aaab914a72dcf7c09&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:19:59.875 7 INFO neutron.db.l3_hamode_db [None req-3cf0345a-8eae-4e3e-b838-0f2f24b76f9e 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1021/1961] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:19:59 2026] DELETE /v2.0/security-groups/7f827c91-e251-4731-8cac-974c0c60fbdb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1962] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:19:59 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1963] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:19:59 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1964] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:00 2026] GET /v2.0/security-groups?tenant_id=aba275668a574812a63d560c20c45a8c&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:00.346 7 INFO neutron.services.segments.plugin [-] Segment 2df96a1b-87ff-4440-9132-6421b4e9639a resource provider aggregate not found 2026-04-25 01:20:00.365 7 INFO neutron.services.segments.plugin [-] Segment 2df96a1b-87ff-4440-9132-6421b4e9639a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df96a1b-87ff-4440-9132-6421b4e9639a found for delete ", "request_id": "req-6e730bf2-2a0c-43c9-a732-ac630e2f677a"}]} [pid: 8|app: 0|req: 1025/1965] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:00 2026] DELETE /v2.0/security-groups/eb2c5651-c621-4986-8b3e-2a7c815f39c4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:00.382 7 INFO neutron.services.segments.plugin [-] Segment 2df96a1b-87ff-4440-9132-6421b4e9639a resource provider aggregate not found 2026-04-25 01:20:00.412 7 INFO neutron.services.segments.plugin [-] Segment 2df96a1b-87ff-4440-9132-6421b4e9639a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df96a1b-87ff-4440-9132-6421b4e9639a found for delete ", "request_id": "req-138bc495-d9e9-4efe-9a88-1dadddf552e6"}]} [pid: 7|app: 0|req: 941/1966] 10.0.0.158 () {34 vars in 668 bytes} [Sat Apr 25 01:19:59 2026] POST /v2.0/routers => generated 474 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:00.830 8 INFO neutron.db.l3_hamode_db [None req-21f4c3d6-b17c-4518-b352-c5dc270ae6d0 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:20:00.969 8 INFO neutron.db.l3_hamode_db [None req-21f4c3d6-b17c-4518-b352-c5dc270ae6d0 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 942/1967] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:01 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1968] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:01 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1969] 10.0.0.158 () {34 vars in 668 bytes} [Sat Apr 25 01:20:00 2026] POST /v2.0/routers => generated 474 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:01.848 7 INFO neutron.db.l3_hamode_db [None req-04c2b91d-b8ee-4962-bfc0-4bfd2615cd64 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:20:01.996 7 INFO neutron.db.l3_hamode_db [None req-04c2b91d-b8ee-4962-bfc0-4bfd2615cd64 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 944/1970] 10.0.0.158 () {34 vars in 668 bytes} [Sat Apr 25 01:20:01 2026] POST /v2.0/routers => generated 474 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1971] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:02 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:02.826 7 INFO neutron.db.l3_hamode_db [None req-b8622cfd-5fce-4d03-8839-a256750dda9f 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1028/1972] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:02 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:02.940 7 INFO neutron.db.l3_hamode_db [None req-b8622cfd-5fce-4d03-8839-a256750dda9f 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1029/1973] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:03 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1974] 10.0.0.158 () {34 vars in 668 bytes} [Sat Apr 25 01:20:02 2026] POST /v2.0/routers => generated 474 bytes in 876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1975] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:03 2026] PUT /v2.0/routers/724f6ff5-a63f-4254-a461-80b457b2c468/tags => generated 17 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1976] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:20:03 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1977] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:03 2026] PUT /v2.0/routers/ac737a3d-20c4-498a-9737-355458e8c38f/tags => generated 25 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1978] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:03 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1979] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:04 2026] PUT /v2.0/routers/31833f8d-b669-42f7-b706-53bf6ad05b42/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:04.137 7 INFO neutron_taas.services.taas.taas_plugin [req-5375a297-ca91-4649-8710-bd685e297108 req-88cb10b1-8ea3-46ae-af6c-84e42b274fa4 c677252b79c0482ebc10294817fca69a 362cf60377784586bc2d109c7982e3b7 - - default default] TaaS: Handle Delete Port: 1d47276c-f368-43b5-8221-1efcde5ea1bb 2026-04-25 01:20:04.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5375a297-ca91-4649-8710-bd685e297108 req-88cb10b1-8ea3-46ae-af6c-84e42b274fa4 c677252b79c0482ebc10294817fca69a 362cf60377784586bc2d109c7982e3b7 - - default default] Tap Mirror: Handle Delete Port: 1d47276c-f368-43b5-8221-1efcde5ea1bb [pid: 8|app: 0|req: 1034/1980] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/security-groups?id=6636f137-c5da-46f6-91f0-13bbebed2a70&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: 1035/1981] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:04 2026] PUT /v2.0/routers/e5bb61ad-8b45-4b31-a441-3e802bae3ced/tags => generated 19 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1982] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:20:03 2026] DELETE /v2.0/ports/1d47276c-f368-43b5-8221-1efcde5ea1bb => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:04.341 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66a6b688-0a31-4425-b37a-77a9c6ad8878'] response: {'server_uuid': '5324f10c-122e-4850-b2f6-27276b921c90', 'name': 'network-vif-deleted', 'tag': '1d47276c-f368-43b5-8221-1efcde5ea1bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1036/1983] 10.0.0.158 () {32 vars in 664 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1984] 10.0.0.158 () {32 vars in 678 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1985] 10.0.0.158 () {32 vars in 674 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1986] 10.0.0.158 () {32 vars in 686 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1987] 10.0.0.158 () {32 vars in 672 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1988] 10.0.0.158 () {32 vars in 686 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1989] 10.0.0.15 () {30 vars in 689 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1990] 10.0.0.15 () {30 vars in 691 bytes} [Sat Apr 25 01:20:05 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: 951/1991] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:20:04 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1992] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:20:05 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1993] 10.0.0.15 () {30 vars in 667 bytes} [Sat Apr 25 01:20:05 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: 954/1994] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:05 2026] GET /v2.0/routers/724f6ff5-a63f-4254-a461-80b457b2c468 => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1995] 10.0.0.15 () {30 vars in 703 bytes} [Sat Apr 25 01:20:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1996] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:05 2026] POST /v2.0/floatingips => generated 552 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1997] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:05 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => 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: 1043/1998] 10.0.0.15 () {28 vars in 438 bytes} [Sat Apr 25 01:20:05 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1999] 10.0.0.158 () {34 vars in 742 bytes} [Sat Apr 25 01:20:05 2026] PUT /v2.0/routers/724f6ff5-a63f-4254-a461-80b457b2c468 => generated 485 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2000] 10.0.0.15 () {30 vars in 727 bytes} [Sat Apr 25 01:20:05 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2001] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:05 2026] GET /v2.0/ports?device_id=724f6ff5-a63f-4254-a461-80b457b2c468 => 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: 959/2002] 10.0.0.15 () {30 vars in 689 bytes} [Sat Apr 25 01:20:05 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) 2026-04-25 01:20:06.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-27408c52-6936-496b-a017-fc9b0398e652 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] TaaS: Handle Delete Port: 991c64ef-83d5-49a7-93de-7d107551423d 2026-04-25 01:20:06.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27408c52-6936-496b-a017-fc9b0398e652 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Tap Mirror: Handle Delete Port: 991c64ef-83d5-49a7-93de-7d107551423d [pid: 7|app: 0|req: 960/2003] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:05 2026] DELETE /v2.0/routers/724f6ff5-a63f-4254-a461-80b457b2c468 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2004] 10.0.0.15 () {30 vars in 691 bytes} [Sat Apr 25 01:20:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2005] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:06 2026] GET /v2.0/routers/ac737a3d-20c4-498a-9737-355458e8c38f => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2006] 10.0.0.15 () {30 vars in 667 bytes} [Sat Apr 25 01:20:06 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: 1044/2007] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:05 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2008] 10.0.0.15 () {30 vars in 703 bytes} [Sat Apr 25 01:20:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2009] 10.0.0.158 () {34 vars in 742 bytes} [Sat Apr 25 01:20:06 2026] PUT /v2.0/routers/ac737a3d-20c4-498a-9737-355458e8c38f => generated 493 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2010] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:06 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2011] 10.0.0.15 () {30 vars in 727 bytes} [Sat Apr 25 01:20:06 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2012] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:06 2026] GET /v2.0/ports?device_id=ac737a3d-20c4-498a-9737-355458e8c38f => 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: 1047/2013] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:06 2026] GET /v2.0/ports?device_id=5324f10c-122e-4850-b2f6-27276b921c90 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:07.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-53ebb722-0777-458a-a00b-3e1530f7a411 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] TaaS: Handle Delete Port: b3f3469c-629e-4433-ae5b-8b61b78d9561 2026-04-25 01:20:07.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53ebb722-0777-458a-a00b-3e1530f7a411 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Tap Mirror: Handle Delete Port: b3f3469c-629e-4433-ae5b-8b61b78d9561 [pid: 8|app: 0|req: 1048/2014] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:06 2026] DELETE /v2.0/routers/ac737a3d-20c4-498a-9737-355458e8c38f => generated 0 bytes in 400 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2015] 10.0.0.15 () {30 vars in 689 bytes} [Sat Apr 25 01:20:07 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: 1050/2016] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:07 2026] GET /v2.0/routers/31833f8d-b669-42f7-b706-53bf6ad05b42 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2017] 10.0.0.15 () {30 vars in 691 bytes} [Sat Apr 25 01:20:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2018] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:06 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2019] 10.0.0.15 () {30 vars in 667 bytes} [Sat Apr 25 01:20:07 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: 1052/2020] 10.0.0.158 () {34 vars in 742 bytes} [Sat Apr 25 01:20:07 2026] PUT /v2.0/routers/31833f8d-b669-42f7-b706-53bf6ad05b42 => generated 502 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2021] 10.0.0.15 () {30 vars in 703 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2022] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/ports?device_id=31833f8d-b669-42f7-b706-53bf6ad05b42 => 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: 1055/2023] 10.0.0.15 () {30 vars in 729 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2024] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:07 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2025] 10.0.0.15 () {30 vars in 681 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2026] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:08 2026] PUT /v2.0/floatingips/1fd5d5bc-2bd7-4dd6-9467-a31822a33934/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:08.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-804ce42e-a09d-457f-8e1d-6b1314ce7e19 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] TaaS: Handle Delete Port: 8aea6fd4-e6dd-4718-89d7-e07d9b9430d8 2026-04-25 01:20:08.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-804ce42e-a09d-457f-8e1d-6b1314ce7e19 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Tap Mirror: Handle Delete Port: 8aea6fd4-e6dd-4718-89d7-e07d9b9430d8 [pid: 8|app: 0|req: 1056/2027] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:08 2026] DELETE /v2.0/routers/31833f8d-b669-42f7-b706-53bf6ad05b42 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2028] 10.0.0.15 () {34 vars in 703 bytes} [Sat Apr 25 01:20:08 2026] POST /v2.0/ports => generated 1132 bytes in 350 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: 1057/2029] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:08 2026] PUT /v2.0/floatingips/c926e81b-b282-4e50-b7c1-de436415ea7c/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2030] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/routers/e5bb61ad-8b45-4b31-a441-3e802bae3ced => generated 487 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2031] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:08 2026] PUT /v2.0/floatingips/fd66aab3-690c-424c-8c27-7a6e3829c10a/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2032] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:08 2026] PUT /v2.0/floatingips/c55dd2c5-4348-4f27-9aa1-139e6cc4fc96/tags => 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: 1060/2033] 10.0.0.158 () {32 vars in 672 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2034] 10.0.0.158 () {32 vars in 686 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2035] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2036] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:20:08 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2037] 10.0.0.158 () {32 vars in 680 bytes} [Sat Apr 25 01:20: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: 8|app: 0|req: 1065/2038] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:20:09 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2039] 10.0.0.158 () {32 vars in 690 bytes} [Sat Apr 25 01:20:09 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2040] 10.0.0.158 () {34 vars in 742 bytes} [Sat Apr 25 01:20:08 2026] PUT /v2.0/routers/e5bb61ad-8b45-4b31-a441-3e802bae3ced => generated 487 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2041] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:09 2026] GET /v2.0/ports?device_id=e5bb61ad-8b45-4b31-a441-3e802bae3ced => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2042] 10.0.0.158 () {32 vars in 702 bytes} [Sat Apr 25 01:20:09 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:09.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-063eed5d-1769-4bb5-9c01-51fafa1cb620 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] TaaS: Handle Delete Port: 8adbc4a5-f33d-425a-88d2-71b26c91f3c2 2026-04-25 01:20:09.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-063eed5d-1769-4bb5-9c01-51fafa1cb620 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] Tap Mirror: Handle Delete Port: 8adbc4a5-f33d-425a-88d2-71b26c91f3c2 2026-04-25 01:20:09.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-272ceb0d-4bb7-4e5a-a4a8-f4430c8a8892 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] TaaS: Handle Delete Port: 485ce558-4e64-4280-b749-4e9334e16542 2026-04-25 01:20:09.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-272ceb0d-4bb7-4e5a-a4a8-f4430c8a8892 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Tap Mirror: Handle Delete Port: 485ce558-4e64-4280-b749-4e9334e16542 [pid: 8|app: 0|req: 1068/2043] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:09 2026] DELETE /v2.0/floatingips/1fd5d5bc-2bd7-4dd6-9467-a31822a33934 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:09.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2aa2a4d-642d-4eaf-9882-2fed04f31b6a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: e43d7d69-3ee2-4aa7-8273-915f65a9b429 2026-04-25 01:20:09.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2aa2a4d-642d-4eaf-9882-2fed04f31b6a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: e43d7d69-3ee2-4aa7-8273-915f65a9b429 [pid: 7|app: 0|req: 976/2044] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:09 2026] DELETE /v2.0/routers/e5bb61ad-8b45-4b31-a441-3e802bae3ced => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:10.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-80c8ad26-3f3e-4b60-b3cd-a2716927dd39 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] TaaS: Handle Delete Port: dbf64521-3c68-460d-8d34-b4270f6263a6 2026-04-25 01:20:10.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80c8ad26-3f3e-4b60-b3cd-a2716927dd39 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] Tap Mirror: Handle Delete Port: dbf64521-3c68-460d-8d34-b4270f6263a6 [pid: 7|app: 0|req: 977/2045] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:10 2026] DELETE /v2.0/floatingips/c926e81b-b282-4e50-b7c1-de436415ea7c => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2048] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:10 2026] GET /v2.0/routers/87b24507-7f8c-4fc3-8b9d-811826dd7929 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:10.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c325688-e9a5-46f7-92d3-47c6dba14658 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] TaaS: Handle Delete Port: 68dcc157-6c60-4610-86de-cd60bba66aec 2026-04-25 01:20:10.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c325688-e9a5-46f7-92d3-47c6dba14658 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] Tap Mirror: Handle Delete Port: 68dcc157-6c60-4610-86de-cd60bba66aec [pid: 8|app: 0|req: 1069/2049] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:20:09 2026] PUT /v2.0/routers/84ebaa53-ae1f-4a39-b813-ac81a54b07dd/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2050] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:10 2026] DELETE /v2.0/floatingips/fd66aab3-690c-424c-8c27-7a6e3829c10a => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:10.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5aabbad-8eff-4763-aadf-2923a48d6189 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: f0ee063f-92b8-416e-9a3d-607f50cf48a0 2026-04-25 01:20:10.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5aabbad-8eff-4763-aadf-2923a48d6189 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: f0ee063f-92b8-416e-9a3d-607f50cf48a0 [pid: 8|app: 0|req: 1070/2051] 10.0.0.158 () {34 vars in 742 bytes} [Sat Apr 25 01:20:10 2026] PUT /v2.0/routers/87b24507-7f8c-4fc3-8b9d-811826dd7929 => generated 480 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:11.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5aabbad-8eff-4763-aadf-2923a48d6189 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 085e7d8b-61dd-43c0-b9dc-92c54d3a863f 2026-04-25 01:20:11.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5aabbad-8eff-4763-aadf-2923a48d6189 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 085e7d8b-61dd-43c0-b9dc-92c54d3a863f 2026-04-25 01:20:11.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-aeed90dc-bd55-45a5-9713-7261f0ca6b0d 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] TaaS: Handle Delete Port: 5aa28e60-84b0-411e-9b3c-7163492a7cec 2026-04-25 01:20:11.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeed90dc-bd55-45a5-9713-7261f0ca6b0d 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] Tap Mirror: Handle Delete Port: 5aa28e60-84b0-411e-9b3c-7163492a7cec [pid: 8|app: 0|req: 1071/2052] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:11 2026] DELETE /v2.0/floatingips/c55dd2c5-4348-4f27-9aa1-139e6cc4fc96 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2053] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:11 2026] GET /v2.0/ports?device_id=87b24507-7f8c-4fc3-8b9d-811826dd7929 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:11.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ecabdcb-4dfe-4ffa-88fb-c7a7d1936af3 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] TaaS: Handle Delete Port: 4591b2ea-b76b-4e46-ab1e-dc707d6d578d 2026-04-25 01:20:11.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ecabdcb-4dfe-4ffa-88fb-c7a7d1936af3 8f8e55b9602c452ea0fde38c94b22702 851c4ae4492d424e8fcaf17fd738acd8 - - default default] Tap Mirror: Handle Delete Port: 4591b2ea-b76b-4e46-ab1e-dc707d6d578d 2026-04-25 01:20:11.783 7 INFO neutron.services.segments.plugin [-] Segment ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 resource provider aggregate not found 2026-04-25 01:20:11.794 7 INFO neutron.services.segments.plugin [-] Segment ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 resource provider aggregate not found 2026-04-25 01:20:11.805 7 INFO neutron.services.segments.plugin [-] Segment ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 found for delete ", "request_id": "req-172f7c6f-d655-4547-a0de-1e10e76cddde"}]} 2026-04-25 01:20:11.806 7 INFO neutron.db.l3_hamode_db [None req-e5aabbad-8eff-4763-aadf-2923a48d6189 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] HA network 1e4e058b-e30d-4e11-8c3c-78705579ac86 was deleted as no HA routers are present in tenant 362cf60377784586bc2d109c7982e3b7. [pid: 7|app: 0|req: 982/2054] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:10 2026] DELETE /v2.0/routers/84ebaa53-ae1f-4a39-b813-ac81a54b07dd => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:11.833 7 INFO neutron.services.segments.plugin [-] Segment ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac6d26d5-d9e5-42bd-b7da-f0c62a930b94 found for delete ", "request_id": "req-286c91a3-e5dd-41aa-8c83-dada0813c187"}]} [pid: 7|app: 0|req: 983/2055] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:20:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2056] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:11 2026] DELETE /v2.0/floatingips/00e6167b-9b9b-4ddd-bf1a-2b09f108fd98 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:12.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-f01cd0ca-a592-4937-a015-91b0a794a9be 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] TaaS: Handle Delete Port: 3b7e660d-abbb-474b-8b26-ce3212e7cbcb 2026-04-25 01:20:12.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01cd0ca-a592-4937-a015-91b0a794a9be 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] Tap Mirror: Handle Delete Port: 3b7e660d-abbb-474b-8b26-ce3212e7cbcb [pid: 8|app: 0|req: 1074/2057] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:11 2026] DELETE /v2.0/subnets/7292e810-7144-4bfe-a3ac-52c16ed7542a => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2058] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:20:12 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) 2026-04-25 01:20:12.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-894bb47e-ea64-4474-bca4-9cecbdd7030d 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 54683f72-d6d5-4387-908a-ffc7ce3cdfc7 2026-04-25 01:20:12.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-894bb47e-ea64-4474-bca4-9cecbdd7030d 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 54683f72-d6d5-4387-908a-ffc7ce3cdfc7 2026-04-25 01:20:12.380 8 INFO neutron.services.segments.plugin [-] Segment 5f099f1d-4a2c-487f-8b6b-2466db7f874d resource provider aggregate not found 2026-04-25 01:20:12.389 8 INFO neutron.services.segments.plugin [-] Segment 5f099f1d-4a2c-487f-8b6b-2466db7f874d resource provider aggregate not found 2026-04-25 01:20:12.410 8 INFO neutron.services.segments.plugin [-] Segment 5f099f1d-4a2c-487f-8b6b-2466db7f874d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f099f1d-4a2c-487f-8b6b-2466db7f874d found for delete ", "request_id": "req-ac0267bc-db9c-48e1-9b7d-a6386c3464cb"}]} [pid: 8|app: 0|req: 1076/2059] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:12 2026] DELETE /v2.0/networks/c4cdbda9-7705-451d-9f95-5ebd12eee271 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:12.416 8 INFO neutron.services.segments.plugin [-] Segment 5f099f1d-4a2c-487f-8b6b-2466db7f874d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f099f1d-4a2c-487f-8b6b-2466db7f874d found for delete ", "request_id": "req-d1605f89-9654-4846-97d8-8d3b1b38777c"}]} [pid: 8|app: 0|req: 1077/2060] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:20: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: 8|app: 0|req: 1078/2061] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:20:12 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-25 01:20:12.437 7 INFO neutron.db.l3_hamode_db [None req-f01cd0ca-a592-4937-a015-91b0a794a9be 5e41476480ca40a49ad8576ea4c39223 e33a1253b3384f9aa7513dbbdeedc750 - - default default] HA network fbb85d1b-5e50-46e7-9652-e3c97b401d3c was deleted as no HA routers are present in tenant e33a1253b3384f9aa7513dbbdeedc750. [pid: 7|app: 0|req: 984/2062] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:11 2026] DELETE /v2.0/routers/87b24507-7f8c-4fc3-8b9d-811826dd7929 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2063] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2064] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/security-groups?tenant_id=362cf60377784586bc2d109c7982e3b7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2065] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:12 2026] DELETE /v2.0/security-groups/6636f137-c5da-46f6-91f0-13bbebed2a70 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2066] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:20:12 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: 987/2067] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2068] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2069] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:12.846 7 INFO neutron.api.v2.resource [None req-4e4309d4-c734-4c9b-b460-22109899a63b 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/2070] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/security-groups/lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2071] 199.204.45.169 () {30 vars in 785 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/security-groups?name=lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2072] 199.204.45.169 () {34 vars in 736 bytes} [Sat Apr 25 01:20:12 2026] POST /v2.0/security-groups => generated 1636 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2073] 199.204.45.169 () {30 vars in 815 bytes} [Sat Apr 25 01:20:13 2026] GET /v2.0/security-group-rules?security_group_id=c2aaa702-5660-48b7-9003-5a1373890fb2 => generated 1182 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2074] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:12 2026] GET /v2.0/security-groups?tenant_id=851c4ae4492d424e8fcaf17fd738acd8&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2075] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:13 2026] DELETE /v2.0/security-groups/683e7f34-5e93-4bdf-aa6c-41599d0ae707 => 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: 994/2076] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:20:13 2026] PUT /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 272 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: 995/2077] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:20:13 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: 996/2078] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:13 2026] GET /v2.0/security-groups?tenant_id=8dd3f6a3f17a4569a32a0dbe2be4c34e&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2079] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:20: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: 998/2080] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:13 2026] DELETE /v2.0/security-groups/28ce35c3-160d-427b-8586-de79601b36bd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2081] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:20:13 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: 1000/2082] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:20: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: 1001/2083] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:20:13 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:13.825 7 INFO neutron.services.segments.plugin [-] Segment 436f9eee-63c2-4c48-8773-ba27dd591cbd resource provider aggregate not found 2026-04-25 01:20:13.845 7 INFO neutron.services.segments.plugin [-] Segment 436f9eee-63c2-4c48-8773-ba27dd591cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 436f9eee-63c2-4c48-8773-ba27dd591cbd found for delete ", "request_id": "req-24e86789-2d6a-4ebd-a809-5aaeb790a2aa"}]} 2026-04-25 01:20:13.849 7 INFO neutron.services.segments.plugin [-] Segment 436f9eee-63c2-4c48-8773-ba27dd591cbd resource provider aggregate not found [pid: 8|app: 0|req: 1083/2084] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:13 2026] GET /v2.0/security-groups?tenant_id=61a3e7e2ded5482fa03feb5a600848da&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:13.870 7 INFO neutron.services.segments.plugin [-] Segment 436f9eee-63c2-4c48-8773-ba27dd591cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 436f9eee-63c2-4c48-8773-ba27dd591cbd found for delete ", "request_id": "req-f8202e8d-170c-46ce-a47a-354c4bf6ebf4"}]} [pid: 8|app: 0|req: 1084/2085] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:13 2026] DELETE /v2.0/security-groups/b4d504f2-92ab-428c-be94-ff6b4bb792f3 => 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: 1002/2086] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:13 2026] GET /v2.0/security-groups?tenant_id=2e22250d81604dc29b8670d0df6ee8a1&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2087] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:14 2026] GET /v2.0/security-groups?tenant_id=e33a1253b3384f9aa7513dbbdeedc750&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2088] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:14 2026] DELETE /v2.0/security-groups/94aaa8a8-a484-4640-950a-c7572b546c3a => 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: 1005/2089] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:14 2026] GET /v2.0/security-groups?tenant_id=2c534a08cbc94bea9b3b7e5b9f8ee975&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: 1085/2090] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:13 2026] DELETE /v2.0/security-groups/d6fe1428-39d1-4cbb-96ac-581d21629247 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2091] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:14 2026] DELETE /v2.0/security-groups/57f53c36-37a6-4e96-ab40-e4912a81e006 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:17.615 8 INFO neutron.db.segments_db [None req-47a3754b-5dd4-4604-9f88-33edc7f80f4a 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] Added segment eba35bf8-3b33-452f-b7c6-6c69f0c508f9 of type vxlan for network bd41b0e1-2339-4f5c-a815-56f7ab21ed9b [pid: 8|app: 0|req: 1086/2092] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:17 2026] POST /v2.0/networks => generated 708 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2093] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:20:17 2026] POST /v2.0/subnets => generated 644 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:17.924 8 WARNING neutron.api.v2.base [None req-b279b856-835d-47ed-8cb1-b522be7d9755 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - 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-25 01:20:17.925 8 INFO neutron.api.v2.resource [None req-b279b856-835d-47ed-8cb1-b522be7d9755 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1087/2094] 10.0.0.158 () {34 vars in 681 bytes} [Sat Apr 25 01:20:17 2026] POST /v2.0/rbac-policies => generated 143 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-25 01:20:18.120 7 INFO neutron.services.segments.plugin [-] Segment eba35bf8-3b33-452f-b7c6-6c69f0c508f9 resource provider aggregate not found 2026-04-25 01:20:18.128 7 INFO neutron.services.segments.plugin [-] Segment eba35bf8-3b33-452f-b7c6-6c69f0c508f9 resource provider aggregate not found 2026-04-25 01:20:18.137 7 INFO neutron.services.segments.plugin [-] Segment eba35bf8-3b33-452f-b7c6-6c69f0c508f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba35bf8-3b33-452f-b7c6-6c69f0c508f9 found for delete ", "request_id": "req-4dc055af-635a-45c6-aac0-71af81179ff3"}]} [pid: 7|app: 0|req: 1008/2095] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:17 2026] DELETE /v2.0/networks/bd41b0e1-2339-4f5c-a815-56f7ab21ed9b => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:18.167 7 INFO neutron.services.segments.plugin [-] Segment eba35bf8-3b33-452f-b7c6-6c69f0c508f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba35bf8-3b33-452f-b7c6-6c69f0c508f9 found for delete ", "request_id": "req-851a728f-2173-4ec2-8ed2-395e1946706f"}]} 2026-04-25 01:20:18.212 8 INFO neutron.db.segments_db [None req-fd473503-0738-4a66-b085-75abb7a21c31 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] Added segment 646f529a-c195-49b5-b59c-74631a82e813 of type vxlan for network a0226c1c-3b95-4579-ad3d-dc56395713c0 [pid: 8|app: 0|req: 1088/2096] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:18 2026] POST /v2.0/networks => generated 708 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2097] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:20:18 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:18.524 8 WARNING neutron.api.v2.base [None req-5d241e29-4e1e-4325-b29b-af8a95b1102f 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - 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-25 01:20:18.524 8 INFO neutron.api.v2.resource [None req-5d241e29-4e1e-4325-b29b-af8a95b1102f 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1089/2098] 10.0.0.158 () {34 vars in 681 bytes} [Sat Apr 25 01:20:18 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2099] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:18 2026] DELETE /v2.0/networks/a0226c1c-3b95-4579-ad3d-dc56395713c0 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:18.870 8 INFO neutron.db.segments_db [None req-b5d655b7-edb7-4dbe-89e2-36f706b4d062 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] Added segment 9d0b034f-4242-4e9d-9c9e-7a32e3155107 of type vxlan for network 5edbbe19-f18a-45cc-951e-71e01fe59679 [pid: 8|app: 0|req: 1090/2100] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:18 2026] POST /v2.0/networks => generated 707 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2101] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/subnets => generated 647 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:19.319 8 INFO neutron.db.segments_db [None req-4676949f-8680-40e2-8786-f36bfa786b98 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Added segment 609538a8-eeba-4bee-ad6f-ea587c871bca of type vxlan for network 0eb31b2c-9af6-4141-a797-d608d2cc19ef [pid: 8|app: 0|req: 1091/2102] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/networks => generated 611 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2103] 10.0.0.158 () {34 vars in 681 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2104] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2105] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2106] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2107] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2108] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/ports => generated 743 bytes in 330 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: 1096/2109] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2110] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:19 2026] PUT /v2.0/subnetpools/b3256dbf-e47c-438d-8bf9-56bc83ffe693/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2111] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:20:19 2026] GET /v2.0/networks/5edbbe19-f18a-45cc-951e-71e01fe59679 => generated 654 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2112] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:19 2026] PUT /v2.0/subnetpools/66cfd22c-f58d-495f-80e5-b460f5725ebf/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2113] 10.0.0.158 () {34 vars in 666 bytes} [Sat Apr 25 01:20:19 2026] POST /v2.0/trunks => generated 407 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2114] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:20 2026] PUT /v2.0/subnetpools/e56c9531-0cef-400b-99c9-9463b36e7cf7/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2115] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:20 2026] PUT /v2.0/subnetpools/7a24eccd-56ed-4b50-8577-e785f86d02ec/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:20.087 7 INFO neutron.db.segments_db [None req-dc01d3c4-61f3-4a83-ae63-347b301cd057 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Added segment fc089884-7a21-4099-9666-b32adef4538f of type vxlan for network 42d6f963-e474-42fe-9841-3d852611a407 [pid: 8|app: 0|req: 1102/2116] 10.0.0.158 () {32 vars in 672 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2117] 10.0.0.158 () {32 vars in 686 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:20.164 7 INFO neutron.services.segments.plugin [-] Segment 646f529a-c195-49b5-b59c-74631a82e813 resource provider aggregate not found [pid: 8|app: 0|req: 1104/2118] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:20.191 7 INFO neutron.services.segments.plugin [-] Segment 646f529a-c195-49b5-b59c-74631a82e813 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 646f529a-c195-49b5-b59c-74631a82e813 found for delete ", "request_id": "req-eea1f531-da09-4815-ba59-927b72f86779"}]} [pid: 7|app: 0|req: 1015/2119] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:20 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:20.197 7 INFO neutron.services.segments.plugin [-] Segment 646f529a-c195-49b5-b59c-74631a82e813 resource provider aggregate not found [pid: 8|app: 0|req: 1105/2120] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:20.228 7 INFO neutron.services.segments.plugin [-] Segment 646f529a-c195-49b5-b59c-74631a82e813 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 646f529a-c195-49b5-b59c-74631a82e813 found for delete ", "request_id": "req-a1acd649-b0c9-4d78-9143-5f57b8344cfe"}]} [pid: 8|app: 0|req: 1106/2121] 10.0.0.158 () {32 vars in 680 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2122] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2123] 10.0.0.158 () {32 vars in 690 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2124] 10.0.0.158 () {32 vars in 702 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:20.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ec8955d-e6a4-459a-bd1a-d58c909036de 41f32d9f71fc4b94adbf5ddd63206914 5e8613dbee0c477c93e3197cff1a64e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2125] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:20:20 2026] GET /v2.0/networks/5edbbe19-f18a-45cc-951e-71e01fe59679 => generated 138 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2126] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnetpools/b3256dbf-e47c-438d-8bf9-56bc83ffe693 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2127] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:20 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1017/2128] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnetpools/66cfd22c-f58d-495f-80e5-b460f5725ebf => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:20.570 8 INFO neutron.services.segments.plugin [-] Segment 9d0b034f-4242-4e9d-9c9e-7a32e3155107 resource provider aggregate not found 2026-04-25 01:20:20.575 8 INFO neutron.services.segments.plugin [-] Segment 9d0b034f-4242-4e9d-9c9e-7a32e3155107 resource provider aggregate not found 2026-04-25 01:20:20.593 8 INFO neutron.services.segments.plugin [-] Segment 9d0b034f-4242-4e9d-9c9e-7a32e3155107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d0b034f-4242-4e9d-9c9e-7a32e3155107 found for delete ", "request_id": "req-31dae296-bf49-4362-8249-902f0d173d4b"}]} [pid: 8|app: 0|req: 1112/2129] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/networks/5edbbe19-f18a-45cc-951e-71e01fe59679 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:20.601 8 INFO neutron.services.segments.plugin [-] Segment 9d0b034f-4242-4e9d-9c9e-7a32e3155107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d0b034f-4242-4e9d-9c9e-7a32e3155107 found for delete ", "request_id": "req-d134059f-092c-4e4f-a3f4-ea7ac3ce4f82"}]} [pid: 8|app: 0|req: 1113/2130] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnetpools/e56c9531-0cef-400b-99c9-9463b36e7cf7 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:20.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1197c074-922f-4a11-b011-6bd491c7391d 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2131] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnets/fc4e8ab8-2e5e-437d-a26d-3f6ac7f4f589 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2132] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnetpools/7a24eccd-56ed-4b50-8577-e785f86d02ec => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:20.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a23b7643-5ee0-47e0-a8de-0e81ca511d6e 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1116/2133] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnets/73769103-b101-47f6-9852-aad18be59900 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2134] 10.0.0.158 () {34 vars in 666 bytes} [Sat Apr 25 01:20:20 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2135] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnetpools/257dd0c4-15ab-4ca5-9350-4d3f7e639bfa => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:20.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9a6b5ae-434d-41b4-b87e-d5bd32125a35 3e9d1419d829490b99e72fca832017c0 0e3eeeba261e40a4ac714ec06da99b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1118/2136] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:20 2026] DELETE /v2.0/subnets/b9d56004-4fc2-4adf-ab0e-04c1e091d0dd => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:20:20.810 7 INFO neutron.db.segments_db [None req-19d7cc8e-7135-4155-9016-403bc1810fa5 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Added segment cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 of type vxlan for network 576865d1-86ef-44f4-88f8-ad18bffc5182 [pid: 7|app: 0|req: 1019/2137] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:20 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2138] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:20 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2139] 10.0.0.158 () {34 vars in 666 bytes} [Sat Apr 25 01:20:21 2026] POST /v2.0/trunks => generated 407 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-25 01:20:21.509 8 INFO neutron.db.segments_db [None req-95369bed-8daf-4fc2-9e14-34fca61cf3cd b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Added segment a291f114-ec47-4855-a1fd-d843d475a873 of type vxlan for network c61f1b50-54e1-4b7d-bc32-b952e6c25c86 [pid: 8|app: 0|req: 1120/2140] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:21 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2141] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:21 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) [pid: 8|app: 0|req: 1121/2142] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:21 2026] GET /v2.0/security-groups?tenant_id=879512c73e244e6a9c3652a17c3c0d15&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2143] 10.0.0.149 () {34 vars in 1016 bytes} [Sat Apr 25 01:20:21 2026] GET /v2.0/security-groups?id=58e62357-437d-48cf-8337-e0f85a9d582c&fields=id => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1022/2144] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:21 2026] GET /v2.0/security-groups?tenant_id=ea38254f44384d78b6af7af94207f4e4&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2145] 10.0.0.158 () {34 vars in 666 bytes} [Sat Apr 25 01:20:21 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2146] 10.0.0.149 () {34 vars in 982 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/networks?id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2147] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:22 2026] DELETE /v2.0/security-groups/a7cdcf01-30b1-445d-9596-4dad4063e133 => 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: 1125/2148] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:22 2026] DELETE /v2.0/security-groups/326b9160-55ba-4bcb-b96e-3e452c34e5d5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2149] 10.0.0.149 () {34 vars in 965 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/quotas/82df96a3e9e947d99f35e6bb32059fed => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:22.305 7 INFO neutron.db.segments_db [None req-d3132e3a-62e6-4109-9a24-092f7d75d113 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Added segment 3694b962-1bdf-405b-9160-5fcf620a625c of type vxlan for network cf11aa5c-4ec7-4f19-bb2e-3e85092ece59 [pid: 8|app: 0|req: 1127/2150] 10.0.0.149 () {34 vars in 1002 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2151] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:22 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2152] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/security-groups?tenant_id=5e8613dbee0c477c93e3197cff1a64e4&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: 1129/2153] 10.0.0.149 () {34 vars in 1008 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2154] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/security-groups?tenant_id=aa32dbbf1499443ea9c81e10320df8dd&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2155] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:22 2026] DELETE /v2.0/security-groups/f5bb49ad-86a5-4234-99ab-7736ed3b9f7a => 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: 1027/2156] 10.0.0.149 () {34 vars in 1108 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1028/2157] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:22 2026] DELETE /v2.0/security-groups/b6fdc4b0-a076-40ea-9831-110b9f8b2768 => 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: 1029/2158] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/security-groups?tenant_id=0e3eeeba261e40a4ac714ec06da99b32&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: 1130/2159] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:22 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1030/2160] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:22 2026] DELETE /v2.0/security-groups/9ad5800e-1dc8-44cd-a258-3f4863f221b1 => 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: 1131/2161] 10.0.0.158 () {34 vars in 666 bytes} [Sat Apr 25 01:20:22 2026] POST /v2.0/trunks => generated 407 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2162] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:20:23 2026] PUT /v2.0/trunks/bb5e3f48-2173-47ca-b0b2-52764ec0c8ef/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2163] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:20:23 2026] PUT /v2.0/trunks/0e697f05-3c61-4381-a877-6d45bb02da4a/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: 1031/2164] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:22 2026] GET /v2.0/security-groups?tenant_id=93303a91a77b449b9bc264bc5682cc8d&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: 1134/2165] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:20:23 2026] PUT /v2.0/trunks/579c4d2f-48e0-4dc9-a9db-e9875a6fce6f/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: 1135/2166] 10.0.0.158 () {34 vars in 749 bytes} [Sat Apr 25 01:20:23 2026] PUT /v2.0/trunks/283e48cd-6f6e-4cb5-aa0c-85589c394797/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: 1136/2167] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1032/2168] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:23 2026] DELETE /v2.0/security-groups/012e475c-d18c-4a56-b028-ffb308bcb7c8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2169] 10.0.0.158 () {32 vars in 662 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2170] 10.0.0.158 () {32 vars in 676 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2171] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1034/2172] 10.0.0.158 () {32 vars in 672 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2173] 10.0.0.158 () {32 vars in 684 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?tags-any=red%2Cblue => 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: 1035/2174] 10.0.0.158 () {32 vars in 670 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2175] 10.0.0.158 () {32 vars in 684 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2176] 10.0.0.158 () {32 vars in 680 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2177] 10.0.0.158 () {32 vars in 692 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => 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: 1037/2178] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks/bb5e3f48-2173-47ca-b0b2-52764ec0c8ef => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2179] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/ports/59b8a4b8-628b-491c-88c3-1f0da3142958 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2180] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:20:23 2026] DELETE /v2.0/trunks/bb5e3f48-2173-47ca-b0b2-52764ec0c8ef => 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: 1143/2181] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks/0e697f05-3c61-4381-a877-6d45bb02da4a => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2182] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/ports/5e065953-3c7d-483c-a08e-fd558e8ca7b6 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2183] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:20:23 2026] DELETE /v2.0/trunks/0e697f05-3c61-4381-a877-6d45bb02da4a => 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: 1040/2184] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/trunks/579c4d2f-48e0-4dc9-a9db-e9875a6fce6f => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2185] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:20:23 2026] GET /v2.0/ports/8678cca4-b333-48b4-9e24-78c17300ed70 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2186] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:20:23 2026] DELETE /v2.0/trunks/579c4d2f-48e0-4dc9-a9db-e9875a6fce6f => 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: 1146/2187] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:20:24 2026] GET /v2.0/trunks/283e48cd-6f6e-4cb5-aa0c-85589c394797 => generated 414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2188] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:20:24 2026] GET /v2.0/ports/9d309789-9064-403b-a15d-f56c1003d1f4 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2189] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:20:24 2026] DELETE /v2.0/trunks/283e48cd-6f6e-4cb5-aa0c-85589c394797 => 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: 1043/2190] 10.0.0.158 () {32 vars in 719 bytes} [Sat Apr 25 01:20:24 2026] GET /v2.0/trunks/d2080c1d-ac5b-4ea0-a832-466e00360f83 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2191] 10.0.0.158 () {32 vars in 717 bytes} [Sat Apr 25 01:20:24 2026] GET /v2.0/ports/6696b4f0-c658-49f4-bec1-3a2f2f2a7d14 => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2192] 10.0.0.158 () {32 vars in 722 bytes} [Sat Apr 25 01:20:24 2026] DELETE /v2.0/trunks/d2080c1d-ac5b-4ea0-a832-466e00360f83 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:24.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-480a27fa-d24f-4ea1-8737-a42ad6432ad1 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] TaaS: Handle Delete Port: 59b8a4b8-628b-491c-88c3-1f0da3142958 2026-04-25 01:20:24.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-480a27fa-d24f-4ea1-8737-a42ad6432ad1 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Tap Mirror: Handle Delete Port: 59b8a4b8-628b-491c-88c3-1f0da3142958 [pid: 8|app: 0|req: 1149/2193] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:24 2026] DELETE /v2.0/ports/59b8a4b8-628b-491c-88c3-1f0da3142958 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:24.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-be217cf4-60d6-426c-b25d-3e14995c5170 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] TaaS: Handle Delete Port: 5e065953-3c7d-483c-a08e-fd558e8ca7b6 2026-04-25 01:20:24.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be217cf4-60d6-426c-b25d-3e14995c5170 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Tap Mirror: Handle Delete Port: 5e065953-3c7d-483c-a08e-fd558e8ca7b6 [pid: 7|app: 0|req: 1045/2194] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:24 2026] DELETE /v2.0/ports/5e065953-3c7d-483c-a08e-fd558e8ca7b6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:24.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-a838771a-3f31-43b4-b51a-89b473dc4b35 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] TaaS: Handle Delete Port: 8678cca4-b333-48b4-9e24-78c17300ed70 2026-04-25 01:20:24.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a838771a-3f31-43b4-b51a-89b473dc4b35 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Tap Mirror: Handle Delete Port: 8678cca4-b333-48b4-9e24-78c17300ed70 [pid: 8|app: 0|req: 1150/2197] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:24 2026] DELETE /v2.0/ports/8678cca4-b333-48b4-9e24-78c17300ed70 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:25.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d2e24c1-7a74-4074-89dd-97d26fe4d9e2 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] TaaS: Handle Delete Port: 9d309789-9064-403b-a15d-f56c1003d1f4 2026-04-25 01:20:25.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d2e24c1-7a74-4074-89dd-97d26fe4d9e2 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Tap Mirror: Handle Delete Port: 9d309789-9064-403b-a15d-f56c1003d1f4 [pid: 7|app: 0|req: 1048/2198] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:25 2026] DELETE /v2.0/ports/9d309789-9064-403b-a15d-f56c1003d1f4 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:25.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b566e45-5637-42ce-9838-879a23021362 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] TaaS: Handle Delete Port: 6696b4f0-c658-49f4-bec1-3a2f2f2a7d14 2026-04-25 01:20:25.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b566e45-5637-42ce-9838-879a23021362 b5dc0bb0f3954825b1aa97627e105e40 9655905ee8374e69af42bb07232f1b31 - - default default] Tap Mirror: Handle Delete Port: 6696b4f0-c658-49f4-bec1-3a2f2f2a7d14 [pid: 8|app: 0|req: 1151/2199] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:25 2026] DELETE /v2.0/ports/6696b4f0-c658-49f4-bec1-3a2f2f2a7d14 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:25.575 7 INFO neutron.services.segments.plugin [-] Segment 609538a8-eeba-4bee-ad6f-ea587c871bca resource provider aggregate not found 2026-04-25 01:20:25.581 7 INFO neutron.services.segments.plugin [-] Segment 609538a8-eeba-4bee-ad6f-ea587c871bca resource provider aggregate not found 2026-04-25 01:20:25.601 7 INFO neutron.services.segments.plugin [-] Segment 609538a8-eeba-4bee-ad6f-ea587c871bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 609538a8-eeba-4bee-ad6f-ea587c871bca found for delete ", "request_id": "req-aec23669-11e0-46ac-9ade-b60bd8828301"}]} 2026-04-25 01:20:25.605 7 INFO neutron.services.segments.plugin [-] Segment 609538a8-eeba-4bee-ad6f-ea587c871bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 609538a8-eeba-4bee-ad6f-ea587c871bca found for delete ", "request_id": "req-4b303fc4-9708-45e5-8f4f-606f7dda34bb"}]} [pid: 7|app: 0|req: 1049/2200] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:25 2026] DELETE /v2.0/networks/0eb31b2c-9af6-4141-a797-d608d2cc19ef => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:25.819 8 INFO neutron.services.segments.plugin [-] Segment fc089884-7a21-4099-9666-b32adef4538f resource provider aggregate not found 2026-04-25 01:20:25.822 8 INFO neutron.services.segments.plugin [-] Segment fc089884-7a21-4099-9666-b32adef4538f resource provider aggregate not found 2026-04-25 01:20:25.842 8 INFO neutron.services.segments.plugin [-] Segment fc089884-7a21-4099-9666-b32adef4538f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc089884-7a21-4099-9666-b32adef4538f found for delete ", "request_id": "req-ebc94d68-97c5-4f64-87d9-866637dfd40b"}]} [pid: 8|app: 0|req: 1152/2201] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:25 2026] DELETE /v2.0/networks/42d6f963-e474-42fe-9841-3d852611a407 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:25.848 8 INFO neutron.services.segments.plugin [-] Segment fc089884-7a21-4099-9666-b32adef4538f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc089884-7a21-4099-9666-b32adef4538f found for delete ", "request_id": "req-4e8efd39-6f0c-4282-b8c9-7bfb34b0307b"}]} [pid: 7|app: 0|req: 1050/2202] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:25 2026] DELETE /v2.0/networks/576865d1-86ef-44f4-88f8-ad18bffc5182 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2203] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:26 2026] DELETE /v2.0/networks/c61f1b50-54e1-4b7d-bc32-b952e6c25c86 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2204] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:26 2026] DELETE /v2.0/networks/cf11aa5c-4ec7-4f19-bb2e-3e85092ece59 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2205] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:26 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1052/2206] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:26 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1053/2207] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:27 2026] GET /v2.0/security-groups?tenant_id=9655905ee8374e69af42bb07232f1b31&name=default => generated 2928 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2208] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:20:27 2026] GET /v2.0/networks?id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6 => generated 735 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2209] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:26 2026] POST /v2.0/floatingips => generated 552 bytes in 880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2210] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:27 2026] DELETE /v2.0/security-groups/ba0e6bca-1275-4cc2-9525-e71b04a81459 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2211] 199.204.45.169 () {34 vars in 1050 bytes} [Sat Apr 25 01:20:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82df96a3e9e947d99f35e6bb32059fed => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:20:27.634 8 INFO neutron.db.segments_db [None req-f65e0b7c-ff59-4ef2-9878-374384bba38d ffdd69de5ede4db6accd4641b223ec48 ac5bc72653b243b395d2598b415b2f92 - - default default] Added segment 917a138d-461c-4b64-b703-a533ff742f2b of type vxlan for network bcd942b7-fc37-4d71-a0ed-f77c5ce28fae 2026-04-25 01:20:27.635 7 INFO neutron.services.segments.plugin [-] Segment cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 resource provider aggregate not found 2026-04-25 01:20:27.640 7 INFO neutron.services.segments.plugin [-] Segment cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 resource provider aggregate not found [pid: 7|app: 0|req: 1057/2212] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:27 2026] PUT /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:27.660 7 INFO neutron.services.segments.plugin [-] Segment cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 found for delete ", "request_id": "req-9c3b20e1-3349-4aa6-b7b4-fcc510a29faf"}]} 2026-04-25 01:20:27.662 7 INFO neutron.services.segments.plugin [-] Segment cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc76de60-ba85-4c6a-b93b-64d8c4cdb4f3 found for delete ", "request_id": "req-61721d8d-7b0a-4891-9c2c-68ebe7b07d45"}]} 2026-04-25 01:20:27.690 7 INFO neutron.services.segments.plugin [-] Segment 3694b962-1bdf-405b-9160-5fcf620a625c resource provider aggregate not found 2026-04-25 01:20:27.694 7 INFO neutron.services.segments.plugin [-] Segment 3694b962-1bdf-405b-9160-5fcf620a625c resource provider aggregate not found 2026-04-25 01:20:27.714 7 INFO neutron.services.segments.plugin [-] Segment 3694b962-1bdf-405b-9160-5fcf620a625c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3694b962-1bdf-405b-9160-5fcf620a625c found for delete ", "request_id": "req-eef46576-a156-4616-8729-9fee9a091a0f"}]} 2026-04-25 01:20:27.714 7 INFO neutron.services.segments.plugin [-] Segment 3694b962-1bdf-405b-9160-5fcf620a625c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3694b962-1bdf-405b-9160-5fcf620a625c found for delete ", "request_id": "req-08effee8-fe32-4094-8351-8108d45e7db1"}]} [pid: 8|app: 0|req: 1156/2213] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:27 2026] POST /v2.0/networks => generated 612 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:27.877 8 INFO neutron.services.segments.plugin [-] Segment a291f114-ec47-4855-a1fd-d843d475a873 resource provider aggregate not found 2026-04-25 01:20:27.883 8 INFO neutron.services.segments.plugin [-] Segment a291f114-ec47-4855-a1fd-d843d475a873 resource provider aggregate not found 2026-04-25 01:20:27.898 8 INFO neutron.services.segments.plugin [-] Segment a291f114-ec47-4855-a1fd-d843d475a873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a291f114-ec47-4855-a1fd-d843d475a873 found for delete ", "request_id": "req-e3f261ea-d19a-4499-8c08-bc832abdc51d"}]} 2026-04-25 01:20:27.913 8 INFO neutron.services.segments.plugin [-] Segment a291f114-ec47-4855-a1fd-d843d475a873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a291f114-ec47-4855-a1fd-d843d475a873 found for delete ", "request_id": "req-4416faec-03ed-4895-b05b-bda77b15c7c0"}]} [pid: 8|app: 0|req: 1157/2214] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:27 2026] GET /v2.0/security-groups?tenant_id=cffaf8971aa8432a94b9f853434842ab&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2215] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:27 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2216] 199.204.45.169 () {38 vars in 955 bytes} [Sat Apr 25 01:20:27 2026] POST /v2.0/ports => generated 1074 bytes in 353 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-25 01:20:28.045 8 INFO neutron.db.segments_db [None req-bae59387-3725-433b-ae47-0b2d97cb0807 ffdd69de5ede4db6accd4641b223ec48 ac5bc72653b243b395d2598b415b2f92 - - default default] Added segment cf824f8e-24a9-4dc8-ab91-87f08e12a041 of type vxlan for network f77e827f-6eef-4889-873b-c1f3a6076c31 [pid: 7|app: 0|req: 1059/2217] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:28 2026] DELETE /v2.0/security-groups/304285ee-30a6-4653-bfe1-790e570838dc => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2218] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:27 2026] POST /v2.0/networks => generated 612 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2219] 10.0.0.158 () {34 vars in 770 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-25 01:20:28.234 7 INFO neutron.db.segments_db [None req-0860d1cc-38a8-4c59-bb82-2f275b6025c8 ffdd69de5ede4db6accd4641b223ec48 ac5bc72653b243b395d2598b415b2f92 - - default default] Added segment 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 of type vxlan for network e7b65a3c-2f5b-4995-af27-d58dfba7d34c [pid: 7|app: 0|req: 1061/2220] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:28 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2221] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:28 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2222] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:28 2026] GET /v2.0/security-groups?tenant_id=22450831a2c24210aac19cd55e980411&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:28.511 7 INFO neutron.db.segments_db [None req-1b9f414f-7416-45d6-95b1-1dfc5e3f6b91 ffdd69de5ede4db6accd4641b223ec48 ac5bc72653b243b395d2598b415b2f92 - - default default] Added segment e53d51b6-1059-4c37-b88a-8a0489c8e6d2 of type vxlan for network 944fc7ef-71ab-4074-9870-4118a147de81 [pid: 8|app: 0|req: 1160/2223] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/ports/435d8219-ddc2-4771-8a11-2ac3df8492d7 => generated 1235 bytes in 408 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: 1064/2224] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:28 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:28.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-352627cf-705b-4f18-934f-19d022a54f26'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': '435d8219-ddc2-4771-8a11-2ac3df8492d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1161/2225] 10.0.0.158 () {34 vars in 766 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/red => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2226] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:28 2026] DELETE /v2.0/security-groups/edf19280-a020-4a70-b364-2e8bb2397a12 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:28.710 8 INFO neutron.db.segments_db [None req-67e59c54-5799-4064-9192-a50037ba2db3 ffdd69de5ede4db6accd4641b223ec48 ac5bc72653b243b395d2598b415b2f92 - - default default] Added segment b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 of type vxlan for network 8112ef3e-c8bf-4aaa-a11e-19db1357cc7b [pid: 7|app: 0|req: 1066/2227] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:28 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/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: 1162/2228] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:28 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2229] 10.0.0.158 () {34 vars in 788 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2230] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:28 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2231] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/networks/bcd942b7-fc37-4d71-a0ed-f77c5ce28fae/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2232] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2233] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/networks/f77e827f-6eef-4889-873b-c1f3a6076c31/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2234] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:28 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2235] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:20:28 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/red => 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: 1165/2236] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:20:28 2026] PUT /v2.0/networks/e7b65a3c-2f5b-4995-af27-d58dfba7d34c/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:29.073 7 INFO neutron.api.v2.resource [None req-c11baab2-7c89-4ae7-b5b1-d39a78a5127c 073466a19c6c4a5e8c23ca2075d61e77 cb84722036c2486ba6f68e4a9e3c8904 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1072/2237] 10.0.0.158 () {32 vars in 751 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2238] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:20:29 2026] PUT /v2.0/networks/944fc7ef-71ab-4074-9870-4118a147de81/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2239] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:20:29 2026] DELETE /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/red => 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: 1074/2240] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1167/2241] 10.0.0.158 () {32 vars in 666 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2242] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2243] 199.204.45.169 () {34 vars in 1018 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?tenant_id=82df96a3e9e947d99f35e6bb32059fed&shared=False => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2244] 10.0.0.158 () {32 vars in 680 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2245] 199.204.45.169 () {34 vars in 930 bytes} [Sat Apr 25 01:20:29 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) 2026-04-25 01:20:29.334 8 INFO neutron.api.v2.resource [None req-088a2318-c5dd-4867-81af-80eae9e91db0 073466a19c6c4a5e8c23ca2075d61e77 cb84722036c2486ba6f68e4a9e3c8904 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1169/2246] 10.0.0.158 () {32 vars in 754 bytes} [Sat Apr 25 01:20:29 2026] DELETE /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2247] 10.0.0.158 () {32 vars in 676 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2248] 10.0.0.158 () {32 vars in 688 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2249] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:20:29 2026] DELETE /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2250] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2251] 10.0.0.158 () {32 vars in 674 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2252] 10.0.0.158 () {32 vars in 688 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:29.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e293f3a-1a49-4004-a448-91dfb296f82c 073466a19c6c4a5e8c23ca2075d61e77 cb84722036c2486ba6f68e4a9e3c8904 - - default default] TaaS: Handle Delete Port: 62f63bff-c775-4c9b-82bc-d54e97302163 2026-04-25 01:20:29.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e293f3a-1a49-4004-a448-91dfb296f82c 073466a19c6c4a5e8c23ca2075d61e77 cb84722036c2486ba6f68e4a9e3c8904 - - default default] Tap Mirror: Handle Delete Port: 62f63bff-c775-4c9b-82bc-d54e97302163 [pid: 8|app: 0|req: 1173/2253] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2254] 10.0.0.158 () {32 vars in 684 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2255] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/security-groups?id=58e62357-437d-48cf-8337-e0f85a9d582c&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: 1081/2256] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:29 2026] DELETE /v2.0/floatingips/31fb161b-d2ed-40c0-af55-82f70d6542f9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2257] 10.0.0.158 () {32 vars in 696 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2258] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:29 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:29.949 8 INFO neutron.services.segments.plugin [-] Segment 917a138d-461c-4b64-b703-a533ff742f2b resource provider aggregate not found 2026-04-25 01:20:29.956 8 INFO neutron.services.segments.plugin [-] Segment 917a138d-461c-4b64-b703-a533ff742f2b resource provider aggregate not found 2026-04-25 01:20:29.981 8 INFO neutron.services.segments.plugin [-] Segment 917a138d-461c-4b64-b703-a533ff742f2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917a138d-461c-4b64-b703-a533ff742f2b found for delete ", "request_id": "req-1c439628-9965-4ece-bb61-8163613a553f"}]} 2026-04-25 01:20:29.989 8 INFO neutron.services.segments.plugin [-] Segment 917a138d-461c-4b64-b703-a533ff742f2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917a138d-461c-4b64-b703-a533ff742f2b found for delete ", "request_id": "req-5efb856a-3912-4273-ba44-794b466f6715"}]} [pid: 8|app: 0|req: 1177/2259] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:29 2026] DELETE /v2.0/networks/bcd942b7-fc37-4d71-a0ed-f77c5ce28fae => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:30.113 7 INFO neutron.services.segments.plugin [-] Segment cf824f8e-24a9-4dc8-ab91-87f08e12a041 resource provider aggregate not found 2026-04-25 01:20:30.120 7 INFO neutron.services.segments.plugin [-] Segment cf824f8e-24a9-4dc8-ab91-87f08e12a041 resource provider aggregate not found 2026-04-25 01:20:30.133 7 INFO neutron.services.segments.plugin [-] Segment cf824f8e-24a9-4dc8-ab91-87f08e12a041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf824f8e-24a9-4dc8-ab91-87f08e12a041 found for delete ", "request_id": "req-c46cffc6-7645-418e-aab7-323ca53005ca"}]} 2026-04-25 01:20:30.143 7 INFO neutron.services.segments.plugin [-] Segment cf824f8e-24a9-4dc8-ab91-87f08e12a041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf824f8e-24a9-4dc8-ab91-87f08e12a041 found for delete ", "request_id": "req-715b4b7c-0653-4276-ab2b-3966c09587ef"}]} [pid: 7|app: 0|req: 1083/2260] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:30 2026] DELETE /v2.0/networks/f77e827f-6eef-4889-873b-c1f3a6076c31 => 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: 1178/2261] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:30 2026] DELETE /v2.0/networks/e7b65a3c-2f5b-4995-af27-d58dfba7d34c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2262] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2263] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => 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: 1181/2264] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2265] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&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: 1084/2266] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:30 2026] DELETE /v2.0/networks/944fc7ef-71ab-4074-9870-4118a147de81 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2267] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2268] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:30 2026] DELETE /v2.0/networks/8112ef3e-c8bf-4aaa-a11e-19db1357cc7b => 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: 1086/2269] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2270] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:30 2026] GET /v2.0/security-groups?tenant_id=fa36bf9ef41a483c90686cb9c465ed45&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2271] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:30 2026] DELETE /v2.0/security-groups/afe4ca3d-959c-4dc5-89f1-428656e90a48 => 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: 1185/2272] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:31 2026] GET /v2.0/security-groups?tenant_id=cb84722036c2486ba6f68e4a9e3c8904&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2273] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:31 2026] DELETE /v2.0/security-groups/954f1598-873c-4819-8766-dc96a36bf200 => 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: 1186/2274] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:31 2026] GET /v2.0/security-groups?tenant_id=ac5bc72653b243b395d2598b415b2f92&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2275] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:31 2026] DELETE /v2.0/security-groups/f194dc77-c77d-418a-9948-a925d87f8a15 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:32.012 8 INFO neutron.services.segments.plugin [-] Segment 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 resource provider aggregate not found 2026-04-25 01:20:32.037 8 INFO neutron.services.segments.plugin [-] Segment 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 resource provider aggregate not found 2026-04-25 01:20:32.042 8 INFO neutron.services.segments.plugin [-] Segment 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 found for delete ", "request_id": "req-9ba1f240-44e4-4871-b06f-74818f9874f2"}]} 2026-04-25 01:20:32.058 8 INFO neutron.services.segments.plugin [-] Segment 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c4054ef-e1fe-43cf-9ccc-f03643a025a0 found for delete ", "request_id": "req-84b2c6d3-d3ac-4248-ad0a-58478d8f1281"}]} [pid: 8|app: 0|req: 1187/2276] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:31 2026] GET /v2.0/security-groups?tenant_id=2914be9d797b4f54abbea43c2785f321&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:32.169 7 INFO neutron.services.segments.plugin [-] Segment e53d51b6-1059-4c37-b88a-8a0489c8e6d2 resource provider aggregate not found 2026-04-25 01:20:32.174 7 INFO neutron.services.segments.plugin [-] Segment e53d51b6-1059-4c37-b88a-8a0489c8e6d2 resource provider aggregate not found 2026-04-25 01:20:32.191 7 INFO neutron.services.segments.plugin [-] Segment e53d51b6-1059-4c37-b88a-8a0489c8e6d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53d51b6-1059-4c37-b88a-8a0489c8e6d2 found for delete ", "request_id": "req-291a9e9f-2450-4fc6-837b-ad8a731ecebc"}]} 2026-04-25 01:20:32.197 7 INFO neutron.services.segments.plugin [-] Segment e53d51b6-1059-4c37-b88a-8a0489c8e6d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53d51b6-1059-4c37-b88a-8a0489c8e6d2 found for delete ", "request_id": "req-f3b2b0b9-a533-4a40-b6b7-6093877a6479"}]} 2026-04-25 01:20:32.216 7 INFO neutron.services.segments.plugin [-] Segment b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 resource provider aggregate not found 2026-04-25 01:20:32.220 7 INFO neutron.services.segments.plugin [-] Segment b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 resource provider aggregate not found [pid: 7|app: 0|req: 1090/2277] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:32 2026] DELETE /v2.0/security-groups/bc2704d4-a1a5-4ecb-a2f0-987b64228a8c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:32.243 7 INFO neutron.services.segments.plugin [-] Segment b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 found for delete ", "request_id": "req-9de59c15-2400-4371-a678-1d93bdac6bbe"}]} 2026-04-25 01:20:32.244 7 INFO neutron.services.segments.plugin [-] Segment b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0f7ed76-cbbe-4e28-ba8c-15cd12c67205 found for delete ", "request_id": "req-c98b1afc-cb50-4736-9ddb-485897544553"}]} [pid: 8|app: 0|req: 1188/2278] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:32 2026] GET /v2.0/security-groups?tenant_id=ff4f48255ec04f6f847944aa2ba849b3&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2279] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:32 2026] DELETE /v2.0/security-groups/febcf70a-f32b-4b8a-80cf-3b7cb41e903c => 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: 1092/2280] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:32 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1093/2281] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:32 2026] GET /v2.0/security-groups?id=58e62357-437d-48cf-8337-e0f85a9d582c&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2282] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:32 2026] GET /v2.0/security-groups?tenant_id=fe0aba7719d64a3ea10f34821d9f044d&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2283] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:33 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2284] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:32 2026] DELETE /v2.0/security-groups/1b0b87cb-8e4f-466b-b6ee-1c6582c5e12d => 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: 1191/2285] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:33 2026] GET /v2.0/security-groups?tenant_id=775548eed4b84c59959bb9e3a19884fe&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2286] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:33 2026] DELETE /v2.0/security-groups/6ff63b8a-92ef-4875-9703-7cfad0db0246 => 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: 1192/2287] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:20:34 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1096/2288] 199.204.45.169 () {34 vars in 1044 bytes} [Sat Apr 25 01:20:34 2026] GET /v2.0/security-groups?id=58e62357-437d-48cf-8337-e0f85a9d582c&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:35.375 8 INFO neutron.db.segments_db [None req-d27ef1f2-8d4c-46f0-b40a-8a773cde21e0 c3fbe8b6a4e44c86aa03ab751472c40b 4a82a8236c56415d9ef22d387945d2e5 - - default default] Added segment 4b7a29c6-2169-473f-b8c6-0de3ccb29929 of type vxlan for network 264c8569-e8bf-41d3-b75a-2b5ab2fc12c0 [pid: 8|app: 0|req: 1193/2289] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:35 2026] POST /v2.0/networks => generated 612 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2290] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:20:35 2026] PUT /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2291] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:35 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2292] 10.0.0.158 () {34 vars in 764 bytes} [Sat Apr 25 01:20:35 2026] PUT /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/green => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2293] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:35 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2294] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:35 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2295] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:35 2026] GET /v2.0/security-groups?id=58e62357-437d-48cf-8337-e0f85a9d582c&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2296] 10.0.0.158 () {34 vars in 760 bytes} [Sat Apr 25 01:20:35 2026] PUT /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2297] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:35 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2298] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:35 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2299] 10.0.0.158 () {34 vars in 782 bytes} [Sat Apr 25 01:20:35 2026] PUT /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/black.or.white => generated 4 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2300] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:36 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2301] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:20:36 2026] PUT /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2302] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:36 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2303] 10.0.0.158 () {32 vars in 741 bytes} [Sat Apr 25 01:20:36 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:36.438 8 INFO neutron.api.v2.resource [None req-3e04b9cf-4e56-4b1e-8571-be36e4baf76f c3fbe8b6a4e44c86aa03ab751472c40b 4a82a8236c56415d9ef22d387945d2e5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2304] 10.0.0.158 () {32 vars in 745 bytes} [Sat Apr 25 01:20:36 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2305] 10.0.0.158 () {32 vars in 744 bytes} [Sat Apr 25 01:20:36 2026] DELETE /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2306] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:36 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:36.659 7 INFO neutron.api.v2.resource [None req-aa3384c1-dced-481c-bc07-284b0e4fc1a5 c3fbe8b6a4e44c86aa03ab751472c40b 4a82a8236c56415d9ef22d387945d2e5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1106/2307] 10.0.0.158 () {32 vars in 748 bytes} [Sat Apr 25 01:20:36 2026] DELETE /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2308] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:36 2026] DELETE /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2309] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:20:36 2026] GET /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:36.958 8 INFO neutron.services.segments.plugin [-] Segment 4b7a29c6-2169-473f-b8c6-0de3ccb29929 resource provider aggregate not found 2026-04-25 01:20:36.963 8 INFO neutron.services.segments.plugin [-] Segment 4b7a29c6-2169-473f-b8c6-0de3ccb29929 resource provider aggregate not found 2026-04-25 01:20:36.984 8 INFO neutron.services.segments.plugin [-] Segment 4b7a29c6-2169-473f-b8c6-0de3ccb29929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b7a29c6-2169-473f-b8c6-0de3ccb29929 found for delete ", "request_id": "req-c3b27a61-976f-4c13-9225-97cdd95622d2"}]} 2026-04-25 01:20:36.993 8 INFO neutron.services.segments.plugin [-] Segment 4b7a29c6-2169-473f-b8c6-0de3ccb29929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b7a29c6-2169-473f-b8c6-0de3ccb29929 found for delete ", "request_id": "req-3bbbeaef-087d-4956-b91a-f7c90817339a"}]} [pid: 8|app: 0|req: 1203/2310] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:36 2026] DELETE /v2.0/networks/264c8569-e8bf-41d3-b75a-2b5ab2fc12c0 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:37.622 7 INFO neutron.db.segments_db [None req-7ed5247a-9f4a-4a06-a3f0-7dd0b7822481 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Added segment 97d626d1-9484-481d-8e19-5e5b8b6a2445 of type vxlan for network d9fd24db-068e-4374-9f58-fae4b250d111 [pid: 7|app: 0|req: 1108/2311] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:37 2026] POST /v2.0/networks => generated 612 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2312] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:37 2026] GET /v2.0/security-groups?tenant_id=4a82a8236c56415d9ef22d387945d2e5&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2313] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:37 2026] POST /v2.0/ports => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2314] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:37 2026] DELETE /v2.0/security-groups/9f614a4d-d458-4e14-b0e4-1d393c84ce92 => generated 0 bytes in 116 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-25 01:20:38.144 8 INFO neutron.db.segments_db [None req-6e9e1a0e-83f4-432f-8d2d-35b77e6201b6 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Added segment 0a85b078-2bba-41ba-97d8-962007e8824c of type vxlan for network 09c7be88-35fb-427a-96fe-b2be0e38531c [pid: 8|app: 0|req: 1205/2315] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:38 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2316] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:38 2026] GET /v2.0/security-groups?tenant_id=2512d0c0c57a4dfd95f6952531196674&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2317] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:38 2026] DELETE /v2.0/security-groups/a3172b2c-7f42-431c-83dd-325799276f60 => 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: 1206/2318] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:38 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:38.650 7 INFO neutron.db.segments_db [None req-f9e59d94-bdd1-437a-8258-f715ba67d30e 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Added segment 3783bc13-2610-4533-abcf-d1a550cf6a9d of type vxlan for network 075e6c54-c2c9-422d-a49a-c3c58195f4d1 [pid: 7|app: 0|req: 1113/2319] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:38 2026] POST /v2.0/networks => generated 613 bytes in 146 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: 1114/2320] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:39 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2321] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:20:39 2026] GET /v2.0/security-groups?id=58e62357-437d-48cf-8337-e0f85a9d582c&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2322] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:38 2026] POST /v2.0/ports => generated 743 bytes in 429 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-25 01:20:39.257 7 INFO neutron.db.segments_db [None req-1adcac15-0737-4633-a91f-7501dd5e9ccf 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Added segment 1be89824-3bed-4c4b-8165-b3e359a0c32b of type vxlan for network fa011ebc-2bec-45db-8161-89825e48aef9 [pid: 8|app: 0|req: 1208/2323] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:20:39 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2324] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:39 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2325] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:39 2026] POST /v2.0/ports => generated 743 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:20:39.914 7 INFO neutron.db.segments_db [None req-b3b21314-667b-4861-8f6f-04df4c6b6954 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Added segment 8c5967a4-1198-476d-967f-9ea833cec300 of type vxlan for network 16889979-29d2-433c-80a7-d15d38993352 [pid: 7|app: 0|req: 1117/2328] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:39 2026] POST /v2.0/networks => generated 611 bytes in 215 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: 1212/2329] 10.0.0.158 () {34 vars in 664 bytes} [Sat Apr 25 01:20:40 2026] POST /v2.0/ports => generated 743 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2330] 10.0.0.158 () {34 vars in 747 bytes} [Sat Apr 25 01:20:40 2026] PUT /v2.0/ports/253db855-f60d-4ec3-9675-184e069eac08/tags => generated 17 bytes in 84 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: 1213/2331] 10.0.0.158 () {34 vars in 747 bytes} [Sat Apr 25 01:20:40 2026] PUT /v2.0/ports/d1f90883-e32e-40c9-82b3-e64b5bdd3071/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1119/2332] 10.0.0.158 () {34 vars in 747 bytes} [Sat Apr 25 01:20:40 2026] PUT /v2.0/ports/d7cc2358-1697-4f0b-9794-483bd481016a/tags => generated 34 bytes in 113 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: 1214/2333] 10.0.0.158 () {34 vars in 747 bytes} [Sat Apr 25 01:20:40 2026] PUT /v2.0/ports/baaa0ca2-31d5-40d1-b015-ac7b12df5073/tags => generated 19 bytes in 79 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: 1120/2334] 10.0.0.158 () {32 vars in 660 bytes} [Sat Apr 25 01:20:40 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 134 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: 1215/2335] 10.0.0.158 () {32 vars in 674 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2336] 10.0.0.158 () {32 vars in 670 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2337] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2338] 10.0.0.158 () {32 vars in 668 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2339] 10.0.0.158 () {32 vars in 682 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2340] 10.0.0.158 () {32 vars in 678 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2341] 10.0.0.158 () {32 vars in 690 bytes} [Sat Apr 25 01:20:41 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:41.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-50019455-4ccd-4113-b6d1-133ed8a0b1ce 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] TaaS: Handle Delete Port: 253db855-f60d-4ec3-9675-184e069eac08 2026-04-25 01:20:41.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50019455-4ccd-4113-b6d1-133ed8a0b1ce 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Tap Mirror: Handle Delete Port: 253db855-f60d-4ec3-9675-184e069eac08 [pid: 7|app: 0|req: 1124/2342] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:41 2026] DELETE /v2.0/ports/253db855-f60d-4ec3-9675-184e069eac08 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:42.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-839b726e-4d8e-44db-8713-863debaab7a4 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] TaaS: Handle Delete Port: d1f90883-e32e-40c9-82b3-e64b5bdd3071 2026-04-25 01:20:42.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-839b726e-4d8e-44db-8713-863debaab7a4 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Tap Mirror: Handle Delete Port: d1f90883-e32e-40c9-82b3-e64b5bdd3071 [pid: 8|app: 0|req: 1219/2343] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:42 2026] DELETE /v2.0/ports/d1f90883-e32e-40c9-82b3-e64b5bdd3071 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:42.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d69ee03-b19f-4fba-b779-8bc91d9092f2 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] TaaS: Handle Delete Port: d7cc2358-1697-4f0b-9794-483bd481016a 2026-04-25 01:20:42.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d69ee03-b19f-4fba-b779-8bc91d9092f2 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Tap Mirror: Handle Delete Port: d7cc2358-1697-4f0b-9794-483bd481016a [pid: 8|app: 0|req: 1220/2344] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:42 2026] DELETE /v2.0/ports/d7cc2358-1697-4f0b-9794-483bd481016a => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:42.462 7 INFO neutron.db.segments_db [None req-5af6781b-8727-42ef-9a78-26c4f3f4e9a4 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] Added segment 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 of type vxlan for network e200366b-d360-4b1e-b0b9-5189cf050e2c 2026-04-25 01:20:42.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-238402d5-9f03-40a2-8b4e-be9f212fbd0c 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] TaaS: Handle Delete Port: baaa0ca2-31d5-40d1-b015-ac7b12df5073 2026-04-25 01:20:42.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-238402d5-9f03-40a2-8b4e-be9f212fbd0c 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Tap Mirror: Handle Delete Port: baaa0ca2-31d5-40d1-b015-ac7b12df5073 [pid: 8|app: 0|req: 1221/2345] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:42 2026] DELETE /v2.0/ports/baaa0ca2-31d5-40d1-b015-ac7b12df5073 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:42.738 7 INFO neutron.db.l3_hamode_db [None req-5af6781b-8727-42ef-9a78-26c4f3f4e9a4 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:20:42.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-64f4a0ef-006b-47f7-a565-e52808431099 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] TaaS: Handle Delete Port: 6a2406ce-e41a-4dd5-8283-57536c41cf73 2026-04-25 01:20:42.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64f4a0ef-006b-47f7-a565-e52808431099 50850281784e473bab7c169a58808606 10dcd5016aff451fab2be5e8896fe716 - - default default] Tap Mirror: Handle Delete Port: 6a2406ce-e41a-4dd5-8283-57536c41cf73 [pid: 8|app: 0|req: 1222/2346] 10.0.0.158 () {32 vars in 720 bytes} [Sat Apr 25 01:20:42 2026] DELETE /v2.0/ports/6a2406ce-e41a-4dd5-8283-57536c41cf73 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:20:42.919 7 INFO neutron.db.l3_hamode_db [None req-5af6781b-8727-42ef-9a78-26c4f3f4e9a4 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-25 01:20:43.027 8 INFO neutron.services.segments.plugin [-] Segment 97d626d1-9484-481d-8e19-5e5b8b6a2445 resource provider aggregate not found 2026-04-25 01:20:43.031 8 INFO neutron.services.segments.plugin [-] Segment 97d626d1-9484-481d-8e19-5e5b8b6a2445 resource provider aggregate not found 2026-04-25 01:20:43.059 8 INFO neutron.services.segments.plugin [-] Segment 97d626d1-9484-481d-8e19-5e5b8b6a2445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d626d1-9484-481d-8e19-5e5b8b6a2445 found for delete ", "request_id": "req-8a56f655-cd70-48f1-b4f7-4e6be351f698"}]} 2026-04-25 01:20:43.060 8 INFO neutron.services.segments.plugin [-] Segment 97d626d1-9484-481d-8e19-5e5b8b6a2445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d626d1-9484-481d-8e19-5e5b8b6a2445 found for delete ", "request_id": "req-76cfc4e5-0f4c-4cf3-a35a-f80b93a698dd"}]} [pid: 8|app: 0|req: 1223/2347] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:42 2026] DELETE /v2.0/networks/d9fd24db-068e-4374-9f58-fae4b250d111 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2348] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:43 2026] DELETE /v2.0/networks/09c7be88-35fb-427a-96fe-b2be0e38531c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2349] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:43 2026] DELETE /v2.0/networks/075e6c54-c2c9-422d-a49a-c3c58195f4d1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2350] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:43 2026] DELETE /v2.0/networks/fa011ebc-2bec-45db-8161-89825e48aef9 => 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: 1227/2351] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:20:43 2026] DELETE /v2.0/networks/16889979-29d2-433c-80a7-d15d38993352 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2352] 10.0.0.158 () {34 vars in 668 bytes} [Sat Apr 25 01:20:42 2026] POST /v2.0/routers => generated 474 bytes in 1514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2353] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:43 2026] PUT /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2354] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:43 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2355] 10.0.0.158 () {34 vars in 762 bytes} [Sat Apr 25 01:20:43 2026] PUT /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2356] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:44 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2357] 10.0.0.158 () {34 vars in 758 bytes} [Sat Apr 25 01:20:44 2026] PUT /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/red => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2358] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:44 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2359] 10.0.0.158 () {34 vars in 780 bytes} [Sat Apr 25 01:20:44 2026] PUT /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/black.or.white => generated 4 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2360] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:44 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 52 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2361] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:44 2026] PUT /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 37 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2362] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:44 2026] GET /v2.0/security-groups?tenant_id=5ba6f7f7286547fd9ab6047d6d1c843c&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2363] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:44 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2364] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:44 2026] DELETE /v2.0/security-groups/1ca5c32c-8f65-48ee-8b2b-be62288f00c5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:45.094 8 INFO neutron.services.segments.plugin [-] Segment 0a85b078-2bba-41ba-97d8-962007e8824c resource provider aggregate not found 2026-04-25 01:20:45.106 8 INFO neutron.services.segments.plugin [-] Segment 0a85b078-2bba-41ba-97d8-962007e8824c resource provider aggregate not found [pid: 8|app: 0|req: 1235/2365] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:44 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/red => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:45.126 8 INFO neutron.services.segments.plugin [-] Segment 0a85b078-2bba-41ba-97d8-962007e8824c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a85b078-2bba-41ba-97d8-962007e8824c found for delete ", "request_id": "req-a894475d-b19a-4956-8d08-a7062f28b2e7"}]} 2026-04-25 01:20:45.137 8 INFO neutron.services.segments.plugin [-] Segment 0a85b078-2bba-41ba-97d8-962007e8824c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a85b078-2bba-41ba-97d8-962007e8824c found for delete ", "request_id": "req-260ceb75-67cb-4819-ba98-1f813e068e16"}]} 2026-04-25 01:20:45.144 8 INFO neutron.services.segments.plugin [-] Segment 3783bc13-2610-4533-abcf-d1a550cf6a9d resource provider aggregate not found 2026-04-25 01:20:45.164 8 INFO neutron.services.segments.plugin [-] Segment 3783bc13-2610-4533-abcf-d1a550cf6a9d resource provider aggregate not found 2026-04-25 01:20:45.172 8 INFO neutron.services.segments.plugin [-] Segment 3783bc13-2610-4533-abcf-d1a550cf6a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3783bc13-2610-4533-abcf-d1a550cf6a9d found for delete ", "request_id": "req-bebef940-0c22-47b2-9de1-877fc314a3c6"}]} 2026-04-25 01:20:45.194 8 INFO neutron.services.segments.plugin [-] Segment 3783bc13-2610-4533-abcf-d1a550cf6a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3783bc13-2610-4533-abcf-d1a550cf6a9d found for delete ", "request_id": "req-8a3fc07b-3575-4e88-8382-a015a82ea6c6"}]} 2026-04-25 01:20:45.200 8 INFO neutron.services.segments.plugin [-] Segment 1be89824-3bed-4c4b-8165-b3e359a0c32b resource provider aggregate not found [pid: 8|app: 0|req: 1236/2366] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:45 2026] GET /v2.0/security-groups?tenant_id=10dcd5016aff451fab2be5e8896fe716&name=default => generated 2929 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:20:45.231 8 INFO neutron.services.segments.plugin [-] Segment 1be89824-3bed-4c4b-8165-b3e359a0c32b resource provider aggregate not found 2026-04-25 01:20:45.236 8 INFO neutron.services.segments.plugin [-] Segment 1be89824-3bed-4c4b-8165-b3e359a0c32b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1be89824-3bed-4c4b-8165-b3e359a0c32b found for delete ", "request_id": "req-c27af305-0157-48d0-b2cc-3d8a5e4aadfb"}]} 2026-04-25 01:20:45.258 8 INFO neutron.services.segments.plugin [-] Segment 1be89824-3bed-4c4b-8165-b3e359a0c32b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1be89824-3bed-4c4b-8165-b3e359a0c32b found for delete ", "request_id": "req-70c590be-f2d8-40ce-bd18-95465af518e4"}]} 2026-04-25 01:20:45.259 7 INFO neutron.api.v2.resource [None req-26a6752a-8cb8-4d96-9763-be68e4543336 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1131/2367] 10.0.0.158 () {32 vars in 743 bytes} [Sat Apr 25 01:20:45 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/green => generated 99 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-25 01:20:45.278 8 INFO neutron.services.segments.plugin [-] Segment 8c5967a4-1198-476d-967f-9ea833cec300 resource provider aggregate not found 2026-04-25 01:20:45.289 8 INFO neutron.services.segments.plugin [-] Segment 8c5967a4-1198-476d-967f-9ea833cec300 resource provider aggregate not found 2026-04-25 01:20:45.309 8 INFO neutron.services.segments.plugin [-] Segment 8c5967a4-1198-476d-967f-9ea833cec300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c5967a4-1198-476d-967f-9ea833cec300 found for delete ", "request_id": "req-2a722b16-9a72-4c8b-99a7-85197642e58a"}]} 2026-04-25 01:20:45.310 8 INFO neutron.services.segments.plugin [-] Segment 8c5967a4-1198-476d-967f-9ea833cec300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c5967a4-1198-476d-967f-9ea833cec300 found for delete ", "request_id": "req-42738e09-a697-4cd6-a832-b62957785bc1"}]} [pid: 8|app: 0|req: 1237/2368] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:45 2026] DELETE /v2.0/security-groups/817fab5a-feb8-42ae-bbe7-f3906df46108 => 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: 1132/2369] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:20:45 2026] DELETE /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/red => 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: 1238/2370] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:45 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 30 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:45.643 7 INFO neutron.api.v2.resource [None req-8e02af0e-6c03-4dce-b385-3c72fb5a51cb 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1133/2371] 10.0.0.158 () {32 vars in 746 bytes} [Sat Apr 25 01:20:45 2026] DELETE /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags/green => generated 99 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2372] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:45 2026] GET /v2.0/security-groups?tenant_id=61d5ae65c5a344adaf539070ffc8d566&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2373] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:20:45 2026] DELETE /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2374] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:45 2026] DELETE /v2.0/security-groups/a873508a-f03b-4296-8076-52ee2dd00624 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2375] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:45 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5/tags => generated 12 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2376] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:20:45 2026] GET /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5 => generated 480 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2377] 10.0.0.158 () {34 vars in 742 bytes} [Sat Apr 25 01:20:46 2026] PUT /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5 => generated 480 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2378] 10.0.0.158 () {32 vars in 736 bytes} [Sat Apr 25 01:20:46 2026] GET /v2.0/ports?device_id=5847d57f-4392-4dfb-a9d9-6682a089ddd5 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:46.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d96301d-f546-4e49-b947-d54756694c68 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] TaaS: Handle Delete Port: ec19466b-e396-445d-a801-e113c1e218a9 2026-04-25 01:20:46.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d96301d-f546-4e49-b947-d54756694c68 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] Tap Mirror: Handle Delete Port: ec19466b-e396-445d-a801-e113c1e218a9 2026-04-25 01:20:47.331 7 INFO neutron.services.segments.plugin [-] Segment 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 resource provider aggregate not found 2026-04-25 01:20:47.338 7 INFO neutron.services.segments.plugin [-] Segment 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 resource provider aggregate not found 2026-04-25 01:20:47.355 7 INFO neutron.services.segments.plugin [-] Segment 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 found for delete ", "request_id": "req-8105a9c9-16f9-4a65-9127-b6cd1a1c1b3b"}]} 2026-04-25 01:20:47.364 7 INFO neutron.services.segments.plugin [-] Segment 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2983d1b9-e287-4b5e-9f7f-2e5b47f46d69 found for delete ", "request_id": "req-82efaf9f-e46f-4c74-89bf-86828acf1df2"}]} 2026-04-25 01:20:47.370 7 INFO neutron.db.l3_hamode_db [None req-0d96301d-f546-4e49-b947-d54756694c68 96260c5c1d4342bb9fa09fd78f8c89f7 6aaf90bec6784279aab4bc96eb4562c9 - - default default] HA network e200366b-d360-4b1e-b0b9-5189cf050e2c was deleted as no HA routers are present in tenant 6aaf90bec6784279aab4bc96eb4562c9. [pid: 7|app: 0|req: 1137/2379] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:46 2026] DELETE /v2.0/routers/5847d57f-4392-4dfb-a9d9-6682a089ddd5 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2380] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:47 2026] GET /v2.0/security-groups?tenant_id=6aaf90bec6784279aab4bc96eb4562c9&name=default => generated 2929 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2381] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:48 2026] DELETE /v2.0/security-groups/41ef0223-ac38-4b05-b8bb-1c03e814c4c9 => 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: 1244/2382] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:48 2026] GET /v2.0/security-groups?tenant_id=3116aa7af16c4a6788e72853a8eaca95&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2383] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:48 2026] DELETE /v2.0/security-groups/697b9333-f00b-4a58-9ef6-8891661d761c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2384] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:20:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2385] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:20:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2386] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:20:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2387] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:20:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2388] 10.0.0.158 () {34 vars in 684 bytes} [Sat Apr 25 01:20:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2389] 10.0.0.158 () {34 vars in 767 bytes} [Sat Apr 25 01:20:51 2026] PUT /v2.0/security-groups/295ee2de-c75a-40fd-ab85-83465f209044/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2390] 10.0.0.158 () {34 vars in 767 bytes} [Sat Apr 25 01:20:51 2026] PUT /v2.0/security-groups/7e32cc59-88f7-4e6a-bf5d-7dff4ee7a563/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2391] 10.0.0.158 () {34 vars in 767 bytes} [Sat Apr 25 01:20:51 2026] PUT /v2.0/security-groups/5a917cd9-c2f2-4e41-9558-af56d880e85f/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2392] 10.0.0.158 () {34 vars in 767 bytes} [Sat Apr 25 01:20:51 2026] PUT /v2.0/security-groups/166bd61e-fdd9-45ce-9bd9-85d2e62406dd/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2393] 10.0.0.158 () {32 vars in 680 bytes} [Sat Apr 25 01:20:51 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2394] 10.0.0.158 () {32 vars in 694 bytes} [Sat Apr 25 01:20:51 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2395] 10.0.0.158 () {32 vars in 690 bytes} [Sat Apr 25 01:20:51 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2396] 10.0.0.158 () {32 vars in 702 bytes} [Sat Apr 25 01:20:51 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2397] 10.0.0.158 () {32 vars in 688 bytes} [Sat Apr 25 01:20:51 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2398] 10.0.0.158 () {32 vars in 702 bytes} [Sat Apr 25 01:20:51 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2399] 10.0.0.158 () {32 vars in 698 bytes} [Sat Apr 25 01:20:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2400] 10.0.0.158 () {32 vars in 710 bytes} [Sat Apr 25 01:20:52 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: 7|app: 0|req: 1148/2401] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:52 2026] DELETE /v2.0/security-groups/295ee2de-c75a-40fd-ab85-83465f209044 => 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: 1254/2402] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:52 2026] DELETE /v2.0/security-groups/7e32cc59-88f7-4e6a-bf5d-7dff4ee7a563 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2403] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:52 2026] DELETE /v2.0/security-groups/5a917cd9-c2f2-4e41-9558-af56d880e85f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2404] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:52 2026] DELETE /v2.0/security-groups/166bd61e-fdd9-45ce-9bd9-85d2e62406dd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2405] 10.0.0.158 () {34 vars in 676 bytes} [Sat Apr 25 01:20:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2406] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:52 2026] DELETE /v2.0/security-groups/acf9ea6c-aa7e-427f-b410-5cf3bc62f6e1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2407] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:52 2026] PUT /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2408] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:52 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2409] 10.0.0.158 () {34 vars in 770 bytes} [Sat Apr 25 01:20:52 2026] PUT /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2410] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:52 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2411] 10.0.0.158 () {34 vars in 766 bytes} [Sat Apr 25 01:20:52 2026] PUT /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2412] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:52 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2413] 10.0.0.158 () {34 vars in 788 bytes} [Sat Apr 25 01:20:52 2026] PUT /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2414] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:52 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2415] 10.0.0.158 () {34 vars in 759 bytes} [Sat Apr 25 01:20:52 2026] PUT /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/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: 1262/2416] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:52 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2417] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:20:53 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:53.119 8 INFO neutron.api.v2.resource [None req-92614fe1-e8e7-4511-b713-45ef2802fde9 52bcac120f984ca98b891bbcbdff6398 decd6c7a96ff42e582ec82f743b29bf1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1263/2418] 10.0.0.158 () {32 vars in 751 bytes} [Sat Apr 25 01:20:53 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2419] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:20:53 2026] DELETE /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2420] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:53 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:53.318 7 INFO neutron.api.v2.resource [None req-43a8291f-088f-45ae-807b-276033942a59 52bcac120f984ca98b891bbcbdff6398 decd6c7a96ff42e582ec82f743b29bf1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1157/2421] 10.0.0.158 () {32 vars in 754 bytes} [Sat Apr 25 01:20:53 2026] DELETE /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2422] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:20:53 2026] DELETE /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2423] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:53 2026] GET /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453/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: 1159/2424] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:20:53 2026] DELETE /v2.0/subnetpools/3ef28fd3-8bc7-4309-aa74-4de960f6c453 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2425] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:53 2026] GET /v2.0/security-groups?tenant_id=6224b07f184d4f018000ffd2562e7319&name=default => generated 2929 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2426] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:53 2026] DELETE /v2.0/security-groups/2c417b11-8a29-4f73-add5-19cdc1f65ff9 => 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: 1267/2427] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:54 2026] GET /v2.0/security-groups?tenant_id=c0092631ed5c4be4a3a976c18b0be266&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: 1268/2428] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:54 2026] DELETE /v2.0/security-groups/632ff217-a65f-4a67-b7d9-ed1184ea8443 => 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: 1161/2429] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:54 2026] GET /v2.0/security-groups?tenant_id=decd6c7a96ff42e582ec82f743b29bf1&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2430] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:54 2026] GET /v2.0/security-groups?tenant_id=5d03d6d5577f40e9a3c054d1286784a7&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2431] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:54 2026] DELETE /v2.0/security-groups/91439999-038b-467d-b41b-d742157b96f8 => 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: 1270/2432] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:54 2026] DELETE /v2.0/security-groups/7d69c73c-6d6a-4fc3-8df1-6e698926648a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2433] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:20:54 2026] GET /v2.0/security-groups?tenant_id=62e77c4038df4273a4c1ee3537907ce2&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2435] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:20:54 2026] DELETE /v2.0/security-groups/fcc33a0f-6890-4edc-86a6-ae1144b8ea42 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:58.389 8 INFO neutron.db.segments_db [None req-236d9dde-4974-4ea4-9cd5-cfc688eaf26f 436702122a59425fae9e19738d8a5dce e6c95c4849814737841f394fe8cae8ea - - default default] Added segment a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 of type vxlan for network 6cb2e0e8-8cad-4ea3-846d-92f1e25267ec [pid: 8|app: 0|req: 1272/2437] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:20:58 2026] POST /v2.0/networks => generated 613 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2438] 10.0.0.158 () {34 vars in 669 bytes} [Sat Apr 25 01:20:58 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2439] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:58 2026] PUT /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2440] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:58 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2441] 10.0.0.158 () {34 vars in 762 bytes} [Sat Apr 25 01:20:58 2026] PUT /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2442] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2443] 10.0.0.158 () {34 vars in 758 bytes} [Sat Apr 25 01:20:59 2026] PUT /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2444] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2445] 10.0.0.158 () {34 vars in 780 bytes} [Sat Apr 25 01:20:59 2026] PUT /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2446] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2447] 10.0.0.158 () {34 vars in 751 bytes} [Sat Apr 25 01:20:59 2026] PUT /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2448] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2449] 10.0.0.158 () {32 vars in 739 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:20:59.503 7 INFO neutron.api.v2.resource [None req-0b1e7d90-cf92-4b7c-ab31-e0b2e3e3b210 436702122a59425fae9e19738d8a5dce e6c95c4849814737841f394fe8cae8ea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1172/2450] 10.0.0.158 () {32 vars in 743 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/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: 1279/2451] 10.0.0.158 () {32 vars in 742 bytes} [Sat Apr 25 01:20:59 2026] DELETE /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags/red => 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: 1173/2452] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:20:59.703 8 INFO neutron.api.v2.resource [None req-1ee35177-5644-4435-90e6-47adc65f0077 436702122a59425fae9e19738d8a5dce e6c95c4849814737841f394fe8cae8ea - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1280/2453] 10.0.0.158 () {32 vars in 746 bytes} [Sat Apr 25 01:20:59 2026] DELETE /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags/green => generated 99 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2454] 10.0.0.158 () {32 vars in 734 bytes} [Sat Apr 25 01:20:59 2026] DELETE /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2455] 10.0.0.158 () {32 vars in 731 bytes} [Sat Apr 25 01:20:59 2026] GET /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5/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: 1175/2456] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:20:59 2026] DELETE /v2.0/subnets/70da0124-d30b-48ca-b443-8ce386de4cf5 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:21:00.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-6102244b-b850-4bcc-8035-767bd0ff3716 436702122a59425fae9e19738d8a5dce e6c95c4849814737841f394fe8cae8ea - - default default] TaaS: Handle Delete Port: 386c91c2-b60c-4dda-88d9-34e5a5e9a278 2026-04-25 01:21:00.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6102244b-b850-4bcc-8035-767bd0ff3716 436702122a59425fae9e19738d8a5dce e6c95c4849814737841f394fe8cae8ea - - default default] Tap Mirror: Handle Delete Port: 386c91c2-b60c-4dda-88d9-34e5a5e9a278 2026-04-25 01:21:00.325 8 INFO neutron.services.segments.plugin [-] Segment a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 resource provider aggregate not found 2026-04-25 01:21:00.328 8 INFO neutron.services.segments.plugin [-] Segment a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 resource provider aggregate not found 2026-04-25 01:21:00.349 8 INFO neutron.services.segments.plugin [-] Segment a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 found for delete ", "request_id": "req-f0f1c0f1-faba-4c1e-9416-b1e526327b18"}]} 2026-04-25 01:21:00.352 8 INFO neutron.services.segments.plugin [-] Segment a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ba3acc-3db1-49bd-a7b2-a1b0a13c30e6 found for delete ", "request_id": "req-02785f0a-f2cf-4420-a08d-c36fa2d13407"}]} [pid: 8|app: 0|req: 1282/2457] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:21:00 2026] DELETE /v2.0/networks/6cb2e0e8-8cad-4ea3-846d-92f1e25267ec => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2458] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:21:01 2026] GET /v2.0/security-groups?tenant_id=e6c95c4849814737841f394fe8cae8ea&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2459] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:21:01 2026] DELETE /v2.0/security-groups/2b83489f-02ad-4314-acdb-0712423cc3eb => 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: 1177/2460] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:21:01 2026] GET /v2.0/security-groups?tenant_id=0f982b24d7f34d4ea4342eed96b1ef40&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2461] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:21:01 2026] DELETE /v2.0/security-groups/63d78f08-0668-4854-a839-6ccdd5c93e08 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:21:05.579 7 INFO neutron.db.segments_db [None req-d3f09fe8-8024-4ba7-bd50-95e79be56fad 6ed8ff36c14b4d6f8c5c3da7d707d3ae a12d94c2927d42c686466ef5a7cf724e - - default default] Added segment 47245836-6126-4fdf-8cd1-457bdf97caf9 of type vxlan for network 7c3acc40-5339-47e7-adb0-3fbda1fdd87d [pid: 7|app: 0|req: 1178/2462] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:21:05 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-25 01:21:05.760 8 INFO neutron.db.segments_db [None req-4da1b841-8a99-47ab-8c6d-e134c7676f48 6ed8ff36c14b4d6f8c5c3da7d707d3ae a12d94c2927d42c686466ef5a7cf724e - - default default] Added segment c9e6b995-5401-4f28-a34f-63bbd2438c81 of type vxlan for network 81c1e7f7-dbbe-4f3e-9bf8-10d039f19c9e [pid: 8|app: 0|req: 1285/2463] 10.0.0.158 () {34 vars in 670 bytes} [Sat Apr 25 01:21:05 2026] POST /v2.0/networks => generated 613 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2464] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:21:05 2026] PUT /v2.0/networks/7c3acc40-5339-47e7-adb0-3fbda1fdd87d/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2465] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:21:05 2026] GET /v2.0/networks/7c3acc40-5339-47e7-adb0-3fbda1fdd87d/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2466] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:21:05 2026] PUT /v2.0/networks/81c1e7f7-dbbe-4f3e-9bf8-10d039f19c9e/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2467] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:21:06 2026] GET /v2.0/networks/81c1e7f7-dbbe-4f3e-9bf8-10d039f19c9e/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2468] 10.0.0.158 () {34 vars in 753 bytes} [Sat Apr 25 01:21:06 2026] PUT /v2.0/networks/81c1e7f7-dbbe-4f3e-9bf8-10d039f19c9e/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2469] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:21:06 2026] GET /v2.0/networks/81c1e7f7-dbbe-4f3e-9bf8-10d039f19c9e/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2470] 10.0.0.158 () {32 vars in 733 bytes} [Sat Apr 25 01:21:06 2026] GET /v2.0/networks/7c3acc40-5339-47e7-adb0-3fbda1fdd87d/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2471] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:21:06 2026] DELETE /v2.0/networks/7c3acc40-5339-47e7-adb0-3fbda1fdd87d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:21:06.533 8 INFO neutron.services.segments.plugin [-] Segment 47245836-6126-4fdf-8cd1-457bdf97caf9 resource provider aggregate not found 2026-04-25 01:21:06.542 8 INFO neutron.services.segments.plugin [-] Segment 47245836-6126-4fdf-8cd1-457bdf97caf9 resource provider aggregate not found [pid: 7|app: 0|req: 1183/2472] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:21:06 2026] DELETE /v2.0/networks/81c1e7f7-dbbe-4f3e-9bf8-10d039f19c9e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:21:06.584 7 INFO neutron.services.segments.plugin [-] Segment c9e6b995-5401-4f28-a34f-63bbd2438c81 resource provider aggregate not found 2026-04-25 01:21:06.593 7 INFO neutron.services.segments.plugin [-] Segment c9e6b995-5401-4f28-a34f-63bbd2438c81 resource provider aggregate not found 2026-04-25 01:21:06.595 8 INFO neutron.services.segments.plugin [-] Segment 47245836-6126-4fdf-8cd1-457bdf97caf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47245836-6126-4fdf-8cd1-457bdf97caf9 found for delete ", "request_id": "req-c7863d76-b24a-47cc-8e29-8dac050b6657"}]} 2026-04-25 01:21:06.605 8 INFO neutron.services.segments.plugin [-] Segment 47245836-6126-4fdf-8cd1-457bdf97caf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47245836-6126-4fdf-8cd1-457bdf97caf9 found for delete ", "request_id": "req-2e41bd05-fab5-4f39-9ae0-c35366647461"}]} 2026-04-25 01:21:06.610 7 INFO neutron.services.segments.plugin [-] Segment c9e6b995-5401-4f28-a34f-63bbd2438c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9e6b995-5401-4f28-a34f-63bbd2438c81 found for delete ", "request_id": "req-dd10397b-b53b-4556-870e-7f11ac986585"}]} 2026-04-25 01:21:06.613 7 INFO neutron.services.segments.plugin [-] Segment c9e6b995-5401-4f28-a34f-63bbd2438c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9e6b995-5401-4f28-a34f-63bbd2438c81 found for delete ", "request_id": "req-185c361f-8a10-4fc2-a552-016bc67a45ee"}]} [pid: 8|app: 0|req: 1290/2473] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:21:07 2026] GET /v2.0/security-groups?tenant_id=a12d94c2927d42c686466ef5a7cf724e&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: 1184/2474] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:21:07 2026] DELETE /v2.0/security-groups/c6809b71-d55a-4956-8d1d-de72e89a653b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2475] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:21:07 2026] GET /v2.0/security-groups?tenant_id=47bf7d1f8eb5410683b5dbdffc3ed2c5&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2476] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:21:07 2026] DELETE /v2.0/security-groups/3c529ed9-ca6d-4c46-9f1e-368d9e4c3d0f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2479] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2480] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2481] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2482] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2483] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2484] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2485] 199.204.45.169 () {34 vars in 717 bytes} [Sat Apr 25 01:21:17 2026] POST /v2.0/ports => generated 1059 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2486] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:21:17 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1059 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2487] 10.0.0.149 () {34 vars in 907 bytes} [Sat Apr 25 01:21:18 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2488] 199.204.45.169 () {34 vars in 1262 bytes} [Sat Apr 25 01:21:19 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2489] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:19 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1298/2490] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:19 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1193/2491] 199.204.45.169 () {34 vars in 975 bytes} [Sat Apr 25 01:21:19 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2492] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:21:19 2026] GET /v2.0/networks?id=eabf98aa-2adc-4248-b749-b50f3341752a => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2493] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:21:20 2026] PUT /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1249 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:21:20.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62230b35-a75a-4b22-9ff4-1903c6926f44'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': '109e0c87-214c-4b91-bbaf-899243b6b998', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1300/2494] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2495] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/networks?id=eabf98aa-2adc-4248-b749-b50f3341752a => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2496] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1196/2497] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2498] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&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: 1197/2499] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1303/2500] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:21 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1198/2501] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2481 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2502] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => 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: 1199/2503] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2504] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2505] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1306/2506] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2507] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1307/2508] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2509] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2510] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1203/2511] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:22 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1205/2514] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:21:27 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2515] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:21:27 2026] PUT /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1276 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:21:27.473 7 INFO neutron.api.v2.resource [None req-ce190085-19ce-479e-9284-9ecb9dc5ffee 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2516] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:21:27 2026] GET /v2.0/security-groups/lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2517] 199.204.45.169 () {30 vars in 785 bytes} [Sat Apr 25 01:21:27 2026] GET /v2.0/security-groups?name=lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:21:27.540 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d331f952-1d91-4a7a-8816-60200e39ed28'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': '109e0c87-214c-4b91-bbaf-899243b6b998', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1207/2518] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:21:27 2026] PUT /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1314 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:21:27.805 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d3b9605-ef49-4392-bf59-27e3a225b081'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': '109e0c87-214c-4b91-bbaf-899243b6b998', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1312/2519] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:21:27 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1208/2520] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:21:27 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: 1313/2521] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2522] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:21:28 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: 1314/2523] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2524] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2525] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => 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: 1211/2526] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/networks?id=eabf98aa-2adc-4248-b749-b50f3341752a => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2527] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2528] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1317/2529] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2530] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2531] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => 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: 1214/2532] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2533] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2534] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1320/2535] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2536] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:28 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1321/2537] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2538] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/networks?id=eabf98aa-2adc-4248-b749-b50f3341752a => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2539] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1218/2540] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2541] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2542] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1324/2543] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:29 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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) 2026-04-25 01:21:40.250 7 INFO neutron.db.l3_db [None req-9f226cca-7cef-4e23-a52f-7af1894d0b12 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Floating IP c3421747-5cff-4f1f-b2d2-69adbfefb538 associated. External IP: 10.96.250.209, port: b1d39eac-f601-4a02-b076-e983109b8d07. [pid: 7|app: 0|req: 1220/2546] 10.0.0.158 () {34 vars in 677 bytes} [Sat Apr 25 01:21:39 2026] POST /v2.0/floatingips => generated 899 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2547] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:21:43 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: 1221/2548] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:21:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2549] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:21: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: 7|app: 0|req: 1222/2550] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:21:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:21:43.646 8 INFO neutron.api.v2.resource [None req-415c786d-be6f-4af5-ae1f-3d28567cf424 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1329/2551] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:21:43 2026] GET /v2.0/security-groups/lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => 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: 1223/2552] 199.204.45.169 () {30 vars in 785 bytes} [Sat Apr 25 01:21:43 2026] GET /v2.0/security-groups?name=lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 1637 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2553] 199.204.45.169 () {30 vars in 815 bytes} [Sat Apr 25 01:21:43 2026] GET /v2.0/security-group-rules?security_group_id=c2aaa702-5660-48b7-9003-5a1373890fb2 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2554] 199.204.45.169 () {34 vars in 747 bytes} [Sat Apr 25 01:21:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2555] 199.204.45.169 () {34 vars in 747 bytes} [Sat Apr 25 01:21:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2556] 10.0.0.15 () {30 vars in 689 bytes} [Sat Apr 25 01:21:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2557] 10.0.0.15 () {30 vars in 691 bytes} [Sat Apr 25 01:21:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2558] 10.0.0.15 () {30 vars in 667 bytes} [Sat Apr 25 01:21:52 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: 1333/2559] 10.0.0.15 () {30 vars in 703 bytes} [Sat Apr 25 01:21:52 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: 1227/2560] 10.0.0.15 () {28 vars in 438 bytes} [Sat Apr 25 01:21:53 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: 1334/2561] 10.0.0.15 () {30 vars in 727 bytes} [Sat Apr 25 01:21:53 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2562] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:21:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2563] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:21:54 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: 1229/2564] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:21:54 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: 1336/2565] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:21:54 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: 1338/2568] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:21:55 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2569] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:21:55 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2570] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:21:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2571] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:21:55 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: 1340/2572] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:21:55 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: 1233/2573] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:21:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2574] 199.204.45.169 () {34 vars in 717 bytes} [Sat Apr 25 01:21:55 2026] POST /v2.0/ports => generated 1328 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2575] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:21:56 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1328 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: 1342/2576] 199.204.45.169 () {34 vars in 1262 bytes} [Sat Apr 25 01:21:57 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2577] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:57 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2578] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:57 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2579] 199.204.45.169 () {34 vars in 975 bytes} [Sat Apr 25 01:21:57 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2580] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:21:57 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2581] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:21:58 2026] PUT /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1518 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:21:58.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b007519-2d4c-4b27-943c-e61b93587c49'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': 'd0a9e5fd-370a-4fc1-9181-e73bb7d049be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1345/2582] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4092 bytes in 49 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: 1238/2583] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2584] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.123&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => 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: 1239/2585] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2ae&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => 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: 1347/2586] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b&id=40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2587] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2588] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2589] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2590] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:21:59 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2591] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4092 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2592] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => 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: 1243/2593] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2594] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&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: 1244/2595] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1352/2596] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1245/2597] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2598] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2599] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&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: 1354/2600] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2601] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:00 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2602] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.123&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => 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: 1248/2603] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2ae&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2604] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b&id=40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2605] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2606] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2607] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2608] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:01 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 1251/2609] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2610] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2611] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2612] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/subnets/40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 744 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2613] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:05 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: 1361/2614] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2615] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:05 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: 1362/2616] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:05 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: 1255/2617] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2618] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2619] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2620] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2621] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2622] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2623] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:05 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2626] 10.0.0.15 () {30 vars in 689 bytes} [Sat Apr 25 01:22:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2627] 10.0.0.15 () {30 vars in 691 bytes} [Sat Apr 25 01:22: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: 8|app: 0|req: 1368/2628] 10.0.0.15 () {30 vars in 667 bytes} [Sat Apr 25 01:22:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2629] 10.0.0.15 () {30 vars in 703 bytes} [Sat Apr 25 01:22:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2630] 10.0.0.15 () {28 vars in 438 bytes} [Sat Apr 25 01:22:14 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2631] 10.0.0.15 () {30 vars in 727 bytes} [Sat Apr 25 01:22:14 2026] GET /v2.0/subnets/cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f => 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: 1370/2632] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:15 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: 1263/2633] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22: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: 1371/2634] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2635] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22: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: 1372/2636] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:15 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2637] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:15 2026] GET /v2.0/subnets/cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f => generated 672 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2638] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:15 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2639] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22: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: 8|app: 0|req: 1374/2640] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:15 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: 1267/2641] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2642] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22: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: 7|app: 0|req: 1268/2643] 199.204.45.169 () {34 vars in 717 bytes} [Sat Apr 25 01:22:15 2026] POST /v2.0/ports => generated 1328 bytes in 979 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2644] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:22:16 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1328 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: 7|app: 0|req: 1269/2645] 199.204.45.169 () {34 vars in 1262 bytes} [Sat Apr 25 01:22:17 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2646] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:17 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1270/2647] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:17 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1378/2648] 199.204.45.169 () {34 vars in 975 bytes} [Sat Apr 25 01:22:18 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2649] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:22:18 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2650] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:22:18 2026] PUT /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1518 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:22:18.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72d2539e-066c-45e0-af9c-10a717bd8fe4'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': 'a2644449-133b-4f3e-a2db-1a517a81fe89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1272/2651] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 5604 bytes in 61 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: 1380/2652] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2653] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.174&port_id=a2644449-133b-4f3e-a2db-1a517a81fe89 => 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: 1381/2654] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A60&port_id=a2644449-133b-4f3e-a2db-1a517a81fe89 => 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: 1274/2655] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/subnets?id=cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f&id=e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2656] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2657] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2658] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2659] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:19 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1384/2660] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:20 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 5604 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2661] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2662] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:20 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2663] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:20 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2664] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1279/2665] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1387/2666] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1280/2667] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2668] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&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: 7|app: 0|req: 1281/2669] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1389/2670] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1282/2671] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.123&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => 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: 1390/2672] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2ae&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2673] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b&id=40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2674] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2675] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2676] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 1285/2677] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2678] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.174&port_id=a2644449-133b-4f3e-a2db-1a517a81fe89 => 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: 1286/2679] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A60&port_id=a2644449-133b-4f3e-a2db-1a517a81fe89 => 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: 1394/2680] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/subnets?id=cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f&id=e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2681] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&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: 1395/2682] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2683] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1396/2684] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:21 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1290/2687] 10.0.0.149 () {34 vars in 971 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1520 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2688] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2689] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/subnets/cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f => generated 672 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2690] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/subnets/e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 746 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2691] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2692] 199.204.45.169 () {34 vars in 790 bytes} [Sat Apr 25 01:22:26 2026] PUT /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1255 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:22:26.735 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fcca0a5-948e-42ca-8d60-9504872ad4d6'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': 'd0a9e5fd-370a-4fc1-9181-e73bb7d049be', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1293/2693] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1401/2694] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2695] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:26 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: 1402/2696] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22: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: 7|app: 0|req: 1295/2697] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:26 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: 1403/2698] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22: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: 7|app: 0|req: 1296/2699] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:26 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2700] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2701] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1350 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2702] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2703] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2704] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2705] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2706] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 5377 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2707] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 801 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2708] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.123&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2709] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2710] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2711] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2712] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:27 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 1303/2713] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:39 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: 1411/2714] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2715] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:39 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: 1412/2716] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2717] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:39 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2718] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:39 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 5377 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2719] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:39 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: 1414/2720] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:39 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: 1307/2721] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:39 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: 1415/2722] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2723] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:39 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2726] 199.204.45.169 () {34 vars in 790 bytes} [Sat Apr 25 01:22:39 2026] PUT /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1255 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:22:40.088 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acc18bb8-9bcb-4d2c-acfe-0e190fe74523'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': 'a2644449-133b-4f3e-a2db-1a517a81fe89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1311/2727] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1417/2728] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/subnets/cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f => generated 672 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2729] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2730] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:22:40 2026] PUT /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1080 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2731] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1419/2732] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2733] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2734] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2735] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1421/2736] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2737] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:40 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2738] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:41 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:22:42.137 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-392f1c36-3d3d-4e13-9afa-a1a1b81a5ba1'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': 'a2644449-133b-4f3e-a2db-1a517a81fe89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1317/2739] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:42 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2740] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:22:42 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2741] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:42 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1424/2742] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:42 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?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: 1319/2743] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:42 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 4973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2744] 199.204.45.169 () {34 vars in 975 bytes} [Sat Apr 25 01:22:43 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2745] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:22:43 2026] GET /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2746] 199.204.45.169 () {34 vars in 1016 bytes} [Sat Apr 25 01:22:43 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2747] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:22:43 2026] PUT /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => generated 917 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2748] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:43 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-25 01:22:44.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-a211119a-15c6-4e23-872e-0134b34a60a7 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: a2644449-133b-4f3e-a2db-1a517a81fe89 2026-04-25 01:22:44.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a211119a-15c6-4e23-872e-0134b34a60a7 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: a2644449-133b-4f3e-a2db-1a517a81fe89 [pid: 7|app: 0|req: 1322/2749] 199.204.45.169 () {32 vars in 759 bytes} [Sat Apr 25 01:22:44 2026] DELETE /v2.0/ports/a2644449-133b-4f3e-a2db-1a517a81fe89 => 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: 1428/2750] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:44 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: 1323/2751] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:44 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: 1429/2752] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:44 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: 1324/2753] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:44 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: 1430/2754] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2755] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2756] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2757] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2758] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2759] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => 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: 1433/2760] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:44 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2761] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3865 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2762] 199.204.45.169 () {34 vars in 1226 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks?id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&id=eabf98aa-2adc-4248-b749-b50f3341752a&id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 3098 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2763] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => 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: 1435/2764] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2765] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2766] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2767] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2768] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1332/2769] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2770] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&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: 1333/2771] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2772] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1334/2773] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.123&port_id=d0a9e5fd-370a-4fc1-9181-e73bb7d049be => 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: 1440/2774] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2775] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&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: 8|app: 0|req: 1441/2776] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2777] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:45 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 1442/2778] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2779] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:49 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: 1443/2780] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2781] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2782] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3865 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2783] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2784] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2785] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2786] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2787] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:49 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1291 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2788] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:22:49 2026] PUT /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1080 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:22:50.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf66d5a3-ff2d-4519-a2e4-675422a45010'] response: {'name': 'network-changed', 'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'tag': 'd0a9e5fd-370a-4fc1-9181-e73bb7d049be', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1342/2789] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 798 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1448/2790] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2791] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2792] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3690 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2793] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2794] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2795] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:50 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2796] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:51 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2797] 199.204.45.169 () {34 vars in 975 bytes} [Sat Apr 25 01:22:52 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2798] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:22:52 2026] GET /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2799] 199.204.45.169 () {34 vars in 1016 bytes} [Sat Apr 25 01:22:52 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2800] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:52 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 3690 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2801] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:22:52 2026] PUT /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2802] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:22:53 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 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-25 01:22:53.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-d63994be-7485-4e57-8e26-0917ed898a1b 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: d0a9e5fd-370a-4fc1-9181-e73bb7d049be 2026-04-25 01:22:53.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d63994be-7485-4e57-8e26-0917ed898a1b 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: d0a9e5fd-370a-4fc1-9181-e73bb7d049be [pid: 8|app: 0|req: 1455/2803] 199.204.45.169 () {32 vars in 759 bytes} [Sat Apr 25 01:22:53 2026] DELETE /v2.0/ports/d0a9e5fd-370a-4fc1-9181-e73bb7d049be => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2804] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:22: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) [pid: 8|app: 0|req: 1456/2805] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:22:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2806] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:22: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: 8|app: 0|req: 1457/2807] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:22:53 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: 1351/2808] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:53 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2809] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:53 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2810] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:53 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2811] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2812] 199.204.45.169 () {30 vars in 743 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => 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: 1460/2813] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => 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: 1354/2814] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2815] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2816] 199.204.45.169 () {34 vars in 1146 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/networks?id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&id=eabf98aa-2adc-4248-b749-b50f3341752a&id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 2311 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2817] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => 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: 1356/2818] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2819] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&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: 1357/2820] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2821] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1358/2822] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=109e0c87-214c-4b91-bbaf-899243b6b998 => 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: 1465/2823] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/subnets?id=5de082a5-bc59-499b-8b9c-f041912b8273 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2824] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/ports?network_id=eabf98aa-2adc-4248-b749-b50f3341752a&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: 1466/2825] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1360/2826] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:22:54 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?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: 1362/2829] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:23:05 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: 1468/2830] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:23:05 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: 1363/2831] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:23:05 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: 1469/2832] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:23:05 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-25 01:23:05.667 7 INFO neutron.api.v2.resource [None req-98761a88-cada-4496-8962-2931f5a00b8f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1364/2833] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:23:05 2026] GET /v2.0/security-groups/lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2834] 199.204.45.169 () {30 vars in 785 bytes} [Sat Apr 25 01:23:05 2026] GET /v2.0/security-groups?name=lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 2863 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2835] 199.204.45.169 () {30 vars in 815 bytes} [Sat Apr 25 01:23:05 2026] GET /v2.0/security-group-rules?security_group_id=c2aaa702-5660-48b7-9003-5a1373890fb2 => generated 2334 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2836] 199.204.45.169 () {32 vars in 789 bytes} [Sat Apr 25 01:23:05 2026] DELETE /v2.0/security-group-rules/abe5f2f1-7231-41b9-be69-11d7e79304d0 => 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: 1366/2837] 199.204.45.169 () {32 vars in 789 bytes} [Sat Apr 25 01:23:05 2026] DELETE /v2.0/security-group-rules/d3d7f26a-e53a-490f-bdde-be973fb63c70 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:09.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-4930f322-bc83-411a-9416-a88f8b44093d cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: b18aa8c9-3391-4355-b5d1-a12fade01062 2026-04-25 01:23:09.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4930f322-bc83-411a-9416-a88f8b44093d cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: b18aa8c9-3391-4355-b5d1-a12fade01062 2026-04-25 01:23:09.789 8 INFO neutron.db.l3_db [None req-4930f322-bc83-411a-9416-a88f8b44093d cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Floating IP c3421747-5cff-4f1f-b2d2-69adbfefb538 disassociated (deleted). External IP: 10.96.250.209, port: b1d39eac-f601-4a02-b076-e983109b8d07. [pid: 8|app: 0|req: 1472/2840] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:23:09 2026] DELETE /v2.0/floatingips/c3421747-5cff-4f1f-b2d2-69adbfefb538 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:10.172 7 INFO neutron.api.v2.resource [None req-c33a3621-e427-4d68-a956-3c8b12ab9faf cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1369/2841] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:23:10 2026] GET /v2.0/floatingips/c3421747-5cff-4f1f-b2d2-69adbfefb538 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2842] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2843] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:23:11 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: 1474/2844] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:23:11 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: 1371/2845] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:23:11 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-25 01:23:11.116 8 INFO neutron.api.v2.resource [None req-90f2638f-f416-4007-b980-c975b2dca59f 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1475/2846] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/security-groups/lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2847] 199.204.45.169 () {30 vars in 785 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/security-groups?name=lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2848] 199.204.45.169 () {30 vars in 815 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/security-group-rules?security_group_id=c2aaa702-5660-48b7-9003-5a1373890fb2 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2849] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:23:11 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: 1477/2850] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:23:11 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: 1374/2851] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2852] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2853] 199.204.45.169 () {30 vars in 741 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2854] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2855] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2856] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:23:11 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2857] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:23:12 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2858] 199.204.45.169 () {34 vars in 975 bytes} [Sat Apr 25 01:23:13 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2859] 199.204.45.169 () {34 vars in 1060 bytes} [Sat Apr 25 01:23:13 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2860] 199.204.45.169 () {34 vars in 1016 bytes} [Sat Apr 25 01:23:13 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2861] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:23:13 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 2582 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2862] 199.204.45.169 () {38 vars in 1028 bytes} [Sat Apr 25 01:23:13 2026] PUT /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1151 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2863] 199.204.45.169 () {30 vars in 769 bytes} [Sat Apr 25 01:23:14 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1484/2864] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:23:14 2026] PUT /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1090 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2865] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 1090 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-25 01:23:15.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-78350586-7b46-49ef-9a2f-a345d372bfa3 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 109e0c87-214c-4b91-bbaf-899243b6b998 2026-04-25 01:23:15.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78350586-7b46-49ef-9a2f-a345d372bfa3 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 109e0c87-214c-4b91-bbaf-899243b6b998 [pid: 8|app: 0|req: 1485/2866] 199.204.45.169 () {32 vars in 759 bytes} [Sat Apr 25 01:23:15 2026] DELETE /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2867] 199.204.45.169 () {30 vars in 703 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2868] 199.204.45.169 () {30 vars in 705 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2869] 199.204.45.169 () {30 vars in 681 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2870] 199.204.45.169 () {30 vars in 717 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:23:15.584 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8e11aa4-ad17-401c-9546-0714bd7a3afa 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1488/2871] 199.204.45.169 () {32 vars in 759 bytes} [Sat Apr 25 01:23:15 2026] DELETE /v2.0/ports/109e0c87-214c-4b91-bbaf-899243b6b998 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2872] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/ports?tenant_id=82df96a3e9e947d99f35e6bb32059fed&device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => 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: 1489/2873] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2874] 199.204.45.169 () {34 vars in 1066 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/networks?id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&id=eabf98aa-2adc-4248-b749-b50f3341752a => generated 1524 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:23:15.672 7 INFO neutron.api.v2.resource [None req-19bcef23-589c-4c32-a836-898941d851fd 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2875] 199.204.45.169 () {30 vars in 763 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/security-groups/lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => 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: 1490/2876] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.1&port_id=435d8219-ddc2-4771-8a11-2ac3df8492d7 => 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: 1387/2877] 199.204.45.169 () {30 vars in 785 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/security-groups?name=lb-85efa096-7da4-43a3-88d7-fd32ba78b5bf => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2878] 199.204.45.169 () {34 vars in 984 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/subnets?id=9d99e389-5a8e-494a-bb47-cc5bc4a33545 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2879] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/ports?network_id=0d1b4521-4b1c-4d48-85ca-ddee16c161f6&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: 1388/2880] 199.204.45.169 () {30 vars in 737 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2881] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?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: 1390/2882] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:23:15 2026] GET /v2.0/networks/0d1b4521-4b1c-4d48-85ca-ddee16c161f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2883] 199.204.45.169 () {34 vars in 789 bytes} [Sat Apr 25 01:23:15 2026] PUT /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 1094 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2884] 199.204.45.169 () {32 vars in 779 bytes} [Sat Apr 25 01:23:16 2026] DELETE /v2.0/security-groups/c2aaa702-5660-48b7-9003-5a1373890fb2 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:16.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd3e0d9e-d8bf-4e9e-a2d1-08233b171ea0 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: b1d39eac-f601-4a02-b076-e983109b8d07 2026-04-25 01:23:16.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd3e0d9e-d8bf-4e9e-a2d1-08233b171ea0 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: b1d39eac-f601-4a02-b076-e983109b8d07 [pid: 8|app: 0|req: 1494/2885] 199.204.45.169 () {32 vars in 759 bytes} [Sat Apr 25 01:23:16 2026] DELETE /v2.0/ports/b1d39eac-f601-4a02-b076-e983109b8d07 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2886] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:23:19 2026] GET /v2.0/ports?device_id=aabd6d20-c827-4370-9c21-53fe71e1cb6d => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:23:19.520 8 INFO neutron_taas.services.taas.taas_plugin [req-3668938a-088d-4c6b-a265-7abcdbd986bd req-1e51d3e4-4b45-46e2-b238-af5caa31db7a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] TaaS: Handle Delete Port: 435d8219-ddc2-4771-8a11-2ac3df8492d7 2026-04-25 01:23:19.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3668938a-088d-4c6b-a265-7abcdbd986bd req-1e51d3e4-4b45-46e2-b238-af5caa31db7a 3745c1b87ad94bcea4c6d948ef5067c2 82df96a3e9e947d99f35e6bb32059fed - - default default] Tap Mirror: Handle Delete Port: 435d8219-ddc2-4771-8a11-2ac3df8492d7 [pid: 8|app: 0|req: 1495/2887] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:23:19 2026] DELETE /v2.0/ports/435d8219-ddc2-4771-8a11-2ac3df8492d7 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:19.748 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71194f78-dcbb-4f15-9efb-1fdacc7b61cd'] response: {'server_uuid': 'aabd6d20-c827-4370-9c21-53fe71e1cb6d', 'name': 'network-vif-deleted', 'tag': '435d8219-ddc2-4771-8a11-2ac3df8492d7', 'status': 'completed', 'code': 200} 2026-04-25 01:23:20.546 7 INFO neutron_taas.services.taas.taas_plugin [None req-6355ae20-bc1f-4444-8e6d-cbc42e2ba8b3 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: 3e75a003-00fa-4783-a1a0-835cc7c7f97e 2026-04-25 01:23:20.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6355ae20-bc1f-4444-8e6d-cbc42e2ba8b3 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: 3e75a003-00fa-4783-a1a0-835cc7c7f97e 2026-04-25 01:23:20.797 7 INFO neutron.db.l3_db [None req-6355ae20-bc1f-4444-8e6d-cbc42e2ba8b3 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Floating IP 3f2cb403-6ff4-45c4-9f27-2ff70be57114 disassociated (deleted). External IP: 10.96.250.218, port: 23f24b22-b9df-49c9-a00c-2186ba155f30. [pid: 7|app: 0|req: 1393/2888] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:23:20 2026] DELETE /v2.0/floatingips/3f2cb403-6ff4-45c4-9f27-2ff70be57114 => generated 0 bytes in 731 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:21.159 8 INFO neutron.api.v2.resource [None req-d5d35100-66bb-4762-9ccb-b9355a19f191 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/2889] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/floatingips/3f2cb403-6ff4-45c4-9f27-2ff70be57114 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:21.181 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-759d6edf-dc47-42f1-99d8-a6e7adf30ae4'] response: {'name': 'network-changed', 'server_uuid': '4c5e7b1e-8a56-46cb-8460-cb8312bb1a37', 'tag': '23f24b22-b9df-49c9-a00c-2186ba155f30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1394/2890] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1200 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2891] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2892] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2893] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/networks?id=044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2894] 199.204.45.169 () {34 vars in 1058 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.200&port_id=23f24b22-b9df-49c9-a00c-2186ba155f30 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2895] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afd&port_id=23f24b22-b9df-49c9-a00c-2186ba155f30 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2896] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/subnets?id=cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f&id=e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2897] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2898] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:23:21 2026] GET /v2.0/ports?network_id=044179bd-8b7e-4d9e-8f98-7d9318916ed3&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: 1501/2899] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:23:22 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2900] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:23:22 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2901] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:23:23 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:23:23.944 7 INFO neutron_taas.services.taas.taas_plugin [req-8ca21165-431e-4dc3-8a01-e0a04e3aa680 req-e3517ce4-651d-4d95-bcde-cde626af6050 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: 23f24b22-b9df-49c9-a00c-2186ba155f30 2026-04-25 01:23:23.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8ca21165-431e-4dc3-8a01-e0a04e3aa680 req-e3517ce4-651d-4d95-bcde-cde626af6050 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: 23f24b22-b9df-49c9-a00c-2186ba155f30 [pid: 7|app: 0|req: 1400/2902] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:23:23 2026] DELETE /v2.0/ports/23f24b22-b9df-49c9-a00c-2186ba155f30 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:24.163 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cea2583-45cb-4432-a2fa-f62895fbb4cd'] response: {'server_uuid': '4c5e7b1e-8a56-46cb-8460-cb8312bb1a37', 'name': 'network-vif-deleted', 'tag': '23f24b22-b9df-49c9-a00c-2186ba155f30', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1504/2905] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:23:26 2026] GET /v2.0/ports?device_id=4c5e7b1e-8a56-46cb-8460-cb8312bb1a37 => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-25 01:23:31.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-c62eedd8-6a97-4164-8372-da385a149ca6 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: b170802d-5e4c-4a38-b0c9-52e659bebd51 2026-04-25 01:23:31.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c62eedd8-6a97-4164-8372-da385a149ca6 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: b170802d-5e4c-4a38-b0c9-52e659bebd51 2026-04-25 01:23:32.067 7 INFO neutron.db.l3_db [None req-c62eedd8-6a97-4164-8372-da385a149ca6 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Floating IP c1752b8e-37e9-43c6-abd3-ea006755b3a5 disassociated (deleted). External IP: 10.96.250.205, port: a654b5df-3a75-4616-b67d-bb4dd8a60162. [pid: 7|app: 0|req: 1402/2906] 10.0.0.158 () {32 vars in 732 bytes} [Sat Apr 25 01:23:31 2026] DELETE /v2.0/floatingips/c1752b8e-37e9-43c6-abd3-ea006755b3a5 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:32.466 8 INFO neutron.api.v2.resource [None req-b65c4f61-dee3-4d6d-8b72-aa06ded6e619 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/2907] 10.0.0.158 () {32 vars in 729 bytes} [Sat Apr 25 01:23:32 2026] GET /v2.0/floatingips/c1752b8e-37e9-43c6-abd3-ea006755b3a5 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:32.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ba48d30-58cd-448b-bc47-b9b1bda9349c'] response: {'name': 'network-changed', 'server_uuid': '4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b', 'tag': 'a654b5df-3a75-4616-b67d-bb4dd8a60162', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/2908] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:23:32 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1196 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2909] 10.0.0.149 () {34 vars in 1040 bytes} [Sat Apr 25 01:23:32 2026] GET /v2.0/security-groups?id=c76ed3f9-86f9-499d-bd52-33ff1a174ce9&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2910] 199.204.45.169 () {34 vars in 1080 bytes} [Sat Apr 25 01:23:32 2026] GET /v2.0/ports?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2911] 199.204.45.169 () {34 vars in 986 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/networks?id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2912] 199.204.45.169 () {34 vars in 1056 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.37&port_id=a654b5df-3a75-4616-b67d-bb4dd8a60162 => 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: 1508/2913] 199.204.45.169 () {34 vars in 1104 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A376&port_id=a654b5df-3a75-4616-b67d-bb4dd8a60162 => 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: 1406/2914] 199.204.45.169 () {34 vars in 1064 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/subnets?id=fdef1149-54ed-490a-87fc-6b56ee0a6c6b&id=40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2915] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2916] 199.204.45.169 () {34 vars in 1052 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/ports?network_id=6b3f6d97-48d5-4fc8-a582-32c884ff2d58&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2917] 199.204.45.169 () {34 vars in 1012 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 1408/2918] 199.204.45.169 () {34 vars in 1112 bytes} [Sat Apr 25 01:23:33 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58?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: 1511/2919] 199.204.45.169 () {34 vars in 994 bytes} [Sat Apr 25 01:23:35 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-25 01:23:35.260 7 INFO neutron_taas.services.taas.taas_plugin [req-d1c3f932-b5fd-44f6-b5a5-f5fd06f469cc req-bf504d47-edde-4360-ab81-53cbd07d4751 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: a654b5df-3a75-4616-b67d-bb4dd8a60162 2026-04-25 01:23:35.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d1c3f932-b5fd-44f6-b5a5-f5fd06f469cc req-bf504d47-edde-4360-ab81-53cbd07d4751 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: a654b5df-3a75-4616-b67d-bb4dd8a60162 [pid: 7|app: 0|req: 1409/2920] 199.204.45.169 () {36 vars in 997 bytes} [Sat Apr 25 01:23:35 2026] DELETE /v2.0/ports/a654b5df-3a75-4616-b67d-bb4dd8a60162 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:35.528 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-752c0a9c-2371-4ad4-bc10-545f620038d3'] response: {'server_uuid': '4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b', 'name': 'network-vif-deleted', 'tag': 'a654b5df-3a75-4616-b67d-bb4dd8a60162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1512/2921] 10.0.0.149 () {34 vars in 990 bytes} [Sat Apr 25 01:23:37 2026] GET /v2.0/ports?device_id=4f6c1aeb-e284-4a6d-b7cf-9af3028ebc8b => 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: 1411/2924] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:42 2026] DELETE /v2.0/security-group-rules/aa5b872a-f3ab-42c7-8754-5b2ac9ec7fd1 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.036 8 INFO neutron.api.v2.resource [None req-450a9034-555c-467c-b9cd-135ff23acde8 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1514/2925] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/aa5b872a-f3ab-42c7-8754-5b2ac9ec7fd1 => 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: 1412/2926] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/b7f95a5e-3e38-47c9-939d-58281c4aed2a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.127 8 INFO neutron.api.v2.resource [None req-0e58858c-a904-497b-b9e0-2d81dae6ac5d cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/2927] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/b7f95a5e-3e38-47c9-939d-58281c4aed2a => 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: 1413/2928] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/dcb80e07-1c78-4365-ab75-5c94cb41d159 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.219 8 INFO neutron.api.v2.resource [None req-ba1d315f-b88a-41e9-952b-b5dca43db6da cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/2929] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/dcb80e07-1c78-4365-ab75-5c94cb41d159 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2930] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/3b0ed014-fa7c-475f-9ab8-027f49e0f76b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.303 8 INFO neutron.api.v2.resource [None req-f80f7a30-db4a-4dee-9228-cd307cbc1ec4 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/2931] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/3b0ed014-fa7c-475f-9ab8-027f49e0f76b => 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: 1415/2932] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/d635f387-296a-43b8-999f-c2a373d94988 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.380 8 INFO neutron.api.v2.resource [None req-cfbb7f8a-5b46-42c2-9710-c9afbbe56680 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/2933] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/d635f387-296a-43b8-999f-c2a373d94988 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2934] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/a359d882-080b-44a7-9711-d72c4c7dd48e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.470 8 INFO neutron.api.v2.resource [None req-3d10bb99-abf5-420e-8492-c9db9e05dd3a cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/2935] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/a359d882-080b-44a7-9711-d72c4c7dd48e => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2936] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/88164975-16bb-443f-aba2-f4a3c2acd949 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.556 8 INFO neutron.api.v2.resource [None req-949c2cc9-ba4f-403d-be8b-cf61655a9cdd cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/2937] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/88164975-16bb-443f-aba2-f4a3c2acd949 => 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: 1418/2938] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/a5d437f7-ed59-42c8-9f3b-a0cb0e8a14a4 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.636 8 INFO neutron.api.v2.resource [None req-53bb643e-b868-4904-95be-37f5f0b16695 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/2939] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/a5d437f7-ed59-42c8-9f3b-a0cb0e8a14a4 => 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: 1419/2940] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/8f28839b-60ac-4a5c-b04c-4d2078cd378e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.731 8 INFO neutron.api.v2.resource [None req-8a25f032-72ad-4c23-9eb1-022221273185 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/2941] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/8f28839b-60ac-4a5c-b04c-4d2078cd378e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2942] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/b0532ddf-2d6a-49e4-a448-2e8d7ce62c2a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.816 8 INFO neutron.api.v2.resource [None req-e1debb8f-638b-40b0-9617-588c4bfdda4f cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/2943] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/b0532ddf-2d6a-49e4-a448-2e8d7ce62c2a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2944] 10.0.0.158 () {32 vars in 750 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-group-rules/055b4096-8242-4199-8773-4e088f16799b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:43.905 8 INFO neutron.api.v2.resource [None req-bb1ca8c9-9890-41e2-999e-772b27bf32d1 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/2945] 10.0.0.158 () {32 vars in 747 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-group-rules/055b4096-8242-4199-8773-4e088f16799b => 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: 1422/2946] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:43 2026] DELETE /v2.0/security-groups/c76ed3f9-86f9-499d-bd52-33ff1a174ce9 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:44.006 8 INFO neutron.api.v2.resource [None req-19f50dfa-c19a-4b89-bbd5-87c42089e6c3 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/2947] 10.0.0.158 () {32 vars in 737 bytes} [Sat Apr 25 01:23:43 2026] GET /v2.0/security-groups/c76ed3f9-86f9-499d-bd52-33ff1a174ce9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:44.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-fada7b21-c07c-4ce8-8d0e-5f391ef9334b cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: 8d5fe343-016c-44a8-99ee-2cc1905b04f7 2026-04-25 01:23:44.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fada7b21-c07c-4ce8-8d0e-5f391ef9334b cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: 8d5fe343-016c-44a8-99ee-2cc1905b04f7 [pid: 7|app: 0|req: 1423/2948] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:23:44 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/remove_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:23:45.160 8 INFO neutron.api.v2.resource [None req-fcbce479-4ec4-4ea4-bf23-2e835f528e91 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/2949] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:23:44 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:45.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5f5fc72-96d7-4514-b690-9c760d1d66b7 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: f3a3e095-0681-43dc-94d0-d1c2fc33ad7e 2026-04-25 01:23:45.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5f5fc72-96d7-4514-b690-9c760d1d66b7 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: f3a3e095-0681-43dc-94d0-d1c2fc33ad7e [pid: 7|app: 0|req: 1424/2950] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:23:45 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:23:46.295 8 INFO neutron.api.v2.resource [None req-f0109df8-adfb-4b69-a304-872989457547 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/2951] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:23:46 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/remove_router_interface => generated 198 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:46.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1288e73-1327-4a60-be1e-b30d55e50dca cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: 270c1120-4e51-4298-9862-9e2ca7dd710b 2026-04-25 01:23:46.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1288e73-1327-4a60-be1e-b30d55e50dca cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: 270c1120-4e51-4298-9862-9e2ca7dd710b [pid: 7|app: 0|req: 1425/2952] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:23:46 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-25 01:23:47.938 8 INFO neutron.api.v2.resource [None req-7c5ae25e-1592-4055-a06e-aa331b1c7b2a cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/2953] 10.0.0.158 () {34 vars in 789 bytes} [Sat Apr 25 01:23:47 2026] PUT /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae/remove_router_interface => generated 198 bytes in 644 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:48.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-56b57942-1cde-4f14-9e2e-94eb725df5f4 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: 5c870502-2fc7-400e-acb2-690ef5d86c6e 2026-04-25 01:23:48.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56b57942-1cde-4f14-9e2e-94eb725df5f4 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: 5c870502-2fc7-400e-acb2-690ef5d86c6e 2026-04-25 01:23:48.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-56b57942-1cde-4f14-9e2e-94eb725df5f4 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: c2678482-a87c-435b-8a4d-1b57bcb40732 2026-04-25 01:23:48.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56b57942-1cde-4f14-9e2e-94eb725df5f4 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: c2678482-a87c-435b-8a4d-1b57bcb40732 2026-04-25 01:23:48.844 7 INFO neutron.services.segments.plugin [-] Segment 2337ad97-4e58-4f9e-9bcd-42583f20c74c resource provider aggregate not found 2026-04-25 01:23:48.850 7 INFO neutron.services.segments.plugin [-] Segment 2337ad97-4e58-4f9e-9bcd-42583f20c74c resource provider aggregate not found 2026-04-25 01:23:48.867 7 INFO neutron.services.segments.plugin [-] Segment 2337ad97-4e58-4f9e-9bcd-42583f20c74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2337ad97-4e58-4f9e-9bcd-42583f20c74c found for delete ", "request_id": "req-47f1f5b1-25b3-4e24-bc59-e7eedc0da617"}]} 2026-04-25 01:23:48.868 7 INFO neutron.services.segments.plugin [-] Segment 2337ad97-4e58-4f9e-9bcd-42583f20c74c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2337ad97-4e58-4f9e-9bcd-42583f20c74c found for delete ", "request_id": "req-10490ec0-d81b-406d-b3f5-d2531c3dcd0e"}]} 2026-04-25 01:23:48.880 7 INFO neutron.db.l3_hamode_db [None req-56b57942-1cde-4f14-9e2e-94eb725df5f4 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] HA network 7e84d219-ca4a-4baa-be99-583a7044af12 was deleted as no HA routers are present in tenant 6d9f9c3b712141069b40c0dfc03a1171. [pid: 7|app: 0|req: 1426/2954] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:47 2026] DELETE /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-25 01:23:48.911 8 INFO neutron.api.v2.resource [None req-936880c5-9c4b-458a-9d48-52c0d16a43b6 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/2955] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:48 2026] GET /v2.0/routers/9b72d9ff-4ed5-45f2-a89b-41be166041ae => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2956] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:48 2026] DELETE /v2.0/subnets/e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:49.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6790877-f4bd-496e-8abf-63c8194bf4fe cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/2957] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:49 2026] GET /v2.0/subnets/e42bb53a-686d-4932-b2bf-47f4f27a58a7 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2958] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:49 2026] DELETE /v2.0/subnets/cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:49.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1322452b-0d47-44d3-b1aa-23095700b746 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/2959] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:49 2026] GET /v2.0/subnets/cfa0a9d1-cfbb-4656-9bee-57ae27e32c7f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:49.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e6a4249-4e8a-4069-a58f-2bf09635ef67 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: b9f73a01-acb6-4477-a6ad-fee91331c3f5 2026-04-25 01:23:49.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e6a4249-4e8a-4069-a58f-2bf09635ef67 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: b9f73a01-acb6-4477-a6ad-fee91331c3f5 [pid: 7|app: 0|req: 1429/2960] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:23:49 2026] DELETE /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:49.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53cb0c45-d82f-4018-bcc9-571e2ff63bf5 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/2961] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:23:49 2026] GET /v2.0/networks/044179bd-8b7e-4d9e-8f98-7d9318916ed3 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2962] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:49 2026] DELETE /v2.0/subnets/40f3fa67-1a49-4f98-a539-9b1813af0ad1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:49.837 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfd52650-0d5c-4e87-a6e2-784e9c782107 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/2963] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:49 2026] GET /v2.0/subnets/40f3fa67-1a49-4f98-a539-9b1813af0ad1 => 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: 1431/2964] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:49 2026] DELETE /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:50.015 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06f5ccdc-3831-44b6-9d7c-39335b6b7b78 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/2965] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:50 2026] GET /v2.0/subnets/fdef1149-54ed-490a-87fc-6b56ee0a6c6b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:50.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-308de98a-6627-407a-b043-35de5e4cb1bc cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: c3d99433-f48e-4160-a382-640caab54003 2026-04-25 01:23:50.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-308de98a-6627-407a-b043-35de5e4cb1bc cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: c3d99433-f48e-4160-a382-640caab54003 [pid: 7|app: 0|req: 1432/2966] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:23:50 2026] DELETE /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:50.334 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf679ede-fdb3-4745-912a-33a8c8d43eec cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/2967] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:23:50 2026] GET /v2.0/networks/6b3f6d97-48d5-4fc8-a582-32c884ff2d58 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2968] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:50 2026] DELETE /v2.0/subnets/d3fabe76-db98-4954-b7ae-a2ba3e2756c3 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:50.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fb2d248-0485-4997-ae8d-f826b3687eb9 cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/2969] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:50 2026] GET /v2.0/subnets/d3fabe76-db98-4954-b7ae-a2ba3e2756c3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2970] 10.0.0.158 () {32 vars in 724 bytes} [Sat Apr 25 01:23:50 2026] DELETE /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:50.703 8 INFO neutron.pecan_wsgi.hooks.translation [None req-774ccd57-96e6-4b61-aa67-23d2233b950d cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/2971] 10.0.0.158 () {32 vars in 721 bytes} [Sat Apr 25 01:23:50 2026] GET /v2.0/subnets/5de082a5-bc59-499b-8b9c-f041912b8273 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:50.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-695e68a8-11a4-4d24-b042-ee731ed2341e cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] TaaS: Handle Delete Port: b591cb83-9e1f-430d-a3c9-d75a105a281b 2026-04-25 01:23:50.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695e68a8-11a4-4d24-b042-ee731ed2341e cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] Tap Mirror: Handle Delete Port: b591cb83-9e1f-430d-a3c9-d75a105a281b 2026-04-25 01:23:50.895 7 INFO neutron.services.segments.plugin [-] Segment a68a92e3-5d37-45f7-864e-4540e3c200aa resource provider aggregate not found 2026-04-25 01:23:50.896 7 INFO neutron.services.segments.plugin [-] Segment a68a92e3-5d37-45f7-864e-4540e3c200aa resource provider aggregate not found 2026-04-25 01:23:50.912 7 INFO neutron.services.segments.plugin [-] Segment a68a92e3-5d37-45f7-864e-4540e3c200aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a68a92e3-5d37-45f7-864e-4540e3c200aa found for delete ", "request_id": "req-5fe5917d-d02c-4a6e-a760-b61022fe268c"}]} 2026-04-25 01:23:50.917 7 INFO neutron.services.segments.plugin [-] Segment a68a92e3-5d37-45f7-864e-4540e3c200aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a68a92e3-5d37-45f7-864e-4540e3c200aa found for delete ", "request_id": "req-e1c4a4d4-2600-497a-92a3-7cfdad7591b4"}]} 2026-04-25 01:23:50.929 7 INFO neutron.services.segments.plugin [-] Segment fade9494-cbb7-4a67-850e-e8c9d315d460 resource provider aggregate not found 2026-04-25 01:23:50.936 7 INFO neutron.services.segments.plugin [-] Segment fade9494-cbb7-4a67-850e-e8c9d315d460 resource provider aggregate not found 2026-04-25 01:23:50.953 7 INFO neutron.services.segments.plugin [-] Segment fade9494-cbb7-4a67-850e-e8c9d315d460 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fade9494-cbb7-4a67-850e-e8c9d315d460 found for delete ", "request_id": "req-9ebb44ba-d537-4038-b02a-f0db80889d12"}]} 2026-04-25 01:23:50.956 7 INFO neutron.services.segments.plugin [-] Segment fade9494-cbb7-4a67-850e-e8c9d315d460 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fade9494-cbb7-4a67-850e-e8c9d315d460 found for delete ", "request_id": "req-d35de84d-0981-4994-96f0-583c15385424"}]} [pid: 7|app: 0|req: 1435/2972] 10.0.0.158 () {32 vars in 726 bytes} [Sat Apr 25 01:23:50 2026] DELETE /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-25 01:23:51.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a98fc60f-edbf-4063-bc91-defeaed3ea4d cd6ad9a8eb1147b7a11e6f8fb16353c0 6d9f9c3b712141069b40c0dfc03a1171 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/2973] 10.0.0.158 () {32 vars in 723 bytes} [Sat Apr 25 01:23:51 2026] GET /v2.0/networks/eabf98aa-2adc-4248-b749-b50f3341752a => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-25 01:23:52.975 7 INFO neutron.services.segments.plugin [-] Segment bf91f198-5508-476f-bb31-1434232c29e2 resource provider aggregate not found 2026-04-25 01:23:52.979 7 INFO neutron.services.segments.plugin [-] Segment bf91f198-5508-476f-bb31-1434232c29e2 resource provider aggregate not found 2026-04-25 01:23:52.997 7 INFO neutron.services.segments.plugin [-] Segment bf91f198-5508-476f-bb31-1434232c29e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf91f198-5508-476f-bb31-1434232c29e2 found for delete ", "request_id": "req-42b27cce-021d-412b-bb8a-aa70bc0bd794"}]} 2026-04-25 01:23:52.999 7 INFO neutron.services.segments.plugin [-] Segment bf91f198-5508-476f-bb31-1434232c29e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf91f198-5508-476f-bb31-1434232c29e2 found for delete ", "request_id": "req-1dacea9f-1668-4319-8c95-020ec9b130c9"}]} [pid: 7|app: 0|req: 1436/2974] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:53 2026] GET /v2.0/security-groups?tenant_id=d1f45d5208d84d72bb4848ef025bf537&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2975] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:53 2026] DELETE /v2.0/security-groups/bac42525-873e-4c0b-9a53-285bb3c9cfd8 => 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: 1437/2976] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:53 2026] GET /v2.0/security-groups?tenant_id=6d9f9c3b712141069b40c0dfc03a1171&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: 1540/2977] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:53 2026] DELETE /v2.0/security-groups/49d8c53d-89b9-4151-b0b6-a0a3c4ea2602 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2978] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:53 2026] GET /v2.0/security-groups?tenant_id=aa9631549f9240008d902d5ef531542d&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2979] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:53 2026] DELETE /v2.0/security-groups/4586e9cb-b999-499b-9b76-bda4e692074b => 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: 1439/2980] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:54 2026] GET /v2.0/security-groups?tenant_id=366ec1d9048f4bfd81cef5078d894f1a&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2981] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:54 2026] DELETE /v2.0/security-groups/814ced79-eb68-4cde-a09a-cbb61150fcc3 => 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: 1440/2982] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:54 2026] GET /v2.0/security-groups?tenant_id=d570a8f6d9aa431face307ea1715a113&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2983] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:54 2026] DELETE /v2.0/security-groups/4501e97e-9c2b-4d13-95c9-78e81b922750 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2986] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:54 2026] GET /v2.0/security-groups?tenant_id=70cd0aa9aa8d447d885a8e9c258fad2c&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2987] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:55 2026] DELETE /v2.0/security-groups/3a06cd96-8a6b-406c-84fe-f532ba1f0ae2 => 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: 1442/2988] 10.0.0.158 () {32 vars in 774 bytes} [Sat Apr 25 01:23:55 2026] GET /v2.0/security-groups?tenant_id=eabe90d519294d898c04b9d85739ff94&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: 1547/2989] 10.0.0.158 () {32 vars in 740 bytes} [Sat Apr 25 01:23:55 2026] DELETE /v2.0/security-groups/3eba06b2-59db-4640-a1bc-6e5313494fa8 => 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: 1443/2990] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:23:58 2026] GET /v2.0/networks => generated 2168 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2991] 10.0.0.158 () {32 vars in 655 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2992] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2993] 10.0.0.158 () {32 vars in 643 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2994] 10.0.0.158 () {32 vars in 647 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2995] 10.0.0.158 () {32 vars in 649 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2996] 10.0.0.158 () {32 vars in 663 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2997] 10.0.0.158 () {32 vars in 655 bytes} [Sat Apr 25 01:23:59 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)