+ 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 Aug 22 11:12:20 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-7b7546bb6d-f8bmf 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 0x7f794eca6668 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-08-22 11:12:24.842 8 INFO neutron.common.config [-] Logging enabled! 2026-08-22 11:12:24.842 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-22 11:12:25.016 7 INFO neutron.common.config [-] Logging enabled! 2026-08-22 11:12:25.016 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-22 11:12:25.886 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 11:12:26.095 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 11:12:27.471 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:12:27.474 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 11:12:27.479 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 11:12:27.480 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:12:27.480 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 11:12:27.480 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-22 11:12:27.481 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:12:27.488 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:12:27.488 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:12:27.488 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:12:27.510 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 11:12:27.511 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:12:27.511 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 11:12:27.538 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 11:12:27.539 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 11:12:27.539 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 11:12:27.539 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 11:12:27.694 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:12:27.697 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 11:12:27.701 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 11:12:27.702 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:12:27.702 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 11:12:27.702 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-22 11:12:27.702 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:12:27.710 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:12:27.710 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:12:27.710 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:12:27.732 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 11:12:27.733 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:12:27.733 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 11:12:27.760 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 11:12:27.760 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 11:12:27.760 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 11:12:27.760 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 11:12:27.824 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing driver for type 'vlan' 2026-08-22 11:12:28.042 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing driver for type 'vlan' 2026-08-22 11:12:28.265 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] VlanTypeDriver initialization complete 2026-08-22 11:12:28.266 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 11:12:28.266 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 11:12:28.279 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 11:12:28.279 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 11:12:28.279 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing extension driver 'port_security' 2026-08-22 11:12:28.280 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 11:12:28.280 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing extension driver 'qos' 2026-08-22 11:12:28.280 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 11:12:28.280 8 INFO neutron.plugins.ml2.managers [None req-c77f6cc1-1b4e-4778-ad5c-503b71a4a6c5 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 11:12:28.295 8 INFO neutron.quota [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded quota_driver: . 2026-08-22 11:12:28.295 8 INFO neutron.plugins.ml2.plugin [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 11:12:28.295 8 INFO neutron.plugins.ml2.managers [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 11:12:28.296 8 INFO neutron.plugins.ml2.managers [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 11:12:28.296 8 INFO neutron.plugins.ml2.managers [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 11:12:28.296 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: qos 2026-08-22 11:12:28.308 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: router 2026-08-22 11:12:28.354 8 INFO neutron.services.service_base [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 11:12:28.354 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: segments 2026-08-22 11:12:28.368 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] VlanTypeDriver initialization complete 2026-08-22 11:12:28.368 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 11:12:28.369 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 11:12:28.383 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 11:12:28.383 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 11:12:28.383 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing extension driver 'port_security' 2026-08-22 11:12:28.383 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 11:12:28.383 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing extension driver 'qos' 2026-08-22 11:12:28.384 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 11:12:28.384 7 INFO neutron.plugins.ml2.managers [None req-9eec26f5-5ef4-4afd-9f11-4a4f6b773b6a - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 11:12:28.398 7 INFO neutron.quota [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded quota_driver: . 2026-08-22 11:12:28.398 7 INFO neutron.plugins.ml2.plugin [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 11:12:28.399 7 INFO neutron.plugins.ml2.managers [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 11:12:28.399 7 INFO neutron.plugins.ml2.managers [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 11:12:28.399 7 INFO neutron.plugins.ml2.managers [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 11:12:28.399 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: qos 2026-08-22 11:12:28.412 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: router 2026-08-22 11:12:28.450 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: trunk 2026-08-22 11:12:28.456 7 INFO neutron.services.service_base [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 11:12:28.456 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: segments 2026-08-22 11:12:28.464 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: vpnaas 2026-08-22 11:12:28.504 8 WARNING stevedore.named [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:12:28.550 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: trunk 2026-08-22 11:12:28.564 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: vpnaas 2026-08-22 11:12:28.572 8 INFO neutron_vpnaas.services.vpn.plugin [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 11:12:28.572 8 INFO neutron.common.utils [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-22 11:12:28.573 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: taas 2026-08-22 11:12:28.598 8 WARNING stevedore.named [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:12:28.598 8 WARNING stevedore.named [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:12:28.603 7 WARNING stevedore.named [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:12:28.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:12:28.625 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: tapmirror 2026-08-22 11:12:28.640 8 WARNING stevedore.named [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:12:28.640 8 WARNING stevedore.named [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:12:28.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:12:28.658 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: auto_allocate 2026-08-22 11:12:28.666 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: tag 2026-08-22 11:12:28.674 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 11:12:28.675 7 INFO neutron.common.utils [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-22 11:12:28.675 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: taas 2026-08-22 11:12:28.675 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: timestamp 2026-08-22 11:12:28.679 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 11:12:28.688 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: flavors 2026-08-22 11:12:28.692 8 INFO neutron.manager [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loading Plugin: revisions 2026-08-22 11:12:28.696 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Initializing extension manager. 2026-08-22 11:12:28.698 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: address-group 2026-08-22 11:12:28.699 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: address-scope 2026-08-22 11:12:28.700 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 11:12:28.701 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: agent 2026-08-22 11:12:28.701 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 11:12:28.703 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 11:12:28.703 7 WARNING stevedore.named [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:12:28.703 7 WARNING stevedore.named [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:12:28.704 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 11:12:28.704 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: availability_zone 2026-08-22 11:12:28.705 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 11:12:28.705 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 11:12:28.706 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: default-subnetpools 2026-08-22 11:12:28.707 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 11:12:28.708 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: dns-integration 2026-08-22 11:12:28.708 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 11:12:28.709 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 11:12:28.710 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: dvr 2026-08-22 11:12:28.710 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 11:12:28.711 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 11:12:28.711 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:12:28.712 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 11:12:28.712 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: external-net 2026-08-22 11:12:28.713 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 11:12:28.713 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: extraroute 2026-08-22 11:12:28.714 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 11:12:28.714 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-22 11:12:28.715 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 11:12:28.715 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 11:12:28.716 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 11:12:28.716 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: fip-port-details 2026-08-22 11:12:28.717 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: flavors 2026-08-22 11:12:28.718 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 11:12:28.719 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: floatingip-pools 2026-08-22 11:12:28.720 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: ip_allocation 2026-08-22 11:12:28.720 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 11:12:28.721 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: l2_adjacency 2026-08-22 11:12:28.722 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: router 2026-08-22 11:12:28.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:12:28.724 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: tapmirror 2026-08-22 11:12:28.724 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:12:28.725 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 11:12:28.726 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 11:12:28.726 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 11:12:28.727 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: l3-ha 2026-08-22 11:12:28.727 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:12:28.728 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 11:12:28.728 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: l3-flavors 2026-08-22 11:12:28.729 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:12:28.730 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 11:12:28.732 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 11:12:28.733 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 11:12:28.735 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 11:12:28.736 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 11:12:28.737 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 11:12:28.737 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: multi-provider 2026-08-22 11:12:28.738 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: net-mtu 2026-08-22 11:12:28.738 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 11:12:28.739 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: network_availability_zone 2026-08-22 11:12:28.738 7 WARNING stevedore.named [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:12:28.739 7 WARNING stevedore.named [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:12:28.739 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: network_ha 2026-08-22 11:12:28.740 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: network-ip-availability 2026-08-22 11:12:28.741 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 11:12:28.742 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: pagination 2026-08-22 11:12:28.742 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-device-profile 2026-08-22 11:12:28.743 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 11:12:28.744 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 11:12:28.744 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 11:12:28.745 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-mac-override 2026-08-22 11:12:28.745 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 11:12:28.746 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 11:12:28.746 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 11:12:28.747 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-resource-request 2026-08-22 11:12:28.747 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 11:12:28.748 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 11:12:28.748 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: binding 2026-08-22 11:12:28.749 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: binding-extended 2026-08-22 11:12:28.750 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-security 2026-08-22 11:12:28.750 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: project-id 2026-08-22 11:12:28.751 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: provider 2026-08-22 11:12:28.751 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 11:12:28.753 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos 2026-08-22 11:12:28.754 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 11:12:28.755 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 11:12:28.755 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-default 2026-08-22 11:12:28.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:12:28.756 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: auto_allocate 2026-08-22 11:12:28.756 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-fip 2026-08-22 11:12:28.756 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 11:12:28.757 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 11:12:28.757 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 11:12:28.758 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 11:12:28.758 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 11:12:28.759 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-pps 2026-08-22 11:12:28.760 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 11:12:28.760 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 11:12:28.761 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 11:12:28.761 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: quota-check-limit 2026-08-22 11:12:28.762 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 11:12:28.763 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: tag 2026-08-22 11:12:28.764 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: quotas 2026-08-22 11:12:28.765 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: quota_details 2026-08-22 11:12:28.767 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: rbac-policies 2026-08-22 11:12:28.767 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: rbac-address-group 2026-08-22 11:12:28.768 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 11:12:28.768 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 11:12:28.769 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 11:12:28.769 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: revision-if-match 2026-08-22 11:12:28.770 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 11:12:28.771 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: router_availability_zone 2026-08-22 11:12:28.771 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 11:12:28.773 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 11:12:28.773 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 11:12:28.773 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: timestamp 2026-08-22 11:12:28.774 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 11:12:28.775 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 11:12:28.775 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 11:12:28.776 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 11:12:28.776 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 11:12:28.780 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: flavors 2026-08-22 11:12:28.783 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: security-group 2026-08-22 11:12:28.783 7 INFO neutron.manager [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loading Plugin: revisions 2026-08-22 11:12:28.784 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: segment 2026-08-22 11:12:28.785 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 11:12:28.785 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: service-type 2026-08-22 11:12:28.786 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: sorting 2026-08-22 11:12:28.786 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 11:12:28.787 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Initializing extension manager. 2026-08-22 11:12:28.787 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: standard-attr-description 2026-08-22 11:12:28.787 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: stateful-security-group 2026-08-22 11:12:28.788 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: address-group 2026-08-22 11:12:28.788 8 WARNING neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 11:12:28.788 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 11:12:28.789 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: address-scope 2026-08-22 11:12:28.789 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: subnet-external-network 2026-08-22 11:12:28.789 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 11:12:28.790 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: subnet_onboard 2026-08-22 11:12:28.790 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 11:12:28.790 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: agent 2026-08-22 11:12:28.791 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: subnet-service-types 2026-08-22 11:12:28.791 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 11:12:28.791 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: subnet_allocation 2026-08-22 11:12:28.792 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 11:12:28.792 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 11:12:28.792 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 11:12:28.792 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: tag-creation 2026-08-22 11:12:28.793 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 11:12:28.793 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: availability_zone 2026-08-22 11:12:28.794 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 11:12:28.794 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 11:12:28.795 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: default-subnetpools 2026-08-22 11:12:28.796 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 11:12:28.797 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: dns-integration 2026-08-22 11:12:28.797 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 11:12:28.798 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 11:12:28.798 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 11:12:28.798 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 11:12:28.799 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: dvr 2026-08-22 11:12:28.799 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: trunk 2026-08-22 11:12:28.799 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 11:12:28.800 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 11:12:28.800 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: trunk-details 2026-08-22 11:12:28.800 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:12:28.800 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 11:12:28.801 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 11:12:28.801 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 11:12:28.801 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: external-net 2026-08-22 11:12:28.801 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 11:12:28.802 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 11:12:28.802 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: extraroute 2026-08-22 11:12:28.803 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 11:12:28.803 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 11:12:28.803 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-22 11:12:28.804 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 11:12:28.804 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 11:12:28.805 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 11:12:28.805 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 11:12:28.805 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: fip-port-details 2026-08-22 11:12:28.806 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 11:12:28.806 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: flavors 2026-08-22 11:12:28.806 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: vpn-flavors 2026-08-22 11:12:28.808 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 11:12:28.808 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: vpnaas 2026-08-22 11:12:28.809 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: floatingip-pools 2026-08-22 11:12:28.809 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: ip_allocation 2026-08-22 11:12:28.809 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: taas 2026-08-22 11:12:28.810 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 11:12:28.810 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: l2_adjacency 2026-08-22 11:12:28.810 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: tap-mirror 2026-08-22 11:12:28.811 8 INFO neutron.api.extensions [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 11:12:28.811 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: router 2026-08-22 11:12:28.813 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:12:28.814 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 11:12:28.814 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 11:12:28.814 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-22 11:12:28.815 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 11:12:28.815 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-22 11:12:28.815 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.815 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-22 11:12:28.815 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: l3-ha 2026-08-22 11:12:28.816 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:12:28.816 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 11:12:28.817 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: l3-flavors 2026-08-22 11:12:28.818 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:12:28.818 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 11:12:28.819 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:12:28.819 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:12:28.820 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 11:12:28.821 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 11:12:28.822 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 11:12:28.824 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 11:12:28.824 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 11:12:28.825 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: multi-provider 2026-08-22 11:12:28.825 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:12:28.825 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: net-mtu 2026-08-22 11:12:28.826 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 11:12:28.826 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:12:28.826 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:12:28.826 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: network_availability_zone 2026-08-22 11:12:28.827 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: network_ha 2026-08-22 11:12:28.827 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.827 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.827 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: network-ip-availability 2026-08-22 11:12:28.828 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.828 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.828 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:12:28.828 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 11:12:28.829 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.829 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: pagination 2026-08-22 11:12:28.829 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.829 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-device-profile 2026-08-22 11:12:28.829 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:12:28.830 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:12:28.830 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 11:12:28.830 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:12:28.831 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 11:12:28.831 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.831 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ipsecpolicy is already registered 2026-08-22 11:12:28.831 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 11:12:28.831 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.831 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ikepolicy is already registered 2026-08-22 11:12:28.832 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-mac-override 2026-08-22 11:12:28.832 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 11:12:28.833 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 11:12:28.833 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 11:12:28.834 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-resource-request 2026-08-22 11:12:28.834 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 11:12:28.835 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 11:12:28.835 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: binding 2026-08-22 11:12:28.836 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: binding-extended 2026-08-22 11:12:28.836 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:12:28.836 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] router is already registered 2026-08-22 11:12:28.836 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-security 2026-08-22 11:12:28.837 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: project-id 2026-08-22 11:12:28.837 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:12:28.837 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] floatingip is already registered 2026-08-22 11:12:28.837 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: provider 2026-08-22 11:12:28.838 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 11:12:28.840 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos 2026-08-22 11:12:28.841 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:12:28.841 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 11:12:28.841 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] rbac_policy is already registered 2026-08-22 11:12:28.841 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 11:12:28.841 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:12:28.842 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] security_group is already registered 2026-08-22 11:12:28.842 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-default 2026-08-22 11:12:28.842 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:12:28.842 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-fip 2026-08-22 11:12:28.842 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] security_group_rule is already registered 2026-08-22 11:12:28.843 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 11:12:28.843 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 11:12:28.843 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.843 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.844 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 11:12:28.844 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.844 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.844 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 11:12:28.844 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:12:28.844 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] trunk is already registered 2026-08-22 11:12:28.845 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 11:12:28.845 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.845 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ikepolicy is already registered 2026-08-22 11:12:28.845 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.845 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-pps 2026-08-22 11:12:28.845 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ipsecpolicy is already registered 2026-08-22 11:12:28.846 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 11:12:28.846 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:12:28.846 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] endpoint_group is already registered 2026-08-22 11:12:28.846 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 11:12:28.846 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:12:28.846 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] vpnservice is already registered 2026-08-22 11:12:28.847 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:12:28.847 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 11:12:28.847 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ipsec_site_connection is already registered 2026-08-22 11:12:28.847 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: quota-check-limit 2026-08-22 11:12:28.847 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.847 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ipsecpolicy is already registered 2026-08-22 11:12:28.848 8 INFO neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.848 8 WARNING neutron.quota.resource_registry [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] ikepolicy is already registered 2026-08-22 11:12:28.848 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 11:12:28.850 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: quotas 2026-08-22 11:12:28.851 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: quota_details 2026-08-22 11:12:28.852 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: rbac-policies 2026-08-22 11:12:28.853 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: rbac-address-group 2026-08-22 11:12:28.853 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 11:12:28.854 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 11:12:28.854 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 11:12:28.855 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: revision-if-match 2026-08-22 11:12:28.855 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 11:12:28.856 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: router_availability_zone 2026-08-22 11:12:28.857 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 11:12:28.858 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 11:12:28.859 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 11:12:28.859 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 11:12:28.860 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 11:12:28.860 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 11:12:28.861 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 11:12:28.865 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: security-group 2026-08-22 11:12:28.866 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: segment 2026-08-22 11:12:28.867 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 11:12:28.867 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: service-type 2026-08-22 11:12:28.868 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: sorting 2026-08-22 11:12:28.868 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 11:12:28.869 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: standard-attr-description 2026-08-22 11:12:28.869 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: stateful-security-group 2026-08-22 11:12:28.870 7 WARNING neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 11:12:28.870 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 11:12:28.871 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: subnet-external-network 2026-08-22 11:12:28.872 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: subnet_onboard 2026-08-22 11:12:28.872 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 11:12:28.873 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: subnet-service-types 2026-08-22 11:12:28.874 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: subnet_allocation 2026-08-22 11:12:28.876 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 11:12:28.876 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: tag-creation 2026-08-22 11:12:28.876 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 11:12:28.880 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 11:12:28.881 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 11:12:28.882 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: trunk 2026-08-22 11:12:28.882 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: trunk-details 2026-08-22 11:12:28.883 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 11:12:28.883 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 11:12:28.884 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 11:12:28.884 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 11:12:28.886 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 11:12:28.886 8 WARNING keystonemiddleware._common.config [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-22 11:12:28.887 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 11:12:28.888 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: vpn-flavors 2026-08-22 11:12:28.889 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: vpnaas 2026-08-22 11:12:28.890 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: taas 2026-08-22 11:12:28.892 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: tap-mirror 2026-08-22 11:12:28.892 7 INFO neutron.api.extensions [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 11:12:28.893 8 WARNING oslo_config.cfg [None req-78585cea-6416-4a6c-a9f1-5af4959f290d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-22 11:12:28.895 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-22 11:12:28.896 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-22 11:12:28.896 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.896 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:port WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f794eca6668 pid: 8 (default app) 2026-08-22 11:12:28.900 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:12:28.901 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:12:28.907 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:12:28.908 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:12:28.908 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:12:28.909 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.910 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.910 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.911 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.911 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:12:28.912 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.912 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.913 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:12:28.913 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:12:28.914 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:12:28.914 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.915 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:12:28.915 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.915 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ikepolicy is already registered 2026-08-22 11:12:28.921 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:12:28.921 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] router is already registered 2026-08-22 11:12:28.922 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:12:28.922 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] floatingip is already registered 2026-08-22 11:12:28.927 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:12:28.927 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] rbac_policy is already registered 2026-08-22 11:12:28.928 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:12:28.928 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] security_group is already registered 2026-08-22 11:12:28.928 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:12:28.928 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] security_group_rule is already registered 2026-08-22 11:12:28.929 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.929 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.930 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:12:28.930 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] subnetpool is already registered 2026-08-22 11:12:28.930 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:12:28.930 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] trunk is already registered 2026-08-22 11:12:28.931 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.931 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ikepolicy is already registered 2026-08-22 11:12:28.931 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.931 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:12:28.932 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:12:28.932 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] endpoint_group is already registered 2026-08-22 11:12:28.932 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:12:28.932 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] vpnservice is already registered 2026-08-22 11:12:28.933 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:12:28.933 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ipsec_site_connection is already registered 2026-08-22 11:12:28.933 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:12:28.933 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:12:28.934 7 INFO neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:12:28.934 7 WARNING neutron.quota.resource_registry [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] ikepolicy is already registered 2026-08-22 11:12:28.971 7 WARNING keystonemiddleware._common.config [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-22 11:12:28.978 7 WARNING oslo_config.cfg [None req-5339f9f5-a155-4c4f-8cdb-1af21b6b30f7 - - - - - -] 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 0x7f794eca6668 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-08-22 11:12:34.126 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e9521f2-5721-42e6-ace8-fda8b210a45a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:12:33 2026] GET /v2.0/networks/public => generated 108 bytes in 783 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:12:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:12:34.948 8 WARNING neutron.services.revisions.revision_plugin [None req-83a77662-42d0-43ab-9843-81a579440734 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:12:34.972 8 INFO neutron.db.segments_db [None req-83a77662-42d0-43ab-9843-81a579440734 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 4c936fe0-14b0-4f19-ae0c-5cc8f5fbd67c of type flat for network 53a06af6-2761-41a0-90cf-fc0e556798cd 2026-08-22 11:12:35.037 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83a77662-42d0-43ab-9843-81a579440734 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.238 () {48 vars in 967 bytes} [Sat Aug 22 11:12:34 2026] POST /v2.0/networks => generated 124 bytes in 490 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:12:40.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fb6bcd9-0b49-4650-9c84-ce2d69756366 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:12:40 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:12:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:12:40.979 8 WARNING neutron.services.revisions.revision_plugin [None req-37cb49b8-1ae6-4731-bfb2-5fd2d64ae4f3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:12:40.997 8 INFO neutron.db.segments_db [None req-37cb49b8-1ae6-4731-bfb2-5fd2d64ae4f3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 01441b67-3426-43ab-aacd-249ec7f9590d of type flat for network d40047c7-d99d-45b7-8506-1af1f27ecb33 2026-08-22 11:12:41.027 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37cb49b8-1ae6-4731-bfb2-5fd2d64ae4f3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.238 () {48 vars in 967 bytes} [Sat Aug 22 11:12:40 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-08-22 11:12:47.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-771634f1-d22d-4528-be93-fe8676062dd1 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:12:46 2026] GET /v2.0/networks/public => generated 108 bytes in 394 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:12:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:12:47.507 7 WARNING neutron.services.revisions.revision_plugin [None req-0dc9e793-69e6-4b00-a7f7-a71aabd7ff76 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:12:47.529 7 INFO neutron.db.segments_db [None req-0dc9e793-69e6-4b00-a7f7-a71aabd7ff76 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment ef63812e-7c7b-4acd-88c2-c2ef44243f32 of type flat for network 966182e6-26ce-48dd-9659-00ba890495fb 2026-08-22 11:12:47.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dc9e793-69e6-4b00-a7f7-a71aabd7ff76 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.238 () {48 vars in 967 bytes} [Sat Aug 22 11:12:47 2026] POST /v2.0/networks => generated 124 bytes in 296 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:12:53.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-628ff691-9ecb-4d10-becd-a81bbd9198be 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:12:53 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:12:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:12:53.571 7 WARNING neutron.services.revisions.revision_plugin [None req-44c8eef7-24a6-4bc9-9cdb-5da0e03bb33a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:12:53.586 7 INFO neutron.db.segments_db [None req-44c8eef7-24a6-4bc9-9cdb-5da0e03bb33a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 79d6a98c-ba26-446d-8410-18b34d299919 of type flat for network 7d4ac8e2-542c-4411-ac2d-6c9ecebd4497 2026-08-22 11:12:53.609 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44c8eef7-24a6-4bc9-9cdb-5da0e03bb33a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.238 () {48 vars in 967 bytes} [Sat Aug 22 11:12:53 2026] POST /v2.0/networks => generated 124 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:12:59.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e82632f-49c9-4e10-9768-15b5e4ae6dec 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:12:59 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:12:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:12:59.764 8 WARNING neutron.services.revisions.revision_plugin [None req-5c9c8c02-c1db-49e3-b414-cdeec08dc1ab 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:12:59.783 8 INFO neutron.db.segments_db [None req-5c9c8c02-c1db-49e3-b414-cdeec08dc1ab 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment f001733e-6b60-453d-94e5-88152c93e0ad of type flat for network 43986144-9e50-4ab0-8fbe-2a445e1ea966 [pid: 8|app: 0|req: 11/19] 199.204.45.238 () {48 vars in 967 bytes} [Sat Aug 22 11:12:59 2026] POST /v2.0/networks => generated 706 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:13:01.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-642ae408-fc5b-4164-a3d2-c9ce22ddfc63 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:13:01 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:13:01 2026] GET /v2.0/networks?name=public => generated 709 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:13:01.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd053927-9fc0-4f81-b35f-9e60cdd6907f 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.238 () {44 vars in 1034 bytes} [Sat Aug 22 11:13:01 2026] GET /v2.0/subnets/public-subnet?network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.238 () {44 vars in 1057 bytes} [Sat Aug 22 11:13:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.238 () {48 vars in 965 bytes} [Sat Aug 22 11:13:01 2026] POST /v2.0/subnets => generated 664 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:17:54.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c6b5e57-4a37-47f2-bd16-506ef2239ddf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/64] 199.204.45.238 () {44 vars in 937 bytes} [Sat Aug 22 11:17:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.204.45.238 () {44 vars in 959 bytes} [Sat Aug 22 11:17:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:17:54.858 8 INFO neutron.db.segments_db [None req-08212278-cf10-48f7-9ef4-ef957300d6e4 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment d9e0e959-88bb-44be-b702-46f6e3ecd5b6 of type vxlan for network 98655ae5-af52-40c6-b006-4bd4d02b227d [pid: 8|app: 0|req: 35/66] 199.204.45.238 () {48 vars in 966 bytes} [Sat Aug 22 11:17:54 2026] POST /v2.0/networks => generated 688 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:17:55.884 7 INFO neutron.pecan_wsgi.hooks.translation [None req-784b9b2a-dfcf-46db-9ece-bf5bf135516e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.204.45.238 () {44 vars in 937 bytes} [Sat Aug 22 11:17:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.204.45.238 () {44 vars in 959 bytes} [Sat Aug 22 11:17:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:17:55.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4fed702-8b57-434f-9d46-36158d507278 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.238 () {44 vars in 1036 bytes} [Sat Aug 22 11:17:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.238 () {44 vars in 1059 bytes} [Sat Aug 22 11:17:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.238 () {48 vars in 965 bytes} [Sat Aug 22 11:17:55 2026] POST /v2.0/subnets => generated 651 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:17:57.286 8 INFO neutron.api.v2.resource [None req-8e2cf793-bf0d-49e3-aa58-fd86f642b773 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.204.45.238 () {44 vars in 971 bytes} [Sat Aug 22 11:17:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.238 () {44 vars in 993 bytes} [Sat Aug 22 11:17:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.238 () {48 vars in 980 bytes} [Sat Aug 22 11:17:57 2026] POST /v2.0/security-groups => generated 1616 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:17:58 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 1616 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:17:58 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:17:58 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:17:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:17:59 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 2230 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:17:59 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:17:59 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:17:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:00 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:00 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:00 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:18:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:01 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 3462 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:01 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => 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: 43/89] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:01 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:18:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:02 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4078 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:02 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:02 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:18:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.238 () {44 vars in 987 bytes} [Sat Aug 22 11:18:04 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d => generated 732 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:18:04.224 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc955c50-3d8a-4f66-bbe9-18ffdaf9ecde 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/96] 199.204.45.238 () {44 vars in 1076 bytes} [Sat Aug 22 11:18:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.238 () {44 vars in 1099 bytes} [Sat Aug 22 11:18:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => 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: 51/98] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:04 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.238 () {48 vars in 961 bytes} [Sat Aug 22 11:18:04 2026] POST /v2.0/ports => generated 1100 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:18:11.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15b54352-2fd9-4257-a998-88db24b99172 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/102] 199.204.45.238 () {44 vars in 979 bytes} [Sat Aug 22 11:18:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.204.45.238 () {48 vars in 1031 bytes} [Sat Aug 22 11:18:12 2026] PUT /v2.0/ports/856e5956-d6a4-4489-a985-2d62211857d9 => generated 1249 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.238 () {44 vars in 920 bytes} [Sat Aug 22 11:18:14 2026] GET /v2.0/ports => generated 3730 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:18:15.450 7 INFO neutron.api.v2.resource [None req-1e7f09f1-157e-4505-8cf3-a65afc10d0b0 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/106] 199.204.45.238 () {44 vars in 959 bytes} [Sat Aug 22 11:18:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.238 () {44 vars in 981 bytes} [Sat Aug 22 11:18:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.238 () {48 vars in 980 bytes} [Sat Aug 22 11:18:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:16 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => 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: 54/110] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:16 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:16 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:18:16 2026] POST /v2.0/security-group-rules => generated 623 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:17 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:17 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:18:17 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:18:17 2026] POST /v2.0/security-group-rules => generated 627 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/127] 199.204.45.238 () {44 vars in 975 bytes} [Sat Aug 22 11:19:22 2026] GET /v2.0/quotas/6542d6c0cddc4792a9a40f545f6485e0 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/128] 199.204.45.238 () {48 vars in 1027 bytes} [Sat Aug 22 11:19:22 2026] PUT /v2.0/quotas/6542d6c0cddc4792a9a40f545f6485e0 => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:21:42.892 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4de67711-681d-4d70-976d-0543a737fdb5 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/147] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:21:42 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 75/148] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:21:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:21:44.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48b54a37-86bc-48c4-9157-c44026bf5d1b 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/149] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:21:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/150] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:21:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:28:05.987 7 INFO neutron.api.v2.resource [None req-1993e901-1fe1-4bb2-8da9-5f7ff24d6a61 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/201] 199.204.45.238 () {44 vars in 1074 bytes} [Sat Aug 22 11:28:05 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 139 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/202] 199.204.45.238 () {44 vars in 1097 bytes} [Sat Aug 22 11:28:05 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 23 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 199.204.45.238 () {48 vars in 981 bytes} [Sat Aug 22 11:28:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:07 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:28:07 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => 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: 105/208] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:07 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:28:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:08 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 2234 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:28:08 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:08 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:28:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:09 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:28:09 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:09 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:28:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:10 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:28:10 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:28:11 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.238 () {48 vars in 991 bytes} [Sat Aug 22 11:28:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/240] 199.204.45.238 () {30 vars in 740 bytes} [Sat Aug 22 11:30:26 2026] GET /v2.0/networks?tenant_id=d1af73c5da94439a8a09ed178113b1a7&shared=False => generated 15 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:30:27.124 8 INFO neutron.db.segments_db [None req-68b9db5b-bfc9-4abf-926d-f374b56a6a4d ae33abb8e7264f05bfd778d42d6c4771 d1af73c5da94439a8a09ed178113b1a7 - - 1fbfced9550f4a9d84b705f99c75a364 1fbfced9550f4a9d84b705f99c75a364] Added segment 00429fdd-311c-41b7-8d60-50023dab19e9 of type vxlan for network d4d9c072-99bd-49f4-a9d4-809e51d541c0 [pid: 8|app: 0|req: 121/241] 199.204.45.238 () {34 vars in 682 bytes} [Sat Aug 22 11:30:27 2026] POST /v2.0/networks => generated 699 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/242] 199.204.45.238 () {30 vars in 722 bytes} [Sat Aug 22 11:30:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/243] 199.204.45.238 () {30 vars in 633 bytes} [Sat Aug 22 11:30:27 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 199.204.45.238 () {34 vars in 677 bytes} [Sat Aug 22 11:30:27 2026] POST /v2.0/ports => generated 999 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:30:27 2026] GET /v2.0/networks/d4d9c072-99bd-49f4-a9d4-809e51d541c0 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.204.45.238 () {30 vars in 722 bytes} [Sat Aug 22 11:30:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:30:29 2026] GET /v2.0/networks/d4d9c072-99bd-49f4-a9d4-809e51d541c0 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.238 () {44 vars in 975 bytes} [Sat Aug 22 11:30:43 2026] GET /v2.0/quotas/d1af73c5da94439a8a09ed178113b1a7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 199.204.45.238 () {48 vars in 1027 bytes} [Sat Aug 22 11:30:44 2026] PUT /v2.0/quotas/d1af73c5da94439a8a09ed178113b1a7 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:42:45.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47efb1b8-bb31-4691-8497-b3ef2eae8053 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/348] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:42:45 2026] GET /v2.0/networks/public => generated 108 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/349] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:42:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:42:47.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01ec5ac9-a942-4b20-bc82-b8fbfd7bdddf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/350] 199.204.45.238 () {44 vars in 927 bytes} [Sat Aug 22 11:42:47 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/351] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:42:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:42:47.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2d56282-231b-4e32-89d1-3dffb274bbe1 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/352] 199.204.45.238 () {44 vars in 1034 bytes} [Sat Aug 22 11:42:47 2026] GET /v2.0/subnets/public-subnet?network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/353] 199.204.45.238 () {44 vars in 1057 bytes} [Sat Aug 22 11:42:47 2026] GET /v2.0/subnets?name=public-subnet&network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:43:14.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e82ae191-304f-4488-acdf-0f7bb8cc4c78 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.238 () {44 vars in 937 bytes} [Sat Aug 22 11:43:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.204.45.238 () {44 vars in 959 bytes} [Sat Aug 22 11:43:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:43:15.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbedf79f-500f-462a-bb81-54701b97c4f7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/360] 199.204.45.238 () {44 vars in 937 bytes} [Sat Aug 22 11:43:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.204.45.238 () {44 vars in 959 bytes} [Sat Aug 22 11:43:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:43:15.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66f2b865-fd61-4dda-a550-b46ab43420f2 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/362] 199.204.45.238 () {44 vars in 1036 bytes} [Sat Aug 22 11:43:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.238 () {44 vars in 1059 bytes} [Sat Aug 22 11:43:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:43:16.431 7 INFO neutron.api.v2.resource [None req-4eb92393-d039-42d4-8558-1edc53f18fe0 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/364] 199.204.45.238 () {44 vars in 971 bytes} [Sat Aug 22 11:43:16 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.204.45.238 () {44 vars in 993 bytes} [Sat Aug 22 11:43:16 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:17 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:17 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:17 2026] GET /v2.0/security-group-rules/7f61bca6-d240-4032-8093-3aa25c2b0ef1 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:18 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:18 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:18 2026] GET /v2.0/security-group-rules/075828a9-84f9-444c-98a8-18ef1fe992e4 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:19 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:19 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:19 2026] GET /v2.0/security-group-rules/86441d9f-1a3e-43de-8d3a-b9439608e9ce => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:20 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:20 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:20 2026] GET /v2.0/security-group-rules/0eb96de8-9983-4442-9937-05ec45c58a5b => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:21 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:21 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:21 2026] GET /v2.0/security-group-rules/b606c3c2-4e51-47fb-bf95-64c4815c4a74 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.238 () {44 vars in 987 bytes} [Sat Aug 22 11:43:22 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:43:22.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f566b2b4-7017-4547-8bdc-484434c732fd 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/384] 199.204.45.238 () {44 vars in 1076 bytes} [Sat Aug 22 11:43:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.238 () {44 vars in 1099 bytes} [Sat Aug 22 11:43:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 1254 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:22 2026] GET /v2.0/security-groups/4098c498-7f84-406e-a41f-b73525ea6d1f => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:43:30.217 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1883d4c6-1c7e-4e67-bede-d18aa3bc0ea3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/387] 199.204.45.238 () {44 vars in 979 bytes} [Sat Aug 22 11:43:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.204.45.238 () {44 vars in 920 bytes} [Sat Aug 22 11:43:31 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:43:32.926 7 INFO neutron.api.v2.resource [None req-6dde4f7a-9a33-407c-a0ad-82e032bf8a69 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/390] 199.204.45.238 () {44 vars in 959 bytes} [Sat Aug 22 11:43:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.204.45.238 () {44 vars in 981 bytes} [Sat Aug 22 11:43:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:33 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/393] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:33 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2886 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:33 2026] GET /v2.0/security-group-rules/bbcb3854-ee7a-4d43-bcc5-b9f9695d13a4 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:34 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2886 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/396] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:43:34 2026] GET /v2.0/security-groups/cf9d6504-3503-4302-a59c-f3eb4c2d1e93 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/397] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:43:35 2026] GET /v2.0/security-group-rules/99d92741-5607-47bc-abbf-9f0e98835c13 => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/400] 199.204.45.238 () {44 vars in 975 bytes} [Sat Aug 22 11:43:46 2026] GET /v2.0/quotas/6542d6c0cddc4792a9a40f545f6485e0 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:44:40.631 7 INFO neutron.api.v2.resource [None req-7899849a-d210-4ceb-9970-fa390def4b33 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/409] 199.204.45.238 () {44 vars in 1074 bytes} [Sat Aug 22 11:44:40 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.238 () {44 vars in 1097 bytes} [Sat Aug 22 11:44:40 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 4072 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/411] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:44:41 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:44:41 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 4075 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:44:41 2026] GET /v2.0/security-group-rules/b8fb8b1d-4b82-4183-b7d6-15449b6347c1 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:44:42 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:44:42 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:44:42 2026] GET /v2.0/security-group-rules/5358bd62-3bba-492d-87e9-2db5afb302fd => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:44:43 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:44:43 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:44:43 2026] GET /v2.0/security-group-rules/61ad3505-1ce9-4a6f-8f21-68f3129d825f => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 199.204.45.238 () {44 vars in 1088 bytes} [Sat Aug 22 11:44:44 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e?project_id=d1af73c5da94439a8a09ed178113b1a7 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 199.204.45.238 () {44 vars in 1001 bytes} [Sat Aug 22 11:44:44 2026] GET /v2.0/security-groups/12b91a46-947e-4639-9f4a-15b4ae0f6d1e => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 199.204.45.238 () {44 vars in 1011 bytes} [Sat Aug 22 11:44:44 2026] GET /v2.0/security-group-rules/64d8aac4-affa-4160-89ef-1ef683d58447 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 199.204.45.238 () {44 vars in 975 bytes} [Sat Aug 22 11:44:52 2026] GET /v2.0/quotas/d1af73c5da94439a8a09ed178113b1a7 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 199.204.45.238 () {44 vars in 949 bytes} [Sat Aug 22 11:45:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:46:20 2026] GET /v2.0/networks => generated 2168 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/440] 10.0.0.143 () {32 vars in 655 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/441] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/ports => generated 4725 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/networks => generated 2168 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.143 () {32 vars in 655 bytes} [Sat Aug 22 11:46:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:46:32.896 7 INFO neutron.db.segments_db [None req-ae6406af-9ad7-4f57-bc8d-93091854c66c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 273e194e-8136-404f-995c-f80b50121d7b of type vxlan for network af170b68-c687-4e31-90af-63700384d62c 2026-08-22 11:46:32.944 8 INFO neutron.db.segments_db [None req-35eb2baa-2124-4515-856c-805deb5f6ffc 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 6f9949b9-1668-4e25-80a4-d5639d011974 of type vxlan for network 8e588b98-ebb9-4005-b88f-041d1f00b033 [pid: 7|app: 0|req: 224/447] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:46:32 2026] POST /v2.0/networks => generated 729 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/448] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:46:32 2026] POST /v2.0/networks => generated 718 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:33.135 7 INFO neutron.db.segments_db [None req-5982b301-5552-4e73-b7cd-322a2fa1cd36 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment aaec4df2-3962-4453-91cf-7d25e0195406 of type vxlan for network bb528349-b95a-4c22-b747-98aa32d61131 [pid: 7|app: 0|req: 225/449] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:46:32 2026] POST /v2.0/networks => generated 725 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:33 2026] POST /v2.0/subnets => generated 695 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:33 2026] POST /v2.0/subnets => generated 684 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:33 2026] POST /v2.0/subnets => generated 691 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:33.391 7 INFO neutron.db.segments_db [None req-a9663833-c8e4-4004-9bbd-f6a7e2deb515 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 8ff9735c-ddab-40d1-9b38-fdf963322195 of type vxlan for network 288d9341-33bb-4885-b5d0-d1d0c7d0293e 2026-08-22 11:46:33.426 8 INFO neutron.db.segments_db [None req-6cb1bc14-d620-4a49-81fb-ae3e3a2ca7d9 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 24f3ed2e-8ee6-417f-a7be-d246b7c26879 of type vxlan for network a0f72c2f-0848-49e1-83b3-4745f017c7d0 2026-08-22 11:46:33.629 7 INFO neutron.db.l3_hamode_db [None req-a9663833-c8e4-4004-9bbd-f6a7e2deb515 0722181d945949feb528eb878136ae3a 780d3f2816ce42bf89eb4fabfe2fa098 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:46:33.631 8 INFO neutron.db.l3_hamode_db [None req-6cb1bc14-d620-4a49-81fb-ae3e3a2ca7d9 0722181d945949feb528eb878136ae3a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:46:34.371 7 INFO neutron.db.l3_hamode_db [None req-a9663833-c8e4-4004-9bbd-f6a7e2deb515 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:46:34.456 8 INFO neutron.db.l3_hamode_db [None req-6cb1bc14-d620-4a49-81fb-ae3e3a2ca7d9 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/453] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:33 2026] POST /v2.0/routers => generated 735 bytes in 2021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:35.406 7 INFO neutron.db.segments_db [None req-1cd47dd0-bbc2-4cde-ab2b-685a44d6873c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 4586c1e7-8255-4f42-b25d-36df2021f9de of type vxlan for network b7189d31-01bd-4663-b62b-6032a421353a [pid: 8|app: 0|req: 227/454] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:33 2026] POST /v2.0/routers => generated 724 bytes in 2199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:35.598 7 INFO neutron.db.l3_hamode_db [None req-1cd47dd0-bbc2-4cde-ab2b-685a44d6873c 0722181d945949feb528eb878136ae3a c710afb401544cd6b1747ee86e570904 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/455] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:35 2026] GET /v2.0/security-groups?tenant_id=84bba16a1a72407187a0eb00ab4db4c4&name=default => generated 2922 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:46:36.238 7 INFO neutron.db.l3_hamode_db [None req-1cd47dd0-bbc2-4cde-ab2b-685a44d6873c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/456] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:35 2026] POST /v2.0/routers => generated 731 bytes in 1566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:46:35 2026] PUT /v2.0/routers/cf80d987-535c-4146-837b-8e7137d539e9/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:36 2026] DELETE /v2.0/security-groups/29248561-b5a0-4257-821e-902d5484bd3e => 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: 229/461] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:46:36 2026] PUT /v2.0/routers/3135cce2-3ca3-489f-9fb7-a93c7eee1edf/add_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:46:37 2026] PUT /v2.0/routers/c6887808-6a9b-4ecf-99d5-25c56fea4b76/add_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: 230/463] 10.0.0.230 () {38 vars in 971 bytes} [Sat Aug 22 11:46:37 2026] POST /v2.0/security-groups => generated 1685 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/464] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/466] 10.0.0.230 () {38 vars in 971 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/security-groups => generated 1681 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/467] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:38 2026] GET /v2.0/security-groups/0daa5923-3c53-4057-9faa-2f4d21d36022 => generated 1685 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.230 () {38 vars in 971 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/security-groups => generated 1681 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.230 () {38 vars in 981 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/security-group-rules => generated 614 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:39.102 7 INFO neutron.db.segments_db [None req-a6a8ea36-e9fa-4c1b-8b79-3be8fbdc423d 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 5012f2ce-2b56-438f-86ca-46fdc773de8e of type vxlan for network 287b278e-8503-41e0-b3d0-d1e77eadecb1 [pid: 7|app: 0|req: 234/471] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/networks => generated 732 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.230 () {38 vars in 971 bytes} [Sat Aug 22 11:46:39 2026] POST /v2.0/security-groups => generated 1679 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/473] 10.0.0.230 () {38 vars in 971 bytes} [Sat Aug 22 11:46:39 2026] POST /v2.0/security-groups => generated 1686 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:46:38 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/475] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups?tenant_id=c710afb401544cd6b1747ee86e570904 => generated 7902 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups/5016a9e3-e4ee-4c6d-906a-09898479c1df => generated 1686 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups/3072dc51-f569-4820-9ca1-334f8c462ef5 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/478] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:39 2026] POST /v2.0/subnets => generated 698 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/479] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups/3072dc51-f569-4820-9ca1-334f8c462ef5 => generated 2918 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.230 () {38 vars in 981 bytes} [Sat Aug 22 11:46:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/481] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups/a0e645ff-ce0a-4081-8fb7-0f2f62686fb2 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:46:39.769 7 INFO neutron.db.segments_db [None req-e66e437c-1ec2-4810-826d-f54351ca2e86 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 6addc0c0-d31f-472c-9a32-94a290c4ae9f of type vxlan for network 98e90ac0-fd63-41b6-bfd0-1203a841c13e [pid: 8|app: 0|req: 244/482] 10.0.0.230 () {36 vars in 1013 bytes} [Sat Aug 22 11:46:39 2026] DELETE /v2.0/security-groups/a0e645ff-ce0a-4081-8fb7-0f2f62686fb2 => 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: 245/483] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups/5016a9e3-e4ee-4c6d-906a-09898479c1df => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:46:39.907 8 INFO neutron.api.v2.resource [req-052532f6-458b-471c-9caa-ddb334a6e5a3 req-e41bf9db-7ffa-45b6-a259-6c3416eee421 b14e0fbd64444337b694d38bf0897bc6 c710afb401544cd6b1747ee86e570904 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/484] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:39 2026] GET /v2.0/security-groups/a0e645ff-ce0a-4081-8fb7-0f2f62686fb2 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/485] 10.0.0.230 () {38 vars in 981 bytes} [Sat Aug 22 11:46:39 2026] POST /v2.0/security-group-rules => generated 619 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/486] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/19756735-dc09-4ae1-b307-3d95efe2d730 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:46:40.040 7 INFO neutron.db.l3_hamode_db [None req-e66e437c-1ec2-4810-826d-f54351ca2e86 0722181d945949feb528eb878136ae3a 932cdc3617f44cf7ab636275f6ffc0cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 249/487] 10.0.0.230 () {36 vars in 1013 bytes} [Sat Aug 22 11:46:40 2026] DELETE /v2.0/security-groups/19756735-dc09-4ae1-b307-3d95efe2d730 => 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: 250/488] 10.0.0.230 () {34 vars in 1096 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--54065475&fields=id&tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/489] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/5016a9e3-e4ee-4c6d-906a-09898479c1df => generated 2941 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/490] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/networks?id=8e588b98-ebb9-4005-b88f-041d1f00b033 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:46:40.229 8 INFO neutron.api.v2.resource [req-42fd0c90-9bd3-4186-8ac0-54ee4616e738 req-0ed6751e-2e7d-4c23-9bfd-77458bca72f3 b14e0fbd64444337b694d38bf0897bc6 c710afb401544cd6b1747ee86e570904 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/491] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/19756735-dc09-4ae1-b307-3d95efe2d730 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/492] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/quotas/b9d1151c06db46d9b65d4ac4d98c7da3 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/493] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/ports?tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/494] 10.0.0.230 () {34 vars in 1001 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-group-rules/1f6401aa-b95c-48a3-93cb-4a023634816a => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/495] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/5016a9e3-e4ee-4c6d-906a-09898479c1df => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/496] 10.0.0.230 () {36 vars in 1023 bytes} [Sat Aug 22 11:46:40 2026] DELETE /v2.0/security-group-rules/1f6401aa-b95c-48a3-93cb-4a023634816a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/497] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/e73ff238-f429-47ff-af84-6e0eabd1ac0e => generated 1679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/498] 10.0.0.230 () {36 vars in 1013 bytes} [Sat Aug 22 11:46:40 2026] DELETE /v2.0/security-groups/e73ff238-f429-47ff-af84-6e0eabd1ac0e => 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: 261/499] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/5016a9e3-e4ee-4c6d-906a-09898479c1df => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/500] 10.0.0.230 () {36 vars in 1013 bytes} [Sat Aug 22 11:46:40 2026] DELETE /v2.0/security-groups/5016a9e3-e4ee-4c6d-906a-09898479c1df => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/501] 10.0.0.230 () {34 vars in 907 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-22 11:46:40.784 8 INFO neutron.api.v2.resource [req-7d25f52a-c318-4726-9c62-eb06a28329b5 req-ed1719c2-f92b-47a4-9fad-1097e2a35dc8 b14e0fbd64444337b694d38bf0897bc6 c710afb401544cd6b1747ee86e570904 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/502] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/e73ff238-f429-47ff-af84-6e0eabd1ac0e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:46:40.789 7 INFO neutron.db.l3_hamode_db [None req-e66e437c-1ec2-4810-826d-f54351ca2e86 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 265/503] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/504] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/security-groups/0daa5923-3c53-4057-9faa-2f4d21d36022 => generated 2310 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/505] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:46:40 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/506] 10.0.0.230 () {36 vars in 1013 bytes} [Sat Aug 22 11:46:40 2026] DELETE /v2.0/security-groups/0daa5923-3c53-4057-9faa-2f4d21d36022 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/507] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:39 2026] POST /v2.0/routers => generated 738 bytes in 1920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:41.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-faa4484e-d6fa-4bd0-b2a4-faf6d6941a7e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: b078b84e-ecc6-4cb8-86b4-dfa48e2add22 2026-08-22 11:46:41.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faa4484e-d6fa-4bd0-b2a4-faf6d6941a7e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: b078b84e-ecc6-4cb8-86b4-dfa48e2add22 [pid: 7|app: 0|req: 240/508] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:46:41 2026] GET /v2.0/security-groups?tenant_id=c710afb401544cd6b1747ee86e570904 => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/509] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:41 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 12 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/510] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:46:40 2026] PUT /v2.0/routers/cf80d987-535c-4146-837b-8e7137d539e9/remove_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/511] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:42 2026] GET /v2.0/security-groups/3072dc51-f569-4820-9ca1-334f8c462ef5 => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:46:42.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-614df99e-bbca-4b95-b73a-d6a0447dddf7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 69a0ec8e-9968-486a-8c4e-a839efc72f74 2026-08-22 11:46:42.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-614df99e-bbca-4b95-b73a-d6a0447dddf7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 69a0ec8e-9968-486a-8c4e-a839efc72f74 2026-08-22 11:46:42.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-614df99e-bbca-4b95-b73a-d6a0447dddf7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 5d2480c0-e1fd-4eb4-a9b7-2f71c293d467 2026-08-22 11:46:42.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-614df99e-bbca-4b95-b73a-d6a0447dddf7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 5d2480c0-e1fd-4eb4-a9b7-2f71c293d467 2026-08-22 11:46:42.691 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-614df99e-bbca-4b95-b73a-d6a0447dddf7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - 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: 242/512] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:46:41 2026] PUT /v2.0/routers/68617652-8fc9-46a9-8d0c-4d5a94b8ba50/add_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/513] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:42 2026] GET /v2.0/security-groups/3072dc51-f569-4820-9ca1-334f8c462ef5 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:46:43.036 7 INFO neutron.api.v2.resource [req-a10dc02e-1407-41b7-b5b2-1375b51911b6 req-f1f3868e-619b-440a-b49c-388e58367f54 b14e0fbd64444337b694d38bf0897bc6 c710afb401544cd6b1747ee86e570904 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/514] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:43 2026] GET /v2.0/security-groups/e73ff238-f429-47ff-af84-6e0eabd1ac0e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:46:43.076 7 INFO neutron.api.v2.resource [req-dad1a0ef-7d71-40c1-8f27-83682fd3cc38 req-c290dc0c-e9df-455d-ab66-d9c311034990 b14e0fbd64444337b694d38bf0897bc6 c710afb401544cd6b1747ee86e570904 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/515] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:43 2026] GET /v2.0/security-groups/19756735-dc09-4ae1-b307-3d95efe2d730 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:46:43.085 8 INFO neutron.db.l3_hamode_db [None req-614df99e-bbca-4b95-b73a-d6a0447dddf7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 288d9341-33bb-4885-b5d0-d1d0c7d0293e was deleted as no HA routers are present in tenant 780d3f2816ce42bf89eb4fabfe2fa098. [pid: 8|app: 0|req: 271/516] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:46:42 2026] DELETE /v2.0/routers/cf80d987-535c-4146-837b-8e7137d539e9 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:46:43.115 8 INFO neutron.api.v2.resource [req-ad4aa3aa-45f8-4b1c-a233-92ecadbed629 req-cea8c9c6-0041-4c02-baf7-eee7776f4b52 b14e0fbd64444337b694d38bf0897bc6 c710afb401544cd6b1747ee86e570904 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/517] 10.0.0.230 () {34 vars in 991 bytes} [Sat Aug 22 11:46:43 2026] GET /v2.0/security-groups/a0e645ff-ce0a-4081-8fb7-0f2f62686fb2 => 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: 273/518] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:43 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 246/519] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:46:43 2026] DELETE /v2.0/subnets/136f31fa-7603-4fe9-b3ef-7b51df6a96f6 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:46:43.389 8 INFO neutron.services.segments.plugin [-] Segment 8ff9735c-ddab-40d1-9b38-fdf963322195 resource provider aggregate not found 2026-08-22 11:46:43.404 8 INFO neutron.services.segments.plugin [-] Segment 8ff9735c-ddab-40d1-9b38-fdf963322195 resource provider aggregate not found 2026-08-22 11:46:43.410 8 INFO neutron.services.segments.plugin [-] Segment 8ff9735c-ddab-40d1-9b38-fdf963322195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff9735c-ddab-40d1-9b38-fdf963322195 found for delete ", "request_id": "req-eedc0ff5-19ee-43ea-8508-0809dab0e565"}]} 2026-08-22 11:46:43.425 8 INFO neutron.services.segments.plugin [-] Segment 8ff9735c-ddab-40d1-9b38-fdf963322195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff9735c-ddab-40d1-9b38-fdf963322195 found for delete ", "request_id": "req-026320f2-7a41-4c60-a130-578811a728cb"}]} 2026-08-22 11:46:43.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-86ec615a-7e87-4d57-91e4-96efd587d349 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 63eba3f3-3c4f-43aa-b740-ffa7d2817f51 2026-08-22 11:46:43.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce1f8fd4-4c68-4060-a8f9-0e5190b278dc 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 7e1453a6-edd4-4830-bdee-528e06e799bc 2026-08-22 11:46:43.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86ec615a-7e87-4d57-91e4-96efd587d349 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 63eba3f3-3c4f-43aa-b740-ffa7d2817f51 2026-08-22 11:46:43.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce1f8fd4-4c68-4060-a8f9-0e5190b278dc 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 7e1453a6-edd4-4830-bdee-528e06e799bc [pid: 7|app: 0|req: 247/520] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:46:43 2026] DELETE /v2.0/networks/af170b68-c687-4e31-90af-63700384d62c => generated 0 bytes in 438 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/521] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:46:43 2026] POST /v2.0/security-groups => generated 1658 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/522] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:43 2026] GET /v2.0/security-groups?tenant_id=780d3f2816ce42bf89eb4fabfe2fa098&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/523] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:46:43 2026] PUT /v2.0/routers/c6887808-6a9b-4ecf-99d5-25c56fea4b76/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/524] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:46:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/525] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:43 2026] DELETE /v2.0/security-groups/b08bf2f9-2ec1-4605-98bf-5f7d58004bd4 => 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: 276/526] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:46:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:44.186 7 INFO neutron.services.segments.plugin [-] Segment 273e194e-8136-404f-995c-f80b50121d7b resource provider aggregate not found 2026-08-22 11:46:44.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb0bf880-286e-4ea8-8dd5-510b81802ba7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: a119f1a1-d243-4f74-a896-9160ba159464 2026-08-22 11:46:44.206 7 INFO neutron.services.segments.plugin [-] Segment 273e194e-8136-404f-995c-f80b50121d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273e194e-8136-404f-995c-f80b50121d7b found for delete ", "request_id": "req-a7e6655b-9b8a-4770-af6a-d8143081d967"}]} 2026-08-22 11:46:44.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb0bf880-286e-4ea8-8dd5-510b81802ba7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: a119f1a1-d243-4f74-a896-9160ba159464 2026-08-22 11:46:44.322 7 INFO neutron.services.segments.plugin [-] Segment 273e194e-8136-404f-995c-f80b50121d7b resource provider aggregate not found 2026-08-22 11:46:44.340 7 INFO neutron.services.segments.plugin [-] Segment 273e194e-8136-404f-995c-f80b50121d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273e194e-8136-404f-995c-f80b50121d7b found for delete ", "request_id": "req-5dee1843-292c-4179-9261-ea530ff9c52d"}]} 2026-08-22 11:46:44.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb0bf880-286e-4ea8-8dd5-510b81802ba7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 1b3ffbc7-45ef-48ca-8249-7a7f38653cd9 2026-08-22 11:46:44.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb0bf880-286e-4ea8-8dd5-510b81802ba7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 1b3ffbc7-45ef-48ca-8249-7a7f38653cd9 2026-08-22 11:46:44.534 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-cb0bf880-286e-4ea8-8dd5-510b81802ba7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 277/527] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:46:44 2026] POST /v2.0/floatingips => generated 552 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/528] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:44 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:46:44.829 7 INFO neutron.db.l3_hamode_db [None req-cb0bf880-286e-4ea8-8dd5-510b81802ba7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network b7189d31-01bd-4663-b62b-6032a421353a was deleted as no HA routers are present in tenant c710afb401544cd6b1747ee86e570904. [pid: 7|app: 0|req: 251/529] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:46:43 2026] DELETE /v2.0/routers/c6887808-6a9b-4ecf-99d5-25c56fea4b76 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/530] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:46:44 2026] DELETE /v2.0/subnets/e2c5ffc7-1800-40f6-bf19-d806dec1deed => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/531] 10.0.0.230 () {34 vars in 1098 bytes} [Sat Aug 22 11:46:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--200849918&fields=id&tenant_id=932cdc3617f44cf7ab636275f6ffc0cc => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/532] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/533] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/quotas/932cdc3617f44cf7ab636275f6ffc0cc => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/534] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:46:44 2026] DELETE /v2.0/networks/bb528349-b95a-4c22-b747-98aa32d61131 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/535] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/536] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/security-groups?tenant_id=c710afb401544cd6b1747ee86e570904&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/537] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:45 2026] DELETE /v2.0/security-groups/3072dc51-f569-4820-9ca1-334f8c462ef5 => 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: 285/538] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 254/539] 10.0.0.230 () {34 vars in 907 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/extensions => generated 21537 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/540] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/541] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 287/542] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:46:45 2026] GET /v2.0/networks?id=8e588b98-ebb9-4005-b88f-041d1f00b033 => generated 669 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/543] 199.204.45.238 () {34 vars in 911 bytes} [Sat Aug 22 11:46:46 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/544] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:46 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 290/545] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:46:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:46:46.224 7 INFO neutron.db.segments_db [None req-6fe47316-a338-4263-b0cf-782f06b9e2f5 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 13b4782d-1497-4649-a8f2-ac69db5f2af8 of type vxlan for network 1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96 2026-08-22 11:46:46.229 7 INFO neutron.services.segments.plugin [-] Segment 4586c1e7-8255-4f42-b25d-36df2021f9de resource provider aggregate not found 2026-08-22 11:46:46.248 7 INFO neutron.services.segments.plugin [-] Segment 4586c1e7-8255-4f42-b25d-36df2021f9de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4586c1e7-8255-4f42-b25d-36df2021f9de found for delete ", "request_id": "req-e02e87ab-0c73-43a9-805f-20e69ec5df71"}]} 2026-08-22 11:46:46.268 7 INFO neutron.services.segments.plugin [-] Segment aaec4df2-3962-4453-91cf-7d25e0195406 resource provider aggregate not found 2026-08-22 11:46:46.294 7 INFO neutron.services.segments.plugin [-] Segment aaec4df2-3962-4453-91cf-7d25e0195406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaec4df2-3962-4453-91cf-7d25e0195406 found for delete ", "request_id": "req-4a289c5d-86dc-4bfb-a61e-102ebed14842"}]} [pid: 7|app: 0|req: 256/546] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:46:45 2026] POST /v2.0/networks => generated 726 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:46.362 7 INFO neutron.services.segments.plugin [-] Segment 4586c1e7-8255-4f42-b25d-36df2021f9de resource provider aggregate not found 2026-08-22 11:46:46.381 7 INFO neutron.services.segments.plugin [-] Segment 4586c1e7-8255-4f42-b25d-36df2021f9de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4586c1e7-8255-4f42-b25d-36df2021f9de found for delete ", "request_id": "req-62b50908-0fb0-4252-8bb0-acb2d631a48d"}]} 2026-08-22 11:46:46.403 7 INFO neutron.services.segments.plugin [-] Segment aaec4df2-3962-4453-91cf-7d25e0195406 resource provider aggregate not found 2026-08-22 11:46:46.418 7 INFO neutron.services.segments.plugin [-] Segment aaec4df2-3962-4453-91cf-7d25e0195406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaec4df2-3962-4453-91cf-7d25e0195406 found for delete ", "request_id": "req-5d5d5451-e1d1-44a3-96d7-0864da80037f"}]} [pid: 7|app: 0|req: 257/547] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:46 2026] POST /v2.0/subnets => generated 692 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/548] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:46:46 2026] POST /v2.0/ports => generated 958 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:46:46.586 7 INFO neutron.db.segments_db [None req-1a03c1a8-3b28-4e6d-981c-2fccc6111b1d 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 of type vxlan for network 234c64fe-0040-4c0d-b73a-5488155b1a3d /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-22 11:46:46.869 7 INFO neutron.db.l3_hamode_db [None req-1a03c1a8-3b28-4e6d-981c-2fccc6111b1d 0722181d945949feb528eb878136ae3a c1b1077f6951493dab6c8b4bd22065ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 292/549] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:46 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 961 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/550] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:46 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/551] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:46:46 2026] PUT /v2.0/ports/7c544bce-2eae-4fd4-9370-8ec7f73f5210 => generated 1239 bytes in 447 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: 295/552] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:47 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:46:47.682 7 INFO neutron.db.l3_hamode_db [None req-1a03c1a8-3b28-4e6d-981c-2fccc6111b1d 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:46:47.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a80e8271-8b58-4aed-95a4-84554b054645'] response: {'name': 'network-changed', 'server_uuid': 'a6619796-d2c3-416c-83b6-3fd7094614ed', 'tag': '7c544bce-2eae-4fd4-9370-8ec7f73f5210', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 296/553] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/554] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/555] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/ports?tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3&device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/556] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7c544bce-2eae-4fd4-9370-8ec7f73f5210 => 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: 300/557] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/558] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/subnets?id=e030dff3-0a43-4a31-97f2-a39c480a620c => 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: 258/559] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:46:46 2026] POST /v2.0/routers => generated 732 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/560] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/ports?network_id=8e588b98-ebb9-4005-b88f-041d1f00b033&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/561] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/562] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:46:48 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?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: 305/563] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/564] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/565] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/566] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:46:48 2026] PUT /v2.0/routers/00ecdc47-f615-451a-8cec-36727a9b1898/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/567] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/ports?tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3&device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/568] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/networks?id=8e588b98-ebb9-4005-b88f-041d1f00b033 => generated 765 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/569] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7c544bce-2eae-4fd4-9370-8ec7f73f5210 => 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: 261/570] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/subnets?id=e030dff3-0a43-4a31-97f2-a39c480a620c => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/571] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/ports?network_id=8e588b98-ebb9-4005-b88f-041d1f00b033&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/572] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:46:49 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?fields=segments => 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: 311/573] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?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: 263/574] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/575] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/576] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/577] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=932cdc3617f44cf7ab636275f6ffc0cc => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/578] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 315/579] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/networks?id=1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/580] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:46:50 2026] GET /v2.0/quotas/c1b1077f6951493dab6c8b4bd22065ec => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/581] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:46:50 2026] POST /v2.0/ports => generated 954 bytes in 419 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: 317/582] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/ports?tenant_id=c1b1077f6951493dab6c8b4bd22065ec&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/583] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/networks/1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96?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: 319/584] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/networks/1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/585] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 321/586] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/587] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:46:51 2026] PUT /v2.0/ports/b88c3d93-d89e-480d-a491-5a41908b9231 => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/588] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 37 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: 325/591] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/592] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/security-groups?tenant_id=387f2b814252457193092ab8b54ccc2f&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/593] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:51 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/594] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:51 2026] DELETE /v2.0/security-groups/b264e98f-a003-44dd-b083-7bc66a01f8e2 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:46:52.074 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cee28ab-43d5-4be2-af85-8c71b609aaf8'] response: {'name': 'network-changed', 'server_uuid': 'ebeeda68-55bd-4e05-b88d-3bd4ca5329fc', 'tag': 'b88c3d93-d89e-480d-a491-5a41908b9231', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 327/595] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/security-groups?tenant_id=49e739fa1b5c4e799109caca7ce35884&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/596] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:52 2026] DELETE /v2.0/security-groups/e2c2df79-8ef0-4cd8-94d6-6c340912d6d1 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/597] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 270/598] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 329/599] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/600] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/601] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/602] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/603] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/604] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/605] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:46:52 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 274/606] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/607] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/608] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 334/609] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/610] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/611] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/612] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/613] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:46:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => 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: 278/614] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => 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: 337/615] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/616] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 338/617] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 280/618] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/619] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/620] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 340/621] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:54 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 282/622] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:55 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/623] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:55 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 283/624] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:46:55 2026] GET /v2.0/networks?id=1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96 => generated 677 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/625] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:55 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/626] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:46:55 2026] POST /v2.0/ports => generated 958 bytes in 408 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: 343/627] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:55 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/628] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:55 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&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: 345/629] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 285/630] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:46:55 2026] PUT /v2.0/ports/33d48fee-73c0-4b06-8ba4-9118d27a3fd2 => generated 1239 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/631] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:46:56.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-986b3082-0fa9-4be8-93ff-5c0fe4c60162'] response: {'name': 'network-changed', 'server_uuid': 'e4f7f0de-f800-4ff6-bc02-1fae8bd3853d', 'tag': '33d48fee-73c0-4b06-8ba4-9118d27a3fd2', '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: 286/632] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/security-groups?tenant_id=d85c68e882394c2bbaaddfdb7123d1b1&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/633] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:56 2026] DELETE /v2.0/security-groups/95c29b6c-f22c-48a4-a383-34a7dec15900 => 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: 287/634] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/635] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/636] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/security-groups?tenant_id=5be5f05ff7a041119ac34f1e9b758cec&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/637] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/ports?tenant_id=c1b1077f6951493dab6c8b4bd22065ec&device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/638] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/networks?tenant_id=c1b1077f6951493dab6c8b4bd22065ec&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/639] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:46:56 2026] DELETE /v2.0/security-groups/b9e74af9-220d-4db7-a695-f76674d72b33 => 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: 290/640] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/641] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:57 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/642] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:46:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/643] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:57 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 352/644] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:57 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/645] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:57 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/646] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:57 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&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: 294/647] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/648] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&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: 295/649] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/ports?tenant_id=c1b1077f6951493dab6c8b4bd22065ec&device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/650] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=33d48fee-73c0-4b06-8ba4-9118d27a3fd2 => 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: 296/651] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/subnets?id=40f0d975-3f13-487a-9b2b-3c9aec732d9c => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/652] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/ports?network_id=1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96&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: 297/653] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/networks/1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/654] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/networks/1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96?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: 298/655] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/656] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/657] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/658] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/659] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:58 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:46:59.290 8 INFO neutron.db.l3_db [None req-032221e0-dbef-4381-889b-a72da247358d 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] Floating IP 1dabf2b2-4a63-4673-87fa-d24cf9546c5f associated. External IP: 10.96.250.212, port: 7c544bce-2eae-4fd4-9370-8ec7f73f5210. [pid: 7|app: 0|req: 302/660] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:59 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/661] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:59 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/662] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:46:58 2026] PUT /v2.0/floatingips/1dabf2b2-4a63-4673-87fa-d24cf9546c5f => generated 856 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:46:59.635 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-601bd5a0-8820-48f6-a102-2eb0d75a4067'] response: {'name': 'network-changed', 'server_uuid': 'a6619796-d2c3-416c-83b6-3fd7094614ed', 'tag': '7c544bce-2eae-4fd4-9370-8ec7f73f5210', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 304/663] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:46:59 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 360/664] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:46:59 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/665] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/666] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/667] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/668] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/ports?tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3&device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/669] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/670] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/networks?id=8e588b98-ebb9-4005-b88f-041d1f00b033 => generated 765 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/671] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7c544bce-2eae-4fd4-9370-8ec7f73f5210 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/672] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 364/673] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/subnets?id=e030dff3-0a43-4a31-97f2-a39c480a620c => generated 687 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/674] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/ports?network_id=8e588b98-ebb9-4005-b88f-041d1f00b033&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/675] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/676] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033?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: 368/677] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/678] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:00 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:01.059 7 INFO neutron.db.l3_db [None req-c1b84fa6-e1ee-44c1-81cf-2cc2c4357097 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] Floating IP f49048f0-a4c6-437f-b658-c46cc9e697f9 associated. External IP: 10.96.250.211, port: b88c3d93-d89e-480d-a491-5a41908b9231. [pid: 7|app: 0|req: 310/679] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:47:00 2026] PUT /v2.0/floatingips/f49048f0-a4c6-437f-b658-c46cc9e697f9 => generated 855 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/680] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/681] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/682] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/683] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/security-groups?tenant_id=c4a2df9206484d599290fe16fac64aa0&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/684] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:01.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3c21f11-fede-48c2-b1cb-80ede2f4329c'] response: {'name': 'network-changed', 'server_uuid': 'ebeeda68-55bd-4e05-b88d-3bd4ca5329fc', 'tag': 'b88c3d93-d89e-480d-a491-5a41908b9231', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 371/685] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:01 2026] DELETE /v2.0/security-groups/eb8501b2-2ca6-4278-9f8f-4048f4cf1133 => 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: 315/686] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/687] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/688] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:01 2026] GET /v2.0/security-groups?tenant_id=8dba87940d0b41dfbca24dc3570da00e&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/689] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:01 2026] DELETE /v2.0/security-groups/f446b3db-bf51-4caa-92c2-f7df3fa87f63 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/690] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/691] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/692] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 858 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/693] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => generated 701 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/694] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/695] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/696] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 8|app: 0|req: 377/697] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 321/698] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/security-groups?id=07323aa9-81a1-43ab-95a5-f9c8ef1e53bc&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/699] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/700] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:02.913 7 INFO neutron_taas.services.taas.taas_plugin [req-cdf23fe3-8608-410d-9997-e7881264e0a9 req-b0928da1-7bc7-4719-9bce-e2a45961092c 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] TaaS: Handle Delete Port: 7c544bce-2eae-4fd4-9370-8ec7f73f5210 2026-08-22 11:47:02.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cdf23fe3-8608-410d-9997-e7881264e0a9 req-b0928da1-7bc7-4719-9bce-e2a45961092c 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] Tap Mirror: Handle Delete Port: 7c544bce-2eae-4fd4-9370-8ec7f73f5210 [pid: 8|app: 0|req: 380/701] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:02 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:03.083 7 INFO neutron.db.l3_db [req-cdf23fe3-8608-410d-9997-e7881264e0a9 req-b0928da1-7bc7-4719-9bce-e2a45961092c 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] Floating IP 1dabf2b2-4a63-4673-87fa-d24cf9546c5f disassociated. External IP: 10.96.250.212, port: 7c544bce-2eae-4fd4-9370-8ec7f73f5210. [pid: 7|app: 0|req: 322/702] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:47:02 2026] DELETE /v2.0/ports/7c544bce-2eae-4fd4-9370-8ec7f73f5210 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:03.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab559f93-56c1-4771-b2e8-80783e1ad643'] response: {'server_uuid': 'a6619796-d2c3-416c-83b6-3fd7094614ed', 'name': 'network-vif-deleted', 'tag': '7c544bce-2eae-4fd4-9370-8ec7f73f5210', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 381/703] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:03 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 323/704] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:03 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 382/705] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:04 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&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: 324/706] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:04 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 383/707] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:05 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 325/708] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:05 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/709] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:05 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/710] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:05 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/711] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:05 2026] GET /v2.0/ports?device_id=a6619796-d2c3-416c-83b6-3fd7094614ed => 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: 327/712] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:06 2026] GET /v2.0/security-groups?tenant_id=cad03785890c443aaabe2d9230b5b28d&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/713] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:06 2026] DELETE /v2.0/security-groups/532e7f97-2d63-4224-bdd7-f9ff3a77dd26 => 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: 328/716] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:06 2026] GET /v2.0/security-groups?tenant_id=72834352302e43e3ad0699b7c22ebd58&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: 389/717] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:06 2026] DELETE /v2.0/security-groups/6e405241-f28c-4c7a-8e02-10ebff39eece => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/718] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:06 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/719] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:06 2026] GET /v2.0/security-groups?id=6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/720] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:07 2026] DELETE /v2.0/security-groups/07323aa9-81a1-43ab-95a5-f9c8ef1e53bc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:07.213 8 INFO neutron.api.v2.resource [None req-7c59daca-0e97-4afe-8c25-cf57826537b9 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/721] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:47:07 2026] GET /v2.0/security-groups/07323aa9-81a1-43ab-95a5-f9c8ef1e53bc => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:07.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-64faebd0-2f61-44bd-827a-32a9a85c7e61 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] TaaS: Handle Delete Port: e2eb58e9-3b72-42b2-8f1f-cc74007e665b 2026-08-22 11:47:07.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64faebd0-2f61-44bd-827a-32a9a85c7e61 03ee17bce7d74ae6b2d219fb66e8752a b9d1151c06db46d9b65d4ac4d98c7da3 - - default default] Tap Mirror: Handle Delete Port: e2eb58e9-3b72-42b2-8f1f-cc74007e665b [pid: 7|app: 0|req: 331/722] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:47:07 2026] DELETE /v2.0/floatingips/1dabf2b2-4a63-4673-87fa-d24cf9546c5f => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:07.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c2d8999-6e55-4fd5-b522-b70425a0e60c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 742e630b-dc71-438e-950c-77c4049e456b 2026-08-22 11:47:07.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c2d8999-6e55-4fd5-b522-b70425a0e60c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 742e630b-dc71-438e-950c-77c4049e456b [pid: 7|app: 0|req: 332/723] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:47:08 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:08.183 7 INFO neutron_taas.services.taas.taas_plugin [req-295333e8-8177-4a06-9a8c-a7e241d2eb4e req-d7fdd0e0-1841-4462-a622-9dae311a0e54 eecea37d26b345bf8b69a4e0afb7ed49 c1b1077f6951493dab6c8b4bd22065ec - - default default] TaaS: Handle Delete Port: 33d48fee-73c0-4b06-8ba4-9118d27a3fd2 2026-08-22 11:47:08.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-295333e8-8177-4a06-9a8c-a7e241d2eb4e req-d7fdd0e0-1841-4462-a622-9dae311a0e54 eecea37d26b345bf8b69a4e0afb7ed49 c1b1077f6951493dab6c8b4bd22065ec - - default default] Tap Mirror: Handle Delete Port: 33d48fee-73c0-4b06-8ba4-9118d27a3fd2 [pid: 8|app: 0|req: 392/724] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:07 2026] PUT /v2.0/routers/3135cce2-3ca3-489f-9fb7-a93c7eee1edf/remove_router_interface => generated 309 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/725] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:08 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 333/726] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:47:08 2026] DELETE /v2.0/ports/33d48fee-73c0-4b06-8ba4-9118d27a3fd2 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:08.417 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-caed9117-527c-4d48-ac17-17580b0bd838'] response: {'server_uuid': 'e4f7f0de-f800-4ff6-bc02-1fae8bd3853d', 'name': 'network-vif-deleted', 'tag': '33d48fee-73c0-4b06-8ba4-9118d27a3fd2', 'status': 'completed', 'code': 200} 2026-08-22 11:47:08.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ca77725-f706-47e7-90b8-75991e073326 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 3fc676b0-407c-4c9d-9765-4dd41616c9b1 2026-08-22 11:47:08.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ca77725-f706-47e7-90b8-75991e073326 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 3fc676b0-407c-4c9d-9765-4dd41616c9b1 2026-08-22 11:47:08.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ca77725-f706-47e7-90b8-75991e073326 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 16ee376e-70e6-4fb9-a49f-fb55897cc565 2026-08-22 11:47:08.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ca77725-f706-47e7-90b8-75991e073326 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 16ee376e-70e6-4fb9-a49f-fb55897cc565 2026-08-22 11:47:09.072 8 INFO neutron.services.segments.plugin [-] Segment 24f3ed2e-8ee6-417f-a7be-d246b7c26879 resource provider aggregate not found 2026-08-22 11:47:09.073 8 INFO neutron.services.segments.plugin [-] Segment 24f3ed2e-8ee6-417f-a7be-d246b7c26879 resource provider aggregate not found 2026-08-22 11:47:09.089 8 INFO neutron.services.segments.plugin [-] Segment 24f3ed2e-8ee6-417f-a7be-d246b7c26879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f3ed2e-8ee6-417f-a7be-d246b7c26879 found for delete ", "request_id": "req-fd98f2e6-728e-4b5f-8425-5d7a89c3e0f3"}]} 2026-08-22 11:47:09.090 8 INFO neutron.services.segments.plugin [-] Segment 24f3ed2e-8ee6-417f-a7be-d246b7c26879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f3ed2e-8ee6-417f-a7be-d246b7c26879 found for delete ", "request_id": "req-61fffdd0-6dc5-4343-959e-afbfbd24a612"}]} 2026-08-22 11:47:09.096 8 INFO neutron.db.l3_hamode_db [None req-9ca77725-f706-47e7-90b8-75991e073326 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network a0f72c2f-0848-49e1-83b3-4745f017c7d0 was deleted as no HA routers are present in tenant b9d1151c06db46d9b65d4ac4d98c7da3. [pid: 8|app: 0|req: 394/727] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:08 2026] DELETE /v2.0/routers/3135cce2-3ca3-489f-9fb7-a93c7eee1edf => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/728] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:09 2026] DELETE /v2.0/subnets/e030dff3-0a43-4a31-97f2-a39c480a620c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:09.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-00c43672-206e-455f-93bf-3bb58b09b51a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 668d5d65-b9e6-4fa4-8116-af80f0625452 2026-08-22 11:47:09.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c43672-206e-455f-93bf-3bb58b09b51a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 668d5d65-b9e6-4fa4-8116-af80f0625452 [pid: 7|app: 0|req: 335/729] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:09 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => 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: 395/730] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:09 2026] DELETE /v2.0/networks/8e588b98-ebb9-4005-b88f-041d1f00b033 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/731] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:09 2026] GET /v2.0/security-groups?tenant_id=b9d1151c06db46d9b65d4ac4d98c7da3&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: 396/732] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:09 2026] DELETE /v2.0/security-groups/09cc6370-dc6c-407f-90b0-f5ad68adb017 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/733] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:10 2026] GET /v2.0/ports?device_id=e4f7f0de-f800-4ff6-bc02-1fae8bd3853d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:11.110 8 INFO neutron.services.segments.plugin [-] Segment 6f9949b9-1668-4e25-80a4-d5639d011974 resource provider aggregate not found 2026-08-22 11:47:11.118 8 INFO neutron.services.segments.plugin [-] Segment 6f9949b9-1668-4e25-80a4-d5639d011974 resource provider aggregate not found 2026-08-22 11:47:11.128 8 INFO neutron.services.segments.plugin [-] Segment 6f9949b9-1668-4e25-80a4-d5639d011974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9949b9-1668-4e25-80a4-d5639d011974 found for delete ", "request_id": "req-dfadebd2-1cd0-4654-8d95-d96da094b2af"}]} 2026-08-22 11:47:11.133 8 INFO neutron.services.segments.plugin [-] Segment 6f9949b9-1668-4e25-80a4-d5639d011974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9949b9-1668-4e25-80a4-d5639d011974 found for delete ", "request_id": "req-dc7dd5ed-9c85-4fa4-8552-dac08132398c"}]} 2026-08-22 11:47:11.937 7 INFO neutron.db.segments_db [None req-c4a6fb45-1a0c-44b9-9479-fe93dac68881 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 1f4f140d-3f5b-4725-804b-60848badd13c of type vxlan for network cc1cfc3e-47ab-4d57-b3e8-510a89efcd82 2026-08-22 11:47:11.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2a0ef7f-a0dd-4ba0-9ceb-609f30552c21 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 7929732f-c9d0-4226-86b3-50782432682f 2026-08-22 11:47:11.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2a0ef7f-a0dd-4ba0-9ceb-609f30552c21 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 7929732f-c9d0-4226-86b3-50782432682f [pid: 7|app: 0|req: 338/734] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:47:11 2026] POST /v2.0/networks => generated 724 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/735] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:12 2026] POST /v2.0/subnets => generated 690 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:12.303 7 INFO neutron.db.segments_db [None req-5225fa66-be2a-4baf-ae05-000bc4528126 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac of type vxlan for network cbff3ae7-b1ae-4cf6-952b-2fbc8d0361be [pid: 8|app: 0|req: 397/736] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:11 2026] PUT /v2.0/routers/00ecdc47-f615-451a-8cec-36727a9b1898/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:12.519 7 INFO neutron.db.l3_hamode_db [None req-5225fa66-be2a-4baf-ae05-000bc4528126 0722181d945949feb528eb878136ae3a 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 398/737] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:47:12 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1240 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:47:13.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-8455fa27-92dd-4f36-a796-9f02a0529324 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 9512dde7-9832-4fd7-a175-f6a62466ea6c 2026-08-22 11:47:13.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8455fa27-92dd-4f36-a796-9f02a0529324 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 9512dde7-9832-4fd7-a175-f6a62466ea6c 2026-08-22 11:47:13.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-8455fa27-92dd-4f36-a796-9f02a0529324 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 9d578a84-8384-4351-9f56-e2ccb00560d0 2026-08-22 11:47:13.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8455fa27-92dd-4f36-a796-9f02a0529324 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 9d578a84-8384-4351-9f56-e2ccb00560d0 2026-08-22 11:47:13.282 7 INFO neutron.db.l3_hamode_db [None req-5225fa66-be2a-4baf-ae05-000bc4528126 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:13.580 8 INFO neutron.services.segments.plugin [-] Segment 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 resource provider aggregate not found 2026-08-22 11:47:13.586 8 INFO neutron.services.segments.plugin [-] Segment 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 resource provider aggregate not found 2026-08-22 11:47:13.604 8 INFO neutron.services.segments.plugin [-] Segment 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 found for delete ", "request_id": "req-33e262c3-028e-44db-bd22-8123e238afad"}]} 2026-08-22 11:47:13.608 8 INFO neutron.services.segments.plugin [-] Segment 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02daf4f0-e4dc-47ec-bdef-dffbda1de0e8 found for delete ", "request_id": "req-ff13c518-346f-4afa-831a-469f5792c18d"}]} 2026-08-22 11:47:13.621 8 INFO neutron.db.l3_hamode_db [None req-8455fa27-92dd-4f36-a796-9f02a0529324 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 234c64fe-0040-4c0d-b73a-5488155b1a3d was deleted as no HA routers are present in tenant c1b1077f6951493dab6c8b4bd22065ec. [pid: 8|app: 0|req: 399/738] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:12 2026] DELETE /v2.0/routers/00ecdc47-f615-451a-8cec-36727a9b1898 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/739] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:13 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/740] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:13 2026] GET /v2.0/security-groups?tenant_id=cf71ce89ad9344b8b2fbd64ade822a06&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/741] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:13 2026] DELETE /v2.0/subnets/40f0d975-3f13-487a-9b2b-3c9aec732d9c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/742] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:14 2026] DELETE /v2.0/security-groups/345ef90f-32c9-43e5-b962-521ccb9fcb5a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/743] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:12 2026] POST /v2.0/routers => generated 730 bytes in 1874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:14.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-9156c47c-8ac6-49d4-87d8-22679864b9f7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 7cde2044-e782-4ffa-a144-bda5eba3d056 2026-08-22 11:47:14.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9156c47c-8ac6-49d4-87d8-22679864b9f7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 7cde2044-e782-4ffa-a144-bda5eba3d056 [pid: 8|app: 0|req: 404/744] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:14 2026] DELETE /v2.0/networks/1a8ef62c-6d69-405d-bdc9-f4f1f3eb7b96 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/745] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:14 2026] GET /v2.0/security-groups?tenant_id=14644f6f2d99400c9e0a7c7e6dd9ab95&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/746] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:14 2026] DELETE /v2.0/security-groups/66c17ee6-8e2d-441b-acf9-f424e77c48e4 => 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: 407/747] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:14 2026] GET /v2.0/security-groups?tenant_id=c1b1077f6951493dab6c8b4bd22065ec&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/748] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:14 2026] DELETE /v2.0/security-groups/6f16e7c4-ac77-4ea9-babe-5d19c56cd9a7 => 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: 341/749] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:14 2026] PUT /v2.0/routers/06a0f0a7-8a0d-4e7f-bb60-9ccacf9f12c1/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:15.628 8 INFO neutron.services.segments.plugin [-] Segment 13b4782d-1497-4649-a8f2-ac69db5f2af8 resource provider aggregate not found 2026-08-22 11:47:15.632 8 INFO neutron.services.segments.plugin [-] Segment 13b4782d-1497-4649-a8f2-ac69db5f2af8 resource provider aggregate not found 2026-08-22 11:47:15.645 8 INFO neutron.services.segments.plugin [-] Segment 13b4782d-1497-4649-a8f2-ac69db5f2af8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b4782d-1497-4649-a8f2-ac69db5f2af8 found for delete ", "request_id": "req-0a20e95f-cf2e-4998-bdd7-e313ac8adfc1"}]} 2026-08-22 11:47:15.658 8 INFO neutron.services.segments.plugin [-] Segment 13b4782d-1497-4649-a8f2-ac69db5f2af8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b4782d-1497-4649-a8f2-ac69db5f2af8 found for delete ", "request_id": "req-84c695a1-0b1b-4d65-a6de-095b4b822da9"}]} [pid: 8|app: 0|req: 409/750] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:47:15 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: 342/751] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:47:16 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: 410/752] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:47:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:16.756 8 INFO neutron.db.segments_db [None req-7e5e3b25-bc5d-42f0-b683-0a363e17af14 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Added segment 36565112-8249-4e5a-89fa-8b30cde2d3cb of type vxlan for network 747e018c-f567-4985-924a-2c688181739c [pid: 8|app: 0|req: 411/753] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:16 2026] POST /v2.0/networks => generated 631 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/754] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:47:16 2026] POST /v2.0/floatingips => generated 552 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/755] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:16 2026] POST /v2.0/subnets => generated 627 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:17.158 7 INFO neutron.db.segments_db [None req-37fe7b88-bd53-40da-ac60-cfcf2037da27 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Added segment d6671571-de20-4e9a-8c4a-6ddf61033632 of type vxlan for network 9e7fd135-6889-4f1d-aa42-670fc3e39cf5 [pid: 8|app: 0|req: 413/756] 10.0.0.230 () {34 vars in 1098 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--753573339&fields=id&tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:17.439 7 INFO neutron.db.l3_hamode_db [None req-37fe7b88-bd53-40da-ac60-cfcf2037da27 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 414/757] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/networks?id=cc1cfc3e-47ab-4d57-b3e8-510a89efcd82 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/758] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/quotas/0f98fcc958ef4b6b946bdb4a0d30a4f0 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/759] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/ports?tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/760] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82?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: 418/761] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82?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: 419/762] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/security-groups?tenant_id=58a6bad7a4934d42a2df8feae535844f&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/763] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:17 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => 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: 421/764] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:17 2026] DELETE /v2.0/security-groups/67b5b25c-b6f2-4a26-8c37-defafb583437 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:18.530 7 INFO neutron.db.l3_hamode_db [None req-37fe7b88-bd53-40da-ac60-cfcf2037da27 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 422/765] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:18 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/766] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:17 2026] POST /v2.0/routers => generated 695 bytes in 2238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/767] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:20 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/768] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:19 2026] PUT /v2.0/routers/71cad845-0ee1-49b5-a194-62f46d2222ec/add_router_interface => generated 309 bytes in 1363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/769] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:20 2026] POST /v2.0/ports => generated 954 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 347/770] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:21 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => 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: 424/771] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:21 2026] POST /v2.0/ports => generated 955 bytes in 333 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: 427/774] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:22 2026] GET /v2.0/networks?id=cc1cfc3e-47ab-4d57-b3e8-510a89efcd82 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:22.137 7 INFO neutron.db.l3_db [None req-159c43f0-69cf-4284-945c-15193421cd53 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Floating IP 92890a2f-50d5-438b-bfcb-81c2e047fe22 associated. External IP: 10.96.250.217, port: 54f93e17-f193-47c2-a2f4-680587d2c61c. [pid: 8|app: 0|req: 428/775] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:47:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/776] 10.0.0.143 () {34 vars in 677 bytes} [Sat Aug 22 11:47:21 2026] POST /v2.0/floatingips => generated 842 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/777] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:47:22 2026] POST /v2.0/ports => generated 958 bytes in 323 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: 349/778] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:22 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 961 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:22.614 8 INFO neutron.db.l3_db [None req-095bd127-18d3-47b0-9d8e-27e46d0b5e3a 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Floating IP 92890a2f-50d5-438b-bfcb-81c2e047fe22 disassociated. External IP: 10.96.250.217, port: 54f93e17-f193-47c2-a2f4-680587d2c61c. [pid: 7|app: 0|req: 350/779] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:47:22 2026] PUT /v2.0/ports/9fc444e1-4438-4f02-98d9-d0b6146a2c02 => generated 1239 bytes in 366 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-08-22 11:47:22.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa08744d-2423-44e1-8778-27043082035a'] response: {'name': 'network-changed', 'server_uuid': '5822db8c-5880-483c-8110-3051cba3478a', 'tag': '9fc444e1-4438-4f02-98d9-d0b6146a2c02', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/780] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:22 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/781] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:47:22 2026] PUT /v2.0/floatingips/92890a2f-50d5-438b-bfcb-81c2e047fe22 => generated 552 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:23.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-3546d864-d463-4880-be74-04308f02da3d 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: 98af1b02-cde6-4069-815b-32f784c5ee4f 2026-08-22 11:47:23.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3546d864-d463-4880-be74-04308f02da3d 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: 98af1b02-cde6-4069-815b-32f784c5ee4f [pid: 7|app: 0|req: 352/782] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:47:22 2026] DELETE /v2.0/floatingips/92890a2f-50d5-438b-bfcb-81c2e047fe22 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/783] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:23 2026] GET /v2.0/ports?tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0&device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/784] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:47:23 2026] GET /v2.0/networks?tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0&shared=False => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/785] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:47:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:23.867 8 INFO neutron.db.l3_db [None req-a7569118-a78c-4610-bce3-5133bb577c02 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Floating IP 63121028-3beb-4bc2-b653-69c8f344f545 associated. External IP: 10.96.250.219, port: 775132eb-3575-4a21-a43d-317bc1304e77. [pid: 7|app: 0|req: 356/786] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:23 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => 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: 357/787] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&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: 431/788] 10.0.0.143 () {34 vars in 677 bytes} [Sat Aug 22 11:47:23 2026] POST /v2.0/floatingips => generated 841 bytes in 1274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/789] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/floatingips/63121028-3beb-4bc2-b653-69c8f344f545 => generated 841 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/790] 10.0.0.143 () {32 vars in 655 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/floatingips => generated 844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/791] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/security-groups?tenant_id=891c5ee845f247c0ab44a80a462a332b&name=default => generated 2925 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/792] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/ports?tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0&device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:47:24.917 8 INFO neutron.db.l3_db [None req-72a93b00-2b75-4493-b98d-4c3c7a4b7e4b 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Floating IP 63121028-3beb-4bc2-b653-69c8f344f545 associated. External IP: 10.96.250.219, port: 775132eb-3575-4a21-a43d-317bc1304e77. [pid: 7|app: 0|req: 360/793] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:24 2026] DELETE /v2.0/security-groups/2998a9cd-ed07-483d-95e5-2ebf5875fff3 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/794] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9fc444e1-4438-4f02-98d9-d0b6146a2c02 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/795] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:24 2026] GET /v2.0/subnets?id=f63b737a-365a-4dcc-bc7c-c5e046605913 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/796] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:25 2026] GET /v2.0/ports?network_id=cc1cfc3e-47ab-4d57-b3e8-510a89efcd82&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/797] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:25 2026] GET /v2.0/security-groups?tenant_id=9cfa79e73a71436f886c663b4b7a7710&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/798] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:25 2026] GET /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82?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: 366/799] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:25 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/800] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:25 2026] DELETE /v2.0/security-groups/780ac122-6066-44ad-b5a9-5b5b43b176d3 => 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: 368/801] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:25 2026] GET /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/802] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:25 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&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: 434/803] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:47:24 2026] PUT /v2.0/floatingips/63121028-3beb-4bc2-b653-69c8f344f545 => generated 842 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:25.572 7 INFO neutron.db.l3_db [None req-4ba31c11-3c44-4e86-8d6a-07ae11dbaf03 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Floating IP 63121028-3beb-4bc2-b653-69c8f344f545 disassociated. External IP: 10.96.250.219, port: 54f93e17-f193-47c2-a2f4-680587d2c61c. [pid: 7|app: 0|req: 370/804] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:47:25 2026] PUT /v2.0/floatingips/63121028-3beb-4bc2-b653-69c8f344f545 => generated 552 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:26.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7c701e1-da0c-4905-8249-493715e82e56 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: d7ff98fa-df97-4216-b6fb-ca63c1bb4c8a 2026-08-22 11:47:26.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7c701e1-da0c-4905-8249-493715e82e56 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: d7ff98fa-df97-4216-b6fb-ca63c1bb4c8a [pid: 8|app: 0|req: 435/805] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:47:25 2026] DELETE /v2.0/floatingips/63121028-3beb-4bc2-b653-69c8f344f545 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:26.182 7 INFO neutron.api.v2.resource [None req-d493d590-f5c2-4645-bfdd-09abc0645936 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 371/806] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:47:26 2026] DELETE /v2.0/floatingips/63121028-3beb-4bc2-b653-69c8f344f545 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:26.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c8843c3-6f11-41b0-b902-7d2ce6c422b6 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: 54f93e17-f193-47c2-a2f4-680587d2c61c 2026-08-22 11:47:26.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c8843c3-6f11-41b0-b902-7d2ce6c422b6 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: 54f93e17-f193-47c2-a2f4-680587d2c61c [pid: 8|app: 0|req: 436/807] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:26 2026] DELETE /v2.0/ports/54f93e17-f193-47c2-a2f4-680587d2c61c => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/808] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:26 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/809] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:26 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:26.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0eea5cc-4206-40e1-9472-71c7944a4725 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: 775132eb-3575-4a21-a43d-317bc1304e77 2026-08-22 11:47:26.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0eea5cc-4206-40e1-9472-71c7944a4725 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: 775132eb-3575-4a21-a43d-317bc1304e77 [pid: 8|app: 0|req: 437/810] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:26 2026] DELETE /v2.0/ports/775132eb-3575-4a21-a43d-317bc1304e77 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/811] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:26 2026] GET /v2.0/ports?device_id=71cad845-0ee1-49b5-a194-62f46d2222ec => generated 958 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:27.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b075909-40e2-433f-aeb8-91d8e23c69b6 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: d8d46ea2-23ef-46e3-acd5-610d8e3c8d1f 2026-08-22 11:47:27.117 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b075909-40e2-433f-aeb8-91d8e23c69b6 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: d8d46ea2-23ef-46e3-acd5-610d8e3c8d1f [pid: 8|app: 0|req: 438/812] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:26 2026] PUT /v2.0/routers/71cad845-0ee1-49b5-a194-62f46d2222ec/remove_router_interface => generated 309 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/813] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:27 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/814] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:27 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:27.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-13e3e1fe-3340-439f-a226-fba9eea4cbc8 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: cdc0b05c-77db-4246-a8a5-903a7eb59fd2 2026-08-22 11:47:27.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13e3e1fe-3340-439f-a226-fba9eea4cbc8 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: cdc0b05c-77db-4246-a8a5-903a7eb59fd2 2026-08-22 11:47:28.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-13e3e1fe-3340-439f-a226-fba9eea4cbc8 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] TaaS: Handle Delete Port: 4acb798b-f9e2-4506-9a28-c5eb3f19e72f 2026-08-22 11:47:28.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13e3e1fe-3340-439f-a226-fba9eea4cbc8 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] Tap Mirror: Handle Delete Port: 4acb798b-f9e2-4506-9a28-c5eb3f19e72f 2026-08-22 11:47:28.421 8 INFO neutron.services.segments.plugin [-] Segment d6671571-de20-4e9a-8c4a-6ddf61033632 resource provider aggregate not found 2026-08-22 11:47:28.429 8 INFO neutron.services.segments.plugin [-] Segment d6671571-de20-4e9a-8c4a-6ddf61033632 resource provider aggregate not found 2026-08-22 11:47:28.449 8 INFO neutron.services.segments.plugin [-] Segment d6671571-de20-4e9a-8c4a-6ddf61033632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6671571-de20-4e9a-8c4a-6ddf61033632 found for delete ", "request_id": "req-e950674e-6e20-44b8-bb68-d729b8344de5"}]} 2026-08-22 11:47:28.453 8 INFO neutron.services.segments.plugin [-] Segment d6671571-de20-4e9a-8c4a-6ddf61033632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6671571-de20-4e9a-8c4a-6ddf61033632 found for delete ", "request_id": "req-66ac2f26-41bd-42d9-84d7-39be788d2a33"}]} 2026-08-22 11:47:28.462 8 INFO neutron.db.l3_hamode_db [None req-13e3e1fe-3340-439f-a226-fba9eea4cbc8 5304e1cf1cd4425b993d792d08e1bf90 71e5487d34a3420383c88cc1ef016e44 - - default default] HA network 9e7fd135-6889-4f1d-aa42-670fc3e39cf5 was deleted as no HA routers are present in tenant 71e5487d34a3420383c88cc1ef016e44. [pid: 8|app: 0|req: 439/815] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:27 2026] DELETE /v2.0/routers/71cad845-0ee1-49b5-a194-62f46d2222ec => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/816] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:28 2026] DELETE /v2.0/subnets/593cbaf1-3858-414a-b756-4cdcf6094068 => 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: 440/817] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:28 2026] DELETE /v2.0/networks/747e018c-f567-4985-924a-2c688181739c => 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: 378/818] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:28 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => 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: 441/819] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:28 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&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: 379/820] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:29 2026] GET /v2.0/security-groups?tenant_id=71e5487d34a3420383c88cc1ef016e44&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/821] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:29 2026] DELETE /v2.0/security-groups/c0261c0e-867c-4c58-816f-d2b0427a041a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/822] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:29 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/823] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:29 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/824] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:30 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/825] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:47:30 2026] GET /v2.0/ports/b88c3d93-d89e-480d-a491-5a41908b9231 => generated 968 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:30.482 8 INFO neutron.services.segments.plugin [-] Segment 36565112-8249-4e5a-89fa-8b30cde2d3cb resource provider aggregate not found 2026-08-22 11:47:30.496 8 INFO neutron.services.segments.plugin [-] Segment 36565112-8249-4e5a-89fa-8b30cde2d3cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36565112-8249-4e5a-89fa-8b30cde2d3cb found for delete ", "request_id": "req-b8f77a8e-154b-4f84-ba32-5266df4d05d1"}]} 2026-08-22 11:47:30.496 8 INFO neutron.services.segments.plugin [-] Segment 36565112-8249-4e5a-89fa-8b30cde2d3cb resource provider aggregate not found 2026-08-22 11:47:30.513 8 INFO neutron.services.segments.plugin [-] Segment 36565112-8249-4e5a-89fa-8b30cde2d3cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36565112-8249-4e5a-89fa-8b30cde2d3cb found for delete ", "request_id": "req-b36ecd88-c4d5-4a76-9538-6e98b4df863e"}]} [pid: 7|app: 0|req: 382/826] 199.204.45.238 () {34 vars in 1000 bytes} [Sat Aug 22 11:47:30 2026] GET /v2.0/subnets?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 683 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/827] 199.204.45.238 () {34 vars in 1146 bytes} [Sat Aug 22 11:47:30 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc&device_owner=compute%3Anova&network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/828] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:31 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/829] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:31 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&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: 448/830] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:31 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/831] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:47:30 2026] PUT /v2.0/ports/b88c3d93-d89e-480d-a491-5a41908b9231 => generated 1149 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:47:31.538 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5af6575a-eb8a-4549-a581-5e63f2717efa'] response: {'name': 'network-changed', 'server_uuid': 'ebeeda68-55bd-4e05-b88d-3bd4ca5329fc', 'tag': 'b88c3d93-d89e-480d-a491-5a41908b9231', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 449/832] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:31 2026] GET /v2.0/security-groups?tenant_id=11804cc25de44849ac5962494cc1f5a0&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/833] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:31 2026] DELETE /v2.0/security-groups/8a2bd3df-cc16-45ce-84f8-1e5f73eab1e9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:31.821 7 INFO neutron.db.l3_db [None req-db957ee5-53e8-4179-9af2-08b3fa5feeab 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] Floating IP a17956b6-5ab1-45c3-b304-64806de919fe associated. External IP: 10.96.250.220, port: 9fc444e1-4438-4f02-98d9-d0b6146a2c02. [pid: 8|app: 0|req: 451/834] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:31 2026] GET /v2.0/security-groups?tenant_id=ccdb0dae2c9446f7aad3174da8b3c62a&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/835] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:47:31 2026] PUT /v2.0/floatingips/a17956b6-5ab1-45c3-b304-64806de919fe => generated 856 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/836] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:32 2026] DELETE /v2.0/security-groups/530f393e-de54-49cb-b3b5-764ddb0e9ea4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:32.241 8 INFO neutron.db.segments_db [None req-4f186714-c266-4ba5-a96b-eb01531029dc 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment 63f10c36-be0d-479b-b449-a8fef719b74b of type vxlan for network 67cc2b98-ff9a-4948-93b4-476d58a464db [pid: 7|app: 0|req: 386/837] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1421 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/838] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/839] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:31 2026] POST /v2.0/networks => generated 615 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/840] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => 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: 453/841] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/842] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:32.424 7 INFO neutron.db.segments_db [None req-e15d7877-64bf-4982-92ec-90c3ab943c07 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment a3808b66-efab-49b5-bf23-0cf76ab0b2dd of type vxlan for network 2d6ef65b-0c3d-4074-970e-d9a31c03b245 [pid: 8|app: 0|req: 455/843] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/844] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/845] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:32 2026] POST /v2.0/networks => generated 615 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/846] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/847] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 459/848] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => 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: 460/849] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 461/850] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:32 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/851] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:32 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/852] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:32 2026] POST /v2.0/subnets => generated 655 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:32.967 7 INFO neutron.db.segments_db [None req-658b553e-630f-4a50-8406-f3471d39801a 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment ad96c803-3a49-44b1-b5bf-6dd465e85fa1 of type vxlan for network d6a000cd-0292-4122-99f6-130de9c47fb2 2026-08-22 11:47:33.180 7 INFO neutron.db.l3_hamode_db [None req-658b553e-630f-4a50-8406-f3471d39801a 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:33.283 7 INFO neutron.db.l3_hamode_db [None req-658b553e-630f-4a50-8406-f3471d39801a 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 463/853] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1152 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/854] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:33.580 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bebfaad0-a6ec-4baf-8661-48c2c68f328d'] response: {'name': 'network-changed', 'server_uuid': '5822db8c-5880-483c-8110-3051cba3478a', 'tag': '9fc444e1-4438-4f02-98d9-d0b6146a2c02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 465/855] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/856] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 779 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/857] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/858] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => 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: 391/859] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:32 2026] POST /v2.0/routers => generated 511 bytes in 989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/860] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/861] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/862] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:33 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/863] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&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: 395/864] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?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: 396/865] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/ports?tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0&device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/866] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/867] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/networks?id=cc1cfc3e-47ab-4d57-b3e8-510a89efcd82 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/868] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9fc444e1-4438-4f02-98d9-d0b6146a2c02 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/869] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/subnets?id=f63b737a-365a-4dcc-bc7c-c5e046605913 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/870] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/ports?network_id=cc1cfc3e-47ab-4d57-b3e8-510a89efcd82&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/871] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82?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: 403/872] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/873] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/security-groups?tenant_id=0e66602b7f50473d88a3bb90fa5b199b&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/874] 199.204.45.238 () {34 vars in 1120 bytes} [Sat Aug 22 11:47:34 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/875] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:34 2026] DELETE /v2.0/security-groups/5ec12382-c0c9-428d-88e0-e8ef893629af => 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: 470/876] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:33 2026] PUT /v2.0/routers/32ab916d-d7de-43b4-aa18-b5ab487d152f/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/877] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:35 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/878] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:47:35 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/879] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:35 2026] GET /v2.0/ports/2cc61631-d6bb-4bf3-9c54-23f7dcd548df => generated 959 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/880] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:35 2026] GET /v2.0/security-groups?id=dd74bcd8-f3de-4f36-8a91-fec1ab21d41f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:35.341 8 INFO neutron_taas.services.taas.taas_plugin [req-dfd35df0-018a-4307-bb1e-89344884fcf2 req-e53d347c-34b2-49f4-ab71-3000d925aa47 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] TaaS: Handle Delete Port: 9fc444e1-4438-4f02-98d9-d0b6146a2c02 2026-08-22 11:47:35.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dfd35df0-018a-4307-bb1e-89344884fcf2 req-e53d347c-34b2-49f4-ab71-3000d925aa47 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] Tap Mirror: Handle Delete Port: 9fc444e1-4438-4f02-98d9-d0b6146a2c02 [pid: 7|app: 0|req: 407/881] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:47:35 2026] PUT /v2.0/ports/b88c3d93-d89e-480d-a491-5a41908b9231 => generated 968 bytes in 502 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-08-22 11:47:35.515 8 INFO neutron.db.l3_db [req-dfd35df0-018a-4307-bb1e-89344884fcf2 req-e53d347c-34b2-49f4-ab71-3000d925aa47 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] Floating IP a17956b6-5ab1-45c3-b304-64806de919fe disassociated. External IP: 10.96.250.220, port: 9fc444e1-4438-4f02-98d9-d0b6146a2c02. 2026-08-22 11:47:35.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77cbb61f-b15c-43da-a9ca-c75b9e78196e'] response: {'name': 'network-changed', 'server_uuid': 'ebeeda68-55bd-4e05-b88d-3bd4ca5329fc', 'tag': 'b88c3d93-d89e-480d-a491-5a41908b9231', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 475/882] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:47:35 2026] DELETE /v2.0/ports/9fc444e1-4438-4f02-98d9-d0b6146a2c02 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:36.001 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-daadb405-1f67-4190-b088-44011f53957c'] response: {'server_uuid': '5822db8c-5880-483c-8110-3051cba3478a', 'name': 'network-vif-deleted', 'tag': '9fc444e1-4438-4f02-98d9-d0b6146a2c02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 476/883] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/884] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 779 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/885] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/886] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/887] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/888] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/889] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/890] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => 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: 408/891] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:35 2026] PUT /v2.0/routers/32ab916d-d7de-43b4-aa18-b5ab487d152f/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/892] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:36 2026] GET /v2.0/ports/075420bd-65d9-4682-9d1c-2e0631d90b30 => generated 967 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:37.095 8 INFO neutron.db.segments_db [None req-7dd9238a-f126-4f1e-b499-0ed4f037b21f ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Added segment 280227a2-1614-4776-8bd5-30566b1a739c of type vxlan for network 1a67fdfd-d444-4d5c-94b2-664db4f3b619 2026-08-22 11:47:37.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-89533690-2b0e-4ee6-b605-942756eda265 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 075420bd-65d9-4682-9d1c-2e0631d90b30 2026-08-22 11:47:37.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89533690-2b0e-4ee6-b605-942756eda265 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 075420bd-65d9-4682-9d1c-2e0631d90b30 [pid: 8|app: 0|req: 487/895] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:36 2026] POST /v2.0/networks => generated 630 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/896] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:37 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/897] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:37 2026] POST /v2.0/ports => generated 778 bytes in 254 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: 409/898] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:36 2026] PUT /v2.0/routers/32ab916d-d7de-43b4-aa18-b5ab487d152f/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/899] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:37 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&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: 491/900] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:37 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/901] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:47:37 2026] GET /v2.0/ports?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:47:37.611 8 INFO neutron.db.segments_db [None req-5ac179c9-19a3-4e20-a4eb-2711abe06b28 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Added segment ecfef34f-291c-47f6-9b0d-8eb4eaef7221 of type vxlan for network 35eb458d-c679-4ddf-94f7-a2253fda55fe [pid: 8|app: 0|req: 492/902] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:37 2026] POST /v2.0/networks => generated 616 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/903] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:47:37 2026] GET /v2.0/networks?id=287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:37.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9a3dc5f-7166-4f70-b756-d3aa44c273e4 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 2cc61631-d6bb-4bf3-9c54-23f7dcd548df 2026-08-22 11:47:37.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9a3dc5f-7166-4f70-b756-d3aa44c273e4 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 2cc61631-d6bb-4bf3-9c54-23f7dcd548df [pid: 8|app: 0|req: 494/904] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:37 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/905] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:47:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b88c3d93-d89e-480d-a491-5a41908b9231 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/906] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:37 2026] PUT /v2.0/routers/32ab916d-d7de-43b4-aa18-b5ab487d152f/remove_router_interface => generated 309 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/907] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/subnets?id=d00e998d-ea7a-4767-8585-48acc235545a => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/908] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:38 2026] POST /v2.0/ports => generated 966 bytes in 256 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: 413/909] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/ports?device_id=32ab916d-d7de-43b4-aa18-b5ab487d152f => 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: 497/910] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/ports?network_id=287b278e-8503-41e0-b3d0-d1e77eadecb1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:47:38.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-9aece274-fd2b-4bdd-a910-6a6eeaf742e3 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] TaaS: Handle Delete Port: 11cd02e9-bebb-491d-afb5-4f65fcde24e7 2026-08-22 11:47:38.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aece274-fd2b-4bdd-a910-6a6eeaf742e3 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Tap Mirror: Handle Delete Port: 11cd02e9-bebb-491d-afb5-4f65fcde24e7 2026-08-22 11:47:38.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-61fa75c5-a768-4994-9ace-10f98286b369 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 58fbe381-b845-4d4e-999a-46c69b04fe85 2026-08-22 11:47:38.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61fa75c5-a768-4994-9ace-10f98286b369 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 58fbe381-b845-4d4e-999a-46c69b04fe85 [pid: 7|app: 0|req: 414/911] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/ports/11cd02e9-bebb-491d-afb5-4f65fcde24e7 => 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: 415/912] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:38.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b4caf7f-bb62-45ed-af29-cd1bedad4a97 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 416/913] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/ports/11cd02e9-bebb-491d-afb5-4f65fcde24e7 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/914] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:38.615 7 INFO neutron.pecan_wsgi.hooks.translation [None req-790778cc-555d-46de-a78b-74d923603056 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 418/915] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/ports/11cd02e9-bebb-491d-afb5-4f65fcde24e7 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/916] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:38.768 8 INFO neutron.services.segments.plugin [-] Segment ad96c803-3a49-44b1-b5bf-6dd465e85fa1 resource provider aggregate not found [pid: 7|app: 0|req: 420/917] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/subnets/0887e58b-1ff0-4606-a0ed-c5202f1a49f6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:38.771 8 INFO neutron.services.segments.plugin [-] Segment ad96c803-3a49-44b1-b5bf-6dd465e85fa1 resource provider aggregate not found 2026-08-22 11:47:38.785 8 INFO neutron.services.segments.plugin [-] Segment ad96c803-3a49-44b1-b5bf-6dd465e85fa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad96c803-3a49-44b1-b5bf-6dd465e85fa1 found for delete ", "request_id": "req-f61a5c7f-9626-4d3a-be9d-8381cafbb6d7"}]} 2026-08-22 11:47:38.787 8 INFO neutron.services.segments.plugin [-] Segment ad96c803-3a49-44b1-b5bf-6dd465e85fa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad96c803-3a49-44b1-b5bf-6dd465e85fa1 found for delete ", "request_id": "req-5e955c5a-7cc5-47ff-8b60-5537af5d3efa"}]} [pid: 7|app: 0|req: 421/918] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/ports?device_id=5822db8c-5880-483c-8110-3051cba3478a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:38.794 8 INFO neutron.db.l3_hamode_db [None req-61fa75c5-a768-4994-9ace-10f98286b369 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] HA network d6a000cd-0292-4122-99f6-130de9c47fb2 was deleted as no HA routers are present in tenant 748e733fac22436f930259f47c3cd41f. [pid: 8|app: 0|req: 498/919] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/routers/32ab916d-d7de-43b4-aa18-b5ab487d152f => generated 0 bytes in 494 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/920] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:47:38 2026] GET /v2.0/security-groups?id=a2f4501a-7d23-44a9-a192-6d235b985c19&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: 499/921] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/networks/35eb458d-c679-4ddf-94f7-a2253fda55fe => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/922] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/subnets/8b28887c-1294-471c-a4c1-2521f2abafea => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:38.980 8 INFO neutron.db.segments_db [None req-c99b38f8-5aa5-4df1-8627-034226d01d0a ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Added segment 094b16f4-4c0a-4c05-86fa-6ed2de859a62 of type vxlan for network 3e461022-0333-4d27-ad4e-65e06e5236f7 [pid: 8|app: 0|req: 500/923] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:38 2026] POST /v2.0/networks => generated 617 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/924] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:38 2026] DELETE /v2.0/subnets/f9695a89-f488-45c5-81b4-5e06dbc8ca47 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:39.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-e106c37b-bab8-4895-9348-93269ad2847e 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 9dbc3201-b9a6-4ab7-a96b-8a4626a72143 2026-08-22 11:47:39.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e106c37b-bab8-4895-9348-93269ad2847e 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 9dbc3201-b9a6-4ab7-a96b-8a4626a72143 [pid: 8|app: 0|req: 501/925] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:39 2026] POST /v2.0/subnets => generated 646 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:39.377 7 INFO neutron.services.segments.plugin [-] Segment a3808b66-efab-49b5-bf23-0cf76ab0b2dd resource provider aggregate not found 2026-08-22 11:47:39.383 7 INFO neutron.services.segments.plugin [-] Segment a3808b66-efab-49b5-bf23-0cf76ab0b2dd resource provider aggregate not found 2026-08-22 11:47:39.401 7 INFO neutron.services.segments.plugin [-] Segment a3808b66-efab-49b5-bf23-0cf76ab0b2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3808b66-efab-49b5-bf23-0cf76ab0b2dd found for delete ", "request_id": "req-1c539bd6-4eaa-4eb1-ab38-ee3152d5eb6c"}]} 2026-08-22 11:47:39.402 7 INFO neutron.services.segments.plugin [-] Segment a3808b66-efab-49b5-bf23-0cf76ab0b2dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3808b66-efab-49b5-bf23-0cf76ab0b2dd found for delete ", "request_id": "req-21a70e5c-df92-4f46-b97b-9c2cef8a6aa0"}]} [pid: 7|app: 0|req: 425/926] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:39 2026] DELETE /v2.0/networks/2d6ef65b-0c3d-4074-970e-d9a31c03b245 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/927] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:47:39 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:39.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdb6da39-a6d2-4e6c-b8d9-22a7b2cd19b8 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: c3dbca6c-272b-4575-b8cd-9c49539d8b10 2026-08-22 11:47:39.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdb6da39-a6d2-4e6c-b8d9-22a7b2cd19b8 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: c3dbca6c-272b-4575-b8cd-9c49539d8b10 [pid: 8|app: 0|req: 502/928] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:39 2026] POST /v2.0/ports => generated 922 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:39.650 8 INFO neutron_taas.services.taas.taas_plugin [req-269872a7-da4b-440e-aeb8-7343705a9132 req-a1c3decb-e73b-46d4-b5af-81e03ad933cb 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] TaaS: Handle Delete Port: b88c3d93-d89e-480d-a491-5a41908b9231 2026-08-22 11:47:39.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-269872a7-da4b-440e-aeb8-7343705a9132 req-a1c3decb-e73b-46d4-b5af-81e03ad933cb 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] Tap Mirror: Handle Delete Port: b88c3d93-d89e-480d-a491-5a41908b9231 2026-08-22 11:47:39.744 8 INFO neutron.db.l3_db [req-269872a7-da4b-440e-aeb8-7343705a9132 req-a1c3decb-e73b-46d4-b5af-81e03ad933cb 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] Floating IP f49048f0-a4c6-437f-b658-c46cc9e697f9 disassociated. External IP: 10.96.250.211, port: b88c3d93-d89e-480d-a491-5a41908b9231. [pid: 7|app: 0|req: 427/929] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:39 2026] DELETE /v2.0/networks/67cc2b98-ff9a-4948-93b4-476d58a464db => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:39.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-bef5868b-d08d-487b-96ff-55f31e63ec5f ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] TaaS: Handle Delete Port: e9f543a0-0ca7-4ad6-a423-978fe58608ce 2026-08-22 11:47:39.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef5868b-d08d-487b-96ff-55f31e63ec5f ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Tap Mirror: Handle Delete Port: e9f543a0-0ca7-4ad6-a423-978fe58608ce [pid: 7|app: 0|req: 428/930] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:39 2026] DELETE /v2.0/ports/e9f543a0-0ca7-4ad6-a423-978fe58608ce => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:40.039 7 INFO neutron.db.segments_db [None req-f3eccd90-706a-403b-8683-68115a1bc95b 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 of type vxlan for network 494a4590-8dfd-44d9-9cea-25fd7bdec6b1 [pid: 8|app: 0|req: 503/931] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:47:39 2026] DELETE /v2.0/ports/b88c3d93-d89e-480d-a491-5a41908b9231 => generated 0 bytes in 513 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:40.095 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c594d429-ad43-4654-93f9-502ce1663406'] response: {'server_uuid': 'ebeeda68-55bd-4e05-b88d-3bd4ca5329fc', 'name': 'network-vif-deleted', 'tag': 'b88c3d93-d89e-480d-a491-5a41908b9231', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 429/932] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:39 2026] POST /v2.0/networks => generated 615 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/933] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:40 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 504/934] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:40 2026] DELETE /v2.0/security-groups/dd74bcd8-f3de-4f36-8a91-fec1ab21d41f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:40.181 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1c87c86-84cb-4470-b18a-06ff0deacbb6 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 431/935] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:40 2026] GET /v2.0/ports/e9f543a0-0ca7-4ad6-a423-978fe58608ce => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:40.197 7 INFO neutron.api.v2.resource [None req-79f07e80-b008-4e16-8fdb-f9401f662567 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/936] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:47:40 2026] GET /v2.0/security-groups/dd74bcd8-f3de-4f36-8a91-fec1ab21d41f => 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: 433/937] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:40 2026] DELETE /v2.0/subnets/6b3294fc-6006-457c-90f9-06bf61f607e1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/938] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:40 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:40.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac9613d8-282a-4abb-b6de-1e83e820e7c9 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] TaaS: Handle Delete Port: b9bb3306-43c9-45fd-9acc-a0eb9fa958f4 2026-08-22 11:47:40.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac9613d8-282a-4abb-b6de-1e83e820e7c9 0053a99f357b4065bb3665f5dd7c2337 0f98fcc958ef4b6b946bdb4a0d30a4f0 - - default default] Tap Mirror: Handle Delete Port: b9bb3306-43c9-45fd-9acc-a0eb9fa958f4 [pid: 8|app: 0|req: 506/939] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:40 2026] DELETE /v2.0/networks/3e461022-0333-4d27-ad4e-65e06e5236f7 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:40.573 8 INFO neutron.db.segments_db [None req-560c78de-b580-460d-b289-7a417faff87b 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment 1f6f670b-0809-41a1-946b-0ea63f959086 of type vxlan for network 390f1ef6-ec8e-45df-889f-6ecb20715046 [pid: 7|app: 0|req: 434/940] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:47:40 2026] DELETE /v2.0/floatingips/a17956b6-5ab1-45c3-b304-64806de919fe => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:40.807 8 INFO neutron.services.segments.plugin [-] Segment ecfef34f-291c-47f6-9b0d-8eb4eaef7221 resource provider aggregate not found 2026-08-22 11:47:40.808 8 INFO neutron.services.segments.plugin [-] Segment ecfef34f-291c-47f6-9b0d-8eb4eaef7221 resource provider aggregate not found 2026-08-22 11:47:40.828 8 INFO neutron.services.segments.plugin [-] Segment ecfef34f-291c-47f6-9b0d-8eb4eaef7221 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecfef34f-291c-47f6-9b0d-8eb4eaef7221 found for delete ", "request_id": "req-60932be0-9809-46f6-a7c9-44972bbc83fe"}]} 2026-08-22 11:47:40.832 8 INFO neutron.services.segments.plugin [-] Segment ecfef34f-291c-47f6-9b0d-8eb4eaef7221 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecfef34f-291c-47f6-9b0d-8eb4eaef7221 found for delete ", "request_id": "req-fb105553-cd4b-4d47-a966-8e9482336db0"}]} 2026-08-22 11:47:40.848 8 INFO neutron.services.segments.plugin [-] Segment 094b16f4-4c0a-4c05-86fa-6ed2de859a62 resource provider aggregate not found 2026-08-22 11:47:40.853 8 INFO neutron.services.segments.plugin [-] Segment 094b16f4-4c0a-4c05-86fa-6ed2de859a62 resource provider aggregate not found 2026-08-22 11:47:40.869 8 INFO neutron.services.segments.plugin [-] Segment 094b16f4-4c0a-4c05-86fa-6ed2de859a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094b16f4-4c0a-4c05-86fa-6ed2de859a62 found for delete ", "request_id": "req-7abac067-103c-4a15-a000-40f7c2df6365"}]} 2026-08-22 11:47:40.870 8 INFO neutron.services.segments.plugin [-] Segment 094b16f4-4c0a-4c05-86fa-6ed2de859a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094b16f4-4c0a-4c05-86fa-6ed2de859a62 found for delete ", "request_id": "req-24fe743c-c1d8-414f-bf78-67d23fb55c69"}]} [pid: 7|app: 0|req: 435/941] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:40 2026] POST /v2.0/ports => generated 779 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:47:40.904 8 INFO neutron.db.l3_hamode_db [None req-560c78de-b580-460d-b289-7a417faff87b 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:41.004 8 INFO neutron.db.l3_hamode_db [None req-560c78de-b580-460d-b289-7a417faff87b 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:41.482 7 INFO neutron.services.segments.plugin [-] Segment 63f10c36-be0d-479b-b449-a8fef719b74b resource provider aggregate not found 2026-08-22 11:47:41.486 7 INFO neutron.services.segments.plugin [-] Segment 63f10c36-be0d-479b-b449-a8fef719b74b resource provider aggregate not found 2026-08-22 11:47:41.499 7 INFO neutron.services.segments.plugin [-] Segment 63f10c36-be0d-479b-b449-a8fef719b74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63f10c36-be0d-479b-b449-a8fef719b74b found for delete ", "request_id": "req-be9bf2dd-79e3-4b64-a026-05baacd114c5"}]} 2026-08-22 11:47:41.509 7 INFO neutron.services.segments.plugin [-] Segment 63f10c36-be0d-479b-b449-a8fef719b74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63f10c36-be0d-479b-b449-a8fef719b74b found for delete ", "request_id": "req-ebd40574-765f-45cf-966f-e29548708f00"}]} 2026-08-22 11:47:41.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd59cd5f-f51a-4947-aa4c-e96f02c6b87a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: d6215d41-8ef2-4fa6-8259-930ac0d3cabe 2026-08-22 11:47:41.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd59cd5f-f51a-4947-aa4c-e96f02c6b87a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: d6215d41-8ef2-4fa6-8259-930ac0d3cabe [pid: 8|app: 0|req: 507/942] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:40 2026] POST /v2.0/routers => generated 511 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/943] 10.0.0.143 () {34 vars in 737 bytes} [Sat Aug 22 11:47:41 2026] PUT /v2.0/ports/a7180e6c-d34a-4212-897b-59ec544b9f21 => generated 752 bytes in 196 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: 509/944] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:41 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => 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: 510/945] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:47:41 2026] POST /v2.0/ports => generated 964 bytes in 296 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: 436/946] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:40 2026] PUT /v2.0/routers/06a0f0a7-8a0d-4e7f-bb60-9ccacf9f12c1/remove_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:42.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-7abba2be-1162-49a8-a0ab-0360f3004c37 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] TaaS: Handle Delete Port: a7180e6c-d34a-4212-897b-59ec544b9f21 2026-08-22 11:47:42.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7abba2be-1162-49a8-a0ab-0360f3004c37 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Tap Mirror: Handle Delete Port: a7180e6c-d34a-4212-897b-59ec544b9f21 [pid: 8|app: 0|req: 511/947] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:42 2026] DELETE /v2.0/ports/a7180e6c-d34a-4212-897b-59ec544b9f21 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:42.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-99547625-f0bb-450b-8c32-c5932fe91b83 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 99ecbd3d-1ac6-459a-9703-a4bd3a938271 2026-08-22 11:47:42.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99547625-f0bb-450b-8c32-c5932fe91b83 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 99ecbd3d-1ac6-459a-9703-a4bd3a938271 2026-08-22 11:47:42.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-99547625-f0bb-450b-8c32-c5932fe91b83 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 5b0b04ab-017d-4ab3-9dbd-4a9d88736e61 2026-08-22 11:47:42.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99547625-f0bb-450b-8c32-c5932fe91b83 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 5b0b04ab-017d-4ab3-9dbd-4a9d88736e61 2026-08-22 11:47:43.005 8 INFO neutron.services.segments.plugin [-] Segment 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac resource provider aggregate not found 2026-08-22 11:47:43.013 8 INFO neutron.services.segments.plugin [-] Segment 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac resource provider aggregate not found 2026-08-22 11:47:43.024 8 INFO neutron.services.segments.plugin [-] Segment 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac found for delete ", "request_id": "req-182e0d30-c5d6-4b0d-a276-2e4ed3842b2a"}]} 2026-08-22 11:47:43.031 8 INFO neutron.services.segments.plugin [-] Segment 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ccb5d5-1bbb-4f19-9bac-14fd9a4d05ac found for delete ", "request_id": "req-f6c8c1d6-b23c-44aa-b6a5-ef5344434a5c"}]} 2026-08-22 11:47:43.037 8 INFO neutron.db.l3_hamode_db [None req-99547625-f0bb-450b-8c32-c5932fe91b83 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network cbff3ae7-b1ae-4cf6-952b-2fbc8d0361be was deleted as no HA routers are present in tenant 0f98fcc958ef4b6b946bdb4a0d30a4f0. [pid: 8|app: 0|req: 512/948] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:42 2026] DELETE /v2.0/routers/06a0f0a7-8a0d-4e7f-bb60-9ccacf9f12c1 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/949] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/ports => generated 781 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/950] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/ports?device_id=ebeeda68-55bd-4e05-b88d-3bd4ca5329fc => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/951] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:42 2026] PUT /v2.0/routers/d8347a05-0ffc-42bb-b14b-54fa544bdbab/add_router_interface => generated 309 bytes in 1019 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-08-22 11:47:43.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37763cdb-a9f3-4471-b063-bad9c741d7f3 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/952] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/ports/a7180e6c-d34a-4212-897b-59ec544b9f21 => 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: 515/953] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/subnets/f63b737a-365a-4dcc-bc7c-c5e046605913 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/954] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/ports/11f0e911-b3df-405c-b0a9-e285f9d72333 => generated 1038 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/955] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:43.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a1a52e7-1bbd-4f2c-aa78-d654f660d373 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: de784e65-7137-48b3-92dc-1aba8ef1905e 2026-08-22 11:47:43.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a1a52e7-1bbd-4f2c-aa78-d654f660d373 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: de784e65-7137-48b3-92dc-1aba8ef1905e 2026-08-22 11:47:43.594 7 INFO neutron.services.segments.plugin [-] Segment 1f4f140d-3f5b-4725-804b-60848badd13c resource provider aggregate not found 2026-08-22 11:47:43.597 7 INFO neutron.services.segments.plugin [-] Segment 1f4f140d-3f5b-4725-804b-60848badd13c resource provider aggregate not found 2026-08-22 11:47:43.617 7 INFO neutron.services.segments.plugin [-] Segment 1f4f140d-3f5b-4725-804b-60848badd13c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f4f140d-3f5b-4725-804b-60848badd13c found for delete ", "request_id": "req-4f8a3f9c-81e6-414e-85e1-1740b2bfff0c"}]} 2026-08-22 11:47:43.618 7 INFO neutron.services.segments.plugin [-] Segment 1f4f140d-3f5b-4725-804b-60848badd13c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f4f140d-3f5b-4725-804b-60848badd13c found for delete ", "request_id": "req-e25eebf1-6309-4097-944e-2b37ac5fd5f3"}]} [pid: 7|app: 0|req: 440/956] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/networks/cc1cfc3e-47ab-4d57-b3e8-510a89efcd82 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:43.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-41db3f14-281a-4d38-a675-255d89dd70a9 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 11f0e911-b3df-405c-b0a9-e285f9d72333 2026-08-22 11:47:43.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41db3f14-281a-4d38-a675-255d89dd70a9 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 11f0e911-b3df-405c-b0a9-e285f9d72333 [pid: 7|app: 0|req: 441/957] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/ports/be020f4e-ead3-4588-bea4-028273e45f10 => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:43.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d5ffbbd-3c38-4598-8961-abe6201dd3a4 ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 442/958] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/ports/e9f543a0-0ca7-4ad6-a423-978fe58608ce => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:43.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cc615b7-cc94-42c4-b5ea-b27b92fdd51e ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/959] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/subnets/6b3294fc-6006-457c-90f9-06bf61f607e1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:43.755 7 INFO neutron.pecan_wsgi.hooks.translation [None req-400ca4ae-74f0-47ee-9db7-6b23c6111ecc ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 444/960] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/subnets/0887e58b-1ff0-4606-a0ed-c5202f1a49f6 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:43.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-95e6238f-45b6-40cb-b7fd-88aacfd772bb ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] TaaS: Handle Delete Port: be020f4e-ead3-4588-bea4-028273e45f10 2026-08-22 11:47:43.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95e6238f-45b6-40cb-b7fd-88aacfd772bb ca20405d44d94ec09edc23471b9c33dd 9b7a5a0ec95b45ddb4a872f27fcaf8bb - - default default] Tap Mirror: Handle Delete Port: be020f4e-ead3-4588-bea4-028273e45f10 [pid: 7|app: 0|req: 445/961] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/ports/be020f4e-ead3-4588-bea4-028273e45f10 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/962] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:43 2026] GET /v2.0/security-groups?tenant_id=0f98fcc958ef4b6b946bdb4a0d30a4f0&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/963] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:43 2026] DELETE /v2.0/networks/1a67fdfd-d444-4d5c-94b2-664db4f3b619 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/964] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:44 2026] DELETE /v2.0/security-groups/39450002-a92b-41bb-b67a-875ebd56e24f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/965] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:44 2026] DELETE /v2.0/security-groups/a2f4501a-7d23-44a9-a192-6d235b985c19 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:44.335 7 INFO neutron.api.v2.resource [None req-a989cdfd-4587-42f0-ae72-1d7ee9f77198 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 450/966] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:47:44 2026] GET /v2.0/security-groups/a2f4501a-7d23-44a9-a192-6d235b985c19 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:44.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-7106ea70-87d7-4698-b75a-fb4dd726184b 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] TaaS: Handle Delete Port: 5d6c5e2e-23c8-4ec0-afc3-1e910d0bbd9f 2026-08-22 11:47:44.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7106ea70-87d7-4698-b75a-fb4dd726184b 55e86bc9b6e5484cb0eb0580131cd654 932cdc3617f44cf7ab636275f6ffc0cc - - default default] Tap Mirror: Handle Delete Port: 5d6c5e2e-23c8-4ec0-afc3-1e910d0bbd9f [pid: 8|app: 0|req: 517/967] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:43 2026] PUT /v2.0/routers/d8347a05-0ffc-42bb-b14b-54fa544bdbab/remove_router_interface => generated 309 bytes in 1091 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-08-22 11:47:44.516 8 INFO neutron.api.v2.resource [None req-c7df6841-778f-48e3-921f-bf3378cf13ac 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 518/968] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:44 2026] PUT /v2.0/routers/d8347a05-0ffc-42bb-b14b-54fa544bdbab/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/969] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:44 2026] GET /v2.0/ports?device_id=d8347a05-0ffc-42bb-b14b-54fa544bdbab => 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: 451/970] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:47:44 2026] DELETE /v2.0/floatingips/f49048f0-a4c6-437f-b658-c46cc9e697f9 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:44.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd20c7e7-b4f4-4224-883d-4e595e4370f1 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 80e65bb1-ed74-4ec4-b388-a9b15b89b068 2026-08-22 11:47:44.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd20c7e7-b4f4-4224-883d-4e595e4370f1 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 80e65bb1-ed74-4ec4-b388-a9b15b89b068 [pid: 7|app: 0|req: 452/971] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:44 2026] GET /v2.0/security-groups?tenant_id=9b7a5a0ec95b45ddb4a872f27fcaf8bb&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:47:45.068 8 INFO neutron.services.segments.plugin [-] Segment 1f6f670b-0809-41a1-946b-0ea63f959086 resource provider aggregate not found 2026-08-22 11:47:45.078 8 INFO neutron.services.segments.plugin [-] Segment 1f6f670b-0809-41a1-946b-0ea63f959086 resource provider aggregate not found 2026-08-22 11:47:45.083 8 INFO neutron.services.segments.plugin [-] Segment 1f6f670b-0809-41a1-946b-0ea63f959086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f6f670b-0809-41a1-946b-0ea63f959086 found for delete ", "request_id": "req-5d8a5fd6-5450-4ae3-96f9-c460dc609b30"}]} 2026-08-22 11:47:45.093 8 INFO neutron.services.segments.plugin [-] Segment 1f6f670b-0809-41a1-946b-0ea63f959086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f6f670b-0809-41a1-946b-0ea63f959086 found for delete ", "request_id": "req-864f1a5a-d76c-463a-9b90-25e33a397360"}]} 2026-08-22 11:47:45.098 8 INFO neutron.db.l3_hamode_db [None req-fd20c7e7-b4f4-4224-883d-4e595e4370f1 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] HA network 390f1ef6-ec8e-45df-889f-6ecb20715046 was deleted as no HA routers are present in tenant 748e733fac22436f930259f47c3cd41f. [pid: 8|app: 0|req: 520/972] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:44 2026] DELETE /v2.0/routers/d8347a05-0ffc-42bb-b14b-54fa544bdbab => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:45.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d4ae4f5-804e-425b-a9c8-73b6290fb407 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: bc98e409-e8e6-46ae-aa23-fda311b9dfa6 2026-08-22 11:47:45.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d4ae4f5-804e-425b-a9c8-73b6290fb407 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: bc98e409-e8e6-46ae-aa23-fda311b9dfa6 [pid: 8|app: 0|req: 521/973] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:45 2026] DELETE /v2.0/security-groups/7088746f-0e71-40cd-9f0a-2dd06e8be197 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/974] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:45 2026] DELETE /v2.0/subnets/a78a4aab-9fc8-4cc2-a19c-703f74f347ff => 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: 523/975] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:45 2026] DELETE /v2.0/networks/494a4590-8dfd-44d9-9cea-25fd7bdec6b1 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:45.551 8 INFO neutron.db.segments_db [None req-6b91e0ec-8f37-4cd8-a5d3-de556afa8960 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 of type vxlan for network e7aee881-07af-408b-a4d0-e8151f95838f 2026-08-22 11:47:45.641 7 INFO neutron.services.segments.plugin [-] Segment 280227a2-1614-4776-8bd5-30566b1a739c resource provider aggregate not found 2026-08-22 11:47:45.651 7 INFO neutron.services.segments.plugin [-] Segment 280227a2-1614-4776-8bd5-30566b1a739c resource provider aggregate not found 2026-08-22 11:47:45.667 7 INFO neutron.services.segments.plugin [-] Segment 280227a2-1614-4776-8bd5-30566b1a739c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 280227a2-1614-4776-8bd5-30566b1a739c found for delete ", "request_id": "req-ae6778f5-d891-4aa6-abec-59550d8b0324"}]} [pid: 8|app: 0|req: 524/976] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:47:45 2026] POST /v2.0/networks => generated 615 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:45.671 7 INFO neutron.services.segments.plugin [-] Segment 280227a2-1614-4776-8bd5-30566b1a739c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 280227a2-1614-4776-8bd5-30566b1a739c found for delete ", "request_id": "req-814e62d4-59f2-454a-bd5e-c097bb35f8e0"}]} [pid: 7|app: 0|req: 453/977] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:44 2026] PUT /v2.0/routers/68617652-8fc9-46a9-8d0c-4d5a94b8ba50/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/978] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:45 2026] POST /v2.0/subnets => generated 646 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:46.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-b279c0b6-531e-45c9-8785-5056229c5b99 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: b3033c4a-88cc-4b3f-ba2d-de8d6735e5ab 2026-08-22 11:47:46.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b279c0b6-531e-45c9-8785-5056229c5b99 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: b3033c4a-88cc-4b3f-ba2d-de8d6735e5ab 2026-08-22 11:47:46.250 8 INFO neutron.db.segments_db [None req-56889593-894c-4ea9-91b2-ea33022b8525 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 6c17b41c-9528-446d-b745-18897acd752d of type vxlan for network 15ec4efa-cbba-4d76-ae3b-f3877f96e647 2026-08-22 11:47:46.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-b279c0b6-531e-45c9-8785-5056229c5b99 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 72565ec5-80e4-405d-82ff-e0c6fd3a9d92 2026-08-22 11:47:46.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b279c0b6-531e-45c9-8785-5056229c5b99 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 72565ec5-80e4-405d-82ff-e0c6fd3a9d92 [pid: 8|app: 0|req: 526/979] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:47:45 2026] POST /v2.0/networks => generated 724 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:46.346 8 INFO neutron.db.segments_db [None req-2ee62a0a-5b55-4820-8f6a-707f84c08a7a 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment 83b88635-15c5-44c9-af92-4dab6bd3922f of type vxlan for network 5999c577-9553-4225-b713-1d4c6376ecf0 2026-08-22 11:47:46.583 8 INFO neutron.db.l3_hamode_db [None req-2ee62a0a-5b55-4820-8f6a-707f84c08a7a 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:46.685 7 INFO neutron.db.l3_hamode_db [None req-b279c0b6-531e-45c9-8785-5056229c5b99 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 98e90ac0-fd63-41b6-bfd0-1203a841c13e was deleted as no HA routers are present in tenant 932cdc3617f44cf7ab636275f6ffc0cc. [pid: 7|app: 0|req: 454/980] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:45 2026] DELETE /v2.0/routers/68617652-8fc9-46a9-8d0c-4d5a94b8ba50 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:46.768 8 INFO neutron.db.l3_hamode_db [None req-2ee62a0a-5b55-4820-8f6a-707f84c08a7a 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/981] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:46 2026] POST /v2.0/subnets => generated 690 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/982] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:46 2026] DELETE /v2.0/subnets/d00e998d-ea7a-4767-8585-48acc235545a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:47.101 8 INFO neutron.services.segments.plugin [-] Segment c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 resource provider aggregate not found 2026-08-22 11:47:47.116 8 INFO neutron.services.segments.plugin [-] Segment c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 resource provider aggregate not found 2026-08-22 11:47:47.124 7 INFO neutron.db.segments_db [None req-c8d9f09b-8ebd-49f5-90cb-9de3e4a78ad8 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 of type vxlan for network 71e9c8ef-bde2-432b-9d07-3469963c2ace 2026-08-22 11:47:47.117 8 INFO neutron.services.segments.plugin [-] Segment c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 found for delete ", "request_id": "req-68655dbc-2a51-4b40-8f34-508cf0c60535"}]} 2026-08-22 11:47:47.148 8 INFO neutron.services.segments.plugin [-] Segment c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c876f75e-9d8b-4ff9-b50d-cbe2cbc0f847 found for delete ", "request_id": "req-48da7028-c973-4fcc-8dda-a66c618ce70a"}]} 2026-08-22 11:47:47.377 7 INFO neutron.db.l3_hamode_db [None req-c8d9f09b-8ebd-49f5-90cb-9de3e4a78ad8 0722181d945949feb528eb878136ae3a 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/983] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:46 2026] POST /v2.0/routers => generated 511 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:47.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-7501f76b-2dc4-4da6-b1da-519bd34b2198 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: b5912185-cbee-4592-8453-d4a075d19acb 2026-08-22 11:47:47.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7501f76b-2dc4-4da6-b1da-519bd34b2198 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: b5912185-cbee-4592-8453-d4a075d19acb [pid: 8|app: 0|req: 528/984] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:47 2026] DELETE /v2.0/networks/287b278e-8503-41e0-b3d0-d1e77eadecb1 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:47.694 7 INFO neutron.services.segments.plugin [-] Segment 6addc0c0-d31f-472c-9a32-94a290c4ae9f resource provider aggregate not found 2026-08-22 11:47:47.715 7 INFO neutron.services.segments.plugin [-] Segment 6addc0c0-d31f-472c-9a32-94a290c4ae9f resource provider aggregate not found 2026-08-22 11:47:47.722 7 INFO neutron.services.segments.plugin [-] Segment 6addc0c0-d31f-472c-9a32-94a290c4ae9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6addc0c0-d31f-472c-9a32-94a290c4ae9f found for delete ", "request_id": "req-4123f7dc-5c6d-4b9a-8b85-5157dc19e1c6"}]} 2026-08-22 11:47:47.736 7 INFO neutron.services.segments.plugin [-] Segment 6addc0c0-d31f-472c-9a32-94a290c4ae9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6addc0c0-d31f-472c-9a32-94a290c4ae9f found for delete ", "request_id": "req-8ec5f596-3059-4d93-9fc9-86034b742826"}]} 2026-08-22 11:47:48.206 7 INFO neutron.db.l3_hamode_db [None req-c8d9f09b-8ebd-49f5-90cb-9de3e4a78ad8 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/985] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:47 2026] PUT /v2.0/routers/d137bf2f-e15b-4163-9f09-5761c22dae58/add_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/986] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:48 2026] GET /v2.0/security-groups?tenant_id=932cdc3617f44cf7ab636275f6ffc0cc&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/987] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:48 2026] GET /v2.0/security-groups?tenant_id=a136f3cd3ba84e8fbd95b66b7cf6a489&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/988] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:47:49 2026] GET /v2.0/ports/db7428a5-b3cb-4418-b735-9c0ea7f11a30 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:49.156 8 INFO neutron.services.segments.plugin [-] Segment 5012f2ce-2b56-438f-86ca-46fdc773de8e resource provider aggregate not found 2026-08-22 11:47:49.175 8 INFO neutron.services.segments.plugin [-] Segment 5012f2ce-2b56-438f-86ca-46fdc773de8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5012f2ce-2b56-438f-86ca-46fdc773de8e found for delete ", "request_id": "req-f650812e-0338-4bd9-bd73-b4557c2c254d"}]} [pid: 8|app: 0|req: 533/989] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:49 2026] DELETE /v2.0/security-groups/7d20780f-4fac-4d91-9df9-45066e0014c3 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:49.176 8 INFO neutron.services.segments.plugin [-] Segment 5012f2ce-2b56-438f-86ca-46fdc773de8e resource provider aggregate not found [pid: 7|app: 0|req: 457/990] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:47 2026] POST /v2.0/routers => generated 730 bytes in 2121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:49.209 8 INFO neutron.services.segments.plugin [-] Segment 5012f2ce-2b56-438f-86ca-46fdc773de8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5012f2ce-2b56-438f-86ca-46fdc773de8e found for delete ", "request_id": "req-8106d4b4-4dde-4b1b-8a13-0c6ab2ed8cbe"}]} [pid: 8|app: 0|req: 534/991] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:49 2026] DELETE /v2.0/security-groups/897f7811-7a85-4a80-9693-f6d128e23de1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:49.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ff063e3-7fb0-47bb-b798-3cb4dd17c552 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: db7428a5-b3cb-4418-b735-9c0ea7f11a30 2026-08-22 11:47:49.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ff063e3-7fb0-47bb-b798-3cb4dd17c552 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: db7428a5-b3cb-4418-b735-9c0ea7f11a30 [pid: 7|app: 0|req: 458/992] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:47:49 2026] PUT /v2.0/routers/d137bf2f-e15b-4163-9f09-5761c22dae58/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/993] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:49 2026] GET /v2.0/ports?device_id=d137bf2f-e15b-4163-9f09-5761c22dae58 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:50.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-5070f21c-71e2-48f6-9a73-134943581101 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: f45b157a-bf9a-4ea7-a432-0a42c61d84cc 2026-08-22 11:47:50.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5070f21c-71e2-48f6-9a73-134943581101 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: f45b157a-bf9a-4ea7-a432-0a42c61d84cc [pid: 8|app: 0|req: 535/994] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:49 2026] PUT /v2.0/routers/e0431aca-d00e-47f5-a2e8-ecbe073ab985/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:50.547 7 INFO neutron.services.segments.plugin [-] Segment 83b88635-15c5-44c9-af92-4dab6bd3922f resource provider aggregate not found 2026-08-22 11:47:50.551 7 INFO neutron.services.segments.plugin [-] Segment 83b88635-15c5-44c9-af92-4dab6bd3922f resource provider aggregate not found 2026-08-22 11:47:50.562 7 INFO neutron.services.segments.plugin [-] Segment 83b88635-15c5-44c9-af92-4dab6bd3922f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b88635-15c5-44c9-af92-4dab6bd3922f found for delete ", "request_id": "req-4a08943d-88c7-40b1-8bc5-ef9a5e0c8088"}]} 2026-08-22 11:47:50.566 7 INFO neutron.services.segments.plugin [-] Segment 83b88635-15c5-44c9-af92-4dab6bd3922f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b88635-15c5-44c9-af92-4dab6bd3922f found for delete ", "request_id": "req-113b765f-d157-4437-94a1-c45dec8c5beb"}]} 2026-08-22 11:47:50.596 7 INFO neutron.db.l3_hamode_db [None req-5070f21c-71e2-48f6-9a73-134943581101 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] HA network 5999c577-9553-4225-b713-1d4c6376ecf0 was deleted as no HA routers are present in tenant 748e733fac22436f930259f47c3cd41f. [pid: 7|app: 0|req: 460/995] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:49 2026] DELETE /v2.0/routers/d137bf2f-e15b-4163-9f09-5761c22dae58 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/996] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:50 2026] DELETE /v2.0/subnets/0b4ed189-16d3-427d-a1df-cd7366721e03 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/997] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:47:50 2026] DELETE /v2.0/networks/e7aee881-07af-408b-a4d0-e8151f95838f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:47:50.961 8 INFO neutron.db.segments_db [None req-b8595382-250c-49a7-915e-753cbd417c23 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Added segment ae636105-1aec-4edb-b57a-83c9133af36c of type vxlan for network 7100fbf2-cff8-4359-95bd-a6f09a44680b 2026-08-22 11:47:51.208 8 INFO neutron.db.l3_hamode_db [None req-b8595382-250c-49a7-915e-753cbd417c23 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:51.208 7 INFO neutron.db.segments_db [None req-4c320f83-9e4a-44c0-b0d7-e495a6322ddc 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment d89fff41-bdf7-4e3c-8810-677f784e3f76 of type vxlan for network 4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b [pid: 7|app: 0|req: 462/998] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:47:50 2026] POST /v2.0/networks => generated 729 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:51.548 7 INFO neutron.db.segments_db [None req-399d3777-2a42-4b72-9d54-7909818a9de7 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 of type vxlan for network 3b0cc1d3-fced-4250-bbd7-47a04d4f500b [pid: 7|app: 0|req: 463/999] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:47:51 2026] POST /v2.0/networks => generated 721 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/1000] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:47:51 2026] POST /v2.0/security-groups => generated 1661 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1001] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:51 2026] POST /v2.0/subnets => generated 695 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:52.017 8 INFO neutron.db.l3_hamode_db [None req-b8595382-250c-49a7-915e-753cbd417c23 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/1002] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:51 2026] POST /v2.0/subnets => generated 687 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1005] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:47:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:52.306 7 INFO neutron.db.segments_db [None req-b2d0f017-4cc2-4445-ae43-014423c6d129 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment b9586884-1bc8-4d3c-a2ea-0d41fafc52cf of type vxlan for network 0d7f1091-df0b-4c50-8798-9dc4e8d3e450 2026-08-22 11:47:52.541 7 INFO neutron.db.l3_hamode_db [None req-b2d0f017-4cc2-4445-ae43-014423c6d129 0722181d945949feb528eb878136ae3a f102d187e8da4fd5ae2746c2448d4b8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:52.588 7 INFO neutron.services.segments.plugin [-] Segment 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 resource provider aggregate not found 2026-08-22 11:47:52.588 7 INFO neutron.services.segments.plugin [-] Segment 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 resource provider aggregate not found 2026-08-22 11:47:52.622 7 INFO neutron.services.segments.plugin [-] Segment 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 found for delete ", "request_id": "req-e367f5d6-7949-40ab-b835-d6660fb5f9ca"}]} 2026-08-22 11:47:52.622 7 INFO neutron.services.segments.plugin [-] Segment 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19cb5b49-f3c5-4cd1-9b66-6e0abd4f3e09 found for delete ", "request_id": "req-93ea5030-7ce8-4778-9574-c56c73d9b5d5"}]} [pid: 8|app: 0|req: 537/1006] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:50 2026] POST /v2.0/routers => generated 692 bytes in 1890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:52.839 8 INFO neutron.db.segments_db [None req-7a936781-e233-4cea-8945-98e13a7d27c2 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 of type vxlan for network 21185a25-8046-4bc8-b289-f7236bd4dfc5 2026-08-22 11:47:53.062 8 INFO neutron.db.l3_hamode_db [None req-7a936781-e233-4cea-8945-98e13a7d27c2 0722181d945949feb528eb878136ae3a 68f91fab6e7645c7bc6f63b54e646919 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:53.306 7 INFO neutron.db.l3_hamode_db [None req-b2d0f017-4cc2-4445-ae43-014423c6d129 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:47:53.821 8 INFO neutron.db.l3_hamode_db [None req-7a936781-e233-4cea-8945-98e13a7d27c2 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 470/1007] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:52 2026] POST /v2.0/routers => generated 735 bytes in 1901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1008] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:47:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1009] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:47:54 2026] GET /v2.0/routers/03b446c1-50f2-4c09-846b-6c01234b4581 => generated 698 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1010] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:52 2026] POST /v2.0/routers => generated 727 bytes in 1806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1011] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:47:54 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1012] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:47:55 2026] GET /v2.0/routers => generated 701 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1013] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:54 2026] PUT /v2.0/routers/5e2a9b7b-1c7a-4f86-827c-28a17d9b90b4/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1014] 10.0.0.143 () {34 vars in 741 bytes} [Sat Aug 22 11:47:55 2026] PUT /v2.0/routers/03b446c1-50f2-4c09-846b-6c01234b4581 => generated 705 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1015] 10.0.0.230 () {34 vars in 1100 bytes} [Sat Aug 22 11:47:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1374960250&fields=id&tenant_id=1abe864d3a784085bd56a0a7bbbc6c50 => 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: 476/1016] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:47:55 2026] GET /v2.0/routers/03b446c1-50f2-4c09-846b-6c01234b4581 => generated 705 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1017] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/networks?id=15ec4efa-cbba-4d76-ae3b-f3877f96e647 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1018] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/ports?device_id=03b446c1-50f2-4c09-846b-6c01234b4581 => 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: 479/1019] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/quotas/1abe864d3a784085bd56a0a7bbbc6c50 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:47:56.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-083fe579-53c5-4353-972f-ce9a133f6659 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: d04f006c-f96c-4c7a-8c88-0bb13a895762 2026-08-22 11:47:56.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-083fe579-53c5-4353-972f-ce9a133f6659 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: d04f006c-f96c-4c7a-8c88-0bb13a895762 [pid: 8|app: 0|req: 541/1020] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:47:55 2026] PUT /v2.0/routers/2dcf82a5-2a9b-456c-9033-90958698d415/add_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1021] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/ports?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1022] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:47:56 2026] POST /v2.0/security-groups => generated 1661 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:47:56.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-083fe579-53c5-4353-972f-ce9a133f6659 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] TaaS: Handle Delete Port: 147097c7-f050-471f-99d2-b6cd5161ee91 2026-08-22 11:47:56.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-083fe579-53c5-4353-972f-ce9a133f6659 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] Tap Mirror: Handle Delete Port: 147097c7-f050-471f-99d2-b6cd5161ee91 [pid: 8|app: 0|req: 544/1023] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?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: 545/1024] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:47:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1025] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?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: 547/1026] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:47:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:56.889 7 INFO neutron.services.segments.plugin [-] Segment ae636105-1aec-4edb-b57a-83c9133af36c resource provider aggregate not found [pid: 8|app: 0|req: 548/1027] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:56.903 7 INFO neutron.services.segments.plugin [-] Segment ae636105-1aec-4edb-b57a-83c9133af36c resource provider aggregate not found 2026-08-22 11:47:56.909 7 INFO neutron.services.segments.plugin [-] Segment ae636105-1aec-4edb-b57a-83c9133af36c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae636105-1aec-4edb-b57a-83c9133af36c found for delete ", "request_id": "req-136363c4-83d4-4d8b-b907-da62a120499a"}]} 2026-08-22 11:47:56.919 7 INFO neutron.db.l3_hamode_db [None req-083fe579-53c5-4353-972f-ce9a133f6659 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] HA network 7100fbf2-cff8-4359-95bd-a6f09a44680b was deleted as no HA routers are present in tenant 748e733fac22436f930259f47c3cd41f. 2026-08-22 11:47:56.929 7 INFO neutron.services.segments.plugin [-] Segment ae636105-1aec-4edb-b57a-83c9133af36c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae636105-1aec-4edb-b57a-83c9133af36c found for delete ", "request_id": "req-ac413634-4ccb-407f-9d68-aee54817329a"}]} [pid: 7|app: 0|req: 480/1028] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:56 2026] DELETE /v2.0/routers/03b446c1-50f2-4c09-846b-6c01234b4581 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1029] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/ports?device_id=03b446c1-50f2-4c09-846b-6c01234b4581 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:56.977 7 INFO neutron.api.v2.resource [None req-0811de6d-b3e2-4c6e-9a8a-73bb5d1869fa 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 482/1030] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:56 2026] DELETE /v2.0/routers/03b446c1-50f2-4c09-846b-6c01234b4581 => 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: 483/1031] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:56 2026] GET /v2.0/ports?device_id=d137bf2f-e15b-4163-9f09-5761c22dae58 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:57.017 7 INFO neutron.api.v2.resource [None req-4d73a146-f9cb-40e7-820f-ed90578fd70c 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/1032] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/routers/d137bf2f-e15b-4163-9f09-5761c22dae58 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:57.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0dd6e84-40c0-4447-a6c9-8e8364dc63d1 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/1033] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/subnets/0b4ed189-16d3-427d-a1df-cd7366721e03 => 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: 486/1034] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:57 2026] GET /v2.0/ports?device_id=d8347a05-0ffc-42bb-b14b-54fa544bdbab => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:57.083 7 INFO neutron.api.v2.resource [None req-dd3bf654-08c7-4a0b-98f6-040e8c574151 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 487/1035] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/routers/d8347a05-0ffc-42bb-b14b-54fa544bdbab => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:57.098 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec272101-6190-4de5-be3a-da79af85b50b 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 488/1036] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/subnets/a78a4aab-9fc8-4cc2-a19c-703f74f347ff => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1037] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:47:57 2026] GET /v2.0/ports?device_id=32ab916d-d7de-43b4-aa18-b5ab487d152f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:57.142 7 INFO neutron.api.v2.resource [None req-91e430ac-759b-4d54-acf9-1950612c79ea 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/1038] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/routers/32ab916d-d7de-43b4-aa18-b5ab487d152f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:57.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f7e8846-91ae-4d71-b975-d51f4c834c79 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/1039] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/subnets/8b28887c-1294-471c-a4c1-2521f2abafea => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:47:57.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83bce160-68ff-42f9-9f69-2c5aa1dd1dd4 55e03d67af2b4cd68dfc0655e92bea42 748e733fac22436f930259f47c3cd41f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/1040] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/subnets/f9695a89-f488-45c5-81b4-5e06dbc8ca47 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1041] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:47:56 2026] POST /v2.0/floatingips => generated 552 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:47:57.784 8 INFO neutron.db.segments_db [None req-da193cbd-ba02-4aaf-890c-c00339694590 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a of type vxlan for network 3d3cda3f-ca24-4820-8a2c-d3d212edfa05 [pid: 8|app: 0|req: 550/1042] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:47:57 2026] POST /v2.0/networks => generated 721 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1043] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:47:57 2026] GET /v2.0/security-groups?tenant_id=748e733fac22436f930259f47c3cd41f&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1044] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:57 2026] POST /v2.0/subnets => generated 687 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1045] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:58 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => 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: 494/1046] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:47:57 2026] DELETE /v2.0/security-groups/719eec1d-2733-490e-b6df-da207cdaae01 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:47:58.204 8 INFO neutron.db.segments_db [None req-62e62bbc-840e-4795-979c-5eda731e7bf6 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b of type vxlan for network 905b7939-c4cb-47db-a388-e3b0f498116f 2026-08-22 11:47:58.500 8 INFO neutron.db.l3_hamode_db [None req-62e62bbc-840e-4795-979c-5eda731e7bf6 0722181d945949feb528eb878136ae3a 0977ab6ac31e4b75ac8fb47cb484007d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 495/1047] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:47:59 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:47:59.453 8 INFO neutron.db.l3_hamode_db [None req-62e62bbc-840e-4795-979c-5eda731e7bf6 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 496/1048] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:48:00 2026] POST /v2.0/subnetpools => generated 548 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1049] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:48:00 2026] GET /v2.0/subnetpools/8ea1bfa9-5246-4031-95b1-08134f03ba0c => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1050] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:48:00 2026] PUT /v2.0/subnetpools/8ea1bfa9-5246-4031-95b1-08134f03ba0c => generated 500 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1051] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:00 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1052] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:48:00 2026] DELETE /v2.0/subnetpools/8ea1bfa9-5246-4031-95b1-08134f03ba0c => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:48:00.379 7 INFO neutron.api.v2.resource [None req-e328581d-ed39-4e3d-835d-3f7f5d6e1829 28ac62ba435045349929bc8be865b3f0 b93fe7e6c5fa4d8d8f1974b5b14a2c3e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/1053] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:48:00 2026] GET /v2.0/subnetpools/8ea1bfa9-5246-4031-95b1-08134f03ba0c => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:48:00.401 7 INFO neutron.api.v2.resource [None req-61635f7f-524d-4ea2-8cb3-5b3c20ac493a 28ac62ba435045349929bc8be865b3f0 b93fe7e6c5fa4d8d8f1974b5b14a2c3e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/1054] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:48:00 2026] DELETE /v2.0/subnetpools/8ea1bfa9-5246-4031-95b1-08134f03ba0c => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1055] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:47:58 2026] POST /v2.0/routers => generated 727 bytes in 2283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1056] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:00 2026] GET /v2.0/security-groups?tenant_id=b93fe7e6c5fa4d8d8f1974b5b14a2c3e&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1057] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:01 2026] GET /v2.0/networks?id=15ec4efa-cbba-4d76-ae3b-f3877f96e647 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1058] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:01 2026] DELETE /v2.0/security-groups/fe513822-b48b-48d3-afe0-946d3abe0846 => 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: 557/1059] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:48:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1abe864d3a784085bd56a0a7bbbc6c50 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1060] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:01 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1061] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:48:00 2026] PUT /v2.0/routers/a5fd1308-fb6d-4fa5-815c-77428bc63031/add_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1062] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:48:01 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 560/1063] 10.0.0.230 () {34 vars in 1100 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1820184550&fields=id&tenant_id=f102d187e8da4fd5ae2746c2448d4b8e => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1064] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:48:01 2026] PUT /v2.0/ports/223ef9c0-9cc6-41c5-aaad-13a58c09319c => generated 1235 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1065] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/networks?id=4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b => generated 680 bytes in 52 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: 505/1066] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/quotas/f102d187e8da4fd5ae2746c2448d4b8e => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:02.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46631b73-32b4-4444-a50b-9a5bd8e039f8'] response: {'name': 'network-changed', 'server_uuid': 'a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c', 'tag': '223ef9c0-9cc6-41c5-aaad-13a58c09319c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 562/1067] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/ports?tenant_id=f102d187e8da4fd5ae2746c2448d4b8e&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1068] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1069] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:48:02 2026] POST /v2.0/security-groups => generated 1673 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1070] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b?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: 507/1071] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1072] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b?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: 565/1073] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1074] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1075] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1076] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:02 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 568/1077] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/ports?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1078] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1079] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/networks?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&shared=False => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:03.125 7 INFO neutron.db.securitygroups_db [None req-7920b7c3-c9be-4c01-9368-3840703862d7 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] Project 68f91fab6e7645c7bc6f63b54e646919 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: 570/1080] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1081] 10.0.0.143 () {32 vars in 623 bytes} [Sat Aug 22 11:48:03 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1082] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:48:03.283 7 INFO neutron.db.securitygroups_db [None req-76d9c4e7-dab8-4461-927d-4257354c8e90 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] Project 68f91fab6e7645c7bc6f63b54e646919 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: 512/1083] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1084] 10.0.0.143 () {32 vars in 633 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/ => generated 632 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1085] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1086] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1087] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:48:03 2026] POST /v2.0/security-groups => generated 1657 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1088] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1089] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:03 2026] GET /v2.0/security-groups?tenant_id=394fb09137054aed91f191a822014374&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1090] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1091] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:48:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1092] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/ports?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1093] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:04 2026] DELETE /v2.0/security-groups/1271e5c6-38bb-43fc-8ecf-5973b2b0c73a => 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: 518/1094] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=223ef9c0-9cc6-41c5-aaad-13a58c09319c => 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: 519/1095] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/subnets?id=8dab491e-1868-4594-9bee-d236929d3ae4 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1096] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/ports?network_id=15ec4efa-cbba-4d76-ae3b-f3877f96e647&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1097] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1098] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1099] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:48:04 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1100] 10.0.0.230 () {34 vars in 1096 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--72811950&fields=id&tenant_id=68f91fab6e7645c7bc6f63b54e646919 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1101] 10.0.0.230 () {34 vars in 1098 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-115484347&fields=id&tenant_id=68f91fab6e7645c7bc6f63b54e646919 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1102] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1103] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/networks?id=3b0cc1d3-fced-4250-bbd7-47a04d4f500b => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1104] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:48:05 2026] GET /v2.0/quotas/68f91fab6e7645c7bc6f63b54e646919 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1105] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:04 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1106] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:48:05 2026] GET /v2.0/ports?tenant_id=68f91fab6e7645c7bc6f63b54e646919&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1107] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:48:05 2026] GET /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1108] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:48:05 2026] GET /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b?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: 527/1109] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:05 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 583/1110] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:05 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => 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: 528/1111] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:06 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1112] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:06 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1113] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:06 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 585/1114] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:06 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => 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: 531/1117] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1118] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1119] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/networks?id=4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1120] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f102d187e8da4fd5ae2746c2448d4b8e => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1121] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 534/1122] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => 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: 589/1123] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:48:07 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: 535/1124] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:07 2026] GET /v2.0/security-groups?tenant_id=209fa69a7b884645badd18f51a50d8c8&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: 536/1125] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:08 2026] DELETE /v2.0/security-groups/e01031c0-e625-4bdb-98fd-2422b39d9cf8 => 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: 590/1126] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:48:07 2026] PUT /v2.0/ports/7755bd6b-5ab2-479f-a565-92f0999900b8 => generated 1235 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:08.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-50d44f43-039b-4ca3-94c4-0bb731ad5182'] response: {'name': 'network-changed', 'server_uuid': 'ac48931e-2ab4-4bfd-8124-b9bf70c0e12a', 'tag': '7755bd6b-5ab2-479f-a565-92f0999900b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 537/1127] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 51 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: 591/1128] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1129] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1130] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&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: 539/1131] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1132] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/ports?tenant_id=f102d187e8da4fd5ae2746c2448d4b8e&device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1133] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/networks?tenant_id=f102d187e8da4fd5ae2746c2448d4b8e&shared=False => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1134] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:48:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1135] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 541/1136] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1137] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/networks?id=3b0cc1d3-fced-4250-bbd7-47a04d4f500b => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1138] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1139] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=68f91fab6e7645c7bc6f63b54e646919 => generated 271 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1140] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1141] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => 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: 545/1142] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:09 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:10.192 7 INFO neutron.db.segments_db [None req-ae4bbdab-0012-4f6e-abfd-7d94078a07a4 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment 55874691-80c5-4a0c-9745-2752905a8ce9 of type vxlan for network 699e2609-7cf0-457a-9d8c-9ec79a620f34 [pid: 7|app: 0|req: 546/1143] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:48:09 2026] POST /v2.0/networks => generated 721 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1144] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:48:09 2026] POST /v2.0/ports => generated 993 bytes in 765 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-08-22 11:48:10.560 7 INFO neutron.db.l3_db [None req-71db5f44-db27-4d27-9ef3-46d8b489e08c ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] Floating IP fe5b48e7-b2a0-4d10-808f-d4dcaff4df5f associated. External IP: 10.96.250.212, port: 223ef9c0-9cc6-41c5-aaad-13a58c09319c. [pid: 8|app: 0|req: 599/1145] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:10 2026] GET /v2.0/ports?tenant_id=f102d187e8da4fd5ae2746c2448d4b8e&device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1146] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:48:10 2026] POST /v2.0/subnets => generated 687 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1147] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:48:10 2026] PUT /v2.0/floatingips/fe5b48e7-b2a0-4d10-808f-d4dcaff4df5f => generated 855 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1148] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7755bd6b-5ab2-479f-a565-92f0999900b8 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:48:10.970 7 INFO neutron.db.segments_db [None req-151dc158-04db-4e29-a008-d02175e1665f 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Added segment bbbc33d3-56cc-42e5-b201-252e2790c84b of type vxlan for network f3b4c378-69d2-4668-a48d-277502294b33 2026-08-22 11:48:11.174 7 INFO neutron.db.l3_hamode_db [None req-151dc158-04db-4e29-a008-d02175e1665f 0722181d945949feb528eb878136ae3a b673f8fdb03846d08cdbc23dc7aaf72a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 601/1149] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:48:10 2026] PUT /v2.0/ports/73f9d07d-4712-4a46-8de8-46f3c15d7a8a => generated 1274 bytes in 503 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: 602/1150] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 603/1151] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1152] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/subnets?id=1d7880ef-4fe2-462a-9bc3-3037ff516644 => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1153] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1154] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1155] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/ports?network_id=4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:48:11.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d3105e-dfb1-4798-b99e-bd28f2f80f98'] response: {'name': 'network-changed', 'server_uuid': '277919de-d8df-4591-909a-855f1143ec06', 'tag': '73f9d07d-4712-4a46-8de8-46f3c15d7a8a', 'status': 'completed', 'code': 200} 2026-08-22 11:48:11.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80e74fdc-19e3-4fa5-b05d-acad94ea9cd4'] response: {'name': 'network-changed', 'server_uuid': 'a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c', 'tag': '223ef9c0-9cc6-41c5-aaad-13a58c09319c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 608/1156] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1157] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:11 2026] GET /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1158] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/ports?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1159] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/ports?tenant_id=68f91fab6e7645c7bc6f63b54e646919&device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1160] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/networks?id=15ec4efa-cbba-4d76-ae3b-f3877f96e647 => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1161] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/networks?tenant_id=68f91fab6e7645c7bc6f63b54e646919&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1162] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=223ef9c0-9cc6-41c5-aaad-13a58c09319c => generated 860 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1163] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1164] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/subnets?id=8dab491e-1868-4594-9bee-d236929d3ae4 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1165] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/ports?network_id=15ec4efa-cbba-4d76-ae3b-f3877f96e647&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:12.332 7 INFO neutron.db.l3_hamode_db [None req-151dc158-04db-4e29-a008-d02175e1665f 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 618/1166] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1167] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?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: 620/1168] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 621/1169] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1008 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1170] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1171] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:12 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1172] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:48:10 2026] POST /v2.0/routers => generated 727 bytes in 2313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1173] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/ports?tenant_id=68f91fab6e7645c7bc6f63b54e646919&device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1174] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=73f9d07d-4712-4a46-8de8-46f3c15d7a8a => 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: 552/1175] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/subnets?id=b6e43924-2551-43e5-a328-6743663306af => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1176] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/ports?network_id=3b0cc1d3-fced-4250-bbd7-47a04d4f500b&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1177] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b?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: 555/1178] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b?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: 556/1179] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1180] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1008 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1181] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&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: 559/1182] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:13 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1183] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:48:13 2026] PUT /v2.0/routers/4e415edd-af31-4a0b-90d1-0968dbe2eff6/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1184] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:15 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 625/1185] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:15 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1186] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:15 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1187] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:15 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1188] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1189] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1190] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1008 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1191] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1192] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/networks?id=699e2609-7cf0-457a-9d8c-9ec79a620f34 => generated 672 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1193] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/quotas/b673f8fdb03846d08cdbc23dc7aaf72a => 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: 629/1194] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/ports?tenant_id=b673f8fdb03846d08cdbc23dc7aaf72a&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1195] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1277 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1196] 199.204.45.238 () {34 vars in 1124 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1197] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1198] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1199] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:16 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 569/1200] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:17 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1201] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:17 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1202] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:17 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1203] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:17 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1204] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:18 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 634/1205] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:18 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1206] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:18 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1207] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:18 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1208] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:18 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1209] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:19 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 574/1210] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:19 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1211] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:19 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1212] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:19 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1213] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:19 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1214] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:20 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1215] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:20 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:48:20.485 7 INFO neutron.db.l3_db [None req-69b7c99a-21d6-497f-9ac4-e4665d6369a1 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] Floating IP 0eaa2b34-1365-4af2-be8d-58c004ef277c associated. External IP: 10.96.250.218, port: 73f9d07d-4712-4a46-8de8-46f3c15d7a8a. [pid: 7|app: 0|req: 577/1216] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:48:20 2026] PUT /v2.0/floatingips/0eaa2b34-1365-4af2-be8d-58c004ef277c => generated 855 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1217] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:48:20 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:20.922 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c9e5b40-865b-40ae-a91d-930fbb32e2bc'] response: {'name': 'network-changed', 'server_uuid': '277919de-d8df-4591-909a-855f1143ec06', 'tag': '73f9d07d-4712-4a46-8de8-46f3c15d7a8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 578/1218] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:20 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&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: 641/1219] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:20 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 579/1220] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1221] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 642/1222] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/networks?id=699e2609-7cf0-457a-9d8c-9ec79a620f34 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1223] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/ports?tenant_id=68f91fab6e7645c7bc6f63b54e646919&device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1279 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1224] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/networks?id=3b0cc1d3-fced-4250-bbd7-47a04d4f500b => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1225] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=73f9d07d-4712-4a46-8de8-46f3c15d7a8a => 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: 584/1226] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/subnets?id=b6e43924-2551-43e5-a328-6743663306af => generated 690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1227] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/ports?network_id=3b0cc1d3-fced-4250-bbd7-47a04d4f500b&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: 586/1228] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b?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: 589/1231] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:21 2026] GET /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b?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: 643/1232] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:48:21 2026] POST /v2.0/ports => generated 958 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: 8|app: 0|req: 644/1233] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:22 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 645/1234] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:22 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1235] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:22 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 590/1236] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:48:21 2026] PUT /v2.0/ports/153c4d94-5bd5-4e12-831c-7c0ad89a04a5 => generated 1239 bytes in 520 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: 591/1237] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:22 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1238] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:22 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:48:22.762 8 INFO neutron.db.l3_db [None req-5f7e80c0-cb8f-403c-9c19-22c4b69a2362 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] Floating IP d753af75-ad25-429a-bd3a-443ee02dbdf9 associated. External IP: 10.96.250.216, port: 7755bd6b-5ab2-479f-a565-92f0999900b8. 2026-08-22 11:48:22.973 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04a4b197-80a1-4b44-a955-4d413c161c2b'] response: {'name': 'network-changed', 'server_uuid': 'c2f1d788-58ad-491a-8a31-9cec745aee14', 'tag': '153c4d94-5bd5-4e12-831c-7c0ad89a04a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 647/1239] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:48:22 2026] PUT /v2.0/floatingips/d753af75-ad25-429a-bd3a-443ee02dbdf9 => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:23.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-858385b2-b969-4572-9e43-c532280c47da'] response: {'name': 'network-changed', 'server_uuid': 'ac48931e-2ab4-4bfd-8124-b9bf70c0e12a', 'tag': '7755bd6b-5ab2-479f-a565-92f0999900b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 593/1240] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 648/1241] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&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: 594/1242] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?tenant_id=b673f8fdb03846d08cdbc23dc7aaf72a&device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 649/1243] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=153c4d94-5bd5-4e12-831c-7c0ad89a04a5 => 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: 595/1244] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 650/1245] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/subnets?id=2e2114d4-1ffd-4ecd-a01d-6cc577835eb0 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1246] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1247] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?network_id=699e2609-7cf0-457a-9d8c-9ec79a620f34&device_owner=network%3Adhcp => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1248] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?tenant_id=f102d187e8da4fd5ae2746c2448d4b8e&device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1249] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34?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: 598/1250] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/networks?id=4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b => generated 776 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1251] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1252] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7755bd6b-5ab2-479f-a565-92f0999900b8 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1253] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1254] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/subnets?id=1d7880ef-4fe2-462a-9bc3-3037ff516644 => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1255] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1256] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/ports?network_id=4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1257] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1258] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:23 2026] GET /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1259] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1260] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1261] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/ports?tenant_id=b673f8fdb03846d08cdbc23dc7aaf72a&device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1262] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/networks?id=699e2609-7cf0-457a-9d8c-9ec79a620f34 => generated 768 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1263] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=153c4d94-5bd5-4e12-831c-7c0ad89a04a5 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1264] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/subnets?id=2e2114d4-1ffd-4ecd-a01d-6cc577835eb0 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1265] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1266] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/ports?network_id=699e2609-7cf0-457a-9d8c-9ec79a620f34&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1267] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1268] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:24 2026] GET /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34?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: 662/1269] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:25 2026] GET /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1270] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:25 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1271] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:25 2026] GET /v2.0/security-groups?id=b4bfb0ca-7324-46ec-b6ac-d89524f6cf16&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1272] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:48:25 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:26.066 7 INFO neutron_taas.services.taas.taas_plugin [req-dcf12b78-dd87-43fc-aef8-e8d9e098455b req-6c47fcfc-f6b0-4b11-a163-a702e4793928 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] TaaS: Handle Delete Port: 7755bd6b-5ab2-479f-a565-92f0999900b8 2026-08-22 11:48:26.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dcf12b78-dd87-43fc-aef8-e8d9e098455b req-6c47fcfc-f6b0-4b11-a163-a702e4793928 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] Tap Mirror: Handle Delete Port: 7755bd6b-5ab2-479f-a565-92f0999900b8 [pid: 8|app: 0|req: 664/1273] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:26 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1274] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:26 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&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-08-22 11:48:26.186 7 INFO neutron.db.l3_db [req-dcf12b78-dd87-43fc-aef8-e8d9e098455b req-6c47fcfc-f6b0-4b11-a163-a702e4793928 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] Floating IP d753af75-ad25-429a-bd3a-443ee02dbdf9 disassociated. External IP: 10.96.250.216, port: 7755bd6b-5ab2-479f-a565-92f0999900b8. [pid: 7|app: 0|req: 610/1275] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:48:25 2026] DELETE /v2.0/ports/7755bd6b-5ab2-479f-a565-92f0999900b8 => generated 0 bytes in 633 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:26.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-871f1fbe-1669-42ca-a48c-66316a84f288'] response: {'server_uuid': 'ac48931e-2ab4-4bfd-8124-b9bf70c0e12a', 'name': 'network-vif-deleted', 'tag': '7755bd6b-5ab2-479f-a565-92f0999900b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 666/1276] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:27 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1277] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:27 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 667/1278] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:27 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1279] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:28 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1280] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:28 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1281] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:28 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&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: 669/1282] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:29 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 614/1283] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:29 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1284] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:29 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&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: 7|app: 0|req: 615/1285] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:30 2026] GET /v2.0/ports?device_id=ac48931e-2ab4-4bfd-8124-b9bf70c0e12a => 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: 671/1286] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:31 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1287] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:31 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1288] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:31 2026] DELETE /v2.0/security-groups/b4bfb0ca-7324-46ec-b6ac-d89524f6cf16 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:48:31.526 7 INFO neutron.api.v2.resource [None req-dde5bf94-d11b-40f1-95b2-33607f9c2052 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1289] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:48:31 2026] GET /v2.0/security-groups/b4bfb0ca-7324-46ec-b6ac-d89524f6cf16 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:48:31.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6e9cf93-86ac-4e58-ba97-74012b273e88 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] TaaS: Handle Delete Port: 2d2f22cd-5ef6-4b6f-804d-289fae31d214 2026-08-22 11:48:31.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6e9cf93-86ac-4e58-ba97-74012b273e88 4e4bfa0b71b84ab3b4b36e0f8c0b7c60 f102d187e8da4fd5ae2746c2448d4b8e - - default default] Tap Mirror: Handle Delete Port: 2d2f22cd-5ef6-4b6f-804d-289fae31d214 [pid: 8|app: 0|req: 673/1290] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:48:31 2026] DELETE /v2.0/floatingips/d753af75-ad25-429a-bd3a-443ee02dbdf9 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:48:32.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9b01918-8138-4046-aa0a-477e09ef6056 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 99f5f812-49d5-4409-9bf7-2b5923215cc1 2026-08-22 11:48:32.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9b01918-8138-4046-aa0a-477e09ef6056 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 99f5f812-49d5-4409-9bf7-2b5923215cc1 [pid: 8|app: 0|req: 674/1291] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:32 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1292] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:32 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1293] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:48:31 2026] PUT /v2.0/routers/5e2a9b7b-1c7a-4f86-827c-28a17d9b90b4/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:32.983 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1b81c82-04b6-4ca7-8ba2-b0fb4bbfbebf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 14dc9fa3-e709-4132-811a-65016d8b9c14 2026-08-22 11:48:32.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1b81c82-04b6-4ca7-8ba2-b0fb4bbfbebf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 14dc9fa3-e709-4132-811a-65016d8b9c14 2026-08-22 11:48:33.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1b81c82-04b6-4ca7-8ba2-b0fb4bbfbebf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 8836eefd-39de-41ab-b525-8c8311419fe2 2026-08-22 11:48:33.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1b81c82-04b6-4ca7-8ba2-b0fb4bbfbebf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 8836eefd-39de-41ab-b525-8c8311419fe2 [pid: 7|app: 0|req: 619/1294] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1295] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1296] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1297] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1298] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 624/1299] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/security-groups?id=7bf394a9-c837-4b35-afd8-d9407e2d1a58&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: 625/1300] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:33.583 8 INFO neutron.services.segments.plugin [-] Segment b9586884-1bc8-4d3c-a2ea-0d41fafc52cf resource provider aggregate not found 2026-08-22 11:48:33.592 8 INFO neutron.services.segments.plugin [-] Segment b9586884-1bc8-4d3c-a2ea-0d41fafc52cf resource provider aggregate not found 2026-08-22 11:48:33.610 8 INFO neutron.services.segments.plugin [-] Segment b9586884-1bc8-4d3c-a2ea-0d41fafc52cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9586884-1bc8-4d3c-a2ea-0d41fafc52cf found for delete ", "request_id": "req-6de4ee31-4fa5-4481-87f3-3c0acfe8da43"}]} 2026-08-22 11:48:33.612 8 INFO neutron.services.segments.plugin [-] Segment b9586884-1bc8-4d3c-a2ea-0d41fafc52cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9586884-1bc8-4d3c-a2ea-0d41fafc52cf found for delete ", "request_id": "req-0c81e1f0-2c09-41ab-9a3a-40f956193332"}]} 2026-08-22 11:48:33.621 8 INFO neutron.db.l3_hamode_db [None req-d1b81c82-04b6-4ca7-8ba2-b0fb4bbfbebf 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 0d7f1091-df0b-4c50-8798-9dc4e8d3e450 was deleted as no HA routers are present in tenant f102d187e8da4fd5ae2746c2448d4b8e. [pid: 8|app: 0|req: 676/1301] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:32 2026] DELETE /v2.0/routers/5e2a9b7b-1c7a-4f86-827c-28a17d9b90b4 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:48:33.678 7 INFO neutron_taas.services.taas.taas_plugin [req-6251fbff-a875-4a57-9937-a6c1218768ae req-d5957f3a-28cc-4f28-84c7-29ae82839475 ec6a0c28eb514c6499aa0e6b1cbb8f76 b673f8fdb03846d08cdbc23dc7aaf72a - - default default] TaaS: Handle Delete Port: 153c4d94-5bd5-4e12-831c-7c0ad89a04a5 2026-08-22 11:48:33.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6251fbff-a875-4a57-9937-a6c1218768ae req-d5957f3a-28cc-4f28-84c7-29ae82839475 ec6a0c28eb514c6499aa0e6b1cbb8f76 b673f8fdb03846d08cdbc23dc7aaf72a - - default default] Tap Mirror: Handle Delete Port: 153c4d94-5bd5-4e12-831c-7c0ad89a04a5 [pid: 8|app: 0|req: 677/1302] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:33 2026] DELETE /v2.0/subnets/1d7880ef-4fe2-462a-9bc3-3037ff516644 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1303] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:48:33 2026] DELETE /v2.0/ports/153c4d94-5bd5-4e12-831c-7c0ad89a04a5 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:33.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce39580b-7172-4bc8-a389-c1346f12f647'] response: {'server_uuid': 'c2f1d788-58ad-491a-8a31-9cec745aee14', 'name': 'network-vif-deleted', 'tag': '153c4d94-5bd5-4e12-831c-7c0ad89a04a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 678/1304] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:33.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-67553f97-ddc7-4937-a083-725ee33b993c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 3c2e2265-48a1-4187-8494-d11a9fc09955 2026-08-22 11:48:33.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67553f97-ddc7-4937-a083-725ee33b993c 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 3c2e2265-48a1-4187-8494-d11a9fc09955 [pid: 8|app: 0|req: 679/1305] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:33 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:34.061 7 INFO neutron.services.segments.plugin [-] Segment d89fff41-bdf7-4e3c-8810-677f784e3f76 resource provider aggregate not found 2026-08-22 11:48:34.066 7 INFO neutron.services.segments.plugin [-] Segment d89fff41-bdf7-4e3c-8810-677f784e3f76 resource provider aggregate not found 2026-08-22 11:48:34.076 7 INFO neutron.services.segments.plugin [-] Segment d89fff41-bdf7-4e3c-8810-677f784e3f76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89fff41-bdf7-4e3c-8810-677f784e3f76 found for delete ", "request_id": "req-0213eb78-6cc5-46ad-ace4-7f1f8d8930ae"}]} [pid: 7|app: 0|req: 627/1306] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:33 2026] DELETE /v2.0/networks/4a3e5fe5-3d69-4ae5-ae96-09e0617d2d3b => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:34.080 7 INFO neutron.services.segments.plugin [-] Segment d89fff41-bdf7-4e3c-8810-677f784e3f76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89fff41-bdf7-4e3c-8810-677f784e3f76 found for delete ", "request_id": "req-92c5d961-efae-46fc-b001-b9c6a4c22a2c"}]} [pid: 8|app: 0|req: 680/1307] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:34 2026] GET /v2.0/security-groups?tenant_id=f102d187e8da4fd5ae2746c2448d4b8e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1308] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:34 2026] DELETE /v2.0/security-groups/ccab64ce-a683-4899-b64d-cad0d852a341 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1309] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:34 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 629/1310] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:34 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1311] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1312] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/ports?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => 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: 683/1313] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/networks?id=15ec4efa-cbba-4d76-ae3b-f3877f96e647 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1314] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=223ef9c0-9cc6-41c5-aaad-13a58c09319c => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1315] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/subnets?id=8dab491e-1868-4594-9bee-d236929d3ae4 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1316] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/ports?network_id=15ec4efa-cbba-4d76-ae3b-f3877f96e647&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1317] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?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: 633/1318] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647?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: 686/1319] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:35 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 634/1320] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:36 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => 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: 687/1321] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:36 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1324] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:36 2026] GET /v2.0/ports?device_id=c2f1d788-58ad-491a-8a31-9cec745aee14 => 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: 636/1325] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:37 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1326] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:37 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&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: 691/1327] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:38 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => 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: 692/1328] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:38 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1329] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:38 2026] GET /v2.0/security-groups?tenant_id=43a2731eecc14b94865593c0033c47f5&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1330] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:38 2026] DELETE /v2.0/security-groups/859a27cf-c07e-40c7-9f24-ef930e1a2bbc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1331] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:38 2026] GET /v2.0/security-groups?tenant_id=0b91be1e8dd44d8c9ccf0242f26c953e&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1332] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:38 2026] DELETE /v2.0/security-groups/6bbc1e53-0263-465b-9d3b-3087fc4374a3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:48:39.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-ace62cf3-cd50-4752-adf6-09e8c5d661fb 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: b9706681-bbf8-42f3-b299-86af9c9138da 2026-08-22 11:48:39.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ace62cf3-cd50-4752-adf6-09e8c5d661fb 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: b9706681-bbf8-42f3-b299-86af9c9138da [pid: 8|app: 0|req: 695/1333] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:39 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1334] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:39 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1335] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:48:39 2026] PUT /v2.0/routers/4e415edd-af31-4a0b-90d1-0968dbe2eff6/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:40.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b7665c6-563c-4e5b-ad8f-e70221ceb504 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: d08ed75b-0794-4279-9ff3-c8b46a8ba468 2026-08-22 11:48:40.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b7665c6-563c-4e5b-ad8f-e70221ceb504 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: d08ed75b-0794-4279-9ff3-c8b46a8ba468 2026-08-22 11:48:40.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b7665c6-563c-4e5b-ad8f-e70221ceb504 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 47cd9e43-10c8-43d8-81de-a5e098152617 2026-08-22 11:48:40.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b7665c6-563c-4e5b-ad8f-e70221ceb504 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 47cd9e43-10c8-43d8-81de-a5e098152617 2026-08-22 11:48:40.860 8 INFO neutron.services.segments.plugin [-] Segment bbbc33d3-56cc-42e5-b201-252e2790c84b resource provider aggregate not found 2026-08-22 11:48:40.866 8 INFO neutron.services.segments.plugin [-] Segment bbbc33d3-56cc-42e5-b201-252e2790c84b resource provider aggregate not found 2026-08-22 11:48:40.876 8 INFO neutron.services.segments.plugin [-] Segment bbbc33d3-56cc-42e5-b201-252e2790c84b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbbc33d3-56cc-42e5-b201-252e2790c84b found for delete ", "request_id": "req-7e4f3ba0-0982-4dfa-bfe3-2d0f240044c4"}]} 2026-08-22 11:48:40.886 8 INFO neutron.services.segments.plugin [-] Segment bbbc33d3-56cc-42e5-b201-252e2790c84b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbbc33d3-56cc-42e5-b201-252e2790c84b found for delete ", "request_id": "req-a17bea17-b2a0-47fd-b0a3-c49f88d151cb"}]} 2026-08-22 11:48:40.891 8 INFO neutron.db.l3_hamode_db [None req-7b7665c6-563c-4e5b-ad8f-e70221ceb504 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network f3b4c378-69d2-4668-a48d-277502294b33 was deleted as no HA routers are present in tenant b673f8fdb03846d08cdbc23dc7aaf72a. [pid: 8|app: 0|req: 697/1336] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:40 2026] DELETE /v2.0/routers/4e415edd-af31-4a0b-90d1-0968dbe2eff6 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1337] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:40 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1338] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:40 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1339] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:40 2026] DELETE /v2.0/subnets/2e2114d4-1ffd-4ecd-a01d-6cc577835eb0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:41.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-df2201da-3d82-4ddd-88c6-b11d79252af3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: a8f62732-875a-4dca-8eb7-8794ece117e9 2026-08-22 11:48:41.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df2201da-3d82-4ddd-88c6-b11d79252af3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: a8f62732-875a-4dca-8eb7-8794ece117e9 2026-08-22 11:48:41.255 7 INFO neutron.services.segments.plugin [-] Segment 55874691-80c5-4a0c-9745-2752905a8ce9 resource provider aggregate not found 2026-08-22 11:48:41.260 7 INFO neutron.services.segments.plugin [-] Segment 55874691-80c5-4a0c-9745-2752905a8ce9 resource provider aggregate not found 2026-08-22 11:48:41.274 7 INFO neutron.services.segments.plugin [-] Segment 55874691-80c5-4a0c-9745-2752905a8ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55874691-80c5-4a0c-9745-2752905a8ce9 found for delete ", "request_id": "req-92ca1452-8995-4390-a028-1f41bd50a7b3"}]} 2026-08-22 11:48:41.276 7 INFO neutron.services.segments.plugin [-] Segment 55874691-80c5-4a0c-9745-2752905a8ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55874691-80c5-4a0c-9745-2752905a8ce9 found for delete ", "request_id": "req-609ba55b-1d9e-43d5-a0c1-d7f57811a792"}]} [pid: 7|app: 0|req: 642/1340] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:41 2026] DELETE /v2.0/networks/699e2609-7cf0-457a-9d8c-9ec79a620f34 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1341] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:41 2026] GET /v2.0/security-groups?tenant_id=b673f8fdb03846d08cdbc23dc7aaf72a&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1342] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:41 2026] DELETE /v2.0/security-groups/7bf394a9-c837-4b35-afd8-d9407e2d1a58 => 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: 700/1343] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:42 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1344] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:42 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1345] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:43 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => 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: 645/1346] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:43 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1347] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:43 2026] GET /v2.0/security-groups?tenant_id=065021be3754499191a531ccedaab8ef&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1348] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:44 2026] DELETE /v2.0/security-groups/e223360c-7dd9-436d-ae41-449d7c052175 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1349] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:44 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1350] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:44 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1351] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:44 2026] GET /v2.0/security-groups?tenant_id=93ca5aa821f848e69a8f10043adcc3f2&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1352] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:44 2026] DELETE /v2.0/security-groups/98af4976-73ee-49e3-a976-35e6cdc9845a => 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: 705/1353] 10.0.0.27 () {32 vars in 801 bytes} [Sat Aug 22 11:48:44 2026] GET /v2.0/extensions => generated 21537 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1354] 10.0.0.27 () {30 vars in 723 bytes} [Sat Aug 22 11:48:45 2026] GET /v2.0/quotas/421547dabec74236af40570d5b155ac0/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1355] 10.0.0.143 () {32 vars in 653 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions => generated 21537 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1356] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1357] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1358] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1359] 10.0.0.143 () {32 vars in 665 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1360] 10.0.0.143 () {32 vars in 699 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1361] 10.0.0.143 () {32 vars in 697 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1362] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1363] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1364] 10.0.0.143 () {32 vars in 703 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1365] 10.0.0.143 () {32 vars in 693 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1366] 10.0.0.143 () {32 vars in 695 bytes} [Sat Aug 22 11:48:46 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: 712/1367] 10.0.0.143 () {32 vars in 685 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1368] 10.0.0.143 () {32 vars in 687 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1369] 10.0.0.143 () {32 vars in 661 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1370] 10.0.0.143 () {32 vars in 699 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1371] 10.0.0.143 () {32 vars in 679 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1372] 10.0.0.143 () {32 vars in 683 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1373] 10.0.0.143 () {32 vars in 675 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1374] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:46 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: 716/1375] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1376] 10.0.0.143 () {32 vars in 687 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1377] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1378] 10.0.0.143 () {32 vars in 687 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1379] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1380] 10.0.0.143 () {32 vars in 699 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1381] 10.0.0.143 () {32 vars in 679 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1382] 10.0.0.143 () {32 vars in 667 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/router => generated 256 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1383] 10.0.0.143 () {32 vars in 677 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1384] 10.0.0.143 () {32 vars in 665 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1385] 10.0.0.143 () {32 vars in 675 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1386] 10.0.0.143 () {32 vars in 713 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1387] 10.0.0.143 () {32 vars in 691 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1388] 10.0.0.143 () {32 vars in 683 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1389] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1390] 10.0.0.143 () {32 vars in 687 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1391] 10.0.0.143 () {32 vars in 705 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1392] 10.0.0.143 () {32 vars in 675 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1393] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1394] 10.0.0.143 () {32 vars in 675 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1395] 10.0.0.143 () {32 vars in 693 bytes} [Sat Aug 22 11:48:46 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1396] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:47 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: 727/1397] 10.0.0.143 () {32 vars in 709 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1398] 10.0.0.143 () {32 vars in 705 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1399] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:48:47 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: 7|app: 0|req: 672/1400] 10.0.0.143 () {32 vars in 697 bytes} [Sat Aug 22 11:48:47 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: 729/1401] 10.0.0.143 () {32 vars in 711 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1402] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1403] 10.0.0.143 () {32 vars in 687 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1404] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1405] 10.0.0.143 () {32 vars in 675 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1406] 10.0.0.143 () {32 vars in 671 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1407] 10.0.0.143 () {32 vars in 661 bytes} [Sat Aug 22 11:48:47 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: 676/1408] 10.0.0.143 () {32 vars in 699 bytes} [Sat Aug 22 11:48:47 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: 733/1409] 10.0.0.143 () {32 vars in 699 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1410] 10.0.0.143 () {32 vars in 677 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1411] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1412] 10.0.0.143 () {32 vars in 683 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1413] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1414] 10.0.0.143 () {32 vars in 685 bytes} [Sat Aug 22 11:48:47 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: 8|app: 0|req: 736/1415] 10.0.0.143 () {32 vars in 707 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1416] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1417] 10.0.0.143 () {32 vars in 697 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1418] 10.0.0.143 () {32 vars in 695 bytes} [Sat Aug 22 11:48:47 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: 738/1419] 10.0.0.143 () {32 vars in 685 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1420] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1421] 10.0.0.143 () {32 vars in 705 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1422] 10.0.0.143 () {32 vars in 667 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1423] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:47 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: 684/1424] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:47 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: 741/1425] 10.0.0.143 () {32 vars in 691 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1426] 10.0.0.143 () {32 vars in 691 bytes} [Sat Aug 22 11:48:47 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: 742/1427] 10.0.0.143 () {32 vars in 695 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1428] 10.0.0.143 () {32 vars in 685 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1429] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1430] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1431] 10.0.0.143 () {32 vars in 703 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1432] 10.0.0.143 () {32 vars in 713 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1433] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1434] 10.0.0.143 () {32 vars in 715 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1435] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1436] 10.0.0.143 () {32 vars in 741 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1437] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1438] 10.0.0.143 () {32 vars in 683 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1439] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1440] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1441] 10.0.0.143 () {32 vars in 679 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1442] 10.0.0.143 () {32 vars in 669 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1443] 10.0.0.143 () {32 vars in 697 bytes} [Sat Aug 22 11:48:47 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: 7|app: 0|req: 694/1444] 10.0.0.143 () {32 vars in 705 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1445] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1446] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1447] 10.0.0.143 () {32 vars in 683 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1448] 10.0.0.143 () {32 vars in 705 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1449] 10.0.0.143 () {32 vars in 695 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1450] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1451] 10.0.0.143 () {32 vars in 697 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1452] 10.0.0.143 () {32 vars in 679 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1453] 10.0.0.143 () {32 vars in 689 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1454] 10.0.0.143 () {32 vars in 701 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1455] 10.0.0.143 () {32 vars in 665 bytes} [Sat Aug 22 11:48:47 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: 700/1456] 10.0.0.143 () {32 vars in 681 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1457] 10.0.0.143 () {32 vars in 677 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1458] 10.0.0.143 () {32 vars in 693 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1459] 10.0.0.143 () {32 vars in 677 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1460] 10.0.0.143 () {32 vars in 667 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1461] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:48:47 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: 7|app: 0|req: 703/1462] 10.0.0.143 () {32 vars in 675 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1463] 10.0.0.143 () {32 vars in 687 bytes} [Sat Aug 22 11:48:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1464] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:48 2026] GET /v2.0/security-groups?tenant_id=5818605a0b144b18ab11ea0b8634f7b4&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1465] 10.0.0.27 () {32 vars in 801 bytes} [Sat Aug 22 11:48:48 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: 761/1466] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:48 2026] DELETE /v2.0/security-groups/f5d50823-4db1-42a8-85db-9c7040dc6893 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1467] 10.0.0.27 () {30 vars in 723 bytes} [Sat Aug 22 11:48:48 2026] GET /v2.0/quotas/421547dabec74236af40570d5b155ac0/details => generated 847 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:50.370 8 INFO neutron.db.segments_db [None req-69df85c6-c6b9-4fee-8ff3-0467a0c80b4f e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Added segment 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc of type vxlan for network a52a40ac-df64-4c0b-bddd-129bdad087c8 2026-08-22 11:48:50.422 8 INFO neutron.db.segments_db [None req-69df85c6-c6b9-4fee-8ff3-0467a0c80b4f e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Added segment a4160f00-030a-415c-8869-fb472a00f973 of type vxlan for network 5f1662dc-abec-4621-9ef0-0aae155f5c29 [pid: 8|app: 0|req: 762/1468] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:50 2026] POST /v2.0/networks => generated 1207 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1469] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:48:50 2026] GET /v2.0/networks => generated 1844 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:50.729 8 INFO neutron.services.segments.plugin [-] Segment 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc resource provider aggregate not found 2026-08-22 11:48:50.733 8 INFO neutron.services.segments.plugin [-] Segment 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc resource provider aggregate not found 2026-08-22 11:48:50.751 8 INFO neutron.services.segments.plugin [-] Segment 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc found for delete ", "request_id": "req-6b717518-ca3e-436a-8dfd-fda1d359942f"}]} 2026-08-22 11:48:50.753 8 INFO neutron.services.segments.plugin [-] Segment 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af0a3b9-a167-48d0-9e5b-1e7bf642bddc found for delete ", "request_id": "req-abb6a3f5-06d1-45b0-b7e8-a95e118caf52"}]} [pid: 8|app: 0|req: 763/1470] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:50 2026] DELETE /v2.0/networks/a52a40ac-df64-4c0b-bddd-129bdad087c8 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:50.883 7 INFO neutron.services.segments.plugin [-] Segment a4160f00-030a-415c-8869-fb472a00f973 resource provider aggregate not found 2026-08-22 11:48:50.888 7 INFO neutron.services.segments.plugin [-] Segment a4160f00-030a-415c-8869-fb472a00f973 resource provider aggregate not found 2026-08-22 11:48:50.904 7 INFO neutron.services.segments.plugin [-] Segment a4160f00-030a-415c-8869-fb472a00f973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4160f00-030a-415c-8869-fb472a00f973 found for delete ", "request_id": "req-2dd0031a-076a-48aa-a78b-f582ad5e542d"}]} 2026-08-22 11:48:50.906 7 INFO neutron.services.segments.plugin [-] Segment a4160f00-030a-415c-8869-fb472a00f973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4160f00-030a-415c-8869-fb472a00f973 found for delete ", "request_id": "req-bfe20841-3a69-417f-93e0-f3de0e6ed169"}]} [pid: 7|app: 0|req: 708/1471] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:50 2026] DELETE /v2.0/networks/5f1662dc-abec-4621-9ef0-0aae155f5c29 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1472] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:48:50 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-08-22 11:48:51.049 7 INFO neutron.db.segments_db [None req-73967e56-490b-491e-b582-0ffaaa6518eb e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Added segment 38dc8985-bab5-4c3f-b092-859e7f7400ed of type vxlan for network 0e0ea611-dea5-4771-8f9d-ccc101a3bd67 [pid: 7|app: 0|req: 709/1473] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:50 2026] POST /v2.0/networks => generated 634 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:48:51.188 8 INFO neutron.db.segments_db [None req-8af960d4-76b0-4aa0-b2c7-54604b5193d6 e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Added segment df9b8ca6-45fd-41cd-b88e-eb67479b9022 of type vxlan for network d3a4aa9b-603f-44cf-bacf-88fb0551a3c3 [pid: 8|app: 0|req: 765/1474] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:51 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1475] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:48:51 2026] POST /v2.0/ports => generated 1505 bytes in 566 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: 713/1478] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:48:51 2026] GET /v2.0/ports => generated 1505 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1479] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:51 2026] GET /v2.0/security-groups?tenant_id=421547dabec74236af40570d5b155ac0&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:51.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-3520906b-bf76-4122-869d-9922ad71c340 e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] TaaS: Handle Delete Port: c748ec16-4d20-4bfc-b70c-700f5ac5b2fe 2026-08-22 11:48:51.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3520906b-bf76-4122-869d-9922ad71c340 e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Tap Mirror: Handle Delete Port: c748ec16-4d20-4bfc-b70c-700f5ac5b2fe [pid: 8|app: 0|req: 767/1480] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:51 2026] DELETE /v2.0/security-groups/6d054f47-8789-4a3f-824c-21a1cbed7e4f => 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: 714/1481] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:48:51 2026] DELETE /v2.0/ports/c748ec16-4d20-4bfc-b70c-700f5ac5b2fe => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:52.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-9945adb5-c12a-40e8-8385-3b5ac1e44432 e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] TaaS: Handle Delete Port: 70c4f679-9089-410b-81ff-cc83131fe8b6 2026-08-22 11:48:52.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9945adb5-c12a-40e8-8385-3b5ac1e44432 e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Tap Mirror: Handle Delete Port: 70c4f679-9089-410b-81ff-cc83131fe8b6 [pid: 8|app: 0|req: 768/1482] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:48:52 2026] DELETE /v2.0/ports/70c4f679-9089-410b-81ff-cc83131fe8b6 => 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: 715/1483] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:48:52 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:48:52.338 8 INFO neutron.db.segments_db [None req-b4b81a91-fb38-402e-962c-fd832fe77960 e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Added segment 6ad2915a-97e7-477a-9d65-551f0f8caf59 of type vxlan for network a45b001f-fae7-4411-98a6-7da001b31649 [pid: 8|app: 0|req: 769/1484] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:52 2026] POST /v2.0/networks => generated 635 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:48:52.470 7 INFO neutron.db.segments_db [None req-fade1605-35c4-48ad-baaa-b7ee0ba3488f e768b1dd50e447e494cbad2db13aa261 64248d3106604745a0080de6cf76ee09 - - default default] Added segment 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 of type vxlan for network 1283f167-29b0-4532-89c0-71a1def7caab [pid: 7|app: 0|req: 716/1485] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:52 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1486] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:48:53 2026] POST /v2.0/subnets => generated 1324 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1487] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:48:53 2026] GET /v2.0/subnets => generated 1960 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1488] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:53 2026] DELETE /v2.0/subnets/065abc07-70a2-4f68-8bd0-2d30683f36f3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1489] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:53 2026] DELETE /v2.0/subnets/e25f008e-ba0b-41e1-9446-d2aba08b7e52 => 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: 772/1490] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:48:53 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:53.932 7 INFO neutron.services.segments.plugin [-] Segment 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 resource provider aggregate not found 2026-08-22 11:48:53.937 7 INFO neutron.services.segments.plugin [-] Segment 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 resource provider aggregate not found 2026-08-22 11:48:53.952 7 INFO neutron.services.segments.plugin [-] Segment 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 found for delete ", "request_id": "req-609ded06-ca3b-4ea0-8d0c-b81dc0a206ea"}]} [pid: 7|app: 0|req: 719/1491] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:53 2026] DELETE /v2.0/networks/1283f167-29b0-4532-89c0-71a1def7caab => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:53.961 7 INFO neutron.services.segments.plugin [-] Segment 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5219cf2d-30e2-4048-9588-a0fda4f4bcc4 found for delete ", "request_id": "req-97badffb-086b-43dc-a95c-67382ae899b9"}]} 2026-08-22 11:48:54.081 8 INFO neutron.services.segments.plugin [-] Segment 6ad2915a-97e7-477a-9d65-551f0f8caf59 resource provider aggregate not found 2026-08-22 11:48:54.087 8 INFO neutron.services.segments.plugin [-] Segment 6ad2915a-97e7-477a-9d65-551f0f8caf59 resource provider aggregate not found 2026-08-22 11:48:54.101 8 INFO neutron.services.segments.plugin [-] Segment 6ad2915a-97e7-477a-9d65-551f0f8caf59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad2915a-97e7-477a-9d65-551f0f8caf59 found for delete ", "request_id": "req-d2153504-0e14-4c0c-b708-dcd0938b7097"}]} 2026-08-22 11:48:54.105 8 INFO neutron.services.segments.plugin [-] Segment 6ad2915a-97e7-477a-9d65-551f0f8caf59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad2915a-97e7-477a-9d65-551f0f8caf59 found for delete ", "request_id": "req-0bf3e439-7ce0-41b9-925e-19575c734ae2"}]} [pid: 8|app: 0|req: 773/1492] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:53 2026] DELETE /v2.0/networks/a45b001f-fae7-4411-98a6-7da001b31649 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1493] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:54 2026] DELETE /v2.0/networks/d3a4aa9b-603f-44cf-bacf-88fb0551a3c3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1494] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:54 2026] DELETE /v2.0/networks/0e0ea611-dea5-4771-8f9d-ccc101a3bd67 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1495] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:48:54 2026] GET /v2.0/security-groups?tenant_id=64248d3106604745a0080de6cf76ee09&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1496] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:48:54 2026] DELETE /v2.0/security-groups/9d19f776-8063-4df8-b1c1-cc8baaa1635b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1497] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:48:55 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 1240 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1498] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:48:55 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:55.966 7 INFO neutron.services.segments.plugin [-] Segment df9b8ca6-45fd-41cd-b88e-eb67479b9022 resource provider aggregate not found 2026-08-22 11:48:55.975 7 INFO neutron.services.segments.plugin [-] Segment df9b8ca6-45fd-41cd-b88e-eb67479b9022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df9b8ca6-45fd-41cd-b88e-eb67479b9022 found for delete ", "request_id": "req-d57899df-38aa-4d1d-9e0e-dffae46f3701"}]} 2026-08-22 11:48:55.979 7 INFO neutron.services.segments.plugin [-] Segment df9b8ca6-45fd-41cd-b88e-eb67479b9022 resource provider aggregate not found 2026-08-22 11:48:55.990 7 INFO neutron.services.segments.plugin [-] Segment df9b8ca6-45fd-41cd-b88e-eb67479b9022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df9b8ca6-45fd-41cd-b88e-eb67479b9022 found for delete ", "request_id": "req-2a1d90d6-3f28-476c-bdc7-036687e7359f"}]} 2026-08-22 11:48:56.119 8 INFO neutron.services.segments.plugin [-] Segment 38dc8985-bab5-4c3f-b092-859e7f7400ed resource provider aggregate not found 2026-08-22 11:48:56.123 8 INFO neutron.services.segments.plugin [-] Segment 38dc8985-bab5-4c3f-b092-859e7f7400ed resource provider aggregate not found 2026-08-22 11:48:56.133 8 INFO neutron.services.segments.plugin [-] Segment 38dc8985-bab5-4c3f-b092-859e7f7400ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38dc8985-bab5-4c3f-b092-859e7f7400ed found for delete ", "request_id": "req-bdfad6f7-d1d6-4c01-b7bb-ccb6a5cd31cf"}]} 2026-08-22 11:48:56.134 8 INFO neutron.services.segments.plugin [-] Segment 38dc8985-bab5-4c3f-b092-859e7f7400ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38dc8985-bab5-4c3f-b092-859e7f7400ed found for delete ", "request_id": "req-91803cb9-6ee3-4450-9bfe-9d3384f3ec37"}]} 2026-08-22 11:48:56.275 7 INFO neutron.db.segments_db [None req-4369d671-322a-4c56-ac4e-e2ec086ea818 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Added segment 5f75d574-12ef-4c67-94f8-a910785c9189 of type vxlan for network 29d04396-2bee-40c7-b079-48cbb40c6a8c 2026-08-22 11:48:56.502 7 INFO neutron.db.l3_hamode_db [None req-4369d671-322a-4c56-ac4e-e2ec086ea818 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:48:56.611 7 INFO neutron.db.l3_hamode_db [None req-4369d671-322a-4c56-ac4e-e2ec086ea818 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:48:56.951 8 INFO neutron.db.segments_db [None req-d76eedfc-5e58-4f0a-9c53-a1b9ed229591 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Added segment d3ebb633-31e7-4adb-af69-b2036c737a77 of type vxlan for network 4e124a3c-9593-4175-8534-e2349defa937 2026-08-22 11:48:57.016 8 INFO neutron.db.segments_db [None req-d76eedfc-5e58-4f0a-9c53-a1b9ed229591 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Added segment a0a3e913-1fce-4e31-946f-345458ad4e8f of type vxlan for network 982adfeb-8f76-40b9-9278-3fe3a3170c2e [pid: 8|app: 0|req: 777/1499] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:56 2026] POST /v2.0/networks => generated 1208 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1500] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:48:57 2026] GET /v2.0/networks => generated 1845 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1501] 10.0.0.143 () {34 vars in 668 bytes} [Sat Aug 22 11:48:56 2026] POST /v2.0/routers => generated 474 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:48:57.262 7 INFO neutron.db.l3_hamode_db [None req-d91d6d99-51fa-4d6c-8e6e-4e26eb0ff49b 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 779/1502] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:57 2026] DELETE /v2.0/networks/4e124a3c-9593-4175-8534-e2349defa937 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:57.384 7 INFO neutron.db.l3_hamode_db [None req-d91d6d99-51fa-4d6c-8e6e-4e26eb0ff49b 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1503] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:48:57 2026] DELETE /v2.0/networks/982adfeb-8f76-40b9-9278-3fe3a3170c2e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1504] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:48:57 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:57.536 8 INFO neutron.db.segments_db [None req-9aa65034-3957-4d9b-9919-0f1dc68a6065 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Added segment a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 of type vxlan for network 3a512066-a9a4-4d44-a0ca-c75ef533279d [pid: 8|app: 0|req: 782/1505] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:57 2026] POST /v2.0/networks => generated 630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:48:57.696 8 INFO neutron.db.segments_db [None req-f7cc3579-818d-4f0b-911a-efd0ab979298 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Added segment 16a75085-da3b-4155-bb6b-d846e1270736 of type vxlan for network a3901e4c-a8ab-4730-936c-c10399a5ae37 [pid: 8|app: 0|req: 783/1506] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:57 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1507] 10.0.0.143 () {34 vars in 668 bytes} [Sat Aug 22 11:48:57 2026] POST /v2.0/routers => generated 474 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:48:58.007 7 INFO neutron.db.l3_hamode_db [None req-0045184a-0b7d-4674-845e-d4925eda689f 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:48:58.121 7 INFO neutron.db.l3_hamode_db [None req-0045184a-0b7d-4674-845e-d4925eda689f 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:48:58.154 8 INFO neutron.services.segments.plugin [-] Segment d3ebb633-31e7-4adb-af69-b2036c737a77 resource provider aggregate not found 2026-08-22 11:48:58.160 8 INFO neutron.services.segments.plugin [-] Segment d3ebb633-31e7-4adb-af69-b2036c737a77 resource provider aggregate not found 2026-08-22 11:48:58.176 8 INFO neutron.services.segments.plugin [-] Segment d3ebb633-31e7-4adb-af69-b2036c737a77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3ebb633-31e7-4adb-af69-b2036c737a77 found for delete ", "request_id": "req-8f37ed07-c06b-4069-98c8-e0d025a9e11f"}]} 2026-08-22 11:48:58.179 8 INFO neutron.services.segments.plugin [-] Segment d3ebb633-31e7-4adb-af69-b2036c737a77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3ebb633-31e7-4adb-af69-b2036c737a77 found for delete ", "request_id": "req-abd4cd53-06f6-4c12-961c-38188ce6be33"}]} 2026-08-22 11:48:58.191 8 INFO neutron.services.segments.plugin [-] Segment a0a3e913-1fce-4e31-946f-345458ad4e8f resource provider aggregate not found 2026-08-22 11:48:58.195 8 INFO neutron.services.segments.plugin [-] Segment a0a3e913-1fce-4e31-946f-345458ad4e8f resource provider aggregate not found 2026-08-22 11:48:58.208 8 INFO neutron.services.segments.plugin [-] Segment a0a3e913-1fce-4e31-946f-345458ad4e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0a3e913-1fce-4e31-946f-345458ad4e8f found for delete ", "request_id": "req-97d42238-0708-401d-b66c-f67edabd0fcf"}]} 2026-08-22 11:48:58.212 8 INFO neutron.services.segments.plugin [-] Segment a0a3e913-1fce-4e31-946f-345458ad4e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0a3e913-1fce-4e31-946f-345458ad4e8f found for delete ", "request_id": "req-c62de02e-1d85-4ea9-a94f-b73aa9fbfb2c"}]} [pid: 8|app: 0|req: 784/1508] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:48:57 2026] POST /v2.0/ports => generated 1506 bytes in 563 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: 785/1509] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:48:58 2026] GET /v2.0/ports => generated 1506 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:58.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-135370c6-c3b2-4ecd-95bd-49ba723db1da da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] TaaS: Handle Delete Port: 73e71ed0-dece-4178-8ca5-64e25b2afa07 2026-08-22 11:48:58.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135370c6-c3b2-4ecd-95bd-49ba723db1da da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Tap Mirror: Handle Delete Port: 73e71ed0-dece-4178-8ca5-64e25b2afa07 [pid: 8|app: 0|req: 786/1510] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:48:58 2026] DELETE /v2.0/ports/73e71ed0-dece-4178-8ca5-64e25b2afa07 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:58.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-a08e031c-5df9-4a41-8be4-9320f8373ae5 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] TaaS: Handle Delete Port: ba44541b-1e5a-4962-9f42-522b04b7986a 2026-08-22 11:48:58.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a08e031c-5df9-4a41-8be4-9320f8373ae5 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Tap Mirror: Handle Delete Port: ba44541b-1e5a-4962-9f42-522b04b7986a [pid: 7|app: 0|req: 725/1511] 10.0.0.143 () {34 vars in 668 bytes} [Sat Aug 22 11:48:57 2026] POST /v2.0/routers => generated 474 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1512] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:48:58 2026] DELETE /v2.0/ports/ba44541b-1e5a-4962-9f42-522b04b7986a => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:48:58.808 7 INFO neutron.db.l3_hamode_db [None req-0f42eba1-b923-4db1-bf94-c2d5098b9077 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1513] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:48:58 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:48:58.882 8 INFO neutron.db.segments_db [None req-e02e4821-7bf8-4b21-997c-89a805709028 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Added segment ebdd9d02-e183-4e86-92a2-e055804a558e of type vxlan for network c8c810a3-b0b0-45f3-99f9-eb17ff9fe8de 2026-08-22 11:48:58.913 7 INFO neutron.db.l3_hamode_db [None req-0f42eba1-b923-4db1-bf94-c2d5098b9077 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 789/1514] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:58 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1515] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:48:58 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:48:59.079 8 INFO neutron.db.segments_db [None req-4280a1bc-6618-4d3c-8cee-efd648466c46 da48a417323f4734abf31499353199fe 9d89a025636e4a8b94b7fe11960ce619 - - default default] Added segment 26935236-4e11-4932-84d5-ff4a37ac0cee of type vxlan for network 69ede48c-b64b-4068-a49f-736701ca3e3b [pid: 8|app: 0|req: 791/1516] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:48:59 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1517] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:48:59 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1518] 10.0.0.143 () {34 vars in 668 bytes} [Sat Aug 22 11:48:58 2026] POST /v2.0/routers => generated 474 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1519] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:48:59 2026] POST /v2.0/subnets => generated 1273 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:48:59.618 8 INFO neutron.db.l3_hamode_db [None req-f4fd4a6c-2140-4950-a9a2-7eb92529eb21 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 727/1520] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:48:59 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1279 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1521] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:48:59 2026] GET /v2.0/subnets => generated 1909 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1522] 10.0.0.143 () {32 vars in 858 bytes} [Sat Aug 22 11:48:59 2026] GET /v2.0/floatingips?floating_network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966&port_id=73f9d07d-4712-4a46-8de8-46f3c15d7a8a => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:59.761 8 INFO neutron.db.l3_hamode_db [None req-f4fd4a6c-2140-4950-a9a2-7eb92529eb21 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 730/1523] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:59 2026] DELETE /v2.0/subnets/6645c20f-1b42-4de7-91a5-1cdd6d85ba35 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1524] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:48:59 2026] DELETE /v2.0/subnets/0b981528-a560-4419-9a8a-5c2773d4938c => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1525] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:49:00 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:00.218 7 INFO neutron.services.segments.plugin [-] Segment 26935236-4e11-4932-84d5-ff4a37ac0cee resource provider aggregate not found 2026-08-22 11:49:00.224 7 INFO neutron.services.segments.plugin [-] Segment 26935236-4e11-4932-84d5-ff4a37ac0cee resource provider aggregate not found 2026-08-22 11:49:00.231 7 INFO neutron.services.segments.plugin [-] Segment 26935236-4e11-4932-84d5-ff4a37ac0cee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26935236-4e11-4932-84d5-ff4a37ac0cee found for delete ", "request_id": "req-e3a454a3-150d-4c57-9cd5-77e2afd9f08d"}]} 2026-08-22 11:49:00.239 7 INFO neutron.services.segments.plugin [-] Segment 26935236-4e11-4932-84d5-ff4a37ac0cee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26935236-4e11-4932-84d5-ff4a37ac0cee found for delete ", "request_id": "req-5256a332-67fe-49c1-8e37-eee202447e95"}]} [pid: 7|app: 0|req: 733/1526] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:00 2026] DELETE /v2.0/networks/69ede48c-b64b-4068-a49f-736701ca3e3b => 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: 794/1527] 10.0.0.143 () {34 vars in 668 bytes} [Sat Aug 22 11:48:59 2026] POST /v2.0/routers => generated 474 bytes in 816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1528] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:00 2026] DELETE /v2.0/networks/c8c810a3-b0b0-45f3-99f9-eb17ff9fe8de => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:00.513 8 INFO neutron.services.segments.plugin [-] Segment 16a75085-da3b-4155-bb6b-d846e1270736 resource provider aggregate not found 2026-08-22 11:49:00.533 8 INFO neutron.services.segments.plugin [-] Segment 16a75085-da3b-4155-bb6b-d846e1270736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a75085-da3b-4155-bb6b-d846e1270736 found for delete ", "request_id": "req-acdab159-fdf5-4e5d-b162-e7fffbae0c3a"}]} 2026-08-22 11:49:00.536 8 INFO neutron.services.segments.plugin [-] Segment 16a75085-da3b-4155-bb6b-d846e1270736 resource provider aggregate not found [pid: 7|app: 0|req: 735/1529] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:00 2026] PUT /v2.0/routers/6cb8b3ba-77f0-402e-abf6-a377edf663aa/tags => generated 17 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:00.559 8 INFO neutron.services.segments.plugin [-] Segment 16a75085-da3b-4155-bb6b-d846e1270736 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16a75085-da3b-4155-bb6b-d846e1270736 found for delete ", "request_id": "req-3b2afd0f-0a2e-4ebf-be8b-b6a7ea2f85e0"}]} [pid: 8|app: 0|req: 795/1530] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:00 2026] DELETE /v2.0/networks/a3901e4c-a8ab-4730-936c-c10399a5ae37 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1531] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:49:00 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1532] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:00 2026] PUT /v2.0/routers/e3dddc23-bfa7-461f-aa53-f029c4b61286/tags => generated 25 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1533] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:00 2026] DELETE /v2.0/networks/3a512066-a9a4-4d44-a0ca-c75ef533279d => 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: 797/1534] 10.0.0.112 () {34 vars in 1120 bytes} [Sat Aug 22 11:49:00 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1535] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:00 2026] PUT /v2.0/routers/66a6c010-6baa-4d3c-bc4e-5fdf92b365e6/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1536] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:00 2026] PUT /v2.0/routers/1bb4c54f-6769-44f9-925b-de38d050d8f3/tags => generated 19 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1537] 10.0.0.143 () {32 vars in 664 bytes} [Sat Aug 22 11:49:00 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1538] 10.0.0.143 () {32 vars in 678 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1539] 10.0.0.143 () {32 vars in 674 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1540] 10.0.0.143 () {32 vars in 686 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1541] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/security-groups?tenant_id=9d89a025636e4a8b94b7fe11960ce619&name=default => generated 2925 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1542] 10.0.0.143 () {32 vars in 672 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1543] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:01 2026] DELETE /v2.0/security-groups/1916ffb0-d9ca-40af-9399-62aef9f59137 => 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: 802/1544] 10.0.0.143 () {32 vars in 686 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1545] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:49:01 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1546] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:49:01 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: 744/1547] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:02 2026] GET /v2.0/routers/6cb8b3ba-77f0-402e-abf6-a377edf663aa => generated 485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:02.248 7 INFO neutron.services.segments.plugin [-] Segment ebdd9d02-e183-4e86-92a2-e055804a558e resource provider aggregate not found 2026-08-22 11:49:02.256 7 INFO neutron.services.segments.plugin [-] Segment ebdd9d02-e183-4e86-92a2-e055804a558e resource provider aggregate not found 2026-08-22 11:49:02.263 7 INFO neutron.services.segments.plugin [-] Segment ebdd9d02-e183-4e86-92a2-e055804a558e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebdd9d02-e183-4e86-92a2-e055804a558e found for delete ", "request_id": "req-6474c67e-e256-458c-ad18-00933004192e"}]} 2026-08-22 11:49:02.274 7 INFO neutron.services.segments.plugin [-] Segment ebdd9d02-e183-4e86-92a2-e055804a558e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebdd9d02-e183-4e86-92a2-e055804a558e found for delete ", "request_id": "req-c9ac2ae0-d9b4-45f9-9776-1b8c43bb83d7"}]} 2026-08-22 11:49:02.279 7 INFO neutron.services.segments.plugin [-] Segment a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 resource provider aggregate not found 2026-08-22 11:49:02.291 7 INFO neutron.services.segments.plugin [-] Segment a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 resource provider aggregate not found 2026-08-22 11:49:02.295 7 INFO neutron.services.segments.plugin [-] Segment a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 found for delete ", "request_id": "req-95218f3a-ab69-4b45-b12f-d585265be7d5"}]} 2026-08-22 11:49:02.306 7 INFO neutron.services.segments.plugin [-] Segment a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13cfb6a-a13b-44ac-a7f4-a41be3c984d3 found for delete ", "request_id": "req-d879ee65-4951-467f-8ef7-16012bdfbe4c"}]} [pid: 8|app: 0|req: 804/1548] 10.0.0.143 () {34 vars in 742 bytes} [Sat Aug 22 11:49:02 2026] PUT /v2.0/routers/6cb8b3ba-77f0-402e-abf6-a377edf663aa => generated 485 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1549] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:02 2026] GET /v2.0/ports?device_id=6cb8b3ba-77f0-402e-abf6-a377edf663aa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:02.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-37b32540-9594-4574-8fcd-c48fbb875c65 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] TaaS: Handle Delete Port: b3fccf7f-2db2-444d-bf7c-602e4f5f064a 2026-08-22 11:49:02.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37b32540-9594-4574-8fcd-c48fbb875c65 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Tap Mirror: Handle Delete Port: b3fccf7f-2db2-444d-bf7c-602e4f5f064a [pid: 8|app: 0|req: 805/1550] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:02 2026] DELETE /v2.0/routers/6cb8b3ba-77f0-402e-abf6-a377edf663aa => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1551] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:02 2026] GET /v2.0/routers/e3dddc23-bfa7-461f-aa53-f029c4b61286 => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:03.323 7 INFO neutron.db.segments_db [None req-9ff4318b-fbd4-4758-a24f-e8c4bb1e0647 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Added segment 94da396c-e745-4497-8a10-5c90e456b81f of type vxlan for network 7cfa0d3d-2090-4f6d-9ab6-a9a68ba363ec [pid: 7|app: 0|req: 747/1552] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:03 2026] POST /v2.0/networks => generated 625 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1553] 10.0.0.143 () {34 vars in 742 bytes} [Sat Aug 22 11:49:03 2026] PUT /v2.0/routers/e3dddc23-bfa7-461f-aa53-f029c4b61286 => generated 493 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1554] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:03 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1555] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:03 2026] GET /v2.0/ports?device_id=e3dddc23-bfa7-461f-aa53-f029c4b61286 => 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: 750/1556] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:49:03 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1557] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:49:03 2026] POST /v2.0/ports => generated 775 bytes in 252 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-08-22 11:49:03.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-eea3675d-7381-4304-b68c-8a75ad0ec585 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] TaaS: Handle Delete Port: 9e465d1f-74d9-4449-9f2c-9eae5231619a 2026-08-22 11:49:03.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eea3675d-7381-4304-b68c-8a75ad0ec585 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Tap Mirror: Handle Delete Port: 9e465d1f-74d9-4449-9f2c-9eae5231619a 2026-08-22 11:49:03.746 8 INFO neutron.db.segments_db [None req-9145e0b7-c500-436a-a573-c6c1a82ba43f 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Added segment 27cc678f-a69b-4624-a6de-95c437ed4368 of type vxlan for network 22f1342e-8d06-4bfa-943b-842d488e0947 [pid: 8|app: 0|req: 808/1558] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:03 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1559] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:03 2026] DELETE /v2.0/routers/e3dddc23-bfa7-461f-aa53-f029c4b61286 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1560] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:03 2026] GET /v2.0/routers/66a6c010-6baa-4d3c-bc4e-5fdf92b365e6 => generated 502 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1561] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:03 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1562] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:49:04 2026] POST /v2.0/ports => generated 954 bytes in 295 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-08-22 11:49:04.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a17b4cd-4f41-4411-b372-fff933a70485 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] TaaS: Handle Delete Port: e25d5d8d-5f6d-48a1-b7f5-db9dd26d4203 2026-08-22 11:49:04.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a17b4cd-4f41-4411-b372-fff933a70485 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Tap Mirror: Handle Delete Port: e25d5d8d-5f6d-48a1-b7f5-db9dd26d4203 [pid: 7|app: 0|req: 753/1563] 10.0.0.143 () {34 vars in 742 bytes} [Sat Aug 22 11:49:03 2026] PUT /v2.0/routers/66a6c010-6baa-4d3c-bc4e-5fdf92b365e6 => generated 502 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1564] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:04 2026] GET /v2.0/ports?device_id=66a6c010-6baa-4d3c-bc4e-5fdf92b365e6 => 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: 811/1565] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:49:04 2026] DELETE /v2.0/ports/e25d5d8d-5f6d-48a1-b7f5-db9dd26d4203 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:04.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd6a113e-1406-4f84-bc62-3271d800c1e7 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1566] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:49:04 2026] DELETE /v2.0/ports/e25d5d8d-5f6d-48a1-b7f5-db9dd26d4203 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:04.591 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95240065-1f98-410e-ad08-0fd90b5fa5bd 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1567] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:04 2026] GET /v2.0/ports/e25d5d8d-5f6d-48a1-b7f5-db9dd26d4203 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:04.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2d0cf62-b2e0-4dc0-947b-0fcd1af74e6b 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] TaaS: Handle Delete Port: e1dc315c-4f18-4129-a4ee-a249d32521ce 2026-08-22 11:49:04.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2d0cf62-b2e0-4dc0-947b-0fcd1af74e6b 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Tap Mirror: Handle Delete Port: e1dc315c-4f18-4129-a4ee-a249d32521ce [pid: 8|app: 0|req: 814/1568] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:04 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1569] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:04 2026] DELETE /v2.0/subnets/74a4f148-43ad-4419-899a-c8de5a5c3826 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1570] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:49:04 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1571] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:04 2026] DELETE /v2.0/routers/66a6c010-6baa-4d3c-bc4e-5fdf92b365e6 => 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: 756/1572] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:04 2026] GET /v2.0/routers/1bb4c54f-6769-44f9-925b-de38d050d8f3 => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:04.942 8 INFO neutron.services.segments.plugin [-] Segment 27cc678f-a69b-4624-a6de-95c437ed4368 resource provider aggregate not found 2026-08-22 11:49:04.947 8 INFO neutron.services.segments.plugin [-] Segment 27cc678f-a69b-4624-a6de-95c437ed4368 resource provider aggregate not found 2026-08-22 11:49:04.968 8 INFO neutron.services.segments.plugin [-] Segment 27cc678f-a69b-4624-a6de-95c437ed4368 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27cc678f-a69b-4624-a6de-95c437ed4368 found for delete ", "request_id": "req-029388a0-d575-4bf2-ad23-20e23a16a5b3"}]} [pid: 8|app: 0|req: 817/1573] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:04 2026] DELETE /v2.0/networks/22f1342e-8d06-4bfa-943b-842d488e0947 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:04.970 8 INFO neutron.services.segments.plugin [-] Segment 27cc678f-a69b-4624-a6de-95c437ed4368 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27cc678f-a69b-4624-a6de-95c437ed4368 found for delete ", "request_id": "req-a62161e9-c339-4dbf-b6ad-d1d830a3a0cc"}]} 2026-08-22 11:49:05.038 8 INFO neutron.db.segments_db [None req-a567e52c-af86-40e8-b0c7-6e29b01ec722 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Added segment d6ad9c84-8911-4b4b-b83e-f12aa22bd135 of type vxlan for network 9397120c-a7e5-49fc-9363-d6a62782edb6 [pid: 8|app: 0|req: 818/1574] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:04 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: 8|app: 0|req: 819/1575] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:05 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1576] 10.0.0.143 () {34 vars in 742 bytes} [Sat Aug 22 11:49:04 2026] PUT /v2.0/routers/1bb4c54f-6769-44f9-925b-de38d050d8f3 => generated 487 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1577] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:05 2026] GET /v2.0/ports?device_id=1bb4c54f-6769-44f9-925b-de38d050d8f3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:05.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3a7d411-2cd6-4e0d-a015-4e4007417572 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] TaaS: Handle Delete Port: b25120f4-aa30-4432-9438-e2ada6e29d9f 2026-08-22 11:49:05.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3a7d411-2cd6-4e0d-a015-4e4007417572 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Tap Mirror: Handle Delete Port: b25120f4-aa30-4432-9438-e2ada6e29d9f [pid: 8|app: 0|req: 820/1578] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:49:05 2026] POST /v2.0/ports => generated 916 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1579] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:49:05 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1580] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:05 2026] DELETE /v2.0/routers/1bb4c54f-6769-44f9-925b-de38d050d8f3 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:05.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a7c1dbf-83b9-4380-92f6-4f127ed66eb9 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] TaaS: Handle Delete Port: ecc21a81-db75-4c5c-80cf-c74088020392 2026-08-22 11:49:05.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7c1dbf-83b9-4380-92f6-4f127ed66eb9 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Tap Mirror: Handle Delete Port: ecc21a81-db75-4c5c-80cf-c74088020392 2026-08-22 11:49:05.952 7 INFO neutron_taas.services.taas.taas_plugin [req-3c2b4413-7c0c-4663-95f2-29ac0438e588 req-8e0211fe-f7b1-4c64-bfb0-404b3cb91582 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] TaaS: Handle Delete Port: 73f9d07d-4712-4a46-8de8-46f3c15d7a8a 2026-08-22 11:49:05.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3c2b4413-7c0c-4663-95f2-29ac0438e588 req-8e0211fe-f7b1-4c64-bfb0-404b3cb91582 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] Tap Mirror: Handle Delete Port: 73f9d07d-4712-4a46-8de8-46f3c15d7a8a [pid: 8|app: 0|req: 822/1581] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:49:05 2026] DELETE /v2.0/ports/ecc21a81-db75-4c5c-80cf-c74088020392 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:06.054 7 INFO neutron.db.l3_db [req-3c2b4413-7c0c-4663-95f2-29ac0438e588 req-8e0211fe-f7b1-4c64-bfb0-404b3cb91582 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] Floating IP 0eaa2b34-1365-4af2-be8d-58c004ef277c disassociated. External IP: 10.96.250.218, port: 73f9d07d-4712-4a46-8de8-46f3c15d7a8a. [pid: 8|app: 0|req: 823/1582] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:06 2026] GET /v2.0/routers/1b09849d-46a0-4197-90a3-4f41c3b0558e => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1583] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:06 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:06.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-680dbe70-6dec-480d-bf38-5577eaa880d7 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 825/1584] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:06 2026] GET /v2.0/ports/ecc21a81-db75-4c5c-80cf-c74088020392 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1585] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:06 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1586] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:49:05 2026] DELETE /v2.0/ports/73f9d07d-4712-4a46-8de8-46f3c15d7a8a => generated 0 bytes in 600 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1587] 10.0.0.230 () {34 vars in 1120 bytes} [Sat Aug 22 11:49:06 2026] GET /v2.0/security-groups?id=b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6&id=d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:06.517 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b4e33e5-fa14-4d5b-8b4e-f46ec03990a8'] response: {'server_uuid': '277919de-d8df-4591-909a-855f1143ec06', 'name': 'network-vif-deleted', 'tag': '73f9d07d-4712-4a46-8de8-46f3c15d7a8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 762/1588] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:06 2026] DELETE /v2.0/subnets/3538928a-86e3-49a4-addf-6ac52eaed6f1 => 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: 763/1589] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:06 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:06.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d7e4203-0c31-428b-bbeb-e7dbdc0e7ed4 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] TaaS: Handle Delete Port: 461c4fea-0b1a-4b32-99c0-f0d694caa130 2026-08-22 11:49:06.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d7e4203-0c31-428b-bbeb-e7dbdc0e7ed4 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Tap Mirror: Handle Delete Port: 461c4fea-0b1a-4b32-99c0-f0d694caa130 2026-08-22 11:49:06.973 7 INFO neutron.services.segments.plugin [-] Segment d6ad9c84-8911-4b4b-b83e-f12aa22bd135 resource provider aggregate not found 2026-08-22 11:49:06.979 7 INFO neutron.services.segments.plugin [-] Segment d6ad9c84-8911-4b4b-b83e-f12aa22bd135 resource provider aggregate not found 2026-08-22 11:49:06.993 7 INFO neutron.services.segments.plugin [-] Segment d6ad9c84-8911-4b4b-b83e-f12aa22bd135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ad9c84-8911-4b4b-b83e-f12aa22bd135 found for delete ", "request_id": "req-ca2e1143-4f15-48ef-9922-4c18f3d3c454"}]} 2026-08-22 11:49:07.000 7 INFO neutron.services.segments.plugin [-] Segment d6ad9c84-8911-4b4b-b83e-f12aa22bd135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ad9c84-8911-4b4b-b83e-f12aa22bd135 found for delete ", "request_id": "req-ac88543b-4d5f-4fcb-9c46-e2975fa11312"}]} [pid: 7|app: 0|req: 764/1590] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:06 2026] DELETE /v2.0/networks/9397120c-a7e5-49fc-9363-d6a62782edb6 => 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: 767/1593] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1594] 10.0.0.143 () {34 vars in 742 bytes} [Sat Aug 22 11:49:06 2026] PUT /v2.0/routers/1b09849d-46a0-4197-90a3-4f41c3b0558e => generated 480 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1595] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1596] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports?device_id=1b09849d-46a0-4197-90a3-4f41c3b0558e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:07.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d2b9de8-0fee-4cf0-9305-1c5b0b3f41c0 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] TaaS: Handle Delete Port: 1104c5d3-7c7d-4c65-a91c-4640b9308540 2026-08-22 11:49:07.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d2b9de8-0fee-4cf0-9305-1c5b0b3f41c0 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] Tap Mirror: Handle Delete Port: 1104c5d3-7c7d-4c65-a91c-4640b9308540 [pid: 7|app: 0|req: 768/1597] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:49:07 2026] POST /v2.0/ports => generated 774 bytes in 303 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-08-22 11:49:07.552 8 INFO neutron.services.segments.plugin [-] Segment 5f75d574-12ef-4c67-94f8-a910785c9189 resource provider aggregate not found 2026-08-22 11:49:07.552 8 INFO neutron.services.segments.plugin [-] Segment 5f75d574-12ef-4c67-94f8-a910785c9189 resource provider aggregate not found [pid: 7|app: 0|req: 769/1598] 10.0.0.143 () {34 vars in 737 bytes} [Sat Aug 22 11:49:07 2026] PUT /v2.0/ports/3645c930-bf77-465a-a33f-ecbda3105e3c => generated 752 bytes in 172 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-08-22 11:49:07.575 8 INFO neutron.services.segments.plugin [-] Segment 5f75d574-12ef-4c67-94f8-a910785c9189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f75d574-12ef-4c67-94f8-a910785c9189 found for delete ", "request_id": "req-b7075418-f023-4898-b654-aa4cdfac8566"}]} [pid: 7|app: 0|req: 770/1599] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:07.578 8 INFO neutron.services.segments.plugin [-] Segment 5f75d574-12ef-4c67-94f8-a910785c9189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f75d574-12ef-4c67-94f8-a910785c9189 found for delete ", "request_id": "req-43b0f899-bed1-49f7-a7e9-4ec74d9aa0f6"}]} 2026-08-22 11:49:07.587 8 INFO neutron.db.l3_hamode_db [None req-4d2b9de8-0fee-4cf0-9305-1c5b0b3f41c0 6b59caedc61c4c4d9d4b30c5666aaae7 029266b51ad84bc7a7d254f5078fc847 - - default default] HA network 29d04396-2bee-40c7-b079-48cbb40c6a8c was deleted as no HA routers are present in tenant 029266b51ad84bc7a7d254f5078fc847. [pid: 8|app: 0|req: 830/1600] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:07 2026] DELETE /v2.0/routers/1b09849d-46a0-4197-90a3-4f41c3b0558e => generated 0 bytes in 468 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:07.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-c52692ae-64e6-4404-af9c-7e8d4592722e 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] TaaS: Handle Delete Port: 3645c930-bf77-465a-a33f-ecbda3105e3c 2026-08-22 11:49:07.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c52692ae-64e6-4404-af9c-7e8d4592722e 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Tap Mirror: Handle Delete Port: 3645c930-bf77-465a-a33f-ecbda3105e3c [pid: 7|app: 0|req: 771/1601] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:49:07 2026] DELETE /v2.0/ports/3645c930-bf77-465a-a33f-ecbda3105e3c => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1602] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:07.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e33963-9d72-45d1-8071-0f9d65422e1a 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1603] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports/3645c930-bf77-465a-a33f-ecbda3105e3c => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1604] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1605] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:07 2026] GET /v2.0/ports/c83a5348-6ebc-4ecf-985c-30940c20149e => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:07.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e84d5231-f3da-4a38-8711-194f10258176 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1606] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:49:07 2026] DELETE /v2.0/ports/ecc21a81-db75-4c5c-80cf-c74088020392 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:07.954 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fccd2f4b-bdaf-4bad-94e3-8672fadbeb3f 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1607] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:07 2026] DELETE /v2.0/subnets/3538928a-86e3-49a4-addf-6ac52eaed6f1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:07.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58abdf15-b72b-4815-9db1-ae5da0a10b16 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1608] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:07 2026] DELETE /v2.0/subnets/74a4f148-43ad-4419-899a-c8de5a5c3826 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:08.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ad23a87-afb9-4528-9204-67769a52e710 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] TaaS: Handle Delete Port: c83a5348-6ebc-4ecf-985c-30940c20149e 2026-08-22 11:49:08.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ad23a87-afb9-4528-9204-67769a52e710 24ccd4c4c222421bad93c18e7968fc72 be43869df9a7485f85921add696c1e17 - - default default] Tap Mirror: Handle Delete Port: c83a5348-6ebc-4ecf-985c-30940c20149e [pid: 7|app: 0|req: 775/1609] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:49:07 2026] DELETE /v2.0/ports/c83a5348-6ebc-4ecf-985c-30940c20149e => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1610] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:08 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1611] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:08 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1612] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:08 2026] DELETE /v2.0/networks/7cfa0d3d-2090-4f6d-9ab6-a9a68ba363ec => 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: 836/1613] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:08 2026] GET /v2.0/ports?device_id=277919de-d8df-4591-909a-855f1143ec06 => 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: 778/1614] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:08 2026] GET /v2.0/security-groups?tenant_id=029266b51ad84bc7a7d254f5078fc847&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1615] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:08 2026] DELETE /v2.0/security-groups/a28113eb-9ea7-4249-85e3-17ddc1039f31 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1616] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:08 2026] GET /v2.0/security-groups?tenant_id=377af2d7573e4bf79673609404131682&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: 779/1617] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:08 2026] GET /v2.0/security-groups?tenant_id=be43869df9a7485f85921add696c1e17&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1618] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:09 2026] DELETE /v2.0/security-groups/e50deeb0-0a1f-4d22-89ac-8661a40128bd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1619] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:09 2026] DELETE /v2.0/security-groups/f31d4677-dd58-42d3-840f-7dcb28f45d9e => 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: 840/1620] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:09 2026] GET /v2.0/security-groups?tenant_id=91ee17acc6bc410481e8cc824b614fb3&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1621] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:09 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1622] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:49:09 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1623] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:09 2026] GET /v2.0/security-groups?id=39449d7c-0f49-40a5-8600-5f93f2842e55&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1624] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:09 2026] DELETE /v2.0/security-groups/4995fdbf-a796-40de-916f-ae0758fdb321 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:09.512 8 INFO neutron_taas.services.taas.taas_plugin [req-6d38c3e0-09da-4e1f-bf60-705bd85988cb req-b939c0ea-53dc-4874-9e01-6a626caed8df ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] TaaS: Handle Delete Port: 223ef9c0-9cc6-41c5-aaad-13a58c09319c 2026-08-22 11:49:09.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d38c3e0-09da-4e1f-bf60-705bd85988cb req-b939c0ea-53dc-4874-9e01-6a626caed8df ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] Tap Mirror: Handle Delete Port: 223ef9c0-9cc6-41c5-aaad-13a58c09319c 2026-08-22 11:49:09.597 8 INFO neutron.services.segments.plugin [-] Segment 94da396c-e745-4497-8a10-5c90e456b81f resource provider aggregate not found 2026-08-22 11:49:09.618 8 INFO neutron.services.segments.plugin [-] Segment 94da396c-e745-4497-8a10-5c90e456b81f resource provider aggregate not found 2026-08-22 11:49:09.641 8 INFO neutron.services.segments.plugin [-] Segment 94da396c-e745-4497-8a10-5c90e456b81f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94da396c-e745-4497-8a10-5c90e456b81f found for delete ", "request_id": "req-5104f54d-d901-4eea-b8b3-dc21d7819491"}]} 2026-08-22 11:49:09.646 8 INFO neutron.services.segments.plugin [-] Segment 94da396c-e745-4497-8a10-5c90e456b81f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94da396c-e745-4497-8a10-5c90e456b81f found for delete ", "request_id": "req-9b466607-c5fe-4449-91b8-b6cc8d9e24cc"}]} 2026-08-22 11:49:09.659 8 INFO neutron.db.l3_db [req-6d38c3e0-09da-4e1f-bf60-705bd85988cb req-b939c0ea-53dc-4874-9e01-6a626caed8df ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] Floating IP fe5b48e7-b2a0-4d10-808f-d4dcaff4df5f disassociated. External IP: 10.96.250.212, port: 223ef9c0-9cc6-41c5-aaad-13a58c09319c. [pid: 8|app: 0|req: 843/1625] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:49:09 2026] DELETE /v2.0/ports/223ef9c0-9cc6-41c5-aaad-13a58c09319c => generated 0 bytes in 502 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:09.956 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18a6cbb2-871a-485b-9ec6-54c58e0f8ca1'] response: {'server_uuid': 'a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c', 'name': 'network-vif-deleted', 'tag': '223ef9c0-9cc6-41c5-aaad-13a58c09319c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 783/1626] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:09 2026] DELETE /v2.0/security-groups/d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:09.981 8 INFO neutron.api.v2.resource [None req-5adb0ee1-1bbb-4469-935b-a8000099d1ab 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 844/1627] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:49:09 2026] GET /v2.0/security-groups/d5c1332b-202d-4ca6-a9f4-a7b78dbdc18b => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:10.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b94ddc8-52ef-46e1-af11-1ecef112718a 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] TaaS: Handle Delete Port: c171bd84-fa1a-4c56-acea-3f5a455828de 2026-08-22 11:49:10.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b94ddc8-52ef-46e1-af11-1ecef112718a 8cb095f0aafb4351968fbcb725ebd3ac 68f91fab6e7645c7bc6f63b54e646919 - - default default] Tap Mirror: Handle Delete Port: c171bd84-fa1a-4c56-acea-3f5a455828de [pid: 7|app: 0|req: 784/1628] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:49:09 2026] DELETE /v2.0/floatingips/0eaa2b34-1365-4af2-be8d-58c004ef277c => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1629] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:10 2026] DELETE /v2.0/security-groups/b4f50f1a-d7a4-41af-aac9-0ec2fe6065a6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1630] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:10 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:10.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-99a54a5e-1dd8-47ec-89b8-eb61ec4fc8af 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 91753b42-64a6-4759-9b91-5a709c94cd14 2026-08-22 11:49:10.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99a54a5e-1dd8-47ec-89b8-eb61ec4fc8af 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 91753b42-64a6-4759-9b91-5a709c94cd14 [pid: 8|app: 0|req: 846/1631] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:10 2026] PUT /v2.0/routers/2dcf82a5-2a9b-456c-9033-90958698d415/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1632] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:11 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:11.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbdaff70-2a7d-4e0f-85d4-cc1e293a259b 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 78bcad0b-0609-4f44-a6fa-0a5c71774aae 2026-08-22 11:49:11.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbdaff70-2a7d-4e0f-85d4-cc1e293a259b 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 78bcad0b-0609-4f44-a6fa-0a5c71774aae 2026-08-22 11:49:12.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbdaff70-2a7d-4e0f-85d4-cc1e293a259b 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 67771df9-f9a3-4463-9c68-26926fda9ee8 2026-08-22 11:49:12.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbdaff70-2a7d-4e0f-85d4-cc1e293a259b 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 67771df9-f9a3-4463-9c68-26926fda9ee8 2026-08-22 11:49:12.416 7 INFO neutron.services.segments.plugin [-] Segment d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 resource provider aggregate not found 2026-08-22 11:49:12.419 7 INFO neutron.services.segments.plugin [-] Segment d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 resource provider aggregate not found 2026-08-22 11:49:12.433 7 INFO neutron.services.segments.plugin [-] Segment d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 found for delete ", "request_id": "req-38932455-3fbc-41b3-989d-4ebbe7db8f09"}]} 2026-08-22 11:49:12.442 7 INFO neutron.services.segments.plugin [-] Segment d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43f2e8a-7b0e-4bfb-9ffc-5563fff665d0 found for delete ", "request_id": "req-d9258bac-caac-4de8-89a4-e62f85436335"}]} 2026-08-22 11:49:12.454 7 INFO neutron.db.l3_hamode_db [None req-cbdaff70-2a7d-4e0f-85d4-cc1e293a259b 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 21185a25-8046-4bc8-b289-f7236bd4dfc5 was deleted as no HA routers are present in tenant 68f91fab6e7645c7bc6f63b54e646919. [pid: 7|app: 0|req: 786/1633] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:11 2026] DELETE /v2.0/routers/2dcf82a5-2a9b-456c-9033-90958698d415 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1634] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:12 2026] DELETE /v2.0/subnets/b6e43924-2551-43e5-a328-6743663306af => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1635] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:12 2026] GET /v2.0/ports?device_id=a695ad1f-5748-4cde-98a5-2d0a2c2eaf5c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:12.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-983ae44a-8ef6-45af-adab-3dc2e6382ff1 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 582d5fcd-053a-411e-962b-2c2e20f3ac8d 2026-08-22 11:49:12.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-983ae44a-8ef6-45af-adab-3dc2e6382ff1 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 582d5fcd-053a-411e-962b-2c2e20f3ac8d [pid: 7|app: 0|req: 787/1636] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:12 2026] DELETE /v2.0/networks/3b0cc1d3-fced-4250-bbd7-47a04d4f500b => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:13.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-b18ebb53-911d-4a9f-a58c-b8d3c0b49b17 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 5df30e33-604f-495b-9320-c7f9bea995ca 2026-08-22 11:49:13.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b18ebb53-911d-4a9f-a58c-b8d3c0b49b17 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 5df30e33-604f-495b-9320-c7f9bea995ca 2026-08-22 11:49:13.992 7 INFO neutron.db.segments_db [None req-f53ed56e-2ee8-4c6a-a0fe-ff3cbef82d88 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] Added segment 3b4e9d55-1469-4ced-b94e-399e843e5a25 of type vxlan for network 019dbaf9-4216-421c-9370-a200dfc3839e [pid: 8|app: 0|req: 850/1637] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:12 2026] PUT /v2.0/routers/a5fd1308-fb6d-4fa5-815c-77428bc63031/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1638] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:13 2026] POST /v2.0/networks => generated 613 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1639] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:14 2026] DELETE /v2.0/security-groups/39449d7c-0f49-40a5-8600-5f93f2842e55 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:14.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-7746fdb4-0d6b-4abb-b6ed-1fd553b64c51 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: dcd0df27-d7c6-49d6-a2da-9bd805644991 2026-08-22 11:49:14.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7746fdb4-0d6b-4abb-b6ed-1fd553b64c51 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: dcd0df27-d7c6-49d6-a2da-9bd805644991 [pid: 8|app: 0|req: 852/1640] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:14 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) 2026-08-22 11:49:14.431 8 INFO neutron.api.v2.resource [None req-4b792194-2277-471d-b1b9-2a2ce96e874b ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1641] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:49:14 2026] GET /v2.0/security-groups/39449d7c-0f49-40a5-8600-5f93f2842e55 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:14.458 7 INFO neutron.services.segments.plugin [-] Segment a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 resource provider aggregate not found 2026-08-22 11:49:14.463 7 INFO neutron.services.segments.plugin [-] Segment a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 resource provider aggregate not found 2026-08-22 11:49:14.476 7 INFO neutron.services.segments.plugin [-] Segment a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 found for delete ", "request_id": "req-389cd888-0ba4-4edd-9e3a-eb358d726bbd"}]} 2026-08-22 11:49:14.482 7 INFO neutron.services.segments.plugin [-] Segment a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7f1e7ef-02ea-4946-ab7a-fa61044f28e8 found for delete ", "request_id": "req-ee0b1c08-f64c-418e-b992-7dba3affd9ca"}]} 2026-08-22 11:49:14.486 8 INFO neutron.db.segments_db [None req-155be83f-8242-40ac-926d-cdcac89d4d5f 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] Added segment 41896fc2-743f-4ba6-8874-26f0186f3d5a of type vxlan for network 82431ddb-5c33-490b-9d89-ce59a317c6eb 2026-08-22 11:49:14.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-7746fdb4-0d6b-4abb-b6ed-1fd553b64c51 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 0795f555-5ac6-46b2-88cb-6215cf05e026 2026-08-22 11:49:14.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7746fdb4-0d6b-4abb-b6ed-1fd553b64c51 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 0795f555-5ac6-46b2-88cb-6215cf05e026 [pid: 8|app: 0|req: 854/1642] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:14 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:14.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e694fe7-7e9b-4de5-9a96-b5a0caae5927 ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] TaaS: Handle Delete Port: ac99099e-63e5-4837-8ca6-b03b1b61db80 2026-08-22 11:49:14.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e694fe7-7e9b-4de5-9a96-b5a0caae5927 ad73e62831aa4294b984a72e703cb772 1abe864d3a784085bd56a0a7bbbc6c50 - - default default] Tap Mirror: Handle Delete Port: ac99099e-63e5-4837-8ca6-b03b1b61db80 2026-08-22 11:49:14.881 7 INFO neutron.db.l3_hamode_db [None req-7746fdb4-0d6b-4abb-b6ed-1fd553b64c51 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 905b7939-c4cb-47db-a388-e3b0f498116f was deleted as no HA routers are present in tenant 0977ab6ac31e4b75ac8fb47cb484007d. [pid: 7|app: 0|req: 789/1643] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:14 2026] DELETE /v2.0/routers/a5fd1308-fb6d-4fa5-815c-77428bc63031 => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1644] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:49:14 2026] DELETE /v2.0/floatingips/fe5b48e7-b2a0-4d10-808f-d4dcaff4df5f => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1645] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:14 2026] DELETE /v2.0/subnets/5413a65e-165f-4ac4-b439-8f1005d27a5d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1646] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:14 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:15.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-fde7e148-a46f-4524-b85d-9ed319c768fd 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: a360daf6-c19f-4af0-b01a-f6edf2f69f0d 2026-08-22 11:49:15.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fde7e148-a46f-4524-b85d-9ed319c768fd 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: a360daf6-c19f-4af0-b01a-f6edf2f69f0d [pid: 7|app: 0|req: 791/1647] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:15 2026] DELETE /v2.0/networks/3d3cda3f-ca24-4820-8a2c-d3d212edfa05 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:15.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-23eb4dea-4bbe-4131-bdc3-1a8a17923758 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 7e789287-b7ca-490d-a2a5-bcaa24692480 2026-08-22 11:49:15.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23eb4dea-4bbe-4131-bdc3-1a8a17923758 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 7e789287-b7ca-490d-a2a5-bcaa24692480 2026-08-22 11:49:15.419 7 INFO neutron.db.segments_db [None req-4e2a31e5-de38-471f-af09-48816596d39e 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] Added segment c42457b6-9e4d-469b-be7d-0083b6d71efc of type vxlan for network 7077b976-5368-4b9c-80d3-f88a4f93b9d0 [pid: 7|app: 0|req: 792/1648] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:15 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1649] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:15 2026] POST /v2.0/subnets => generated 629 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1650] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:15 2026] GET /v2.0/security-groups?tenant_id=68f91fab6e7645c7bc6f63b54e646919&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:15.862 7 INFO neutron.db.segments_db [None req-345beabe-0f1a-487f-95ab-3c42113b762f 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] Added segment 7d0d5212-eb1e-4127-b966-31b68f1ec0fd of type vxlan for network afafe242-5e05-4196-879c-95191241a3f2 [pid: 7|app: 0|req: 795/1651] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:15 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1652] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:15 2026] PUT /v2.0/routers/e0431aca-d00e-47f5-a2e8-ecbe073ab985/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1653] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:15 2026] DELETE /v2.0/security-groups/29c9db93-8780-4b9e-be32-001cd27136da => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1654] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:15 2026] POST /v2.0/subnets => generated 629 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:16.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e256ac9-3d2d-4a8f-9318-0e14f9e89f1e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: c786648b-69d0-4a81-b2fc-d235ebe7b48a [pid: 8|app: 0|req: 859/1655] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:16 2026] GET /v2.0/security-groups?tenant_id=0977ab6ac31e4b75ac8fb47cb484007d&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:16.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e256ac9-3d2d-4a8f-9318-0e14f9e89f1e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: c786648b-69d0-4a81-b2fc-d235ebe7b48a 2026-08-22 11:49:16.281 8 INFO neutron.db.segments_db [None req-8b25e469-08a1-4999-b131-13024f9e0b44 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] Added segment 65c60e1f-9fd6-427c-8735-a88791dc5aa6 of type vxlan for network db9bf436-d896-483d-9831-2081ec30a3dd [pid: 8|app: 0|req: 860/1656] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:16 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:16.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e256ac9-3d2d-4a8f-9318-0e14f9e89f1e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 6357f1db-9683-4e7c-a1fa-15a3a5abf387 [pid: 8|app: 0|req: 861/1657] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:16 2026] DELETE /v2.0/security-groups/043e87ba-1e89-434f-997c-0f28b1c9cfcb => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:16.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e256ac9-3d2d-4a8f-9318-0e14f9e89f1e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 6357f1db-9683-4e7c-a1fa-15a3a5abf387 2026-08-22 11:49:16.518 7 INFO neutron.services.segments.plugin [-] Segment 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b resource provider aggregate not found 2026-08-22 11:49:16.520 7 INFO neutron.services.segments.plugin [-] Segment 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b resource provider aggregate not found 2026-08-22 11:49:16.540 7 INFO neutron.services.segments.plugin [-] Segment 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b found for delete ", "request_id": "req-1b967930-e86e-40c9-931e-48af430865ad"}]} 2026-08-22 11:49:16.544 7 INFO neutron.services.segments.plugin [-] Segment 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04fbb870-52a8-47ee-9a3a-cbc981ac0a0b found for delete ", "request_id": "req-371e41d7-8d51-49a1-b086-596a8a19e359"}]} 2026-08-22 11:49:16.573 7 INFO neutron.services.segments.plugin [-] Segment 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a resource provider aggregate not found 2026-08-22 11:49:16.576 7 INFO neutron.services.segments.plugin [-] Segment 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a resource provider aggregate not found 2026-08-22 11:49:16.590 7 INFO neutron.services.segments.plugin [-] Segment 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a found for delete ", "request_id": "req-5c677a75-108f-4fee-954b-143ec0bf5f2f"}]} 2026-08-22 11:49:16.593 7 INFO neutron.services.segments.plugin [-] Segment 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dca6023-8297-4e1b-8cdc-43bbc65d2e9a found for delete ", "request_id": "req-59e0b702-ea28-477f-a802-8b04f1101029"}]} [pid: 8|app: 0|req: 862/1658] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:16 2026] POST /v2.0/subnets => generated 629 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1659] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:16 2026] PUT /v2.0/subnets/3b778142-e085-4f42-9158-39675ad886b3/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1660] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:16 2026] PUT /v2.0/subnets/56adb7ba-6776-44d1-af88-72650d30fd61/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:16.906 7 INFO neutron.db.l3_hamode_db [None req-8e256ac9-3d2d-4a8f-9318-0e14f9e89f1e 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] HA network 71e9c8ef-bde2-432b-9d07-3469963c2ace was deleted as no HA routers are present in tenant 1abe864d3a784085bd56a0a7bbbc6c50. [pid: 7|app: 0|req: 797/1661] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:16 2026] DELETE /v2.0/routers/e0431aca-d00e-47f5-a2e8-ecbe073ab985 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1662] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:16 2026] PUT /v2.0/subnets/139aedba-4e83-4ac8-9b17-769b81a7d7c1/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1663] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:16 2026] PUT /v2.0/subnets/a29fadd2-b1d7-47af-b274-76d0a111ef9f/tags => 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: 867/1664] 10.0.0.143 () {32 vars in 664 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1665] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:16 2026] DELETE /v2.0/subnets/8dab491e-1868-4594-9bee-d236929d3ae4 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1666] 10.0.0.143 () {32 vars in 678 bytes} [Sat Aug 22 11:49:17 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: 869/1667] 10.0.0.143 () {32 vars in 674 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1668] 10.0.0.143 () {32 vars in 686 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:17.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a0f834c-6943-448e-9498-5c0e935841de 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: bc809ee7-9fe7-4eb1-a165-7eacd643d8c5 2026-08-22 11:49:17.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a0f834c-6943-448e-9498-5c0e935841de 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: bc809ee7-9fe7-4eb1-a165-7eacd643d8c5 [pid: 8|app: 0|req: 871/1669] 10.0.0.143 () {32 vars in 672 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1670] 10.0.0.143 () {32 vars in 686 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1671] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1672] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1673] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/networks/15ec4efa-cbba-4d76-ae3b-f3877f96e647 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1674] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/subnets/3b778142-e085-4f42-9158-39675ad886b3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1675] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:17 2026] GET /v2.0/security-groups?tenant_id=1abe864d3a784085bd56a0a7bbbc6c50&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1676] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/security-groups/ea93cf5b-603f-459d-b351-48560da516a9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1677] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/subnets/56adb7ba-6776-44d1-af88-72650d30fd61 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1678] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/subnets/139aedba-4e83-4ac8-9b17-769b81a7d7c1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1679] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/subnets/a29fadd2-b1d7-47af-b274-76d0a111ef9f => 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: 879/1680] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:17 2026] DELETE /v2.0/subnets/c6bdf751-c62b-4655-a8de-f7cf4a0b3268 => 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: 802/1681] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:18 2026] DELETE /v2.0/networks/019dbaf9-4216-421c-9370-a200dfc3839e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:18.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-21325dca-2ee9-44b3-ae0d-5a75d77a3628 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] TaaS: Handle Delete Port: 69e7f372-82c6-4d2f-bb89-2083c1565434 2026-08-22 11:49:18.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21325dca-2ee9-44b3-ae0d-5a75d77a3628 4c7fb481a5fa4902bfe9f716d05177bf e0536e2945864a4a82a3210112e8a271 - - default default] Tap Mirror: Handle Delete Port: 69e7f372-82c6-4d2f-bb89-2083c1565434 2026-08-22 11:49:18.492 8 INFO neutron.services.segments.plugin [-] Segment 41896fc2-743f-4ba6-8874-26f0186f3d5a resource provider aggregate not found 2026-08-22 11:49:18.501 8 INFO neutron.services.segments.plugin [-] Segment 41896fc2-743f-4ba6-8874-26f0186f3d5a resource provider aggregate not found 2026-08-22 11:49:18.520 8 INFO neutron.services.segments.plugin [-] Segment 41896fc2-743f-4ba6-8874-26f0186f3d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41896fc2-743f-4ba6-8874-26f0186f3d5a found for delete ", "request_id": "req-f11e11b8-3f86-4679-949b-b731b15e9700"}]} [pid: 8|app: 0|req: 880/1682] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:18 2026] DELETE /v2.0/networks/82431ddb-5c33-490b-9d89-ce59a317c6eb => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:18.523 8 INFO neutron.services.segments.plugin [-] Segment 41896fc2-743f-4ba6-8874-26f0186f3d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41896fc2-743f-4ba6-8874-26f0186f3d5a found for delete ", "request_id": "req-c5cc2a94-a91a-466b-89de-6ab7d51cea0e"}]} 2026-08-22 11:49:18.628 7 INFO neutron.services.segments.plugin [-] Segment 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 resource provider aggregate not found 2026-08-22 11:49:18.633 7 INFO neutron.services.segments.plugin [-] Segment 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 resource provider aggregate not found 2026-08-22 11:49:18.643 7 INFO neutron.services.segments.plugin [-] Segment 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 found for delete ", "request_id": "req-67dd2562-19b4-4154-8de8-b08b2b05abd9"}]} 2026-08-22 11:49:18.652 7 INFO neutron.services.segments.plugin [-] Segment 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20fcaf3e-7117-4243-9ea9-7ff5f7c81862 found for delete ", "request_id": "req-0e54aee8-78d9-44be-b148-b27dc5c2e001"}]} 2026-08-22 11:49:18.663 7 INFO neutron.services.segments.plugin [-] Segment 6c17b41c-9528-446d-b745-18897acd752d resource provider aggregate not found 2026-08-22 11:49:18.670 7 INFO neutron.services.segments.plugin [-] Segment 6c17b41c-9528-446d-b745-18897acd752d resource provider aggregate not found 2026-08-22 11:49:18.674 7 INFO neutron.services.segments.plugin [-] Segment 6c17b41c-9528-446d-b745-18897acd752d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c17b41c-9528-446d-b745-18897acd752d found for delete ", "request_id": "req-ab45556d-02e7-4f61-9830-7ca30fc8bb75"}]} 2026-08-22 11:49:18.685 7 INFO neutron.services.segments.plugin [-] Segment 6c17b41c-9528-446d-b745-18897acd752d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c17b41c-9528-446d-b745-18897acd752d found for delete ", "request_id": "req-a5f6947c-8495-4d42-8e25-f4d460bd818e"}]} 2026-08-22 11:49:18.686 7 INFO neutron.services.segments.plugin [-] Segment 3b4e9d55-1469-4ced-b94e-399e843e5a25 resource provider aggregate not found 2026-08-22 11:49:18.700 7 INFO neutron.services.segments.plugin [-] Segment 3b4e9d55-1469-4ced-b94e-399e843e5a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b4e9d55-1469-4ced-b94e-399e843e5a25 found for delete ", "request_id": "req-cbb8b23c-3666-49ac-aaa7-4353bb121305"}]} 2026-08-22 11:49:18.710 7 INFO neutron.services.segments.plugin [-] Segment 3b4e9d55-1469-4ced-b94e-399e843e5a25 resource provider aggregate not found [pid: 7|app: 0|req: 803/1683] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:18 2026] DELETE /v2.0/networks/7077b976-5368-4b9c-80d3-f88a4f93b9d0 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:18.741 7 INFO neutron.services.segments.plugin [-] Segment 3b4e9d55-1469-4ced-b94e-399e843e5a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b4e9d55-1469-4ced-b94e-399e843e5a25 found for delete ", "request_id": "req-017ccae4-4ab8-40f2-9baa-922b5a5e77c7"}]} [pid: 8|app: 0|req: 881/1684] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:18 2026] DELETE /v2.0/networks/afafe242-5e05-4196-879c-95191241a3f2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1685] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:18 2026] DELETE /v2.0/networks/db9bf436-d896-483d-9831-2081ec30a3dd => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1686] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:19 2026] GET /v2.0/security-groups?tenant_id=e0536e2945864a4a82a3210112e8a271&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: 805/1687] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:19 2026] DELETE /v2.0/security-groups/4d51aa84-ff37-4e3e-bf13-ff01c61fbe5d => 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: 806/1688] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:20 2026] GET /v2.0/security-groups?tenant_id=134c8ee84187424bb67a1f16f22064cb&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1689] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:20 2026] DELETE /v2.0/security-groups/f501541f-5048-4411-8886-c3c7f6f3c2ba => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1690] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:20 2026] GET /v2.0/security-groups?tenant_id=7bea5868ca1846e1abb31cd527bde761&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1691] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:20 2026] DELETE /v2.0/security-groups/b85d0ad1-620f-42c1-86a1-997409de7e1c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:20.547 8 INFO neutron.services.segments.plugin [-] Segment 7d0d5212-eb1e-4127-b966-31b68f1ec0fd resource provider aggregate not found 2026-08-22 11:49:20.551 8 INFO neutron.services.segments.plugin [-] Segment 7d0d5212-eb1e-4127-b966-31b68f1ec0fd resource provider aggregate not found 2026-08-22 11:49:20.566 8 INFO neutron.services.segments.plugin [-] Segment 7d0d5212-eb1e-4127-b966-31b68f1ec0fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d0d5212-eb1e-4127-b966-31b68f1ec0fd found for delete ", "request_id": "req-e46c2815-aede-4c65-97bb-a5e484265035"}]} 2026-08-22 11:49:20.567 8 INFO neutron.services.segments.plugin [-] Segment 7d0d5212-eb1e-4127-b966-31b68f1ec0fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d0d5212-eb1e-4127-b966-31b68f1ec0fd found for delete ", "request_id": "req-a0a05a74-5b58-4141-8d4a-667c75f1fb3f"}]} [pid: 8|app: 0|req: 884/1692] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:20 2026] GET /v2.0/security-groups?tenant_id=aac79c49f0c4498b88342f98f80fd2b5&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:20.732 7 INFO neutron.services.segments.plugin [-] Segment c42457b6-9e4d-469b-be7d-0083b6d71efc resource provider aggregate not found 2026-08-22 11:49:20.756 7 INFO neutron.services.segments.plugin [-] Segment c42457b6-9e4d-469b-be7d-0083b6d71efc resource provider aggregate not found 2026-08-22 11:49:20.761 7 INFO neutron.services.segments.plugin [-] Segment c42457b6-9e4d-469b-be7d-0083b6d71efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c42457b6-9e4d-469b-be7d-0083b6d71efc found for delete ", "request_id": "req-8181703d-2ec0-4992-9a4b-8a34b5deece4"}]} 2026-08-22 11:49:20.781 7 INFO neutron.services.segments.plugin [-] Segment 65c60e1f-9fd6-427c-8735-a88791dc5aa6 resource provider aggregate not found 2026-08-22 11:49:20.787 7 INFO neutron.services.segments.plugin [-] Segment c42457b6-9e4d-469b-be7d-0083b6d71efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c42457b6-9e4d-469b-be7d-0083b6d71efc found for delete ", "request_id": "req-abad7d46-ac50-416d-8484-73ffe9f341b8"}]} 2026-08-22 11:49:20.800 7 INFO neutron.services.segments.plugin [-] Segment 65c60e1f-9fd6-427c-8735-a88791dc5aa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c60e1f-9fd6-427c-8735-a88791dc5aa6 found for delete ", "request_id": "req-58e5c7ac-438c-4f47-850b-ada0f7db4c4b"}]} 2026-08-22 11:49:20.806 7 INFO neutron.services.segments.plugin [-] Segment 65c60e1f-9fd6-427c-8735-a88791dc5aa6 resource provider aggregate not found [pid: 7|app: 0|req: 809/1693] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:20 2026] DELETE /v2.0/security-groups/ff789115-20db-46ac-8f81-1050071509d7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:20.822 7 INFO neutron.services.segments.plugin [-] Segment 65c60e1f-9fd6-427c-8735-a88791dc5aa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c60e1f-9fd6-427c-8735-a88791dc5aa6 found for delete ", "request_id": "req-af9f34c7-35ca-41f7-bbf6-101b8109309f"}]} [pid: 8|app: 0|req: 886/1696] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:22 2026] GET /v2.0/security-groups?tenant_id=91cc2609cdb34ff08cee9b3c3ddbe70f&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1697] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:22 2026] DELETE /v2.0/security-groups/e93e5281-2a10-4d33-8729-fdb88599f887 => 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: 887/1698] 10.0.0.143 () {34 vars in 678 bytes} [Sat Aug 22 11:49:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1699] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:49:24 2026] PUT /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1700] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1701] 10.0.0.143 () {34 vars in 764 bytes} [Sat Aug 22 11:49:24 2026] PUT /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1702] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1703] 10.0.0.143 () {34 vars in 760 bytes} [Sat Aug 22 11:49:24 2026] PUT /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1704] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1705] 10.0.0.143 () {34 vars in 782 bytes} [Sat Aug 22 11:49:24 2026] PUT /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1706] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1707] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:49:24 2026] PUT /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1708] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1709] 10.0.0.143 () {32 vars in 741 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:24.718 8 INFO neutron.api.v2.resource [None req-45f25799-3e93-472d-8f84-babddcc3203f e5de8ed5311b4a4c96268ed658c7d4ae 939cecb6b52147149f2c2e176fc806d0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1710] 10.0.0.143 () {32 vars in 745 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1711] 10.0.0.143 () {32 vars in 744 bytes} [Sat Aug 22 11:49:24 2026] DELETE /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1712] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:24.857 7 INFO neutron.api.v2.resource [None req-517a10fe-0c12-4e24-a0aa-f2bce072a858 e5de8ed5311b4a4c96268ed658c7d4ae 939cecb6b52147149f2c2e176fc806d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1713] 10.0.0.143 () {32 vars in 748 bytes} [Sat Aug 22 11:49:24 2026] DELETE /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1714] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:24 2026] DELETE /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => 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: 820/1715] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/policies/a28ebdc1-72a1-445b-923f-1c19062c014c/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1716] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:49:24 2026] DELETE /v2.0/qos/policies/a28ebdc1-72a1-445b-923f-1c19062c014c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1717] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:25 2026] GET /v2.0/security-groups?tenant_id=e3a50822c08d48f0a926e6437e06f212&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1718] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:25 2026] GET /v2.0/security-groups?tenant_id=939cecb6b52147149f2c2e176fc806d0&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1719] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:25 2026] DELETE /v2.0/security-groups/75c8e85e-c699-44f8-9b84-7cacd8460dfe => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:25.915 7 INFO neutron.db.segments_db [None req-df1ab631-4429-4853-9d30-b90820bac618 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Added segment 291953b5-19c5-4263-a4df-070c648b187a of type vxlan for network ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 [pid: 7|app: 0|req: 822/1720] 10.0.0.143 () {34 vars in 671 bytes} [Sat Aug 22 11:49:25 2026] POST /v2.0/networks => generated 614 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1721] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:25 2026] DELETE /v2.0/security-groups/f453f6ad-0f99-4e9a-8f4e-63691a9115c7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:26.108 7 INFO neutron.db.segments_db [None req-f9f7f2b4-cdf1-4413-8b90-f7d356685fea 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Added segment a97c26f7-50b9-4de7-bbe1-f11a46f17ece of type vxlan for network 77c3e3e6-c111-47ec-bdd0-902a7b529046 2026-08-22 11:49:26.109 8 INFO neutron.db.segments_db [None req-04238c23-6078-4c2b-8f41-53a80efa21b2 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Added segment c961aa64-d55b-414c-8862-922038736c4a of type vxlan for network 7f0437cf-52b1-4692-8da8-dd0d0bf215c7 [pid: 8|app: 0|req: 899/1722] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:25 2026] POST /v2.0/networks => generated 619 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:26.313 7 INFO neutron.db.l3_hamode_db [None req-f9f7f2b4-cdf1-4413-8b90-f7d356685fea 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 900/1723] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:26 2026] POST /v2.0/subnets => generated 658 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1724] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:26 2026] GET /v2.0/security-groups?tenant_id=fc42eb1e705e49f4b626c246388ffea3&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1725] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:49:26 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1726] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:26 2026] DELETE /v2.0/security-groups/74b3ef97-db99-492e-8791-689d37b91356 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:49:27.011 7 INFO neutron.db.l3_hamode_db [None req-f9f7f2b4-cdf1-4413-8b90-f7d356685fea 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 904/1727] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:26 2026] POST /v2.0/subnets => generated 732 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:27.203 8 INFO neutron.db.segments_db [None req-6988c43b-e5ce-45e6-8d21-b780624891d0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Added segment fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 of type vxlan for network ba7f9569-df45-4dcc-bcdd-89bab934dbe5 [pid: 8|app: 0|req: 905/1728] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:27 2026] POST /v2.0/networks => generated 619 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1729] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:27 2026] POST /v2.0/subnets => generated 655 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1730] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:27 2026] POST /v2.0/subnets => generated 725 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1731] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:26 2026] POST /v2.0/routers => generated 694 bytes in 1734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:27.835 8 INFO neutron.db.segments_db [None req-c5783c98-7516-47da-8b17-81041110c9e6 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Added segment 2a65f60e-f159-4758-9586-27307454b961 of type vxlan for network c705b51a-ebed-4f20-8666-c283bf355927 [pid: 8|app: 0|req: 908/1732] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:27 2026] POST /v2.0/networks => generated 618 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1733] 10.0.0.143 () {32 vars in 776 bytes} [Sat Aug 22 11:49:27 2026] GET /v2.0/subnets?project_id=5f1371664310468fbe17583adf82a156&cidr=10.100.0.0%2F28 => generated 14 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1734] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:49:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1735] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:27 2026] POST /v2.0/subnets => generated 656 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1736] 10.0.0.143 () {32 vars in 784 bytes} [Sat Aug 22 11:49:28 2026] GET /v2.0/subnets?network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1737] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:28 2026] GET /v2.0/security-groups?tenant_id=c4a941583566453883b3759eab437d4b&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1738] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:28 2026] POST /v2.0/subnets => generated 729 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1739] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:28 2026] DELETE /v2.0/security-groups/54e88232-5a07-465a-a7e9-fb1c2b39ffc7 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1740] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:28 2026] POST /v2.0/subnets => generated 656 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:28.473 8 INFO neutron.db.segments_db [None req-22d958cc-331c-46da-85d7-440c2f8834c8 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Added segment c295130e-07c7-4af0-83b4-92a9ad2bd3bb of type vxlan for network fd8cb282-64b9-4091-81a9-ebd7e591a7c2 2026-08-22 11:49:28.692 8 INFO neutron.db.l3_hamode_db [None req-22d958cc-331c-46da-85d7-440c2f8834c8 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:49:29.463 8 INFO neutron.db.l3_hamode_db [None req-22d958cc-331c-46da-85d7-440c2f8834c8 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 829/1741] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:28 2026] PUT /v2.0/routers/246ee51b-a849-4f6d-bdc1-a37f385f2167/add_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1742] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:49:29 2026] GET /v2.0/networks => generated 6662 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1743] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:49:29 2026] GET /v2.0/subnets => generated 7419 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1744] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:49:29 2026] GET /v2.0/routers => generated 1451 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1745] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:49:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1746] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:28 2026] POST /v2.0/routers => generated 684 bytes in 1808 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1747] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:30 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-08-22 11:49:30.597 7 INFO neutron.db.segments_db [None req-6eb2fcf9-0dd9-4a22-b143-fbf9d8924843 cffcbd5c60ef4df08e05be444c425e56 434c800404b841be96f5928e09bcc2b6 - - default default] Added segment 7faf6201-0b9b-4f57-811a-74a90aebd386 of type vxlan for network d0a9b2f9-2514-44f5-8a91-3c233aff523a [pid: 7|app: 0|req: 835/1748] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:30 2026] POST /v2.0/networks => generated 612 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:30.987 7 INFO neutron.db.segments_db [None req-bfc7c030-150a-44ff-8a5a-ab2a810356b0 1893fa2c097e4e7d96a332eb55353e36 be1662285e6e45aebcc935f612df21dd - - default default] Added segment e7204258-40b3-49c9-97c5-21ca43b23a7b of type vxlan for network b7c09cf1-cc44-4be6-b82d-b34aaa76e96b [pid: 7|app: 0|req: 836/1749] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:30 2026] POST /v2.0/networks => generated 629 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1750] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1751] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:31 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1752] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:30 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1753] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:31 2026] PUT /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1754] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:31 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: 840/1755] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:31 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1756] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:31 2026] POST /v2.0/subnets => generated 673 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1757] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:31 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: 843/1758] 10.0.0.143 () {34 vars in 762 bytes} [Sat Aug 22 11:49:31 2026] PUT /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-22 11:49:32.071 7 INFO neutron.db.segments_db [None req-1cece160-7013-427b-bba0-cabf1d924abd 1893fa2c097e4e7d96a332eb55353e36 be1662285e6e45aebcc935f612df21dd - - default default] Added segment ef287f58-dd0f-46f2-960f-054a9bc5513b of type vxlan for network 00c43543-88c2-4e59-8035-c371c9fee257 [pid: 7|app: 0|req: 844/1759] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:32 2026] POST /v2.0/networks => generated 629 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:32.168 7 INFO neutron.db.securitygroups_db [None req-4a024cb2-7768-4977-872c-c6227c09dac1 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Project 5f1371664310468fbe17583adf82a156 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: 845/1760] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1761] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:32 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1762] 10.0.0.143 () {34 vars in 743 bytes} [Sat Aug 22 11:49:32 2026] PUT /v2.0/networks/00c43543-88c2-4e59-8035-c371c9fee257 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:32.401 7 INFO neutron.db.securitygroups_db [None req-048f237f-b98d-466d-b51a-925eefeb5a48 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Project 5f1371664310468fbe17583adf82a156 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: 848/1763] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1764] 10.0.0.143 () {34 vars in 758 bytes} [Sat Aug 22 11:49:32 2026] PUT /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1765] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:32 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1766] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:31 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1767] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:32 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1768] 10.0.0.143 () {34 vars in 741 bytes} [Sat Aug 22 11:49:32 2026] PUT /v2.0/subnets/42e6a6be-e022-4555-bffc-b0a8c1914a8e => generated 656 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1769] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:49:32 2026] GET /v2.0/networks => generated 1298 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1770] 10.0.0.143 () {34 vars in 780 bytes} [Sat Aug 22 11:49:33 2026] PUT /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-22 11:49:33.326 7 INFO neutron.services.segments.plugin [-] Segment ef287f58-dd0f-46f2-960f-054a9bc5513b resource provider aggregate not found 2026-08-22 11:49:33.335 7 INFO neutron.services.segments.plugin [-] Segment ef287f58-dd0f-46f2-960f-054a9bc5513b resource provider aggregate not found 2026-08-22 11:49:33.345 7 INFO neutron.services.segments.plugin [-] Segment ef287f58-dd0f-46f2-960f-054a9bc5513b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef287f58-dd0f-46f2-960f-054a9bc5513b found for delete ", "request_id": "req-5301ea46-1eb7-4dc9-96d6-31d69a0d6651"}]} 2026-08-22 11:49:33.353 7 INFO neutron.services.segments.plugin [-] Segment ef287f58-dd0f-46f2-960f-054a9bc5513b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef287f58-dd0f-46f2-960f-054a9bc5513b found for delete ", "request_id": "req-5b1d01fa-4df3-49e7-b7bd-9d56b0422314"}]} [pid: 7|app: 0|req: 855/1771] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:33 2026] DELETE /v2.0/networks/00c43543-88c2-4e59-8035-c371c9fee257 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1772] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1773] 10.0.0.230 () {34 vars in 1098 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-877192190&fields=id&tenant_id=5f1371664310468fbe17583adf82a156 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:33.443 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b804788-d8b7-40cf-b97f-de48fd53d492 1893fa2c097e4e7d96a332eb55353e36 be1662285e6e45aebcc935f612df21dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1774] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:33 2026] DELETE /v2.0/networks/00c43543-88c2-4e59-8035-c371c9fee257 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1775] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:49:33 2026] PUT /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1776] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 661 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1777] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1778] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1779] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/quotas/5f1371664310468fbe17583adf82a156 => generated 292 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1780] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/subnets?network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1781] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1782] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&fields=id => generated 57 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1783] 10.0.0.143 () {32 vars in 653 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-22 11:49:33.910 7 INFO neutron.api.v2.resource [None req-69aaccf0-6407-40f6-a02d-da62da39a5ea cffcbd5c60ef4df08e05be444c425e56 434c800404b841be96f5928e09bcc2b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1784] 10.0.0.143 () {32 vars in 743 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/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: 869/1785] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/networks => generated 1313 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1786] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:49:33 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1787] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1788] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/subnets => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1789] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1790] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1791] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/networks/b7c09cf1-cc44-4be6-b82d-b34aaa76e96b => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1792] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:32 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:34.242 7 INFO neutron.api.v2.resource [None req-776f1534-8690-4597-9c05-e9a12084aa4e cffcbd5c60ef4df08e05be444c425e56 434c800404b841be96f5928e09bcc2b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1793] 10.0.0.143 () {32 vars in 746 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1794] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/subnets/32f4ab98-8b66-453f-8cc1-08552323b03c => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1795] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:34.282 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2c8f26e-0af4-46fb-b049-0967a4190398 1893fa2c097e4e7d96a332eb55353e36 be1662285e6e45aebcc935f612df21dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1796] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/subnets/42e6a6be-e022-4555-bffc-b0a8c1914a8e => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:34.300 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac7a078c-41af-4105-81b7-02e40e7f4ded 1893fa2c097e4e7d96a332eb55353e36 be1662285e6e45aebcc935f612df21dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1797] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/networks/00c43543-88c2-4e59-8035-c371c9fee257 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1798] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1799] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:49:34 2026] POST /v2.0/security-groups => generated 1628 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1800] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/subnets/32f4ab98-8b66-453f-8cc1-08552323b03c => 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: 923/1801] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:49:34 2026] GET /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352/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: 879/1802] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:34.575 8 INFO neutron.services.segments.plugin [-] Segment e7204258-40b3-49c9-97c5-21ca43b23a7b resource provider aggregate not found 2026-08-22 11:49:34.581 8 INFO neutron.services.segments.plugin [-] Segment e7204258-40b3-49c9-97c5-21ca43b23a7b resource provider aggregate not found 2026-08-22 11:49:34.596 8 INFO neutron.services.segments.plugin [-] Segment e7204258-40b3-49c9-97c5-21ca43b23a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7204258-40b3-49c9-97c5-21ca43b23a7b found for delete ", "request_id": "req-94f7e5d4-1e98-4ee1-b2ef-a1f3912946e1"}]} [pid: 8|app: 0|req: 924/1803] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/networks/b7c09cf1-cc44-4be6-b82d-b34aaa76e96b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:34.604 8 INFO neutron.services.segments.plugin [-] Segment e7204258-40b3-49c9-97c5-21ca43b23a7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7204258-40b3-49c9-97c5-21ca43b23a7b found for delete ", "request_id": "req-6ae1b06c-04ce-4169-a83c-5daf3d0216e5"}]} [pid: 7|app: 0|req: 880/1804] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/subnets/3d783340-1334-42ed-adc7-30d7e5bb8352 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1805] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1806] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:34 2026] DELETE /v2.0/networks/d0a9b2f9-2514-44f5-8a91-3c233aff523a => 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: 926/1807] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1808] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1809] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1810] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1811] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:35 2026] GET /v2.0/security-groups?tenant_id=be1662285e6e45aebcc935f612df21dd&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1812] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:35.361 7 INFO neutron.services.segments.plugin [-] Segment 7faf6201-0b9b-4f57-811a-74a90aebd386 resource provider aggregate not found 2026-08-22 11:49:35.377 7 INFO neutron.services.segments.plugin [-] Segment 7faf6201-0b9b-4f57-811a-74a90aebd386 resource provider aggregate not found 2026-08-22 11:49:35.381 7 INFO neutron.services.segments.plugin [-] Segment 7faf6201-0b9b-4f57-811a-74a90aebd386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7faf6201-0b9b-4f57-811a-74a90aebd386 found for delete ", "request_id": "req-367c471d-1b26-4160-94ce-30b7b04590f2"}]} 2026-08-22 11:49:35.390 7 INFO neutron.services.segments.plugin [-] Segment 7faf6201-0b9b-4f57-811a-74a90aebd386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7faf6201-0b9b-4f57-811a-74a90aebd386 found for delete ", "request_id": "req-72ad7443-5d54-4641-9f27-3ad9d8248a99"}]} [pid: 7|app: 0|req: 884/1813] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:35 2026] DELETE /v2.0/security-groups/15e7c275-f31f-4b01-b20a-9b7fe8e99841 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1814] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1815] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:35 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => 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: 931/1816] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1817] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1818] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:35 2026] GET /v2.0/security-groups?tenant_id=434c800404b841be96f5928e09bcc2b6&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1819] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:35 2026] DELETE /v2.0/security-groups/cb5d7bdf-040c-443b-8cb4-5a70cebf3427 => 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: 933/1820] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:49:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1821] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:35 2026] GET /v2.0/security-groups?tenant_id=d289d5a45e7f49f799fd1905cde3e40b&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1822] 10.0.0.230 () {34 vars in 1096 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2012803693&fields=id&tenant_id=8248cc9794804f169d5de24df5076b96 => 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: 890/1823] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1824] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:36 2026] DELETE /v2.0/security-groups/fd33e22e-fd5d-4203-ad87-00991c16c772 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1825] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/quotas/8248cc9794804f169d5de24df5076b96 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1826] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&fields=id => generated 241 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1827] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1828] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1829] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1830] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:36 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => 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: 895/1833] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:37 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:37.735 8 INFO neutron.db.segments_db [None req-3596a216-689b-49b0-9c4c-1e2407235fdd 37239cb585a84021a905a90a7f1e8028 fd21c0f81e8f49cf96ae3b7b9acadf14 - - default default] Added segment f54bbfe3-dca3-41ef-bf70-0b2baab0f500 of type vxlan for network 75803160-8df2-470b-89eb-4e4ce4289410 [pid: 8|app: 0|req: 939/1834] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:37 2026] POST /v2.0/networks => generated 625 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1835] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:37 2026] POST /v2.0/subnets => generated 641 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:38.215 8 INFO neutron.db.segments_db [None req-d0a01667-a961-4e27-ae24-7b47d40fd6a0 37239cb585a84021a905a90a7f1e8028 fd21c0f81e8f49cf96ae3b7b9acadf14 - - default default] Added segment e1312f9b-9835-4240-916b-9457c1281dee of type vxlan for network 6983087a-a3b7-489a-9f56-000ae1fb9bbe [pid: 8|app: 0|req: 940/1836] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:38 2026] POST /v2.0/networks => generated 625 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1837] 10.0.0.143 () {34 vars in 743 bytes} [Sat Aug 22 11:49:38 2026] PUT /v2.0/networks/6983087a-a3b7-489a-9f56-000ae1fb9bbe => generated 592 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1838] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:49:38 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1839] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:49:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f1371664310468fbe17583adf82a156 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1840] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:38 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1841] 10.0.0.143 () {34 vars in 741 bytes} [Sat Aug 22 11:49:38 2026] PUT /v2.0/subnets/cd193bc6-8986-4be3-b3f1-59cf91b0993f => generated 636 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1842] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:38 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:39.017 8 INFO neutron.services.segments.plugin [-] Segment e1312f9b-9835-4240-916b-9457c1281dee resource provider aggregate not found 2026-08-22 11:49:39.019 8 INFO neutron.services.segments.plugin [-] Segment e1312f9b-9835-4240-916b-9457c1281dee resource provider aggregate not found 2026-08-22 11:49:39.035 8 INFO neutron.services.segments.plugin [-] Segment e1312f9b-9835-4240-916b-9457c1281dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1312f9b-9835-4240-916b-9457c1281dee found for delete ", "request_id": "req-49a4c43b-76b5-422d-8a4c-dcf38bd9af99"}]} [pid: 8|app: 0|req: 944/1843] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:38 2026] DELETE /v2.0/networks/6983087a-a3b7-489a-9f56-000ae1fb9bbe => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:39.040 8 INFO neutron.services.segments.plugin [-] Segment e1312f9b-9835-4240-916b-9457c1281dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1312f9b-9835-4240-916b-9457c1281dee found for delete ", "request_id": "req-3f9091d4-8aea-4cbf-a765-ef9f64a0e0c1"}]} [pid: 7|app: 0|req: 900/1844] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:49:38 2026] POST /v2.0/ports => generated 958 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:39.061 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbea01b5-049a-459e-abbf-d7eebfec98c2 37239cb585a84021a905a90a7f1e8028 fd21c0f81e8f49cf96ae3b7b9acadf14 - - default default] DELETE failed (client error): The resource could not be found. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 945/1845] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:39 2026] DELETE /v2.0/networks/6983087a-a3b7-489a-9f56-000ae1fb9bbe => 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: 946/1846] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1847] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/subnets?network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1848] 10.0.0.143 () {32 vars in 653 bytes} [Sat Aug 22 11:49:39 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: 949/1849] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1850] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1851] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/networks/75803160-8df2-470b-89eb-4e4ce4289410 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1852] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/subnets/d850f258-6b04-49a1-a8ea-baf7e0731f18 => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:39.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf77f7b8-cb03-4afb-8ee4-d8a84244536f 37239cb585a84021a905a90a7f1e8028 fd21c0f81e8f49cf96ae3b7b9acadf14 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1853] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:39 2026] DELETE /v2.0/subnets/cd193bc6-8986-4be3-b3f1-59cf91b0993f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:49:39.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-691f905b-7327-441e-becf-c89fb9f73e72 37239cb585a84021a905a90a7f1e8028 fd21c0f81e8f49cf96ae3b7b9acadf14 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 954/1854] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:39 2026] DELETE /v2.0/networks/6983087a-a3b7-489a-9f56-000ae1fb9bbe => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1855] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:49:39 2026] PUT /v2.0/ports/dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 => generated 1239 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1856] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:39 2026] DELETE /v2.0/subnets/d850f258-6b04-49a1-a8ea-baf7e0731f18 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:49:39.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eba50ac0-963b-47f5-ac47-6a28ff9423ec'] response: {'name': 'network-changed', 'server_uuid': '4756483c-fdad-43a6-81b0-609484d7e92a', 'tag': 'dfc73ab4-ad49-4e4b-930a-27b8a2e6d801', 'status': 'completed', 'code': 200} 2026-08-22 11:49:39.603 7 INFO neutron.services.segments.plugin [-] Segment f54bbfe3-dca3-41ef-bf70-0b2baab0f500 resource provider aggregate not found 2026-08-22 11:49:39.612 7 INFO neutron.services.segments.plugin [-] Segment f54bbfe3-dca3-41ef-bf70-0b2baab0f500 resource provider aggregate not found 2026-08-22 11:49:39.627 7 INFO neutron.services.segments.plugin [-] Segment f54bbfe3-dca3-41ef-bf70-0b2baab0f500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54bbfe3-dca3-41ef-bf70-0b2baab0f500 found for delete ", "request_id": "req-7a302bee-68a2-470d-8066-8a893a3885cd"}]} 2026-08-22 11:49:39.645 7 INFO neutron.services.segments.plugin [-] Segment f54bbfe3-dca3-41ef-bf70-0b2baab0f500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f54bbfe3-dca3-41ef-bf70-0b2baab0f500 found for delete ", "request_id": "req-7a9abb29-7eb2-4a37-b9c7-0fccdf60dc6a"}]} [pid: 7|app: 0|req: 902/1857] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:39 2026] DELETE /v2.0/networks/75803160-8df2-470b-89eb-4e4ce4289410 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1858] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1859] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1860] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1861] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:49:40 2026] GET /v2.0/networks?tenant_id=5f1371664310468fbe17583adf82a156&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1862] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:49:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1863] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/security-groups?tenant_id=bd8eee15b89e45da8efa0ed64f3e92cf&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1864] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:40 2026] GET /v2.0/security-groups?tenant_id=fd21c0f81e8f49cf96ae3b7b9acadf14&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1865] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:40 2026] DELETE /v2.0/security-groups/cb2fae2f-1c96-4b97-8ea1-7f834a2400b8 => 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: 909/1866] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:40 2026] DELETE /v2.0/security-groups/0be23003-bac8-46c1-94b4-3941c30486ce => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1867] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:49:40 2026] GET /v2.0/security-groups?tenant_id=827202d5555649fd8846c9f9bfff0e00&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1868] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:49:40 2026] DELETE /v2.0/security-groups/c2d411f8-c3a4-461c-84bd-260e1c7265c7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1869] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:49:40 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1870] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8248cc9794804f169d5de24df5076b96 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1871] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1872] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1873] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&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: 963/1874] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 => 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: 964/1875] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/subnets?id=2ef7bff0-bcfc-41ae-83f9-697d0441d0d9 => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1876] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/ports?network_id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4&device_owner=network%3Adhcp => 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: 966/1877] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?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: 967/1878] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1879] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:49:41 2026] POST /v2.0/ports => generated 1183 bytes in 385 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: 913/1880] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1198 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1881] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1882] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:49:41 2026] PUT /v2.0/ports/c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 1464 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:41.945 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ccfe72b-a130-41de-97c7-5108d6123793'] response: {'name': 'network-changed', 'server_uuid': '857f5e07-3662-4424-a9f4-214fdd86473b', 'tag': 'c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4', '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: 969/1883] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:42.341 7 INFO neutron.db.segments_db [None req-d261b24a-2a70-4f9b-8099-0de56ecfcdf1 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment 12776dd5-95fc-43be-94d2-cbab78fa648f of type vxlan for network b72d4143-0139-4113-9152-a1720eddf2d3 [pid: 8|app: 0|req: 970/1884] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1885] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:42 2026] POST /v2.0/networks => generated 611 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:42.493 8 INFO neutron.db.segments_db [None req-6ff3b6e7-5f1e-40bc-928c-7b05a609ce40 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb of type vxlan for network 87981ec0-3086-452b-8840-1c944905caa8 [pid: 7|app: 0|req: 916/1886] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1467 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1887] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:42 2026] POST /v2.0/networks => generated 609 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1888] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:42 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1889] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/networks?tenant_id=8248cc9794804f169d5de24df5076b96&shared=False => generated 2374 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1890] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1891] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:42 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:43.076 7 INFO neutron.db.segments_db [None req-4f5ff2e7-67f1-4789-a3bd-4d1eacdf4851 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment 24f5c61e-41de-488f-9ee7-e62215143c35 of type vxlan for network 03363735-8718-4435-8f9e-bab92a4e7a62 2026-08-22 11:49:43.249 7 INFO neutron.db.l3_hamode_db [None req-4f5ff2e7-67f1-4789-a3bd-4d1eacdf4851 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:49:43.352 7 INFO neutron.db.l3_hamode_db [None req-4f5ff2e7-67f1-4789-a3bd-4d1eacdf4851 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 974/1892] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:43 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1893] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:43 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&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: 919/1894] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:43 2026] POST /v2.0/routers => generated 507 bytes in 888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1895] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1896] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.144&port_id=c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1897] 199.204.45.238 () {34 vars in 1104 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A145&port_id=c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1898] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/subnets?id=f2cc57b3-890d-404a-86a6-f04100f42d93&id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1899] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1900] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&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: 926/1901] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1902] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 928/1903] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1904] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1905] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:43 2026] PUT /v2.0/routers/a096f6e1-ad03-4b6e-b6d5-3abccd15ee80/add_router_interface => generated 309 bytes in 1614 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1906] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:45 2026] GET /v2.0/ports/67c966ba-0884-4817-bec6-0a1962b598c8 => generated 955 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1907] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:45 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1908] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:45 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1909] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:45 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1910] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:45 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1911] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:46 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:46.865 7 INFO neutron.db.l3_db [None req-4e5eefaa-03ac-4c32-ba04-37de8ac0b766 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Floating IP e408923a-9c82-46ee-ba56-b056b29196e2 associated. External IP: 10.96.250.210, port: dfc73ab4-ad49-4e4b-930a-27b8a2e6d801. [pid: 8|app: 0|req: 977/1912] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:45 2026] PUT /v2.0/routers/a096f6e1-ad03-4b6e-b6d5-3abccd15ee80/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1913] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:46 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1198 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1914] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/ports/5a4c0b54-4848-40a9-a194-a2376c038f4c => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1915] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1916] 10.0.0.143 () {34 vars in 677 bytes} [Sat Aug 22 11:49:46 2026] POST /v2.0/floatingips => generated 856 bytes in 1208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1917] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:47.310 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a1df6f7-e463-4692-9dbc-b6d8aee8a1ad'] response: {'name': 'network-changed', 'server_uuid': '4756483c-fdad-43a6-81b0-609484d7e92a', 'tag': 'dfc73ab4-ad49-4e4b-930a-27b8a2e6d801', 'status': 'completed', 'code': 200} 2026-08-22 11:49:47.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd116ba8-9ef1-4330-9005-ab47fc0f3146 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: 5a4c0b54-4848-40a9-a194-a2376c038f4c 2026-08-22 11:49:47.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd116ba8-9ef1-4330-9005-ab47fc0f3146 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: 5a4c0b54-4848-40a9-a194-a2376c038f4c [pid: 7|app: 0|req: 938/1918] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1919] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1920] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 => 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: 941/1921] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:49:47 2026] GET /v2.0/subnets?id=2ef7bff0-bcfc-41ae-83f9-697d0441d0d9 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1922] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:49:48 2026] GET /v2.0/ports?network_id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1923] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:47 2026] PUT /v2.0/routers/a096f6e1-ad03-4b6e-b6d5-3abccd15ee80/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1924] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:49:48 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?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: 944/1925] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:49:48 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?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: 945/1926] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:49:48 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:48.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-f66e6a41-77ec-4fca-b772-4230f1978826 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: 67c966ba-0884-4817-bec6-0a1962b598c8 2026-08-22 11:49:48.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f66e6a41-77ec-4fca-b772-4230f1978826 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: 67c966ba-0884-4817-bec6-0a1962b598c8 [pid: 8|app: 0|req: 982/1927] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:48 2026] PUT /v2.0/routers/a096f6e1-ad03-4b6e-b6d5-3abccd15ee80/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1928] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:48 2026] GET /v2.0/ports?device_id=a096f6e1-ad03-4b6e-b6d5-3abccd15ee80 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:49.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf052676-bade-49e0-815e-ca9a01a5a6a0 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: e2003dda-4fd5-4ead-9df4-e2fc22f575ca 2026-08-22 11:49:49.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf052676-bade-49e0-815e-ca9a01a5a6a0 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: e2003dda-4fd5-4ead-9df4-e2fc22f575ca [pid: 7|app: 0|req: 947/1929] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:49:49 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:49.605 8 INFO neutron.services.segments.plugin [-] Segment 24f5c61e-41de-488f-9ee7-e62215143c35 resource provider aggregate not found 2026-08-22 11:49:49.610 8 INFO neutron.services.segments.plugin [-] Segment 24f5c61e-41de-488f-9ee7-e62215143c35 resource provider aggregate not found 2026-08-22 11:49:49.622 8 INFO neutron.db.l3_hamode_db [None req-cf052676-bade-49e0-815e-ca9a01a5a6a0 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] HA network 03363735-8718-4435-8f9e-bab92a4e7a62 was deleted as no HA routers are present in tenant 422462cdf37841c2ae85d7ed639f58d5. 2026-08-22 11:49:49.622 8 INFO neutron.services.segments.plugin [-] Segment 24f5c61e-41de-488f-9ee7-e62215143c35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f5c61e-41de-488f-9ee7-e62215143c35 found for delete ", "request_id": "req-f15a7499-bd95-4df5-9a88-011fafced348"}]} 2026-08-22 11:49:49.629 8 INFO neutron.services.segments.plugin [-] Segment 24f5c61e-41de-488f-9ee7-e62215143c35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f5c61e-41de-488f-9ee7-e62215143c35 found for delete ", "request_id": "req-9dec9e8e-70b4-4286-aa5b-9f34a9209e10"}]} [pid: 8|app: 0|req: 983/1930] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:49 2026] DELETE /v2.0/routers/a096f6e1-ad03-4b6e-b6d5-3abccd15ee80 => 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: 948/1931] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:49 2026] DELETE /v2.0/subnets/32674ca0-7351-4d20-88b7-7ad3119574ea => 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: 984/1932] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:49 2026] DELETE /v2.0/subnets/af862bba-ee83-4aaa-849b-824b2eab61f4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:50.036 7 INFO neutron.services.segments.plugin [-] Segment d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb resource provider aggregate not found 2026-08-22 11:49:50.042 7 INFO neutron.services.segments.plugin [-] Segment d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb resource provider aggregate not found 2026-08-22 11:49:50.061 7 INFO neutron.services.segments.plugin [-] Segment d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb found for delete ", "request_id": "req-5df85b58-e730-48fa-af50-afde30260dc0"}]} 2026-08-22 11:49:50.068 7 INFO neutron.services.segments.plugin [-] Segment d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41a3c18-ed2a-4e2b-a8fa-d955d9406fcb found for delete ", "request_id": "req-b5b90972-3404-4b8c-8116-ba1df79ec3cd"}]} [pid: 7|app: 0|req: 949/1933] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:49 2026] DELETE /v2.0/networks/87981ec0-3086-452b-8840-1c944905caa8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1934] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:50 2026] DELETE /v2.0/networks/b72d4143-0139-4113-9152-a1720eddf2d3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:50.266 7 INFO neutron.db.segments_db [None req-76249729-a4c6-457c-ab0e-7025a3cdea91 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment afc43763-d37a-4886-b16d-427be7e03936 of type vxlan for network 7fcc757e-2e50-43bb-8d94-6485d01ed52a [pid: 7|app: 0|req: 950/1935] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:50 2026] POST /v2.0/networks => generated 611 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1936] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:50 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:50.652 7 INFO neutron.db.segments_db [None req-6824f626-1e50-4ed6-bf7a-58e8da631d46 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment 4925c810-427c-47ae-b574-3c7c66ac42a9 of type vxlan for network ce4fba16-1060-4b4d-ad8c-542c130bbb3a 2026-08-22 11:49:50.928 7 INFO neutron.db.l3_hamode_db [None req-6824f626-1e50-4ed6-bf7a-58e8da631d46 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:49:51.048 7 INFO neutron.db.l3_hamode_db [None req-6824f626-1e50-4ed6-bf7a-58e8da631d46 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 951/1937] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:50 2026] POST /v2.0/routers => generated 506 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:51.650 8 INFO neutron.services.segments.plugin [-] Segment 12776dd5-95fc-43be-94d2-cbab78fa648f resource provider aggregate not found 2026-08-22 11:49:51.654 8 INFO neutron.services.segments.plugin [-] Segment 12776dd5-95fc-43be-94d2-cbab78fa648f resource provider aggregate not found 2026-08-22 11:49:51.675 8 INFO neutron.services.segments.plugin [-] Segment 12776dd5-95fc-43be-94d2-cbab78fa648f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12776dd5-95fc-43be-94d2-cbab78fa648f found for delete ", "request_id": "req-5af3918b-6186-49d2-9a91-1f00dc4eea6d"}]} 2026-08-22 11:49:51.681 8 INFO neutron.services.segments.plugin [-] Segment 12776dd5-95fc-43be-94d2-cbab78fa648f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12776dd5-95fc-43be-94d2-cbab78fa648f found for delete ", "request_id": "req-46a14474-93c0-496b-a6d6-97dc528538b0"}]} [pid: 8|app: 0|req: 987/1940] 10.0.0.143 () {34 vars in 665 bytes} [Sat Aug 22 11:49:51 2026] POST /v2.0/ports => generated 948 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: 8|app: 0|req: 988/1941] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:52 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1942] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:52 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1943] 10.0.0.143 () {32 vars in 818 bytes} [Sat Aug 22 11:49:52 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&mac_address=fa%3A16%3A3e%3A6b%3A86%3A05 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1944] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:52 2026] PUT /v2.0/routers/6045bd8d-3234-4c0c-897f-ff15e5e7fc02/add_router_interface => generated 309 bytes in 1126 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: 955/1945] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/ports/8b19b1dc-1899-40a0-8c76-000373781b98 => generated 1022 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:53.218 8 INFO neutron.db.l3_db [None req-a19d532b-01dd-4d75-8e9a-e67acedd28a0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Floating IP b065832e-e64a-47a0-93da-8bd37057f8d4 associated. External IP: 10.96.250.218, port: c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4. [pid: 8|app: 0|req: 991/1946] 10.0.0.143 () {34 vars in 677 bytes} [Sat Aug 22 11:49:52 2026] POST /v2.0/floatingips => generated 855 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:53.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-623ac4e6-906f-447f-bf27-6ed4a6f2d43d'] response: {'name': 'network-changed', 'server_uuid': '857f5e07-3662-4424-a9f4-214fdd86473b', 'tag': 'c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4', 'status': 'completed', 'code': 200} 2026-08-22 11:49:53.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a18ea4c-0e91-4e14-ad5c-22e6030037f7 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: 8b19b1dc-1899-40a0-8c76-000373781b98 2026-08-22 11:49:53.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a18ea4c-0e91-4e14-ad5c-22e6030037f7 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: 8b19b1dc-1899-40a0-8c76-000373781b98 [pid: 8|app: 0|req: 992/1947] 10.0.0.230 () {34 vars in 1096 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2012803693&fields=id&tenant_id=8248cc9794804f169d5de24df5076b96 => 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: 993/1948] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1949] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/quotas/8248cc9794804f169d5de24df5076b96 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1950] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&fields=id => generated 333 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1951] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 997/1952] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:49:53 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 956/1953] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:53 2026] PUT /v2.0/routers/6045bd8d-3234-4c0c-897f-ff15e5e7fc02/remove_router_interface => generated 309 bytes in 786 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: 957/1954] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1955] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => 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: 959/1956] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 801 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:54.132 8 INFO neutron.api.v2.resource [None req-7b7f5994-2612-4bc6-9102-6a086e751c4d b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/1957] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:54 2026] PUT /v2.0/routers/6045bd8d-3234-4c0c-897f-ff15e5e7fc02/remove_router_interface => generated 197 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1958] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/ports?device_id=6045bd8d-3234-4c0c-897f-ff15e5e7fc02 => 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: 960/1959] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.144&port_id=c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1960] 199.204.45.238 () {34 vars in 1104 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A145&port_id=c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1961] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/subnets?id=f2cc57b3-890d-404a-86a6-f04100f42d93&id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 1409 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1962] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:54.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-50f84061-f576-4696-8afc-c677a5d8d5a1 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: 365ea8f7-4fae-4d39-bc67-b4eec52cbf9d 2026-08-22 11:49:54.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50f84061-f576-4696-8afc-c677a5d8d5a1 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: 365ea8f7-4fae-4d39-bc67-b4eec52cbf9d [pid: 7|app: 0|req: 964/1963] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1964] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 966/1965] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:49:54 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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-08-22 11:49:54.667 8 INFO neutron.services.segments.plugin [-] Segment 4925c810-427c-47ae-b574-3c7c66ac42a9 resource provider aggregate not found 2026-08-22 11:49:54.679 8 INFO neutron.services.segments.plugin [-] Segment 4925c810-427c-47ae-b574-3c7c66ac42a9 resource provider aggregate not found 2026-08-22 11:49:54.693 8 INFO neutron.services.segments.plugin [-] Segment 4925c810-427c-47ae-b574-3c7c66ac42a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4925c810-427c-47ae-b574-3c7c66ac42a9 found for delete ", "request_id": "req-8eae1572-86ca-4e33-9282-d939fca46a3f"}]} 2026-08-22 11:49:54.704 8 INFO neutron.services.segments.plugin [-] Segment 4925c810-427c-47ae-b574-3c7c66ac42a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4925c810-427c-47ae-b574-3c7c66ac42a9 found for delete ", "request_id": "req-408bc8a8-c69e-462f-8d5a-d608e33f4ba4"}]} 2026-08-22 11:49:54.719 8 INFO neutron.db.l3_hamode_db [None req-50f84061-f576-4696-8afc-c677a5d8d5a1 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] HA network ce4fba16-1060-4b4d-ad8c-542c130bbb3a was deleted as no HA routers are present in tenant 422462cdf37841c2ae85d7ed639f58d5. [pid: 8|app: 0|req: 1000/1966] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:54 2026] DELETE /v2.0/routers/6045bd8d-3234-4c0c-897f-ff15e5e7fc02 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1967] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:54 2026] DELETE /v2.0/subnets/b4d95c88-1b9e-4e07-8c68-c7dfaed8806c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1968] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:54 2026] DELETE /v2.0/networks/7fcc757e-2e50-43bb-8d94-6485d01ed52a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:55.042 7 INFO neutron.db.segments_db [None req-9004e8de-38eb-4b17-9412-657eda3c77dd b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment 449b2bf9-2146-4b65-82d8-f7c7fcd36303 of type vxlan for network 1e7e6f96-1c2e-4dc3-9eb9-408bf838ee2d [pid: 7|app: 0|req: 968/1969] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:49:54 2026] POST /v2.0/networks => generated 611 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1970] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:55 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:55.385 7 INFO neutron.db.segments_db [None req-219a0238-8d81-4631-b6b9-55268bd0980f b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment 19aef3ff-c84b-4db4-816e-d16f657616b2 of type vxlan for network 936c8571-9840-473c-8843-d98b6e2a54f7 2026-08-22 11:49:55.600 7 INFO neutron.db.l3_hamode_db [None req-219a0238-8d81-4631-b6b9-55268bd0980f b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:49:55.746 7 INFO neutron.db.l3_hamode_db [None req-219a0238-8d81-4631-b6b9-55268bd0980f b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 969/1971] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:55 2026] POST /v2.0/routers => generated 506 bytes in 959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:49:56.717 8 INFO neutron.services.segments.plugin [-] Segment afc43763-d37a-4886-b16d-427be7e03936 resource provider aggregate not found 2026-08-22 11:49:56.726 8 INFO neutron.services.segments.plugin [-] Segment afc43763-d37a-4886-b16d-427be7e03936 resource provider aggregate not found 2026-08-22 11:49:56.732 8 INFO neutron.services.segments.plugin [-] Segment afc43763-d37a-4886-b16d-427be7e03936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc43763-d37a-4886-b16d-427be7e03936 found for delete ", "request_id": "req-c5a9264d-f4d4-4acc-b67f-ef7f80e669db"}]} 2026-08-22 11:49:56.749 8 INFO neutron.services.segments.plugin [-] Segment afc43763-d37a-4886-b16d-427be7e03936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afc43763-d37a-4886-b16d-427be7e03936 found for delete ", "request_id": "req-4fbc666f-b687-474f-9059-55c3779b1e87"}]} [pid: 7|app: 0|req: 970/1972] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:49:57 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1973] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:57 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&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: 1003/1974] 10.0.0.143 () {34 vars in 783 bytes} [Sat Aug 22 11:49:56 2026] PUT /v2.0/routers/bd42fd0a-35b6-4c9e-acb6-e23be2d4e5eb/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1975] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:49:57 2026] GET /v2.0/ports/bb09a420-c9a1-4bda-95be-f378b84bc2c5 => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:57.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-c90e062c-7d3b-4fe9-abb8-7567388245d7 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: bb09a420-c9a1-4bda-95be-f378b84bc2c5 2026-08-22 11:49:57.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90e062c-7d3b-4fe9-abb8-7567388245d7 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: bb09a420-c9a1-4bda-95be-f378b84bc2c5 [pid: 8|app: 0|req: 1004/1976] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:49:57 2026] PUT /v2.0/routers/bd42fd0a-35b6-4c9e-acb6-e23be2d4e5eb/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1977] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:49:58 2026] GET /v2.0/ports?device_id=bd42fd0a-35b6-4c9e-acb6-e23be2d4e5eb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:49:58.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-787f7b3e-295e-4545-a6dd-f5548218f7dd b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: f5c1d9bb-91bd-4f51-8817-f83dfe7a4f6c 2026-08-22 11:49:58.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-787f7b3e-295e-4545-a6dd-f5548218f7dd b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: f5c1d9bb-91bd-4f51-8817-f83dfe7a4f6c [pid: 7|app: 0|req: 974/1978] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:49:58 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1979] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:49:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8248cc9794804f169d5de24df5076b96 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:58.762 8 INFO neutron.services.segments.plugin [-] Segment 19aef3ff-c84b-4db4-816e-d16f657616b2 resource provider aggregate not found 2026-08-22 11:49:58.768 8 INFO neutron.services.segments.plugin [-] Segment 19aef3ff-c84b-4db4-816e-d16f657616b2 resource provider aggregate not found 2026-08-22 11:49:58.785 8 INFO neutron.services.segments.plugin [-] Segment 19aef3ff-c84b-4db4-816e-d16f657616b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19aef3ff-c84b-4db4-816e-d16f657616b2 found for delete ", "request_id": "req-d8cd44ef-4a5e-49ae-a0d7-0b2894d99d9a"}]} 2026-08-22 11:49:58.786 8 INFO neutron.services.segments.plugin [-] Segment 19aef3ff-c84b-4db4-816e-d16f657616b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19aef3ff-c84b-4db4-816e-d16f657616b2 found for delete ", "request_id": "req-35aafb1f-8439-4380-a783-8ff562cfb688"}]} 2026-08-22 11:49:58.790 8 INFO neutron.db.l3_hamode_db [None req-787f7b3e-295e-4545-a6dd-f5548218f7dd b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] HA network 936c8571-9840-473c-8843-d98b6e2a54f7 was deleted as no HA routers are present in tenant 422462cdf37841c2ae85d7ed639f58d5. [pid: 8|app: 0|req: 1005/1980] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:58 2026] DELETE /v2.0/routers/bd42fd0a-35b6-4c9e-acb6-e23be2d4e5eb => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1981] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:49:58 2026] POST /v2.0/ports => generated 1183 bytes in 422 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: 1006/1982] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:49:58 2026] DELETE /v2.0/subnets/b1453401-28dc-4ad7-818a-4405f20926ae => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1983] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:49:58 2026] DELETE /v2.0/networks/1e7e6f96-1c2e-4dc3-9eb9-408bf838ee2d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:49:59.084 8 INFO neutron.db.segments_db [None req-34aa825f-ed00-4489-83d0-a62e68a295a2 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Added segment 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 of type vxlan for network 6b6d85b1-a046-4a12-8e66-27433ab556a5 2026-08-22 11:49:59.305 8 INFO neutron.db.l3_hamode_db [None req-34aa825f-ed00-4489-83d0-a62e68a295a2 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 977/1984] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:49:58 2026] PUT /v2.0/ports/c32b72f4-9d87-4562-96b0-c63126afcf9e => generated 1464 bytes in 447 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-08-22 11:49:59.365 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a13ea131-00f0-4057-b9d7-3f14f0a2e633'] response: {'name': 'network-changed', 'server_uuid': 'b92f726b-866f-493e-868c-b69cd101c203', 'tag': 'c32b72f4-9d87-4562-96b0-c63126afcf9e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 978/1985] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:49:59 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1198 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1986] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:49:59 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1987] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:49:59 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1988] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:49:59 2026] GET /v2.0/networks?tenant_id=8248cc9794804f169d5de24df5076b96&shared=False => generated 2374 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:59.986 8 INFO neutron.db.l3_hamode_db [None req-34aa825f-ed00-4489-83d0-a62e68a295a2 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 982/1989] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:49:59 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) 2026-08-22 11:50:00.807 8 INFO neutron.services.segments.plugin [-] Segment 449b2bf9-2146-4b65-82d8-f7c7fcd36303 resource provider aggregate not found 2026-08-22 11:50:00.812 8 INFO neutron.services.segments.plugin [-] Segment 449b2bf9-2146-4b65-82d8-f7c7fcd36303 resource provider aggregate not found 2026-08-22 11:50:00.831 8 INFO neutron.services.segments.plugin [-] Segment 449b2bf9-2146-4b65-82d8-f7c7fcd36303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 449b2bf9-2146-4b65-82d8-f7c7fcd36303 found for delete ", "request_id": "req-905bfddd-655d-4862-90d7-51fe7ca289db"}]} 2026-08-22 11:50:00.832 8 INFO neutron.services.segments.plugin [-] Segment 449b2bf9-2146-4b65-82d8-f7c7fcd36303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 449b2bf9-2146-4b65-82d8-f7c7fcd36303 found for delete ", "request_id": "req-e52a06fc-1e2b-4082-a961-f1407b69394b"}]} [pid: 8|app: 0|req: 1008/1990] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:49:59 2026] POST /v2.0/routers => generated 688 bytes in 1874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1991] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:50:00 2026] GET /v2.0/routers/ba02de8e-e105-40d3-9e33-7ac4b134c90f => generated 694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1992] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1467 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1993] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/routers => generated 697 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1994] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.60&port_id=c32b72f4-9d87-4562-96b0-c63126afcf9e => 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: 986/1995] 199.204.45.238 () {34 vars in 1106 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A333&port_id=c32b72f4-9d87-4562-96b0-c63126afcf9e => 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: 987/1996] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/subnets?id=9e76f9df-256d-45e3-9783-37189ac74c83&id=605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1997] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1998] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&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: 990/1999] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2000] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2001] 10.0.0.143 () {34 vars in 741 bytes} [Sat Aug 22 11:50:01 2026] PUT /v2.0/routers/ba02de8e-e105-40d3-9e33-7ac4b134c90f => generated 701 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2002] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/routers/ba02de8e-e105-40d3-9e33-7ac4b134c90f => generated 701 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2003] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:50:01 2026] GET /v2.0/ports?device_id=ba02de8e-e105-40d3-9e33-7ac4b134c90f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:01.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f76d54d-3f0b-404f-9b17-7333d4a64123 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: 58984d10-8a12-481c-bd9a-492aac9e4149 2026-08-22 11:50:01.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f76d54d-3f0b-404f-9b17-7333d4a64123 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: 58984d10-8a12-481c-bd9a-492aac9e4149 2026-08-22 11:50:02.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f76d54d-3f0b-404f-9b17-7333d4a64123 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] TaaS: Handle Delete Port: 9c9cfb80-b0d5-479b-a7ff-cc2d6cbddf10 2026-08-22 11:50:02.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f76d54d-3f0b-404f-9b17-7333d4a64123 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] Tap Mirror: Handle Delete Port: 9c9cfb80-b0d5-479b-a7ff-cc2d6cbddf10 2026-08-22 11:50:02.486 7 INFO neutron.services.segments.plugin [-] Segment 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 resource provider aggregate not found 2026-08-22 11:50:02.503 7 INFO neutron.services.segments.plugin [-] Segment 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 resource provider aggregate not found 2026-08-22 11:50:02.506 7 INFO neutron.services.segments.plugin [-] Segment 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 found for delete ", "request_id": "req-c75b2751-fff7-44a9-8e3a-5f32815add0f"}]} 2026-08-22 11:50:02.518 7 INFO neutron.db.l3_hamode_db [None req-4f76d54d-3f0b-404f-9b17-7333d4a64123 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] HA network 6b6d85b1-a046-4a12-8e66-27433ab556a5 was deleted as no HA routers are present in tenant 422462cdf37841c2ae85d7ed639f58d5. 2026-08-22 11:50:02.523 7 INFO neutron.services.segments.plugin [-] Segment 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bec8b15-cf0b-4701-b89a-757e1b3dcc63 found for delete ", "request_id": "req-6d141af0-b8a9-4c97-b741-311c4cf7502e"}]} [pid: 7|app: 0|req: 993/2004] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:01 2026] DELETE /v2.0/routers/ba02de8e-e105-40d3-9e33-7ac4b134c90f => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2005] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:50:02 2026] GET /v2.0/ports?device_id=ba02de8e-e105-40d3-9e33-7ac4b134c90f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:02.565 7 INFO neutron.api.v2.resource [None req-cda161b1-f04e-4d1b-8a07-bac3aa6108e6 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/2006] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/routers/ba02de8e-e105-40d3-9e33-7ac4b134c90f => 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: 1013/2007] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:50:02 2026] GET /v2.0/ports?device_id=bd42fd0a-35b6-4c9e-acb6-e23be2d4e5eb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:02.611 7 INFO neutron.api.v2.resource [None req-50d399d5-091c-484f-b18e-4ed8560a373f b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/2008] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/routers/bd42fd0a-35b6-4c9e-acb6-e23be2d4e5eb => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:50:02.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5f6c622-bea5-4b7b-bbc7-b9689bbdce24 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/2009] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/subnets/b1453401-28dc-4ad7-818a-4405f20926ae => 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: 996/2010] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:50:02 2026] GET /v2.0/ports?device_id=6045bd8d-3234-4c0c-897f-ff15e5e7fc02 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:02.692 8 INFO neutron.api.v2.resource [None req-6f28aeec-5c06-45bb-a47a-7a321f2c2561 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/2011] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/routers/6045bd8d-3234-4c0c-897f-ff15e5e7fc02 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:50:02.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5b7747a-8f93-45ea-aef4-e042ecff92f7 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/2012] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/subnets/b4d95c88-1b9e-4e07-8c68-c7dfaed8806c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2013] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:50:02 2026] GET /v2.0/ports?device_id=a096f6e1-ad03-4b6e-b6d5-3abccd15ee80 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:02.761 7 INFO neutron.api.v2.resource [None req-40e43639-6111-481c-85a5-cc59b02e87e6 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/2014] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/routers/a096f6e1-ad03-4b6e-b6d5-3abccd15ee80 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:50:02.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6b480f7-f513-4b32-8814-169d0be6c673 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/2015] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/subnets/32674ca0-7351-4d20-88b7-7ad3119574ea => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:50:02.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9de15e67-8814-46da-a8a4-f0fb363572a6 b51c05de09bd4541870dee31fc6fe211 422462cdf37841c2ae85d7ed639f58d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 999/2016] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:02 2026] DELETE /v2.0/subnets/af862bba-ee83-4aaa-849b-824b2eab61f4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2017] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:03 2026] GET /v2.0/security-groups?tenant_id=422462cdf37841c2ae85d7ed639f58d5&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2018] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:03 2026] DELETE /v2.0/security-groups/411e0a8b-259e-438f-8f46-270219714e12 => 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: 1019/2019] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:50:04 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2020] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:04 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2021] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:04 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2022] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:04 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2023] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:50:05 2026] POST /v2.0/security-groups => generated 1625 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2024] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:05 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2025] 10.0.0.143 () {34 vars in 758 bytes} [Sat Aug 22 11:50:05 2026] PUT /v2.0/security-groups/559ec586-6fbb-45cb-80c3-28073eadd817 => generated 1662 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2026] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:50:05 2026] GET /v2.0/security-groups/559ec586-6fbb-45cb-80c3-28073eadd817 => generated 1662 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2027] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:05 2026] DELETE /v2.0/security-groups/559ec586-6fbb-45cb-80c3-28073eadd817 => 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: 1005/2028] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:05.916 8 INFO neutron.api.v2.resource [None req-13f4c6be-ce79-485f-9cb6-d1a1a16efd7a 48ce0a221e274a72ab2b3da7988a0939 d162a02272384e549eb7a86713901a5a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/2029] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:05 2026] DELETE /v2.0/security-groups/559ec586-6fbb-45cb-80c3-28073eadd817 => generated 146 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2030] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:50:05 2026] POST /v2.0/security-groups => generated 1623 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2031] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:06 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: 7|app: 0|req: 1007/2032] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules/b7bd2e46-5812-4a69-86da-e44d220c5581 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2033] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2034] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:50:06 2026] DELETE /v2.0/security-group-rules/b7bd2e46-5812-4a69-86da-e44d220c5581 => 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: 1027/2035] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2036] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2037] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules/89708e06-6ba1-426e-b47d-61516e605bc5 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2038] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:06 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: 8|app: 0|req: 1029/2039] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:50:06 2026] DELETE /v2.0/security-group-rules/89708e06-6ba1-426e-b47d-61516e605bc5 => 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: 1011/2040] 10.0.0.143 () {32 vars in 826 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/ports?project_id=5f1371664310468fbe17583adf82a156&network_id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 3695 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2043] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:06.818 7 INFO neutron.db.securitygroups_db [None req-eafcedf3-d0c1-4df6-b440-31dde1f115ce 48ce0a221e274a72ab2b3da7988a0939 d162a02272384e549eb7a86713901a5a - - default default] Project d162a02272384e549eb7a86713901a5a 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: 1014/2044] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2045] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules/83ae1ac3-a2c5-4ca3-9073-7d6c5ffccacc => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2046] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:06 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2047] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:50:06 2026] DELETE /v2.0/security-group-rules/83ae1ac3-a2c5-4ca3-9073-7d6c5ffccacc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2048] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2049] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:50:07 2026] GET /v2.0/subnets?network_id=43986144-9e50-4ab0-8fbe-2a445e1ea966 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2050] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:07 2026] DELETE /v2.0/security-groups/cbdbe513-7c3a-41f8-a595-789ca77fe933 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2051] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2052] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:07.410 7 INFO neutron.db.l3_db [None req-a2adfc1e-c6e7-43f1-aef9-018ad7e721a5 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Floating IP e408923a-9c82-46ee-ba56-b056b29196e2 disassociated. External IP: 10.96.250.210, port: dfc73ab4-ad49-4e4b-930a-27b8a2e6d801. [pid: 7|app: 0|req: 1019/2053] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:50:07 2026] PUT /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 554 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:07.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8eb133d-3519-405c-8942-ccd4478f1f2e'] response: {'name': 'network-changed', 'server_uuid': '4756483c-fdad-43a6-81b0-609484d7e92a', 'tag': 'dfc73ab4-ad49-4e4b-930a-27b8a2e6d801', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1035/2054] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:50:07 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 554 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2055] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:07 2026] GET /v2.0/security-groups?tenant_id=d162a02272384e549eb7a86713901a5a&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: 1036/2056] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:07 2026] DELETE /v2.0/security-groups/17783f91-475c-447d-b333-ec1e1e24ad86 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2057] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=4756483c-fdad-43a6-81b0-609484d7e92a => 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: 1037/2058] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2059] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2060] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/subnets?id=2ef7bff0-bcfc-41ae-83f9-697d0441d0d9 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2061] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/ports?network_id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2062] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2063] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2064] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:50:08 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 554 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2065] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:50:09 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2066] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:09 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2067] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:09 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2068] 10.0.0.143 () {32 vars in 818 bytes} [Sat Aug 22 11:50:10 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&mac_address=fa%3A16%3A3e%3Adf%3A5b%3Af5 => generated 1200 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2069] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:50:09 2026] POST /v2.0/security-groups => generated 1624 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2070] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:10 2026] GET /v2.0/security-groups => generated 4529 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2071] 10.0.0.143 () {34 vars in 758 bytes} [Sat Aug 22 11:50:10 2026] PUT /v2.0/security-groups/17122cdb-5af8-4993-9648-f5d9c462d6e9 => generated 1662 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2072] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:50:10 2026] GET /v2.0/security-groups/17122cdb-5af8-4993-9648-f5d9c462d6e9 => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2073] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:10 2026] DELETE /v2.0/security-groups/17122cdb-5af8-4993-9648-f5d9c462d6e9 => 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: 1031/2074] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:10.517 7 INFO neutron.api.v2.resource [None req-0f4814cf-d14c-43a7-9b72-49a3b00fc8f7 0b15279ee9d14c2195ab4755e1a64445 45a37ac8434143758afdb900f5d7d372 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1032/2075] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:10 2026] DELETE /v2.0/security-groups/17122cdb-5af8-4993-9648-f5d9c462d6e9 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2076] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:50:10 2026] POST /v2.0/security-groups => generated 1625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2077] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2078] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:50:10 2026] GET /v2.0/security-group-rules/694cc816-ef31-4f47-b177-7d2de7306f70 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:10.818 8 INFO neutron.db.l3_db [None req-11b09cfc-bb1a-4ca7-98d1-6801f6f3239b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Floating IP e10aaf01-e7a5-4cca-bdac-8fd247095a52 associated. External IP: 10.96.250.201, port: c32b72f4-9d87-4562-96b0-c63126afcf9e. [pid: 7|app: 0|req: 1036/2079] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2080] 10.0.0.143 () {34 vars in 685 bytes} [Sat Aug 22 11:50:10 2026] POST /v2.0/security-groups => generated 1673 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2081] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:50:10 2026] DELETE /v2.0/security-group-rules/694cc816-ef31-4f47-b177-7d2de7306f70 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2082] 10.0.0.143 () {34 vars in 677 bytes} [Sat Aug 22 11:50:10 2026] POST /v2.0/floatingips => generated 854 bytes in 978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:11.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-073a01c9-6c8c-40fe-8948-ac383af88358'] response: {'name': 'network-changed', 'server_uuid': 'b92f726b-866f-493e-868c-b69cd101c203', 'tag': 'c32b72f4-9d87-4562-96b0-c63126afcf9e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1045/2083] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2084] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 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: 1046/2085] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2086] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-group-rules/4393e3de-9a98-4316-ada6-b7b80980a986 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2087] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2088] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2089] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2090] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:50:11 2026] DELETE /v2.0/security-group-rules/4393e3de-9a98-4316-ada6-b7b80980a986 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2091] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2092] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:11.460 7 INFO neutron.db.securitygroups_db [None req-812a8c63-56f1-43b3-9da3-b9aef5011b32 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Project 5f1371664310468fbe17583adf82a156 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: 1043/2093] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2094] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2095] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-group-rules/1cc673e8-94fe-4065-9509-0fc720720fd7 => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:11.571 7 INFO neutron.db.securitygroups_db [None req-cf484cf3-16d8-4c0b-9c37-24c2e0a51460 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Project 5f1371664310468fbe17583adf82a156 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: 1053/2096] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2097] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2098] 10.0.0.143 () {34 vars in 695 bytes} [Sat Aug 22 11:50:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2099] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2100] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:50:11 2026] DELETE /v2.0/security-group-rules/1cc673e8-94fe-4065-9509-0fc720720fd7 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2101] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.60&port_id=c32b72f4-9d87-4562-96b0-c63126afcf9e => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2102] 199.204.45.238 () {34 vars in 1106 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A333&port_id=c32b72f4-9d87-4562-96b0-c63126afcf9e => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2103] 10.0.0.143 () {32 vars in 673 bytes} [Sat Aug 22 11:50:11 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: 1048/2104] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/subnets?id=9e76f9df-256d-45e3-9783-37189ac74c83&id=605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 1414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2105] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2106] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:11 2026] DELETE /v2.0/security-groups/bba34a55-0727-4aac-9fa5-12323b45f8cf => 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: 1050/2107] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&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: 1058/2108] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2109] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1059/2110] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2111] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:11 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2112] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/networks => generated 1298 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2113] 10.0.0.230 () {34 vars in 1098 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-797452623&fields=id&tenant_id=5f1371664310468fbe17583adf82a156 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2114] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2115] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/quotas/5f1371664310468fbe17583adf82a156 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2116] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2117] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2118] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?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: 1055/2119] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/security-groups?tenant_id=45a37ac8434143758afdb900f5d7d372&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2120] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:12 2026] DELETE /v2.0/security-groups/6061197d-8e9c-439a-9e1f-f083c1042782 => 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: 1056/2121] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:12 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2122] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:13 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1057/2123] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:14 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1067/2124] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:15 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1068/2125] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:50:16 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2126] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:50:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f1371664310468fbe17583adf82a156 => generated 272 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2127] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:16 2026] GET /v2.0/security-groups?tenant_id=c5cbfa2464994c868a5cb6b7ce9f07f9&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2128] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:17 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1060/2129] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:17 2026] DELETE /v2.0/security-groups/867e174f-7c03-4c58-b2dd-c3d54bb015c8 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2130] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:50:17 2026] POST /v2.0/ports => generated 958 bytes in 297 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: 1071/2131] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:17 2026] GET /v2.0/security-groups?tenant_id=019f3c468fcd4dc38bd8e291a6bf0130&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2132] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:17 2026] DELETE /v2.0/security-groups/d605b78d-170e-4fda-a82c-6ac09d4c5f08 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2133] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:50:17 2026] PUT /v2.0/ports/7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a => generated 1239 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:17.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae94598f-8ba6-4b03-978e-6c008f00e592'] response: {'name': 'network-changed', 'server_uuid': '2d7001d5-8367-4896-be88-b12935c76d38', 'tag': '7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1073/2134] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:50:17 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1469 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1062/2135] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:17 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2136] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:18 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2137] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:18 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2138] 199.204.45.238 () {34 vars in 1018 bytes} [Sat Aug 22 11:50:18 2026] GET /v2.0/networks?tenant_id=5f1371664310468fbe17583adf82a156&shared=False => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2139] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:18 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2140] 199.204.45.238 () {34 vars in 930 bytes} [Sat Aug 22 11:50:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2141] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2142] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2143] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a => 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: 1077/2144] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2145] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/subnets?id=2ef7bff0-bcfc-41ae-83f9-697d0441d0d9 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2146] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/ports?network_id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4&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: 1069/2147] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?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: 1079/2148] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:19 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?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: 1070/2149] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:20 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2150] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:20 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1072/2153] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:21 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2154] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:21 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1073/2155] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:22 2026] GET /v2.0/security-groups?tenant_id=c218b1a339774befb5bef30916b12c63&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2156] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:22 2026] DELETE /v2.0/security-groups/fb120d1e-efa4-4615-8a59-3f4aad4ade8f => 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: 1084/2157] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:22 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2158] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:22 2026] GET /v2.0/security-groups?tenant_id=dcd59f1a878742a6a4fd9b4c036629a5&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2159] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:22 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1075/2160] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:23 2026] DELETE /v2.0/security-groups/713c3338-02ed-40f2-b0a3-f9056f2d41dd => 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: 1086/2161] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:24 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2162] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:24 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1087/2163] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:25 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1077/2164] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:25 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1088/2165] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:25 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2166] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:25 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1089/2167] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:50:25 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:25.996 7 INFO neutron.db.l3_db [None req-743543d9-56f1-41a7-965a-55fcb0f5a66f 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Floating IP e408923a-9c82-46ee-ba56-b056b29196e2 associated. External IP: 10.96.250.210, port: 7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a. [pid: 7|app: 0|req: 1079/2168] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:50:25 2026] PUT /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 856 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:26.357 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3123a5fa-ad4d-4b6b-b5e2-fec0eb791547'] response: {'name': 'network-changed', 'server_uuid': '2d7001d5-8367-4896-be88-b12935c76d38', 'tag': '7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1090/2169] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:50:26 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2170] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:26 2026] GET /v2.0/ports?tenant_id=5f1371664310468fbe17583adf82a156&device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1091/2171] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:50:26 2026] GET /v2.0/networks?id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2172] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:50:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2173] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:50:27 2026] GET /v2.0/subnets?id=2ef7bff0-bcfc-41ae-83f9-697d0441d0d9 => 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: 1094/2174] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:27 2026] GET /v2.0/ports?network_id=ea36c8d0-682e-4e58-a3b7-0a1e47b391c4&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2175] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:27 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2176] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:27 2026] GET /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2177] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:26 2026] GET /v2.0/security-groups?tenant_id=c669a0a5057b4347bd0f09eb289e852c&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2178] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:27 2026] DELETE /v2.0/security-groups/6b9b2db6-faea-4aa7-8420-76b64b08dec7 => 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: 1082/2179] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:50:27 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 856 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2180] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:50:28 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2181] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:50:28 2026] GET /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2182] 10.0.0.107 () {30 vars in 690 bytes} [Sat Aug 22 11:50:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2183] 10.0.0.107 () {30 vars in 692 bytes} [Sat Aug 22 11:50:29 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: 1101/2184] 10.0.0.107 () {30 vars in 668 bytes} [Sat Aug 22 11:50:29 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: 1102/2185] 10.0.0.107 () {30 vars in 704 bytes} [Sat Aug 22 11:50:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2186] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:29 2026] GET /v2.0/security-groups?tenant_id=52b82b690f974183bc1031aba0a40ef6&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2187] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:29 2026] DELETE /v2.0/security-groups/ca160796-6485-4a47-adb8-91fdba62f4d0 => 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: 1085/2188] 10.0.0.107 () {28 vars in 439 bytes} [Sat Aug 22 11:50:30 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: 1104/2189] 10.0.0.107 () {30 vars in 728 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 658 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2190] 10.0.0.107 () {30 vars in 690 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2191] 10.0.0.107 () {30 vars in 692 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2192] 10.0.0.107 () {30 vars in 668 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2193] 10.0.0.107 () {30 vars in 704 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2194] 10.0.0.107 () {30 vars in 728 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2195] 10.0.0.107 () {30 vars in 690 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2196] 10.0.0.107 () {30 vars in 692 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2197] 10.0.0.107 () {30 vars in 668 bytes} [Sat Aug 22 11:50:30 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: 1090/2198] 10.0.0.107 () {30 vars in 704 bytes} [Sat Aug 22 11:50:30 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: 1109/2199] 10.0.0.107 () {30 vars in 730 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2200] 10.0.0.107 () {30 vars in 682 bytes} [Sat Aug 22 11:50:30 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2201] 10.0.0.107 () {34 vars in 704 bytes} [Sat Aug 22 11:50:30 2026] POST /v2.0/ports => generated 1132 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2202] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 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: 1111/2203] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2204] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:50:33 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: 1112/2205] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:50:33 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: 1094/2206] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2207] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2208] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2209] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2210] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:50:33 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-08-22 11:50:33.959 8 INFO neutron.api.v2.resource [None req-b5c4880b-15c6-468e-b3c4-8177d33a1fd6 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2211] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/security-groups/lb-acafc831-1403-40b7-8528-504000a7289a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2212] 199.204.45.238 () {30 vars in 785 bytes} [Sat Aug 22 11:50:33 2026] GET /v2.0/security-groups?name=lb-acafc831-1403-40b7-8528-504000a7289a => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2213] 199.204.45.238 () {34 vars in 736 bytes} [Sat Aug 22 11:50:33 2026] POST /v2.0/security-groups => generated 1636 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2214] 199.204.45.238 () {30 vars in 815 bytes} [Sat Aug 22 11:50:34 2026] GET /v2.0/security-group-rules?security_group_id=9841533c-63f4-4ff6-959d-25c2876233b4 => generated 1182 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2215] 10.0.0.112 () {34 vars in 990 bytes} [Sat Aug 22 11:50:34 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1118/2216] 10.0.0.112 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:34 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2217] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:50:34 2026] PUT /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2218] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:50:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1100/2219] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:50:34 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: 1120/2220] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:50:34 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: 1101/2221] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:50:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2222] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:50:34 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2225] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:39 2026] GET /v2.0/security-groups?tenant_id=e10cff5332b74a52aad5a8c717b5dc96&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2226] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:39 2026] DELETE /v2.0/security-groups/2612b469-814a-47e5-8a8c-d5108ee1d56e => 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: 1104/2227] 10.0.0.230 () {34 vars in 1016 bytes} [Sat Aug 22 11:50:41 2026] GET /v2.0/security-groups?id=cf9d6504-3503-4302-a59c-f3eb4c2d1e93&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2228] 10.0.0.230 () {34 vars in 982 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/networks?id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2229] 10.0.0.230 () {34 vars in 965 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/quotas/6542d6c0cddc4792a9a40f545f6485e0 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2230] 10.0.0.230 () {34 vars in 1002 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2231] 10.0.0.230 () {34 vars in 1008 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2232] 10.0.0.230 () {34 vars in 1108 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2233] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1127/2234] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:42 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:44.176 7 INFO neutron.db.segments_db [None req-7d446b5b-da9e-4f55-bacd-3dee154eea3e 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Added segment b5f6f972-4bf5-421c-bf60-958b96be11da of type vxlan for network 5a03031f-e43e-4293-bcfc-0285fdbb4313 [pid: 8|app: 0|req: 1128/2235] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:44 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2236] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:44 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2237] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:43 2026] POST /v2.0/networks => generated 613 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2238] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:44 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:44.621 7 INFO neutron.db.segments_db [None req-d5d9c80d-e257-453f-b920-94e1f4221bcd 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Added segment bb025305-d71c-4a99-81e0-167591fbc3fe of type vxlan for network 8dced71c-6c67-46b0-928b-687820b6cb36 [pid: 7|app: 0|req: 1109/2239] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:44 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1131/2240] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:44 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:45.071 7 INFO neutron.db.segments_db [None req-5f26e906-4c9b-4748-85ac-5747d7d7f584 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Added segment 9a375d3c-c7ee-43f9-a201-fd9bf526548f of type vxlan for network 3e688e7f-f3a2-427c-84e2-14d73ff54897 [pid: 7|app: 0|req: 1110/2241] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:45 2026] POST /v2.0/networks => generated 612 bytes in 132 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: 1111/2242] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:45 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2243] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:45 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2244] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:45 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:45.497 7 INFO neutron.db.segments_db [None req-1dcf9dbf-86a6-4652-b143-7f9ed7bc826e 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Added segment 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 of type vxlan for network 33ccae25-2f33-4669-b4a4-bd67ad49d471 [pid: 7|app: 0|req: 1113/2245] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:45 2026] POST /v2.0/networks => generated 612 bytes in 120 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: 1133/2246] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:45 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1134/2247] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:45 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1114/2248] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:45 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:45.936 8 INFO neutron.db.segments_db [None req-2c33f339-cd63-4ab9-8f1f-d044e618a16c 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Added segment 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 of type vxlan for network a9d5d5c7-f0f8-4751-965b-19e551f5bf80 [pid: 8|app: 0|req: 1135/2249] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:45 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1115/2250] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:46 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2251] 10.0.0.143 () {34 vars in 747 bytes} [Sat Aug 22 11:50:46 2026] PUT /v2.0/ports/2616cfbe-c77f-48d0-a280-87b28d192535/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1116/2252] 10.0.0.143 () {34 vars in 747 bytes} [Sat Aug 22 11:50:46 2026] PUT /v2.0/ports/d4fd5d9e-a74a-4fc6-a6ef-9ccd1e3614d2/tags => generated 25 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1117/2253] 10.0.0.143 () {34 vars in 747 bytes} [Sat Aug 22 11:50:46 2026] PUT /v2.0/ports/dcb7aa99-6e97-4f7e-882e-d2ad855c5224/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1118/2254] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:50:46 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1119/2255] 10.0.0.143 () {34 vars in 747 bytes} [Sat Aug 22 11:50:46 2026] PUT /v2.0/ports/8f28e73f-89e5-4661-b94f-2d0f1de8483e/tags => generated 19 bytes in 96 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-08-22 11:50:46.836 7 INFO neutron_taas.services.taas.taas_plugin [req-67791015-aa1d-41de-b561-c155c03a96d2 req-15ffc69a-dafa-423e-848b-21aba7dec04b 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: 7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a 2026-08-22 11:50:46.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67791015-aa1d-41de-b561-c155c03a96d2 req-15ffc69a-dafa-423e-848b-21aba7dec04b 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: 7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a 2026-08-22 11:50:46.955 7 INFO neutron.db.l3_db [req-67791015-aa1d-41de-b561-c155c03a96d2 req-15ffc69a-dafa-423e-848b-21aba7dec04b 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Floating IP e408923a-9c82-46ee-ba56-b056b29196e2 disassociated. External IP: 10.96.250.210, port: 7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a. [pid: 7|app: 0|req: 1120/2256] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:50:46 2026] DELETE /v2.0/ports/7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:50:47.366 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03292e7a-bfe9-42cd-a43f-a701cebe8df6'] response: {'server_uuid': '2d7001d5-8367-4896-be88-b12935c76d38', 'name': 'network-vif-deleted', 'tag': '7d1023b8-6cc6-4bea-b8f8-d2f9bde14e2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1137/2257] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:46 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => generated 975 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2258] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/networks?id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2259] 10.0.0.143 () {32 vars in 660 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2260] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/security-groups?id=fe87278d-e80c-4b23-ac48-522cb8b3a67d&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: 1122/2261] 199.204.45.238 () {34 vars in 1050 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6542d6c0cddc4792a9a40f545f6485e0 => generated 343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2262] 10.0.0.143 () {32 vars in 674 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2263] 10.0.0.143 () {32 vars in 670 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2264] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2265] 199.204.45.238 () {38 vars in 955 bytes} [Sat Aug 22 11:50:47 2026] POST /v2.0/ports => generated 1078 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2266] 10.0.0.143 () {32 vars in 668 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?not-tags=red => generated 1488 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: 1144/2267] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2268] 10.0.0.143 () {32 vars in 678 bytes} [Sat Aug 22 11:50:47 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2269] 10.0.0.143 () {32 vars in 690 bytes} [Sat Aug 22 11:50:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:48.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-229cc256-9bfb-4d17-ba53-4de56807b662 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] TaaS: Handle Delete Port: 2616cfbe-c77f-48d0-a280-87b28d192535 2026-08-22 11:50:48.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-229cc256-9bfb-4d17-ba53-4de56807b662 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Tap Mirror: Handle Delete Port: 2616cfbe-c77f-48d0-a280-87b28d192535 [pid: 7|app: 0|req: 1124/2270] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:50:47 2026] PUT /v2.0/ports/c3abc7f7-0507-4801-949c-47bab46d86c3 => generated 1239 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2271] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:50:48 2026] DELETE /v2.0/ports/2616cfbe-c77f-48d0-a280-87b28d192535 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:50:48.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-30cc62e1-7fcb-48d2-8621-e9ccbe1a6a60 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] TaaS: Handle Delete Port: d4fd5d9e-a74a-4fc6-a6ef-9ccd1e3614d2 2026-08-22 11:50:48.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30cc62e1-7fcb-48d2-8621-e9ccbe1a6a60 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Tap Mirror: Handle Delete Port: d4fd5d9e-a74a-4fc6-a6ef-9ccd1e3614d2 [pid: 7|app: 0|req: 1125/2272] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:50:48 2026] DELETE /v2.0/ports/d4fd5d9e-a74a-4fc6-a6ef-9ccd1e3614d2 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:50:48.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-61986b7f-75d0-4a56-9a08-31017629266a 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] TaaS: Handle Delete Port: dcb7aa99-6e97-4f7e-882e-d2ad855c5224 2026-08-22 11:50:48.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61986b7f-75d0-4a56-9a08-31017629266a 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Tap Mirror: Handle Delete Port: dcb7aa99-6e97-4f7e-882e-d2ad855c5224 [pid: 7|app: 0|req: 1126/2273] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:48 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1148/2274] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:50:48 2026] DELETE /v2.0/ports/dcb7aa99-6e97-4f7e-882e-d2ad855c5224 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:50:48.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-08e90ce1-1d52-4c1b-a9de-16c517fce1d7 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] TaaS: Handle Delete Port: 8f28e73f-89e5-4661-b94f-2d0f1de8483e 2026-08-22 11:50:48.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08e90ce1-1d52-4c1b-a9de-16c517fce1d7 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Tap Mirror: Handle Delete Port: 8f28e73f-89e5-4661-b94f-2d0f1de8483e [pid: 8|app: 0|req: 1149/2275] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:48 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2276] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:50:48 2026] DELETE /v2.0/ports/8f28e73f-89e5-4661-b94f-2d0f1de8483e => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2277] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:48 2026] GET /v2.0/security-groups?id=cf9d6504-3503-4302-a59c-f3eb4c2d1e93&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2278] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:48 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:48.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-42c74b9c-871b-499a-ae95-414daa6834a4 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] TaaS: Handle Delete Port: 715924d1-6ad2-481f-8b84-227db0b9441b 2026-08-22 11:50:48.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42c74b9c-871b-499a-ae95-414daa6834a4 2fdf2dbe00564d5789512e4062fc2a53 26d9245a37d04d97861a2727c421103b - - default default] Tap Mirror: Handle Delete Port: 715924d1-6ad2-481f-8b84-227db0b9441b [pid: 7|app: 0|req: 1128/2279] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:50:48 2026] DELETE /v2.0/ports/715924d1-6ad2-481f-8b84-227db0b9441b => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:50:49.214 8 INFO neutron.services.segments.plugin [-] Segment b5f6f972-4bf5-421c-bf60-958b96be11da resource provider aggregate not found 2026-08-22 11:50:49.219 8 INFO neutron.services.segments.plugin [-] Segment b5f6f972-4bf5-421c-bf60-958b96be11da resource provider aggregate not found [pid: 8|app: 0|req: 1152/2280] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:50:49 2026] DELETE /v2.0/networks/5a03031f-e43e-4293-bcfc-0285fdbb4313 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:50:49.240 8 INFO neutron.services.segments.plugin [-] Segment b5f6f972-4bf5-421c-bf60-958b96be11da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f6f972-4bf5-421c-bf60-958b96be11da found for delete ", "request_id": "req-1282c41e-b2cf-4398-99e7-f8335976a79a"}]} 2026-08-22 11:50:49.241 8 INFO neutron.services.segments.plugin [-] Segment b5f6f972-4bf5-421c-bf60-958b96be11da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f6f972-4bf5-421c-bf60-958b96be11da found for delete ", "request_id": "req-5cb979ee-373e-4f48-83a4-3c8b8591ccaf"}]} [pid: 8|app: 0|req: 1153/2281] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2282] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:50:49.355 7 INFO neutron.services.segments.plugin [-] Segment bb025305-d71c-4a99-81e0-167591fbc3fe resource provider aggregate not found [pid: 8|app: 0|req: 1155/2283] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:49.362 7 INFO neutron.services.segments.plugin [-] Segment bb025305-d71c-4a99-81e0-167591fbc3fe resource provider aggregate not found 2026-08-22 11:50:49.373 7 INFO neutron.services.segments.plugin [-] Segment bb025305-d71c-4a99-81e0-167591fbc3fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb025305-d71c-4a99-81e0-167591fbc3fe found for delete ", "request_id": "req-66568460-4739-45d5-8279-2d7160de298d"}]} 2026-08-22 11:50:49.375 7 INFO neutron.services.segments.plugin [-] Segment bb025305-d71c-4a99-81e0-167591fbc3fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb025305-d71c-4a99-81e0-167591fbc3fe found for delete ", "request_id": "req-255b7767-78c9-466f-aa3b-16a7b21d056b"}]} [pid: 7|app: 0|req: 1129/2284] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:50:49 2026] DELETE /v2.0/networks/8dced71c-6c67-46b0-928b-687820b6cb36 => 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: 1156/2285] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:49.421 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a65c4a9-62ea-4670-ae4d-54ed85309b3d'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': 'c3abc7f7-0507-4801-949c-47bab46d86c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1157/2286] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2287] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1130/2288] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:50:49 2026] DELETE /v2.0/networks/3e688e7f-f3a2-427c-84e2-14d73ff54897 => 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: 1159/2289] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:50:49 2026] DELETE /v2.0/networks/33ccae25-2f33-4669-b4a4-bd67ad49d471 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2290] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:50:49 2026] DELETE /v2.0/networks/a9d5d5c7-f0f8-4751-965b-19e551f5bf80 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2291] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:49 2026] GET /v2.0/ports?device_id=2d7001d5-8367-4896-be88-b12935c76d38 => 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: 1132/2292] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2293] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/networks?id=98655ae5-af52-40c6-b006-4bd4d02b227d => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2294] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => 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: 1135/2295] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2296] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&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: 1137/2297] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1161/2298] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/security-groups?tenant_id=1bc60fa7492a48f0ad5064c384642ded&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2299] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:50:50 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2300] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:50 2026] DELETE /v2.0/security-groups/6b26e7bb-ac0b-44e1-ad18-7953bb1061b9 => 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: 1163/2301] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/security-groups?tenant_id=26d9245a37d04d97861a2727c421103b&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2302] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:50 2026] DELETE /v2.0/security-groups/fe87278d-e80c-4b23-ac48-522cb8b3a67d => 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: 1164/2303] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:51 2026] DELETE /v2.0/security-groups/4c92dec7-6114-48b4-9389-137dffc86c93 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:50:51.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-363938fb-b9eb-41c2-b2c4-26ad1ccf5ef8 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: d7c722cb-5f06-448f-ab26-c1bdda6aca45 2026-08-22 11:50:51.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-363938fb-b9eb-41c2-b2c4-26ad1ccf5ef8 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: d7c722cb-5f06-448f-ab26-c1bdda6aca45 2026-08-22 11:50:51.264 8 INFO neutron.services.segments.plugin [-] Segment 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 resource provider aggregate not found 2026-08-22 11:50:51.269 8 INFO neutron.services.segments.plugin [-] Segment 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 resource provider aggregate not found 2026-08-22 11:50:51.285 8 INFO neutron.services.segments.plugin [-] Segment 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 found for delete ", "request_id": "req-c66f42c0-3619-48ae-963f-339e8c9f0381"}]} 2026-08-22 11:50:51.286 8 INFO neutron.services.segments.plugin [-] Segment 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d48b4c0-d32a-42ef-8a5a-6171bf1db118 found for delete ", "request_id": "req-bfb179c8-b206-46fc-b198-84c3d4396993"}]} 2026-08-22 11:50:51.401 7 INFO neutron.services.segments.plugin [-] Segment 9a375d3c-c7ee-43f9-a201-fd9bf526548f resource provider aggregate not found 2026-08-22 11:50:51.409 7 INFO neutron.services.segments.plugin [-] Segment 9a375d3c-c7ee-43f9-a201-fd9bf526548f resource provider aggregate not found 2026-08-22 11:50:51.427 7 INFO neutron.services.segments.plugin [-] Segment 9a375d3c-c7ee-43f9-a201-fd9bf526548f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a375d3c-c7ee-43f9-a201-fd9bf526548f found for delete ", "request_id": "req-54f67d5d-883b-4af0-879e-4f2fc2dedee0"}]} [pid: 7|app: 0|req: 1140/2304] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:50:51 2026] DELETE /v2.0/floatingips/e408923a-9c82-46ee-ba56-b056b29196e2 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:50:51.433 7 INFO neutron.services.segments.plugin [-] Segment 9a375d3c-c7ee-43f9-a201-fd9bf526548f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a375d3c-c7ee-43f9-a201-fd9bf526548f found for delete ", "request_id": "req-9d6a17f7-08d5-49ba-9b91-38bde62aad13"}]} 2026-08-22 11:50:51.449 7 INFO neutron.services.segments.plugin [-] Segment 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 resource provider aggregate not found 2026-08-22 11:50:51.456 7 INFO neutron.services.segments.plugin [-] Segment 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 resource provider aggregate not found 2026-08-22 11:50:51.467 7 INFO neutron.services.segments.plugin [-] Segment 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 found for delete ", "request_id": "req-bef0c0da-ae97-4e07-b578-74ba4afa2cce"}]} 2026-08-22 11:50:51.469 7 INFO neutron.services.segments.plugin [-] Segment 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae8e58f-51bb-4f43-8ba2-45f2b22bb843 found for delete ", "request_id": "req-ecffeff9-e601-4d14-af42-b220ee3f7feb"}]} [pid: 8|app: 0|req: 1165/2305] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/security-groups?tenant_id=959605475d0347b89ad30eb38029a634&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2306] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:51 2026] DELETE /v2.0/security-groups/4f775a1d-0535-48c0-b86b-ffea3b96598b => 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: 1142/2307] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2308] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2309] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/security-groups?id=cf9d6504-3503-4302-a59c-f3eb4c2d1e93&fields=id&fields=name => generated 96 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2310] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2313] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:51 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2314] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:52 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2315] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:52 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&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: 1170/2316] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:50:53 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2317] 199.204.45.238 () {34 vars in 1044 bytes} [Sat Aug 22 11:50:53 2026] GET /v2.0/security-groups?id=cf9d6504-3503-4302-a59c-f3eb4c2d1e93&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2318] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:53 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2319] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:54 2026] GET /v2.0/security-groups?id=028a89fa-72bf-4176-b03f-c9e04d7bc0ab&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2320] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:50:53 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:54.181 8 INFO neutron_taas.services.taas.taas_plugin [req-e546772e-3069-4235-9876-381ab1758e97 req-c003ca87-36d0-4a12-baa4-54275126fa8c 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 2026-08-22 11:50:54.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e546772e-3069-4235-9876-381ab1758e97 req-c003ca87-36d0-4a12-baa4-54275126fa8c 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 [pid: 8|app: 0|req: 1173/2321] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:50:54 2026] DELETE /v2.0/ports/dfc73ab4-ad49-4e4b-930a-27b8a2e6d801 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:50:54.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d699c6f-e614-4366-86f2-e292208b64f9'] response: {'server_uuid': '4756483c-fdad-43a6-81b0-609484d7e92a', 'name': 'network-vif-deleted', 'tag': 'dfc73ab4-ad49-4e4b-930a-27b8a2e6d801', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1174/2322] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:55 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => 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: 1149/2323] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:55 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2324] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:55 2026] GET /v2.0/security-groups?id=cf9d6504-3503-4302-a59c-f3eb4c2d1e93&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2325] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:55 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:50:56.081 8 INFO neutron.db.segments_db [None req-1ccb6902-16d4-45c4-991f-d88796bde15a 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Added segment 7c4fcb98-0992-4bf5-9675-c7df49635fdc of type vxlan for network 18a63fb2-ed38-4306-b76d-1886e90a842b [pid: 8|app: 0|req: 1176/2326] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:55 2026] POST /v2.0/networks => generated 613 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2327] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:56 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => 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: 1151/2328] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:56 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2329] 10.0.0.143 () {34 vars in 666 bytes} [Sat Aug 22 11:50:56 2026] POST /v2.0/trunks => generated 407 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:50:56.863 7 INFO neutron.db.segments_db [None req-d0927869-5216-4998-851c-2d21c851fe5c 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Added segment 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 of type vxlan for network e4e9e77b-f92e-42b1-8d3d-bdd482973723 [pid: 7|app: 0|req: 1152/2330] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:56 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2331] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:56 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1180/2332] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:57 2026] GET /v2.0/ports?device_id=4756483c-fdad-43a6-81b0-609484d7e92a => 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: 1181/2333] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:57 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1182/2334] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:50:58 2026] GET /v2.0/security-groups?id=cf9d6504-3503-4302-a59c-f3eb4c2d1e93&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2335] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:50:58 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2336] 10.0.0.143 () {34 vars in 666 bytes} [Sat Aug 22 11:50:57 2026] POST /v2.0/trunks => generated 407 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:58.262 8 INFO neutron.db.segments_db [None req-a1f0040c-a923-40a8-805f-93967a08b8ce 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Added segment bff7fb6b-8c55-447c-bce8-4560f639852c of type vxlan for network 45cbdf32-f37f-4c54-9138-ddcb2734dced [pid: 8|app: 0|req: 1184/2337] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:58 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2338] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:50:58 2026] DELETE /v2.0/security-groups/028a89fa-72bf-4176-b03f-c9e04d7bc0ab => 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: 1154/2339] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:58 2026] POST /v2.0/ports => generated 743 bytes in 307 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: 1155/2340] 10.0.0.143 () {34 vars in 666 bytes} [Sat Aug 22 11:50:58 2026] POST /v2.0/trunks => generated 407 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:50:58.904 7 INFO neutron.db.segments_db [None req-48834fae-2bd5-4555-952c-f7757c1f0613 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Added segment 4c152b37-9755-4f99-b449-a86cf50f70b0 of type vxlan for network 1f8addf2-632f-4f53-bc86-29e6750c1e22 2026-08-22 11:50:58.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-9246c4c2-acc5-4205-8c1f-e12d3be118cc 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: 81e21838-6348-46c3-8ed2-cf824ecb5fbf 2026-08-22 11:50:58.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9246c4c2-acc5-4205-8c1f-e12d3be118cc 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: 81e21838-6348-46c3-8ed2-cf824ecb5fbf [pid: 7|app: 0|req: 1156/2341] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:58 2026] POST /v2.0/networks => generated 613 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2342] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:59 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1158/2343] 10.0.0.143 () {34 vars in 666 bytes} [Sat Aug 22 11:50:59 2026] POST /v2.0/trunks => generated 407 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2344] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:50:58 2026] PUT /v2.0/routers/246ee51b-a849-4f6d-bdc1-a37f385f2167/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:59.648 7 INFO neutron.db.segments_db [None req-1fd579f0-f152-4f78-b04f-9bdc3216feef 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Added segment 1232e310-fe56-483f-ac4e-3ad9e497650c of type vxlan for network d01a4923-248c-496e-87a3-14a904396511 [pid: 7|app: 0|req: 1159/2345] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:50:59 2026] POST /v2.0/networks => generated 611 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2346] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:59 2026] DELETE /v2.0/subnets/2ef7bff0-bcfc-41ae-83f9-697d0441d0d9 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:00.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-e90c9bb1-f017-487b-a2f0-d030f473ee45 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: 1c2101c9-2a2b-4b5c-b625-75690a2ee3e0 2026-08-22 11:51:00.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e90c9bb1-f017-487b-a2f0-d030f473ee45 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: 1c2101c9-2a2b-4b5c-b625-75690a2ee3e0 [pid: 7|app: 0|req: 1160/2347] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:50:59 2026] POST /v2.0/ports => generated 743 bytes in 402 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-08-22 11:51:00.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-e90c9bb1-f017-487b-a2f0-d030f473ee45 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: b5d0ecf7-f784-4527-9b97-96ba39b484ee 2026-08-22 11:51:00.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e90c9bb1-f017-487b-a2f0-d030f473ee45 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: b5d0ecf7-f784-4527-9b97-96ba39b484ee [pid: 7|app: 0|req: 1161/2348] 10.0.0.143 () {34 vars in 666 bytes} [Sat Aug 22 11:51:00 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2349] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:51:00 2026] PUT /v2.0/trunks/807f9b61-cc5c-417b-a8d5-3b664290b87a/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2350] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:51:00 2026] PUT /v2.0/trunks/86922af3-3b02-45d4-828e-f77575cb3f34/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2351] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:51:00 2026] PUT /v2.0/trunks/56a0f2e1-6558-4d16-b1d7-2b8150a5650b/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: 1165/2352] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:51:00 2026] PUT /v2.0/trunks/457b4261-d752-4a45-9fc5-6196c754094d/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2353] 10.0.0.143 () {32 vars in 662 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2354] 10.0.0.143 () {32 vars in 676 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2355] 10.0.0.143 () {32 vars in 672 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2356] 10.0.0.143 () {32 vars in 684 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2357] 10.0.0.143 () {32 vars in 670 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2358] 10.0.0.143 () {32 vars in 684 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2359] 10.0.0.143 () {32 vars in 680 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:00.707 8 INFO neutron.services.segments.plugin [-] Segment a97c26f7-50b9-4de7-bbe1-f11a46f17ece resource provider aggregate not found 2026-08-22 11:51:00.712 8 INFO neutron.services.segments.plugin [-] Segment a97c26f7-50b9-4de7-bbe1-f11a46f17ece resource provider aggregate not found [pid: 7|app: 0|req: 1173/2360] 10.0.0.143 () {32 vars in 692 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:51:00.733 8 INFO neutron.services.segments.plugin [-] Segment a97c26f7-50b9-4de7-bbe1-f11a46f17ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a97c26f7-50b9-4de7-bbe1-f11a46f17ece found for delete ", "request_id": "req-17d1bbd7-590b-4319-867f-62b861adbd7b"}]} 2026-08-22 11:51:00.736 8 INFO neutron.services.segments.plugin [-] Segment a97c26f7-50b9-4de7-bbe1-f11a46f17ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a97c26f7-50b9-4de7-bbe1-f11a46f17ece found for delete ", "request_id": "req-01c13a25-78b3-4c61-8be2-348eda657668"}]} 2026-08-22 11:51:00.740 8 INFO neutron.db.l3_hamode_db [None req-e90c9bb1-f017-487b-a2f0-d030f473ee45 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] HA network 77c3e3e6-c111-47ec-bdd0-902a7b529046 was deleted as no HA routers are present in tenant 5f1371664310468fbe17583adf82a156. [pid: 8|app: 0|req: 1188/2361] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:50:59 2026] DELETE /v2.0/routers/246ee51b-a849-4f6d-bdc1-a37f385f2167 => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2362] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks/807f9b61-cc5c-417b-a8d5-3b664290b87a => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2363] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/ports/af0f59fd-3612-4cfd-b935-ae761e428ba4 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:51:00.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9996987-c3d6-4044-82f7-86eff2e4f17a 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] TaaS: Handle Delete Port: bd07ca2c-2c21-4ffa-984c-4fd7250ba4d8 2026-08-22 11:51:00.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9996987-c3d6-4044-82f7-86eff2e4f17a 132d166c834b4252a44bb97fd3f0385e 5f1371664310468fbe17583adf82a156 - - default default] Tap Mirror: Handle Delete Port: bd07ca2c-2c21-4ffa-984c-4fd7250ba4d8 [pid: 7|app: 0|req: 1176/2364] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:51:00 2026] DELETE /v2.0/trunks/807f9b61-cc5c-417b-a8d5-3b664290b87a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2365] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/trunks/86922af3-3b02-45d4-828e-f77575cb3f34 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2366] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/ports/8f91b12e-ad8a-48d4-abb7-44c07fb670dd => generated 826 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2367] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:00 2026] DELETE /v2.0/networks/ea36c8d0-682e-4e58-a3b7-0a1e47b391c4 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2368] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:51:01 2026] DELETE /v2.0/trunks/86922af3-3b02-45d4-828e-f77575cb3f34 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2369] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/trunks/56a0f2e1-6558-4d16-b1d7-2b8150a5650b => generated 429 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2370] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/ports/1a3266ea-645e-4444-846a-576642dc33e0 => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2371] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:51:01 2026] DELETE /v2.0/trunks/56a0f2e1-6558-4d16-b1d7-2b8150a5650b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2372] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/trunks/457b4261-d752-4a45-9fc5-6196c754094d => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2373] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/ports/87a127f8-d659-423b-80c5-59609807d837 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2374] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:51:01 2026] DELETE /v2.0/trunks/457b4261-d752-4a45-9fc5-6196c754094d => 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: 1193/2375] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/trunks/a69f1e17-1d5d-4f05-b3fa-e963b2d149ba => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2376] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/ports/f12cb3fd-f8e8-4ffa-b404-df16a3bd50b0 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2377] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:51:01 2026] DELETE /v2.0/trunks/a69f1e17-1d5d-4f05-b3fa-e963b2d149ba => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:01.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c57d576-1a7e-4a41-8ead-82a234fbc97c 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] TaaS: Handle Delete Port: af0f59fd-3612-4cfd-b935-ae761e428ba4 2026-08-22 11:51:01.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c57d576-1a7e-4a41-8ead-82a234fbc97c 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Tap Mirror: Handle Delete Port: af0f59fd-3612-4cfd-b935-ae761e428ba4 [pid: 7|app: 0|req: 1184/2378] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:01 2026] DELETE /v2.0/ports/af0f59fd-3612-4cfd-b935-ae761e428ba4 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:01.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaef8140-812f-4d00-bde6-78856f9f8050 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] TaaS: Handle Delete Port: 8f91b12e-ad8a-48d4-abb7-44c07fb670dd 2026-08-22 11:51:01.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaef8140-812f-4d00-bde6-78856f9f8050 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Tap Mirror: Handle Delete Port: 8f91b12e-ad8a-48d4-abb7-44c07fb670dd [pid: 8|app: 0|req: 1195/2379] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/security-groups?tenant_id=d993b19a2bfb4db285c1e2545c188d3a&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2380] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:01 2026] DELETE /v2.0/ports/8f91b12e-ad8a-48d4-abb7-44c07fb670dd => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2381] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:02 2026] DELETE /v2.0/security-groups/d7a4c6e6-57f5-4f89-b78c-822daef367aa => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:02.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-98e19669-1578-44c8-a283-8137929a4031 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] TaaS: Handle Delete Port: 1a3266ea-645e-4444-846a-576642dc33e0 2026-08-22 11:51:02.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98e19669-1578-44c8-a283-8137929a4031 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Tap Mirror: Handle Delete Port: 1a3266ea-645e-4444-846a-576642dc33e0 [pid: 8|app: 0|req: 1197/2382] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:02 2026] GET /v2.0/security-groups?tenant_id=5f1371664310468fbe17583adf82a156&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2383] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:02 2026] DELETE /v2.0/ports/1a3266ea-645e-4444-846a-576642dc33e0 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:02.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9e30c02-6b1c-4170-9a3d-13b933e9e713 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] TaaS: Handle Delete Port: 87a127f8-d659-423b-80c5-59609807d837 2026-08-22 11:51:02.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9e30c02-6b1c-4170-9a3d-13b933e9e713 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Tap Mirror: Handle Delete Port: 87a127f8-d659-423b-80c5-59609807d837 [pid: 7|app: 0|req: 1187/2384] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:02 2026] DELETE /v2.0/security-groups/7e7682ae-3d50-4de6-94a3-7f33d65e6443 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2385] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:02 2026] DELETE /v2.0/ports/87a127f8-d659-423b-80c5-59609807d837 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:02.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c8b44cf-473d-48bc-aeec-77f426d979be 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] TaaS: Handle Delete Port: f12cb3fd-f8e8-4ffa-b404-df16a3bd50b0 2026-08-22 11:51:02.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c8b44cf-473d-48bc-aeec-77f426d979be 7b4c1536b5f645fd824e1dc80eed81aa f5836cc95b7d49f9be2b483723da80c3 - - default default] Tap Mirror: Handle Delete Port: f12cb3fd-f8e8-4ffa-b404-df16a3bd50b0 2026-08-22 11:51:02.757 8 INFO neutron.services.segments.plugin [-] Segment 291953b5-19c5-4263-a4df-070c648b187a resource provider aggregate not found 2026-08-22 11:51:02.767 8 INFO neutron.services.segments.plugin [-] Segment 291953b5-19c5-4263-a4df-070c648b187a resource provider aggregate not found 2026-08-22 11:51:02.787 8 INFO neutron.services.segments.plugin [-] Segment 291953b5-19c5-4263-a4df-070c648b187a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291953b5-19c5-4263-a4df-070c648b187a found for delete ", "request_id": "req-badf5b6b-ed3a-470a-9050-1aee89c11553"}]} 2026-08-22 11:51:02.810 8 INFO neutron.services.segments.plugin [-] Segment 291953b5-19c5-4263-a4df-070c648b187a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291953b5-19c5-4263-a4df-070c648b187a found for delete ", "request_id": "req-9557618a-a033-489b-bc41-b9017cf56631"}]} [pid: 7|app: 0|req: 1188/2386] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:02 2026] DELETE /v2.0/ports/f12cb3fd-f8e8-4ffa-b404-df16a3bd50b0 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2387] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:02 2026] DELETE /v2.0/networks/18a63fb2-ed38-4306-b76d-1886e90a842b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:03.124 7 INFO neutron.services.segments.plugin [-] Segment 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 resource provider aggregate not found 2026-08-22 11:51:03.129 7 INFO neutron.services.segments.plugin [-] Segment 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 resource provider aggregate not found 2026-08-22 11:51:03.145 7 INFO neutron.services.segments.plugin [-] Segment 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 found for delete ", "request_id": "req-c6dbd0e9-d953-44a6-a9b8-5f61042c7cfc"}]} 2026-08-22 11:51:03.150 7 INFO neutron.services.segments.plugin [-] Segment 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f141752-053f-4955-a4bf-9e0b8a3d1ef5 found for delete ", "request_id": "req-eb702860-0d8f-4b69-a590-5601389c7726"}]} [pid: 7|app: 0|req: 1189/2388] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:03 2026] DELETE /v2.0/networks/e4e9e77b-f92e-42b1-8d3d-bdd482973723 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2389] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:03 2026] DELETE /v2.0/networks/45cbdf32-f37f-4c54-9138-ddcb2734dced => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2390] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:03 2026] DELETE /v2.0/networks/1f8addf2-632f-4f53-bc86-29e6750c1e22 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2391] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:03 2026] DELETE /v2.0/networks/d01a4923-248c-496e-87a3-14a904396511 => 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: 1191/2392] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:04 2026] GET /v2.0/security-groups?tenant_id=1e09856800a346f8849b0443a79901fe&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2393] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:04 2026] DELETE /v2.0/security-groups/842f0e0a-2cb2-4c17-937e-6a37247872b4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:04.823 8 INFO neutron.services.segments.plugin [-] Segment 7c4fcb98-0992-4bf5-9675-c7df49635fdc resource provider aggregate not found 2026-08-22 11:51:04.843 8 INFO neutron.services.segments.plugin [-] Segment 7c4fcb98-0992-4bf5-9675-c7df49635fdc resource provider aggregate not found 2026-08-22 11:51:04.847 8 INFO neutron.services.segments.plugin [-] Segment 7c4fcb98-0992-4bf5-9675-c7df49635fdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4fcb98-0992-4bf5-9675-c7df49635fdc found for delete ", "request_id": "req-5e3a1ddc-17ba-49fa-921d-9baaee3440f2"}]} 2026-08-22 11:51:04.867 8 INFO neutron.services.segments.plugin [-] Segment bff7fb6b-8c55-447c-bce8-4560f639852c resource provider aggregate not found 2026-08-22 11:51:04.871 8 INFO neutron.services.segments.plugin [-] Segment 7c4fcb98-0992-4bf5-9675-c7df49635fdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4fcb98-0992-4bf5-9675-c7df49635fdc found for delete ", "request_id": "req-f5dc29a3-9131-43c2-8848-76bba87a0ade"}]} 2026-08-22 11:51:04.887 8 INFO neutron.services.segments.plugin [-] Segment bff7fb6b-8c55-447c-bce8-4560f639852c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff7fb6b-8c55-447c-bce8-4560f639852c found for delete ", "request_id": "req-900bf39b-f847-4d0b-8d3f-bc7fe4dc8fb5"}]} 2026-08-22 11:51:04.894 8 INFO neutron.services.segments.plugin [-] Segment bff7fb6b-8c55-447c-bce8-4560f639852c resource provider aggregate not found 2026-08-22 11:51:04.903 8 INFO neutron.services.segments.plugin [-] Segment 1232e310-fe56-483f-ac4e-3ad9e497650c resource provider aggregate not found 2026-08-22 11:51:04.916 8 INFO neutron.services.segments.plugin [-] Segment bff7fb6b-8c55-447c-bce8-4560f639852c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff7fb6b-8c55-447c-bce8-4560f639852c found for delete ", "request_id": "req-a31b1937-9539-41f2-9b34-7c7de39abbdd"}]} 2026-08-22 11:51:04.919 8 INFO neutron.services.segments.plugin [-] Segment 1232e310-fe56-483f-ac4e-3ad9e497650c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1232e310-fe56-483f-ac4e-3ad9e497650c found for delete ", "request_id": "req-52f059b1-4bde-4e47-9d3e-24e0d3c72679"}]} 2026-08-22 11:51:04.932 8 INFO neutron.services.segments.plugin [-] Segment 1232e310-fe56-483f-ac4e-3ad9e497650c resource provider aggregate not found 2026-08-22 11:51:04.948 8 INFO neutron.services.segments.plugin [-] Segment 1232e310-fe56-483f-ac4e-3ad9e497650c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1232e310-fe56-483f-ac4e-3ad9e497650c found for delete ", "request_id": "req-a6fda699-bf57-427d-b887-73fb45bd105b"}]} [pid: 7|app: 0|req: 1192/2394] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:04 2026] GET /v2.0/security-groups?tenant_id=f5836cc95b7d49f9be2b483723da80c3&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: 1203/2395] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:04 2026] DELETE /v2.0/security-groups/8a3da79d-dd55-4524-9286-9c030052d85b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:05.176 7 INFO neutron.services.segments.plugin [-] Segment 4c152b37-9755-4f99-b449-a86cf50f70b0 resource provider aggregate not found 2026-08-22 11:51:05.176 7 INFO neutron.services.segments.plugin [-] Segment 4c152b37-9755-4f99-b449-a86cf50f70b0 resource provider aggregate not found 2026-08-22 11:51:05.204 7 INFO neutron.services.segments.plugin [-] Segment 4c152b37-9755-4f99-b449-a86cf50f70b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c152b37-9755-4f99-b449-a86cf50f70b0 found for delete ", "request_id": "req-47ea22fe-819a-4dc9-9a79-bbf86072b9c4"}]} 2026-08-22 11:51:05.204 7 INFO neutron.services.segments.plugin [-] Segment 4c152b37-9755-4f99-b449-a86cf50f70b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c152b37-9755-4f99-b449-a86cf50f70b0 found for delete ", "request_id": "req-f0a946a7-253a-4ba1-b372-17435c029da4"}]} [pid: 7|app: 0|req: 1193/2396] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:05 2026] GET /v2.0/security-groups?tenant_id=7c8a55d2e6f740bc9fd2e10421c6a891&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2397] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:05 2026] DELETE /v2.0/security-groups/38730df8-28d6-46f7-be11-9c5a43f6f0bf => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:07.379 8 INFO neutron.db.segments_db [None req-19010886-d15e-4b58-bd7e-bfba41358b28 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] Added segment 52e509cb-16be-486c-8e1a-9f83a9bb3f41 of type vxlan for network bef9781c-db9e-4d29-aad9-0113b22c1fb3 [pid: 8|app: 0|req: 1206/2400] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:07 2026] POST /v2.0/networks => generated 707 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2401] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:51:07 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:51:07.696 8 WARNING neutron.api.v2.base [None req-a000eb50-8b94-41da-9e35-b0116c31ec9a 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - 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-08-22 11:51:07.698 8 INFO neutron.api.v2.resource [None req-a000eb50-8b94-41da-9e35-b0116c31ec9a 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1207/2402] 10.0.0.143 () {34 vars in 681 bytes} [Sat Aug 22 11:51:07 2026] POST /v2.0/rbac-policies => generated 143 bytes in 15 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-08-22 11:51:07.863 7 INFO neutron.services.segments.plugin [-] Segment 52e509cb-16be-486c-8e1a-9f83a9bb3f41 resource provider aggregate not found 2026-08-22 11:51:07.868 7 INFO neutron.services.segments.plugin [-] Segment 52e509cb-16be-486c-8e1a-9f83a9bb3f41 resource provider aggregate not found [pid: 7|app: 0|req: 1196/2403] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:07 2026] DELETE /v2.0/networks/bef9781c-db9e-4d29-aad9-0113b22c1fb3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:07.883 7 INFO neutron.services.segments.plugin [-] Segment 52e509cb-16be-486c-8e1a-9f83a9bb3f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e509cb-16be-486c-8e1a-9f83a9bb3f41 found for delete ", "request_id": "req-3339190f-32fa-4e8e-aa10-431751abec13"}]} 2026-08-22 11:51:07.890 7 INFO neutron.services.segments.plugin [-] Segment 52e509cb-16be-486c-8e1a-9f83a9bb3f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e509cb-16be-486c-8e1a-9f83a9bb3f41 found for delete ", "request_id": "req-b25022a8-b09b-40ce-b946-ae4eb93990f3"}]} 2026-08-22 11:51:07.947 8 INFO neutron.db.segments_db [None req-b70773f1-66cf-4d35-b134-1b5862e8708a 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] Added segment 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 of type vxlan for network 8c95c088-c29f-4d6a-9c60-8da8684f5258 [pid: 8|app: 0|req: 1208/2404] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:07 2026] POST /v2.0/networks => generated 707 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2405] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:51:08 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:51:08.236 8 WARNING neutron.api.v2.base [None req-d67b3bec-7ee2-4285-8e32-a5fe85707744 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - 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-08-22 11:51:08.237 8 INFO neutron.api.v2.resource [None req-d67b3bec-7ee2-4285-8e32-a5fe85707744 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1209/2406] 10.0.0.143 () {34 vars in 681 bytes} [Sat Aug 22 11:51:08 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2407] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:08 2026] DELETE /v2.0/networks/8c95c088-c29f-4d6a-9c60-8da8684f5258 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:08.492 8 INFO neutron.db.segments_db [None req-5d7065cc-2d8a-4240-93ae-74221176583e 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] Added segment fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 of type vxlan for network 64c431e7-e900-4ac8-a915-7d7e5a088c71 [pid: 8|app: 0|req: 1210/2408] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:08 2026] POST /v2.0/networks => generated 707 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2409] 10.0.0.143 () {34 vars in 669 bytes} [Sat Aug 22 11:51:08 2026] POST /v2.0/subnets => generated 647 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2410] 10.0.0.143 () {34 vars in 681 bytes} [Sat Aug 22 11:51:08 2026] POST /v2.0/rbac-policies => generated 324 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2411] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:51:09 2026] GET /v2.0/networks/64c431e7-e900-4ac8-a915-7d7e5a088c71 => generated 654 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:51:09.900 7 INFO neutron.services.segments.plugin [-] Segment 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 resource provider aggregate not found 2026-08-22 11:51:09.913 7 INFO neutron.services.segments.plugin [-] Segment 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 resource provider aggregate not found 2026-08-22 11:51:09.917 7 INFO neutron.services.segments.plugin [-] Segment 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 found for delete ", "request_id": "req-1cb9c437-3e95-46cf-b88c-d154e75e0a9f"}]} 2026-08-22 11:51:09.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69074eb1-486f-4bbb-b3cc-bba2cae488d5 c5114c86962949ceb456a9ba22cff117 1d3285001e8b4b4892f401df8542b670 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1212/2412] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:51:09 2026] GET /v2.0/networks/64c431e7-e900-4ac8-a915-7d7e5a088c71 => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:51:09.930 7 INFO neutron.services.segments.plugin [-] Segment 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 467a8e8b-a707-4192-a0fa-fbcfe01d2f04 found for delete ", "request_id": "req-24f24745-3c8d-4c67-a9ed-42dcd7e84678"}]} 2026-08-22 11:51:10.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e8c5b73-fc74-4fd5-acee-25ebce5ccd53 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] TaaS: Handle Delete Port: 1217aae1-fc45-438b-a5ef-924c9000c5e4 2026-08-22 11:51:10.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e8c5b73-fc74-4fd5-acee-25ebce5ccd53 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] Tap Mirror: Handle Delete Port: 1217aae1-fc45-438b-a5ef-924c9000c5e4 [pid: 7|app: 0|req: 1201/2413] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:09 2026] DELETE /v2.0/networks/64c431e7-e900-4ac8-a915-7d7e5a088c71 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:10.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09b21c45-3174-48dd-82cb-644947ed5b51 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1213/2414] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:51:10 2026] DELETE /v2.0/subnets/5a6c9268-d5bc-4eac-a40a-a614853ead22 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:51:10.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-072a0230-9d59-4055-b443-6bf3264eaf0c 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2415] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:51:10 2026] DELETE /v2.0/subnets/8ca3c3d1-52fe-4ac2-9dfb-916d85fba421 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:51:10.397 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfbcb042-a2bc-4fbb-8a47-43d3e3389d78 88b5ab2dfbbf4afa80b639602d976c29 28318581be164322a23a983ea1ef6d50 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1214/2416] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:51:10 2026] DELETE /v2.0/subnets/6ac53219-010a-4d3a-a0ab-0fa0473a9068 => 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: 1203/2417] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:11 2026] GET /v2.0/security-groups?tenant_id=1d3285001e8b4b4892f401df8542b670&name=default => generated 2929 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2418] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:11 2026] DELETE /v2.0/security-groups/2ccb7d93-2825-4624-b8fb-f0ccd693da6c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2419] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:11 2026] GET /v2.0/security-groups?tenant_id=28318581be164322a23a983ea1ef6d50&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:11.938 7 INFO neutron.services.segments.plugin [-] Segment fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 resource provider aggregate not found 2026-08-22 11:51:11.957 7 INFO neutron.services.segments.plugin [-] Segment fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 found for delete ", "request_id": "req-6999fc3b-bfd5-4a89-bad3-bddc79e7c1af"}]} 2026-08-22 11:51:11.957 7 INFO neutron.services.segments.plugin [-] Segment fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 resource provider aggregate not found 2026-08-22 11:51:11.973 7 INFO neutron.services.segments.plugin [-] Segment fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4f3e7b-bc65-46fa-bfc0-f39c84accd74 found for delete ", "request_id": "req-3c2f8b19-07e6-4298-b536-e2f0bc3d619b"}]} [pid: 8|app: 0|req: 1216/2420] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:11 2026] DELETE /v2.0/security-groups/9a3dd3e0-ad87-46f4-aa76-199d511eff23 => 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: 1205/2421] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:12 2026] GET /v2.0/security-groups?tenant_id=6660b76113e347ceaf3a8b4e72ad6c03&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: 1217/2422] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:12 2026] DELETE /v2.0/security-groups/e4a3af82-83dc-4d04-9a18-9bb2ba5f7014 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:16.695 7 INFO neutron.db.segments_db [None req-7b6798d4-b0f8-45aa-b452-733263aa61b9 5f4b324e45154ae8aabe63ce49ca116b 9484d12e288a406093ae01d4a65379c8 - - default default] Added segment 7b5a1506-7f6f-464f-ae81-22776784453e of type vxlan for network 6805677a-3afd-40a3-9ddb-42b89df5f40a [pid: 7|app: 0|req: 1206/2423] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:16 2026] POST /v2.0/networks => generated 613 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:51:16.887 8 INFO neutron.db.segments_db [None req-c9dcc0d5-f336-4dc4-a194-193336bf70d2 5f4b324e45154ae8aabe63ce49ca116b 9484d12e288a406093ae01d4a65379c8 - - default default] Added segment 8733c51e-f107-4e35-a748-3ef77ddd4c67 of type vxlan for network 499d7079-510f-49c7-aeb0-1dadc10c2518 [pid: 8|app: 0|req: 1218/2424] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:16 2026] POST /v2.0/networks => generated 613 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:51:17.065 7 INFO neutron.db.segments_db [None req-f3dc0a9a-8247-47c1-8141-3d25d2f4146d 5f4b324e45154ae8aabe63ce49ca116b 9484d12e288a406093ae01d4a65379c8 - - default default] Added segment f5ca1371-e929-4145-accc-0b31862c5b78 of type vxlan for network c5db4e9d-c522-4058-be3b-a1a0e2000e8c [pid: 7|app: 0|req: 1207/2425] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:17 2026] POST /v2.0/networks => generated 612 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:51:17.316 8 INFO neutron.db.segments_db [None req-507945fb-6c8d-4e1a-9eea-691079e7bba5 5f4b324e45154ae8aabe63ce49ca116b 9484d12e288a406093ae01d4a65379c8 - - default default] Added segment b3f86ff0-a4bd-420c-8ac5-f2d03b899207 of type vxlan for network a724baaf-63cb-441d-b732-2d2634f5c3f1 [pid: 8|app: 0|req: 1219/2426] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:17 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:51:17.478 7 INFO neutron.db.segments_db [None req-7ed52386-3ff6-4599-b662-8b8d10ad6410 5f4b324e45154ae8aabe63ce49ca116b 9484d12e288a406093ae01d4a65379c8 - - default default] Added segment 1fce7c15-255d-4d50-9c87-d336cbef74bc of type vxlan for network 00b1584d-ea10-4f41-b2b9-84d9fed8bc67 [pid: 7|app: 0|req: 1208/2427] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:17 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2428] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:17 2026] PUT /v2.0/networks/6805677a-3afd-40a3-9ddb-42b89df5f40a/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2429] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:17 2026] PUT /v2.0/networks/499d7079-510f-49c7-aeb0-1dadc10c2518/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2430] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:17 2026] PUT /v2.0/networks/c5db4e9d-c522-4058-be3b-a1a0e2000e8c/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2431] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:17 2026] PUT /v2.0/networks/a724baaf-63cb-441d-b732-2d2634f5c3f1/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2432] 10.0.0.143 () {32 vars in 666 bytes} [Sat Aug 22 11:51:17 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2433] 10.0.0.143 () {32 vars in 680 bytes} [Sat Aug 22 11:51:17 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2434] 10.0.0.143 () {32 vars in 676 bytes} [Sat Aug 22 11:51:17 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2435] 10.0.0.143 () {32 vars in 688 bytes} [Sat Aug 22 11:51:17 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2436] 10.0.0.143 () {32 vars in 674 bytes} [Sat Aug 22 11:51:18 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2437] 10.0.0.143 () {32 vars in 688 bytes} [Sat Aug 22 11:51:18 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2438] 10.0.0.143 () {32 vars in 684 bytes} [Sat Aug 22 11:51:18 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2439] 10.0.0.143 () {32 vars in 696 bytes} [Sat Aug 22 11:51:18 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:18.468 8 INFO neutron.services.segments.plugin [-] Segment 7b5a1506-7f6f-464f-ae81-22776784453e resource provider aggregate not found 2026-08-22 11:51:18.471 8 INFO neutron.services.segments.plugin [-] Segment 7b5a1506-7f6f-464f-ae81-22776784453e resource provider aggregate not found 2026-08-22 11:51:18.492 8 INFO neutron.services.segments.plugin [-] Segment 7b5a1506-7f6f-464f-ae81-22776784453e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5a1506-7f6f-464f-ae81-22776784453e found for delete ", "request_id": "req-47a79645-e6e4-4ca1-b6f5-17db92d1531f"}]} 2026-08-22 11:51:18.492 8 INFO neutron.services.segments.plugin [-] Segment 7b5a1506-7f6f-464f-ae81-22776784453e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5a1506-7f6f-464f-ae81-22776784453e found for delete ", "request_id": "req-f4ac9554-52a2-40a8-8caa-833a551a4462"}]} [pid: 8|app: 0|req: 1226/2440] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:18 2026] DELETE /v2.0/networks/6805677a-3afd-40a3-9ddb-42b89df5f40a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:18.630 7 INFO neutron.services.segments.plugin [-] Segment 8733c51e-f107-4e35-a748-3ef77ddd4c67 resource provider aggregate not found 2026-08-22 11:51:18.649 7 INFO neutron.services.segments.plugin [-] Segment 8733c51e-f107-4e35-a748-3ef77ddd4c67 resource provider aggregate not found 2026-08-22 11:51:18.653 7 INFO neutron.services.segments.plugin [-] Segment 8733c51e-f107-4e35-a748-3ef77ddd4c67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8733c51e-f107-4e35-a748-3ef77ddd4c67 found for delete ", "request_id": "req-74e48b19-a10e-463c-bef0-aa8dc09e08b0"}]} 2026-08-22 11:51:18.677 7 INFO neutron.services.segments.plugin [-] Segment 8733c51e-f107-4e35-a748-3ef77ddd4c67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8733c51e-f107-4e35-a748-3ef77ddd4c67 found for delete ", "request_id": "req-79d7dce2-2db1-4893-ae16-f4b25180edf0"}]} [pid: 7|app: 0|req: 1215/2441] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:18 2026] DELETE /v2.0/networks/499d7079-510f-49c7-aeb0-1dadc10c2518 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2442] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:18 2026] DELETE /v2.0/networks/c5db4e9d-c522-4058-be3b-a1a0e2000e8c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2443] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:18 2026] DELETE /v2.0/networks/a724baaf-63cb-441d-b732-2d2634f5c3f1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2444] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:18 2026] DELETE /v2.0/networks/00b1584d-ea10-4f41-b2b9-84d9fed8bc67 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2445] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:19 2026] GET /v2.0/security-groups?tenant_id=98e853b5092c4524831ac6b507a5792e&name=default => generated 2929 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2446] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:20 2026] DELETE /v2.0/security-groups/dc6ac9ad-ad64-4495-aff1-49fca76f274e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2447] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:20 2026] GET /v2.0/security-groups?tenant_id=9484d12e288a406093ae01d4a65379c8&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:20.520 8 INFO neutron.services.segments.plugin [-] Segment f5ca1371-e929-4145-accc-0b31862c5b78 resource provider aggregate not found 2026-08-22 11:51:20.522 8 INFO neutron.services.segments.plugin [-] Segment f5ca1371-e929-4145-accc-0b31862c5b78 resource provider aggregate not found 2026-08-22 11:51:20.549 8 INFO neutron.services.segments.plugin [-] Segment f5ca1371-e929-4145-accc-0b31862c5b78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ca1371-e929-4145-accc-0b31862c5b78 found for delete ", "request_id": "req-4b78f337-1db5-4fa8-a627-49dc7f3c5f5e"}]} 2026-08-22 11:51:20.550 8 INFO neutron.services.segments.plugin [-] Segment f5ca1371-e929-4145-accc-0b31862c5b78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ca1371-e929-4145-accc-0b31862c5b78 found for delete ", "request_id": "req-8c7455a4-2e18-4c6e-8388-2f189e1765e2"}]} 2026-08-22 11:51:20.573 8 INFO neutron.services.segments.plugin [-] Segment 1fce7c15-255d-4d50-9c87-d336cbef74bc resource provider aggregate not found 2026-08-22 11:51:20.578 8 INFO neutron.services.segments.plugin [-] Segment 1fce7c15-255d-4d50-9c87-d336cbef74bc resource provider aggregate not found 2026-08-22 11:51:20.596 8 INFO neutron.services.segments.plugin [-] Segment 1fce7c15-255d-4d50-9c87-d336cbef74bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fce7c15-255d-4d50-9c87-d336cbef74bc found for delete ", "request_id": "req-e7b002ba-c9bc-410a-a8c0-3ec1f21a0301"}]} 2026-08-22 11:51:20.598 8 INFO neutron.services.segments.plugin [-] Segment 1fce7c15-255d-4d50-9c87-d336cbef74bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fce7c15-255d-4d50-9c87-d336cbef74bc found for delete ", "request_id": "req-df7f4b80-2710-4bdc-bbd0-06328e8b0cd7"}]} [pid: 8|app: 0|req: 1230/2448] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:20 2026] DELETE /v2.0/security-groups/e23ea5c5-5222-4aa5-8511-92e2b5bd182e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:20.692 7 INFO neutron.services.segments.plugin [-] Segment b3f86ff0-a4bd-420c-8ac5-f2d03b899207 resource provider aggregate not found 2026-08-22 11:51:20.707 7 INFO neutron.services.segments.plugin [-] Segment b3f86ff0-a4bd-420c-8ac5-f2d03b899207 resource provider aggregate not found 2026-08-22 11:51:20.711 7 INFO neutron.services.segments.plugin [-] Segment b3f86ff0-a4bd-420c-8ac5-f2d03b899207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f86ff0-a4bd-420c-8ac5-f2d03b899207 found for delete ", "request_id": "req-c638d942-d1db-42dd-9b16-19fe7a7b41bd"}]} 2026-08-22 11:51:20.721 7 INFO neutron.services.segments.plugin [-] Segment b3f86ff0-a4bd-420c-8ac5-f2d03b899207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3f86ff0-a4bd-420c-8ac5-f2d03b899207 found for delete ", "request_id": "req-d8b4f83a-0b2d-44d6-b0ee-367cfe7ca07d"}]} [pid: 7|app: 0|req: 1219/2449] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:20 2026] GET /v2.0/security-groups?tenant_id=d81659b96fef40c88ef19d8cc7479cbc&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2450] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:20 2026] DELETE /v2.0/security-groups/019ad01e-c12f-4268-a136-8ff85f028a52 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2453] 10.0.0.143 () {34 vars in 678 bytes} [Sat Aug 22 11:51:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2454] 10.0.0.143 () {34 vars in 678 bytes} [Sat Aug 22 11:51:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2455] 10.0.0.143 () {34 vars in 678 bytes} [Sat Aug 22 11:51:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2456] 10.0.0.143 () {34 vars in 678 bytes} [Sat Aug 22 11:51:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2457] 10.0.0.143 () {34 vars in 678 bytes} [Sat Aug 22 11:51:25 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) [pid: 8|app: 0|req: 1235/2458] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:25 2026] PUT /v2.0/policies/d1a26602-1a9b-4f12-a3ec-4f1db952301c/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2459] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:25 2026] PUT /v2.0/policies/5db2bea5-988c-4cd6-aefb-7d2e9bd2f27b/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2460] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:25 2026] PUT /v2.0/policies/81a1c9fe-5283-419f-a139-072a3ccff367/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2461] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:51:25 2026] PUT /v2.0/policies/2a99dbd4-24a7-4388-acec-b04736841866/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2462] 10.0.0.143 () {32 vars in 674 bytes} [Sat Aug 22 11:51:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2463] 10.0.0.143 () {32 vars in 688 bytes} [Sat Aug 22 11:51:26 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) [pid: 8|app: 0|req: 1238/2464] 10.0.0.143 () {32 vars in 684 bytes} [Sat Aug 22 11:51:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2465] 10.0.0.143 () {32 vars in 696 bytes} [Sat Aug 22 11:51:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2466] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:51:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2467] 10.0.0.143 () {32 vars in 696 bytes} [Sat Aug 22 11:51:26 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: 1240/2468] 10.0.0.143 () {32 vars in 692 bytes} [Sat Aug 22 11:51:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2469] 10.0.0.143 () {32 vars in 704 bytes} [Sat Aug 22 11:51:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2470] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:51:26 2026] DELETE /v2.0/qos/policies/d1a26602-1a9b-4f12-a3ec-4f1db952301c => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2471] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:51:26 2026] DELETE /v2.0/qos/policies/5db2bea5-988c-4cd6-aefb-7d2e9bd2f27b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2472] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:51:26 2026] DELETE /v2.0/qos/policies/81a1c9fe-5283-419f-a139-072a3ccff367 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2473] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:51:26 2026] DELETE /v2.0/qos/policies/2a99dbd4-24a7-4388-acec-b04736841866 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2474] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:51:26 2026] DELETE /v2.0/qos/policies/689dafe7-4709-47a8-a859-f9214f672257 => 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: 1232/2475] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:27 2026] GET /v2.0/security-groups?tenant_id=0e17bb32cc364dc09e9a132a3628cc9e&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2476] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:27 2026] DELETE /v2.0/security-groups/328d622a-0b1f-4003-aafb-26d06ec3ef4c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2477] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:28 2026] GET /v2.0/security-groups?tenant_id=8e340cb0920d4d8a935e7bd186b360f0&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2478] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:28 2026] DELETE /v2.0/security-groups/b294ea75-6343-43f0-8971-d1534ac8fec3 => 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: 1234/2479] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:28 2026] GET /v2.0/security-groups?tenant_id=a7004fe29d984334add40a2a3dadafbd&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2480] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:28 2026] DELETE /v2.0/security-groups/7604c219-60fb-400a-b82c-653b6c64587a => 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: 1235/2481] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:51:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2482] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:51:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2483] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:51:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2484] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:51:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2485] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:51:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2486] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2487] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:51:33 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: 1251/2488] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:51:33 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: 1252/2489] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2490] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:51:33 2026] PUT /v2.0/subnetpools/7a5ec32e-97c1-45c2-8050-b4e67cc4d739/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2491] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2492] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:51:33 2026] PUT /v2.0/subnetpools/d01205a1-d7e3-4f46-8c00-0606e566b297/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: 1254/2493] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1240/2494] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:51:33 2026] PUT /v2.0/subnetpools/91fc50a4-9c3a-45ed-bc9c-a29887a25389/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: 1255/2495] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:51:33 2026] PUT /v2.0/subnetpools/fc40fd23-1cef-4f75-af20-e40b33e184c9/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2496] 10.0.0.143 () {32 vars in 672 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2497] 10.0.0.143 () {32 vars in 686 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2498] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2499] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2500] 10.0.0.143 () {32 vars in 680 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2501] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2502] 10.0.0.143 () {32 vars in 690 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2503] 10.0.0.143 () {32 vars in 702 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2504] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:33 2026] DELETE /v2.0/subnetpools/7a5ec32e-97c1-45c2-8050-b4e67cc4d739 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2505] 199.204.45.238 () {34 vars in 717 bytes} [Sat Aug 22 11:51:33 2026] POST /v2.0/ports => generated 1055 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2506] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:33 2026] DELETE /v2.0/subnetpools/d01205a1-d7e3-4f46-8c00-0606e566b297 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2507] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:51:33 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2508] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:33 2026] DELETE /v2.0/subnetpools/91fc50a4-9c3a-45ed-bc9c-a29887a25389 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2509] 10.0.0.230 () {34 vars in 907 bytes} [Sat Aug 22 11:51:33 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: 7|app: 0|req: 1243/2510] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:33 2026] DELETE /v2.0/subnetpools/fc40fd23-1cef-4f75-af20-e40b33e184c9 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2511] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:33 2026] DELETE /v2.0/subnetpools/d535810f-70b3-4203-a6ea-09808ea8fc07 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2512] 199.204.45.238 () {34 vars in 1262 bytes} [Sat Aug 22 11:51:34 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2513] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:34 2026] GET /v2.0/security-groups?tenant_id=c20352e397e84066804473ef32225531&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2514] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:51:34 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1246/2515] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:51:34 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1270/2516] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:34 2026] DELETE /v2.0/security-groups/af81f80e-bf27-4b6c-a01b-7d35bd4835b7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2517] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:35 2026] GET /v2.0/security-groups?tenant_id=fd67c919796a4b85b4d503f63b5f0294&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2518] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:35 2026] DELETE /v2.0/security-groups/7c83b770-057c-4d0f-af0c-41f4aa2ae9a7 => 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: 1272/2519] 199.204.45.238 () {34 vars in 975 bytes} [Sat Aug 22 11:51:35 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2520] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:35 2026] GET /v2.0/security-groups?tenant_id=ec927e6a71254245a41661d3ea984059&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2521] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:51:35 2026] GET /v2.0/networks?id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2522] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:35 2026] DELETE /v2.0/security-groups/d944b933-e6a2-4903-bc61-9ad1111dd322 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2523] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:51:35 2026] PUT /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1245 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:36.003 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc5e7c2b-0127-4309-b74f-c6b536020947'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': 'd2202dc8-c15c-4ab5-b8b6-114acc305c66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1250/2524] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2481 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2525] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/networks?id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2526] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2527] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2528] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2531] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1254/2532] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:51:36 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1279/2533] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:51:37 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2481 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2534] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:51:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2535] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:51:37 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2536] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:51:37 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2537] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1257/2538] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1282/2539] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => 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: 1258/2540] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2541] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2542] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2543] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:51:38 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:51:38.958 7 INFO neutron.db.segments_db [None req-74917bfb-02e7-470c-a923-00f0ca2ef57c 2da38c3ad66a440ebcf55af8f1e0daa0 83cd5ce8d6fd416084d6db945b0cfd83 - - default default] Added segment bac94c7e-905a-4e17-9c12-c0c63b75505b of type vxlan for network 51b900cc-f2e4-4c8d-bc06-8c1041a20ef8 [pid: 7|app: 0|req: 1260/2544] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:38 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) [pid: 8|app: 0|req: 1285/2545] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:51:39 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2546] 10.0.0.143 () {34 vars in 747 bytes} [Sat Aug 22 11:51:39 2026] PUT /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1286/2547] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:39 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1262/2548] 10.0.0.143 () {34 vars in 758 bytes} [Sat Aug 22 11:51:39 2026] PUT /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/green => generated 4 bytes in 80 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: 1287/2549] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:39 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1263/2550] 10.0.0.143 () {34 vars in 754 bytes} [Sat Aug 22 11:51:39 2026] PUT /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/red => generated 4 bytes in 82 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: 1288/2551] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:39 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1264/2552] 10.0.0.143 () {34 vars in 776 bytes} [Sat Aug 22 11:51:39 2026] PUT /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/black.or.white => generated 4 bytes in 63 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: 1289/2553] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:39 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1265/2554] 10.0.0.143 () {34 vars in 747 bytes} [Sat Aug 22 11:51:39 2026] PUT /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1290/2555] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:39 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 37 bytes in 40 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: 1266/2556] 10.0.0.143 () {32 vars in 735 bytes} [Sat Aug 22 11:51:39 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/red => generated 0 bytes in 45 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-08-22 11:51:40.064 8 INFO neutron.api.v2.resource [None req-2e9817db-d95f-4551-89f7-0f9f0841ac04 2da38c3ad66a440ebcf55af8f1e0daa0 83cd5ce8d6fd416084d6db945b0cfd83 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1291/2557] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:40 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/green => generated 99 bytes in 45 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: 1267/2558] 10.0.0.143 () {32 vars in 738 bytes} [Sat Aug 22 11:51:40 2026] DELETE /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1292/2559] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:40 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 30 bytes in 39 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-08-22 11:51:40.228 7 INFO neutron.api.v2.resource [None req-3d980243-de97-4f45-88bf-c17c2567e66f 2da38c3ad66a440ebcf55af8f1e0daa0 83cd5ce8d6fd416084d6db945b0cfd83 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1268/2560] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:51:40 2026] DELETE /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags/green => generated 99 bytes in 47 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: 1293/2561] 10.0.0.143 () {32 vars in 730 bytes} [Sat Aug 22 11:51:40 2026] DELETE /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1269/2562] 10.0.0.143 () {32 vars in 727 bytes} [Sat Aug 22 11:51:40 2026] GET /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b/tags => generated 12 bytes in 43 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-08-22 11:51:40.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe521cbf-3ad2-49f5-a87e-30037387a7a4 2da38c3ad66a440ebcf55af8f1e0daa0 83cd5ce8d6fd416084d6db945b0cfd83 - - default default] TaaS: Handle Delete Port: 25a132fa-5ab8-4d37-8adf-b4354fdc977b 2026-08-22 11:51:40.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe521cbf-3ad2-49f5-a87e-30037387a7a4 2da38c3ad66a440ebcf55af8f1e0daa0 83cd5ce8d6fd416084d6db945b0cfd83 - - default default] Tap Mirror: Handle Delete Port: 25a132fa-5ab8-4d37-8adf-b4354fdc977b [pid: 8|app: 0|req: 1294/2563] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:40 2026] DELETE /v2.0/ports/25a132fa-5ab8-4d37-8adf-b4354fdc977b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:51:40.641 7 INFO neutron.services.segments.plugin [-] Segment bac94c7e-905a-4e17-9c12-c0c63b75505b resource provider aggregate not found 2026-08-22 11:51:40.649 7 INFO neutron.services.segments.plugin [-] Segment bac94c7e-905a-4e17-9c12-c0c63b75505b resource provider aggregate not found 2026-08-22 11:51:40.669 7 INFO neutron.services.segments.plugin [-] Segment bac94c7e-905a-4e17-9c12-c0c63b75505b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac94c7e-905a-4e17-9c12-c0c63b75505b found for delete ", "request_id": "req-5e06f74c-042d-4b8c-aceb-d442d470f2df"}]} 2026-08-22 11:51:40.670 7 INFO neutron.services.segments.plugin [-] Segment bac94c7e-905a-4e17-9c12-c0c63b75505b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac94c7e-905a-4e17-9c12-c0c63b75505b found for delete ", "request_id": "req-76788168-ed33-4848-8d1e-f0426f1e1038"}]} [pid: 7|app: 0|req: 1270/2564] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:40 2026] DELETE /v2.0/networks/51b900cc-f2e4-4c8d-bc06-8c1041a20ef8 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2565] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:41 2026] GET /v2.0/security-groups?tenant_id=83cd5ce8d6fd416084d6db945b0cfd83&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2566] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:41 2026] DELETE /v2.0/security-groups/5f6981a7-56d7-489c-8d31-f09357679707 => 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: 1296/2567] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:41 2026] GET /v2.0/security-groups?tenant_id=67deba8861c94a90831b967682d328e8&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2568] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:41 2026] DELETE /v2.0/security-groups/577514cb-2414-4a55-a61e-83d6774574bf => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2569] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:51:42 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1247 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2570] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:51:42 2026] PUT /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1272 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:42.698 8 INFO neutron.api.v2.resource [None req-e51c6711-9a7c-4229-9658-b7fb0223f83f 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1298/2571] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:51:42 2026] GET /v2.0/security-groups/lb-acafc831-1403-40b7-8528-504000a7289a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:51:42.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9afb4030-5e4d-4e77-bbaa-37617cb71045'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': 'd2202dc8-c15c-4ab5-b8b6-114acc305c66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1274/2572] 199.204.45.238 () {30 vars in 785 bytes} [Sat Aug 22 11:51:42 2026] GET /v2.0/security-groups?name=lb-acafc831-1403-40b7-8528-504000a7289a => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2573] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:51:42 2026] PUT /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1310 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:51:42.968 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d46f3743-eefe-45f6-9a27-214bc6fbed4b'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': 'd2202dc8-c15c-4ab5-b8b6-114acc305c66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1275/2574] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:51:43 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1300/2575] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:51:43 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: 1276/2576] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:51:43 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: 1301/2577] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:51:43 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: 1277/2578] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2579] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => 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: 1278/2580] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2581] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2582] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2583] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/networks?id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2584] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => 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: 1280/2585] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2586] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2587] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => 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: 1307/2588] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2589] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2590] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1283/2591] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:51:43 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1309/2592] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2593] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/networks?id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2594] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => 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: 1285/2595] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2596] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2597] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1312/2598] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:51:44 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1287/2599] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:51:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2600] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:51:45 2026] PUT /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2601] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2602] 10.0.0.143 () {34 vars in 770 bytes} [Sat Aug 22 11:51:45 2026] PUT /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2603] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2604] 10.0.0.143 () {34 vars in 766 bytes} [Sat Aug 22 11:51:45 2026] PUT /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2605] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/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: 1316/2606] 10.0.0.143 () {34 vars in 788 bytes} [Sat Aug 22 11:51:45 2026] PUT /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2607] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2608] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:51:45 2026] PUT /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2609] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2610] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:45.788 7 INFO neutron.api.v2.resource [None req-2d60eb00-2e5a-456e-878d-7170c666fb28 cf3d12d10cef4fb7934202319a1f158b 18272fc48ca64154a017914a262aafeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2611] 10.0.0.143 () {32 vars in 751 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/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: 1319/2612] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:51:45 2026] DELETE /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2613] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:51:45.896 8 INFO neutron.api.v2.resource [None req-67a33fa0-4188-43b0-8cd4-24fc3d63b25a cf3d12d10cef4fb7934202319a1f158b 18272fc48ca64154a017914a262aafeb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1320/2614] 10.0.0.143 () {32 vars in 754 bytes} [Sat Aug 22 11:51:45 2026] DELETE /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2615] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:51:45 2026] DELETE /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2616] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:51:45 2026] GET /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da/tags => 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: 1296/2617] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:45 2026] DELETE /v2.0/subnetpools/4283a232-a97c-4a82-a5da-0ddc922673da => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2618] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:46 2026] GET /v2.0/security-groups?tenant_id=38ccc6ef0d524a319f3810a4fc8cc2b1&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2619] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:46 2026] DELETE /v2.0/security-groups/660fdb7a-7426-4837-afa5-38da4dbbd5c9 => 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: 1323/2620] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:47 2026] GET /v2.0/security-groups?tenant_id=18272fc48ca64154a017914a262aafeb&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2621] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:47 2026] DELETE /v2.0/security-groups/ad169fa4-b6b3-411f-ba17-057cf543e633 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:50.595 8 INFO neutron.db.segments_db [None req-5375e9be-889d-4bef-addd-373c06badbcc 5222e06e9033440cae643431ab87fbbf f051726325144c3ea45178ab3daa689e - - default default] Added segment 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc of type vxlan for network a8a774b5-8aba-46d2-a39e-6fba3c0db590 [pid: 8|app: 0|req: 1324/2622] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:51:50 2026] POST /v2.0/networks => generated 612 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2623] 10.0.0.143 () {34 vars in 664 bytes} [Sat Aug 22 11:51:50 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2624] 10.0.0.143 () {34 vars in 666 bytes} [Sat Aug 22 11:51:51 2026] POST /v2.0/trunks => generated 407 bytes in 134 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: 1300/2625] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:51:51 2026] PUT /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2626] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2627] 10.0.0.143 () {34 vars in 760 bytes} [Sat Aug 22 11:51:51 2026] PUT /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2628] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2629] 10.0.0.143 () {34 vars in 756 bytes} [Sat Aug 22 11:51:51 2026] PUT /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/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: 1328/2630] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2631] 10.0.0.143 () {34 vars in 778 bytes} [Sat Aug 22 11:51:51 2026] PUT /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2632] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2633] 10.0.0.143 () {34 vars in 749 bytes} [Sat Aug 22 11:51:51 2026] PUT /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2634] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2635] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:51.524 7 INFO neutron.api.v2.resource [None req-b03d5b93-8eea-48c7-8455-fa0f82185143 5222e06e9033440cae643431ab87fbbf f051726325144c3ea45178ab3daa689e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1308/2636] 10.0.0.143 () {32 vars in 741 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2637] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:51 2026] DELETE /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2638] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:51:51.609 7 INFO neutron.api.v2.resource [None req-1d658964-e53b-4908-b672-21bd179da5c4 5222e06e9033440cae643431ab87fbbf f051726325144c3ea45178ab3daa689e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1311/2639] 10.0.0.143 () {32 vars in 744 bytes} [Sat Aug 22 11:51:51 2026] DELETE /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2640] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:51:51 2026] DELETE /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2641] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0/tags => 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: 1314/2642] 10.0.0.143 () {32 vars in 719 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2643] 10.0.0.143 () {32 vars in 717 bytes} [Sat Aug 22 11:51:51 2026] GET /v2.0/ports/7784c93c-8c34-4beb-b7a5-3f4e4d5a80dc => generated 826 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2646] 10.0.0.143 () {32 vars in 722 bytes} [Sat Aug 22 11:51:51 2026] DELETE /v2.0/trunks/aaff1730-69f5-4475-afd7-c2afe3d20cb0 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:51:51.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d2a1304-b6eb-4f11-8fde-242795677348 5222e06e9033440cae643431ab87fbbf f051726325144c3ea45178ab3daa689e - - default default] TaaS: Handle Delete Port: 7784c93c-8c34-4beb-b7a5-3f4e4d5a80dc 2026-08-22 11:51:51.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d2a1304-b6eb-4f11-8fde-242795677348 5222e06e9033440cae643431ab87fbbf f051726325144c3ea45178ab3daa689e - - default default] Tap Mirror: Handle Delete Port: 7784c93c-8c34-4beb-b7a5-3f4e4d5a80dc [pid: 7|app: 0|req: 1319/2647] 10.0.0.143 () {32 vars in 720 bytes} [Sat Aug 22 11:51:51 2026] DELETE /v2.0/ports/7784c93c-8c34-4beb-b7a5-3f4e4d5a80dc => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:52.045 8 INFO neutron.db.l3_db [None req-aa25ec70-0356-4c58-bb59-9958acf23f81 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Floating IP 57e761c8-70fb-4aa9-b948-dd68a27959c5 associated. External IP: 10.96.250.215, port: 0311e877-5ac2-40b9-ad23-ac7100127be7. [pid: 7|app: 0|req: 1320/2648] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:51:51 2026] DELETE /v2.0/networks/a8a774b5-8aba-46d2-a39e-6fba3c0db590 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:51:52.136 7 INFO neutron.services.segments.plugin [-] Segment 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc resource provider aggregate not found 2026-08-22 11:51:52.163 7 INFO neutron.services.segments.plugin [-] Segment 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc found for delete ", "request_id": "req-58f20998-7d64-46b8-9f7d-d3f1ee3cf89b"}]} 2026-08-22 11:51:52.163 7 INFO neutron.services.segments.plugin [-] Segment 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc resource provider aggregate not found 2026-08-22 11:51:52.175 7 INFO neutron.services.segments.plugin [-] Segment 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad0ab8e-0ecb-4600-abd2-420cc9bdf7bc found for delete ", "request_id": "req-8018a585-34f4-446d-8e6e-6149f261274a"}]} [pid: 8|app: 0|req: 1329/2649] 10.0.0.143 () {34 vars in 677 bytes} [Sat Aug 22 11:51:51 2026] POST /v2.0/floatingips => generated 899 bytes in 1006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2650] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:52 2026] GET /v2.0/security-groups?tenant_id=4e5c8dec3b8b4bc687b59ceb3824632d&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2651] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:52 2026] DELETE /v2.0/security-groups/7f32cfa4-47e7-468d-ab86-e82a44e98b80 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2652] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:51:53 2026] GET /v2.0/security-groups?tenant_id=f051726325144c3ea45178ab3daa689e&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2653] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:51:53 2026] DELETE /v2.0/security-groups/3a6278a8-6698-4ef6-ae4e-e0250fadce85 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2654] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:51:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2655] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:51:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2656] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:51:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2657] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:51:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:51:56.984 7 INFO neutron.api.v2.resource [None req-279d52f2-7329-48bc-9469-ac5568fa03c6 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1325/2658] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:51:56 2026] GET /v2.0/security-groups/lb-acafc831-1403-40b7-8528-504000a7289a => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2659] 199.204.45.238 () {30 vars in 785 bytes} [Sat Aug 22 11:51:56 2026] GET /v2.0/security-groups?name=lb-acafc831-1403-40b7-8528-504000a7289a => generated 1637 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2660] 199.204.45.238 () {30 vars in 815 bytes} [Sat Aug 22 11:51:57 2026] GET /v2.0/security-group-rules?security_group_id=9841533c-63f4-4ff6-959d-25c2876233b4 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2661] 199.204.45.238 () {34 vars in 747 bytes} [Sat Aug 22 11:51:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2662] 199.204.45.238 () {34 vars in 747 bytes} [Sat Aug 22 11:51:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2663] 10.0.0.107 () {30 vars in 690 bytes} [Sat Aug 22 11:52:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2664] 10.0.0.107 () {30 vars in 692 bytes} [Sat Aug 22 11:52:04 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: 1337/2665] 10.0.0.107 () {30 vars in 668 bytes} [Sat Aug 22 11:52:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2666] 10.0.0.107 () {30 vars in 704 bytes} [Sat Aug 22 11:52:04 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/2667] 10.0.0.107 () {28 vars in 439 bytes} [Sat Aug 22 11:52:04 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: 1330/2668] 10.0.0.107 () {30 vars in 728 bytes} [Sat Aug 22 11:52:04 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 655 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2669] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52: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: 7|app: 0|req: 1331/2670] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:05 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: 1340/2671] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52: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: 7|app: 0|req: 1332/2672] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52: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: 8|app: 0|req: 1341/2673] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:05 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2674] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:05 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2675] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:05 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: 1334/2676] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52: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: 8|app: 0|req: 1343/2677] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:05 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: 1335/2678] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:05 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: 1344/2679] 199.204.45.238 () {34 vars in 717 bytes} [Sat Aug 22 11:52:05 2026] POST /v2.0/ports => generated 1328 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2680] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:52:06 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1346/2683] 199.204.45.238 () {34 vars in 1262 bytes} [Sat Aug 22 11:52:07 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2684] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:07 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2685] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:07 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1339/2686] 199.204.45.238 () {34 vars in 975 bytes} [Sat Aug 22 11:52:08 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1328 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2687] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:08 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => 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: 1340/2688] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:52:08 2026] PUT /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1518 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:52:08.689 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a792c719-be20-419f-9316-50877cd22fd8'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': '66c7d149-c0ae-46a6-ad1a-2f4e430bade1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1349/2689] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4092 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1341/2690] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2691] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1342/2692] 199.204.45.238 () {34 vars in 1104 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a2&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1351/2693] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/subnets?id=f2cc57b3-890d-404a-86a6-f04100f42d93&id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2694] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2695] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2696] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1353/2697] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:09 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2698] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4092 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2699] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => 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: 1346/2700] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => 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: 1355/2701] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2702] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1356/2703] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1348/2704] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => 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: 1357/2705] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2706] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2707] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:10 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2708] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1359/2709] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1351/2710] 199.204.45.238 () {34 vars in 1104 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a2&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1360/2711] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/subnets?id=f2cc57b3-890d-404a-86a6-f04100f42d93&id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2712] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2713] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2714] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1362/2715] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:11 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2716] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2717] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2718] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2719] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/subnets/f2cc57b3-890d-404a-86a6-f04100f42d93 => generated 743 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2720] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52: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: 1365/2721] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:15 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: 1357/2722] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:15 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: 1366/2723] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2724] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2725] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2726] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2727] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2728] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2729] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2730] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:15 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2731] 10.0.0.107 () {30 vars in 690 bytes} [Sat Aug 22 11:52:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2732] 10.0.0.107 () {30 vars in 692 bytes} [Sat Aug 22 11:52:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2733] 10.0.0.107 () {30 vars in 668 bytes} [Sat Aug 22 11:52:20 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: 1363/2734] 10.0.0.107 () {30 vars in 704 bytes} [Sat Aug 22 11:52:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2735] 10.0.0.107 () {28 vars in 439 bytes} [Sat Aug 22 11:52:20 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2736] 10.0.0.107 () {30 vars in 728 bytes} [Sat Aug 22 11:52:20 2026] GET /v2.0/subnets/605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2737] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2738] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2739] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:21 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: 1366/2740] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2741] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2742] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/subnets/605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2743] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2746] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:21 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: 1378/2747] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2748] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:21 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: 1379/2749] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:21 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: 1371/2750] 199.204.45.238 () {34 vars in 717 bytes} [Sat Aug 22 11:52:21 2026] POST /v2.0/ports => generated 1332 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2751] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:52:22 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1332 bytes in 39 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: 1372/2752] 199.204.45.238 () {34 vars in 1262 bytes} [Sat Aug 22 11:52:23 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2753] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:23 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1373/2754] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:23 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1382/2755] 199.204.45.238 () {34 vars in 975 bytes} [Sat Aug 22 11:52:24 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2756] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:24 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => 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: 1383/2757] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:52:24 2026] PUT /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1522 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:52:24.954 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5edc25ca-64e4-4cba-9447-4d97b78210eb'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': '781b9d53-f4a6-4727-804d-06245b1dd2c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1375/2758] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 5608 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1384/2759] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2760] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.214&port_id=781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2761] 199.204.45.238 () {34 vars in 1106 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=781b9d53-f4a6-4727-804d-06245b1dd2c1 => 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: 1377/2762] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/subnets?id=9e76f9df-256d-45e3-9783-37189ac74c83&id=605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 1414 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2763] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2764] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2765] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1379/2766] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:25 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1388/2767] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:26 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 5608 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2768] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:52:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2769] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:26 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2770] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:26 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2771] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1382/2772] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1391/2773] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => 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: 1383/2774] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2775] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2776] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2777] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2778] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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/2779] 199.204.45.238 () {34 vars in 1104 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a2&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2780] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/subnets?id=f2cc57b3-890d-404a-86a6-f04100f42d93&id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2781] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&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: 7|app: 0|req: 1387/2782] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&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: 1396/2783] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1388/2784] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1397/2785] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.214&port_id=781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2786] 199.204.45.238 () {34 vars in 1106 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2787] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/subnets?id=9e76f9df-256d-45e3-9783-37189ac74c83&id=605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2788] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2789] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&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: 1391/2790] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1400/2791] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:27 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1392/2792] 10.0.0.230 () {34 vars in 971 bytes} [Sat Aug 22 11:52:31 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1524 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2793] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:31 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927 => generated 797 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2794] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:31 2026] GET /v2.0/subnets/605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2795] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:31 2026] GET /v2.0/subnets/9e76f9df-256d-45e3-9783-37189ac74c83 => generated 747 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2796] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:31 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2797] 199.204.45.238 () {34 vars in 790 bytes} [Sat Aug 22 11:52:31 2026] PUT /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1255 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2798] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 798 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:52:32.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7b7d585-781f-4698-b7e8-c221f82ad7a8'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': '66c7d149-c0ae-46a6-ad1a-2f4e430bade1', '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: 1404/2799] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2800] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:32 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: 1405/2801] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:32 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: 1397/2802] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2803] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2804] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2805] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2806] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1346 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2807] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2808] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2809] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2810] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2811] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 5381 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2812] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2813] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1403/2814] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/subnets?id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2815] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2816] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:32 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2817] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:33 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1406/2820] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:45 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: 1415/2821] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:45 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: 1407/2822] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:45 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: 1416/2823] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:45 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: 1408/2824] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2825] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 5381 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2826] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:45 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: 1418/2827] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:45 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: 1410/2828] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:45 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: 1419/2829] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2830] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2831] 199.204.45.238 () {34 vars in 790 bytes} [Sat Aug 22 11:52:45 2026] PUT /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1255 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:52:45.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a371b4f-f193-4461-b31a-506a15a718a0'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': '781b9d53-f4a6-4727-804d-06245b1dd2c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1412/2832] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927 => generated 797 bytes in 46 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: 1421/2833] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/subnets/605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2834] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:45 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1291 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2835] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:52:45 2026] PUT /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1080 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2836] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1415/2837] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2838] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2839] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2840] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2841] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2842] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:46 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1418/2843] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:47 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:52:47.855 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bef14f3-d41f-421c-913b-66de3cc904bf'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': '781b9d53-f4a6-4727-804d-06245b1dd2c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1426/2844] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2845] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2846] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1420/2847] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1428/2848] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 4973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2849] 199.204.45.238 () {34 vars in 975 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2850] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2851] 199.204.45.238 () {34 vars in 1016 bytes} [Sat Aug 22 11:52:48 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2852] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:52:48 2026] PUT /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 917 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2853] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:49 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3865 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:52:49.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea3b024f-e804-47a0-8b4e-bfd5e8051b3a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 781b9d53-f4a6-4727-804d-06245b1dd2c1 2026-08-22 11:52:49.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea3b024f-e804-47a0-8b4e-bfd5e8051b3a 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 781b9d53-f4a6-4727-804d-06245b1dd2c1 [pid: 8|app: 0|req: 1431/2854] 199.204.45.238 () {32 vars in 759 bytes} [Sat Aug 22 11:52:49 2026] DELETE /v2.0/ports/781b9d53-f4a6-4727-804d-06245b1dd2c1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2855] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2856] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:50 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: 1425/2857] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:50 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: 1433/2858] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2859] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2860] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2861] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2862] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2863] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2864] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2865] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2866] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3865 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2867] 199.204.45.238 () {34 vars in 1226 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/networks?id=98655ae5-af52-40c6-b006-4bd4d02b227d&id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 3095 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2868] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => 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: 1431/2869] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2870] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2871] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2872] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1433/2873] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2874] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2875] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2876] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1435/2877] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1443/2878] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1436/2879] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/subnets?id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2880] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2881] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2882] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2885] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2886] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52: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: 1448/2887] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:55 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: 1440/2888] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:55 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: 1449/2889] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:55 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3865 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2890] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2891] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2892] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2893] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2894] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2895] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:52:56 2026] PUT /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1080 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:52:56.397 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bda41c1-6bab-4686-b4a9-b10c8caea5d4'] response: {'name': 'network-changed', 'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'tag': '66c7d149-c0ae-46a6-ad1a-2f4e430bade1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1444/2896] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 798 bytes in 62 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: 1453/2897] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2898] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2899] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2900] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:52:56 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2901] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:52:57 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1447/2902] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:52:57 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1456/2903] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:57 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2904] 199.204.45.238 () {34 vars in 975 bytes} [Sat Aug 22 11:52:58 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 1116 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2905] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:52:58 2026] GET /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2906] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:58 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 3690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2907] 199.204.45.238 () {34 vars in 1016 bytes} [Sat Aug 22 11:52:58 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2908] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:52:58 2026] PUT /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2909] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:52:59 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:52:59.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-a00ba35c-c4fd-42a4-ba20-ab0b6af6beec 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 66c7d149-c0ae-46a6-ad1a-2f4e430bade1 2026-08-22 11:52:59.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a00ba35c-c4fd-42a4-ba20-ab0b6af6beec 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 66c7d149-c0ae-46a6-ad1a-2f4e430bade1 [pid: 7|app: 0|req: 1451/2910] 199.204.45.238 () {32 vars in 759 bytes} [Sat Aug 22 11:52:59 2026] DELETE /v2.0/ports/66c7d149-c0ae-46a6-ad1a-2f4e430bade1 => 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: 1460/2911] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2912] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:53:00 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: 1461/2913] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:53:00 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: 1453/2914] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:53:00 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: 1462/2915] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2916] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2917] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2918] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2919] 199.204.45.238 () {30 vars in 743 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2920] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2921] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2922] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1466/2923] 199.204.45.238 () {34 vars in 1146 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/networks?id=98655ae5-af52-40c6-b006-4bd4d02b227d&id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 2309 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2924] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => 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: 1467/2925] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2926] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2927] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2928] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1469/2929] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.31&port_id=d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2930] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/subnets?id=f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2931] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:00 2026] GET /v2.0/ports?network_id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2932] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:01 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1471/2933] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:01 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?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: 1464/2936] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2937] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2938] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:53: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: 1474/2939] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:53: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-08-22 11:53:12.999 7 INFO neutron.api.v2.resource [None req-d1f8ba9d-4dc9-44db-acf6-987b5c0b74e4 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/2940] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/security-groups/lb-acafc831-1403-40b7-8528-504000a7289a => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2941] 199.204.45.238 () {30 vars in 785 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/security-groups?name=lb-acafc831-1403-40b7-8528-504000a7289a => generated 2863 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2942] 199.204.45.238 () {30 vars in 815 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/security-group-rules?security_group_id=9841533c-63f4-4ff6-959d-25c2876233b4 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2943] 199.204.45.238 () {32 vars in 789 bytes} [Sat Aug 22 11:53:13 2026] DELETE /v2.0/security-group-rules/462ace86-c4b9-4c70-abdf-ab922787c7d5 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2944] 199.204.45.238 () {32 vars in 789 bytes} [Sat Aug 22 11:53:13 2026] DELETE /v2.0/security-group-rules/8dc3764a-02d7-471c-9f87-5ca8e0a4925b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:15.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbd9c1b6-0aa4-4d8c-b3f9-ec2dfca0cc5e 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: 8f3208d3-5398-4125-bb91-37ba94c28d8a 2026-08-22 11:53:15.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd9c1b6-0aa4-4d8c-b3f9-ec2dfca0cc5e 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: 8f3208d3-5398-4125-bb91-37ba94c28d8a 2026-08-22 11:53:16.077 8 INFO neutron.db.l3_db [None req-bbd9c1b6-0aa4-4d8c-b3f9-ec2dfca0cc5e 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Floating IP 57e761c8-70fb-4aa9-b948-dd68a27959c5 disassociated (deleted). External IP: 10.96.250.215, port: 0311e877-5ac2-40b9-ad23-ac7100127be7. [pid: 8|app: 0|req: 1477/2945] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:53:15 2026] DELETE /v2.0/floatingips/57e761c8-70fb-4aa9-b948-dd68a27959c5 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:16.395 7 INFO neutron.api.v2.resource [None req-b5821ea7-5114-4548-90d6-d0c601932cb5 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/2946] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:53:16 2026] GET /v2.0/floatingips/57e761c8-70fb-4aa9-b948-dd68a27959c5 => 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: 1478/2947] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:53: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: 7|app: 0|req: 1470/2948] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2949] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2950] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:53:17 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-08-22 11:53:17.138 8 INFO neutron.api.v2.resource [None req-64808c64-9efa-4908-b627-55c89a6210d3 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/2951] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/lb-acafc831-1403-40b7-8528-504000a7289a => 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: 1472/2952] 199.204.45.238 () {30 vars in 785 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups?name=lb-acafc831-1403-40b7-8528-504000a7289a => generated 1637 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2953] 199.204.45.238 () {30 vars in 815 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-group-rules?security_group_id=9841533c-63f4-4ff6-959d-25c2876233b4 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2954] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2955] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:53:17 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: 1474/2956] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2957] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:53:17 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: 1475/2958] 199.204.45.238 () {30 vars in 741 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2959] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2960] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2961] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2962] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:53:18 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1486/2963] 199.204.45.238 () {34 vars in 975 bytes} [Sat Aug 22 11:53:19 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2964] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:53:19 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2965] 199.204.45.238 () {34 vars in 1016 bytes} [Sat Aug 22 11:53:19 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2966] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:53:19 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 2582 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2967] 199.204.45.238 () {38 vars in 1028 bytes} [Sat Aug 22 11:53:19 2026] PUT /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1147 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2968] 199.204.45.238 () {30 vars in 769 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1244 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: 1489/2969] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:53:20 2026] PUT /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1086 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2970] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 1086 bytes in 26 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-08-22 11:53:21.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-9935bc04-bbd4-4ebc-abc5-f9efb97d1e0d 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: d2202dc8-c15c-4ab5-b8b6-114acc305c66 2026-08-22 11:53:21.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9935bc04-bbd4-4ebc-abc5-f9efb97d1e0d 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: d2202dc8-c15c-4ab5-b8b6-114acc305c66 [pid: 8|app: 0|req: 1490/2971] 199.204.45.238 () {32 vars in 759 bytes} [Sat Aug 22 11:53:20 2026] DELETE /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2972] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports?tenant_id=6542d6c0cddc4792a9a40f545f6485e0&device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => 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: 1491/2973] 199.204.45.238 () {30 vars in 703 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2974] 199.204.45.238 () {30 vars in 705 bytes} [Sat Aug 22 11:53:21 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: 1493/2975] 199.204.45.238 () {30 vars in 681 bytes} [Sat Aug 22 11:53:21 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: 1494/2976] 199.204.45.238 () {30 vars in 717 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2977] 199.204.45.238 () {34 vars in 1066 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/networks?id=98655ae5-af52-40c6-b006-4bd4d02b227d&id=7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 1522 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:21.559 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42b57bec-2f52-436c-8d43-92aef6f3fae9 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1495/2978] 199.204.45.238 () {32 vars in 759 bytes} [Sat Aug 22 11:53:21 2026] DELETE /v2.0/ports/d2202dc8-c15c-4ab5-b8b6-114acc305c66 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2979] 199.204.45.238 () {34 vars in 1060 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=c3abc7f7-0507-4801-949c-47bab46d86c3 => 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: 1496/2980] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:21.620 8 INFO neutron.api.v2.resource [None req-6ffc641c-1416-4668-b4c9-aa179aa99d9f 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1497/2981] 199.204.45.238 () {30 vars in 763 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/security-groups/lb-acafc831-1403-40b7-8528-504000a7289a => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2982] 199.204.45.238 () {34 vars in 984 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/subnets?id=48e5186e-4ae3-49b3-80c4-32e836bb22a2 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2983] 199.204.45.238 () {30 vars in 785 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/security-groups?name=lb-acafc831-1403-40b7-8528-504000a7289a => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2984] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports?network_id=98655ae5-af52-40c6-b006-4bd4d02b227d&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2985] 199.204.45.238 () {30 vars in 737 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => 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: 1487/2986] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2989] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/networks/98655ae5-af52-40c6-b006-4bd4d02b227d?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: 1500/2990] 199.204.45.238 () {34 vars in 789 bytes} [Sat Aug 22 11:53:21 2026] PUT /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 1094 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2991] 199.204.45.238 () {32 vars in 779 bytes} [Sat Aug 22 11:53:21 2026] DELETE /v2.0/security-groups/9841533c-63f4-4ff6-959d-25c2876233b4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:22.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-77708785-3a3d-49ed-a08c-69907cd94613 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: 0311e877-5ac2-40b9-ad23-ac7100127be7 2026-08-22 11:53:22.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77708785-3a3d-49ed-a08c-69907cd94613 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: 0311e877-5ac2-40b9-ad23-ac7100127be7 [pid: 8|app: 0|req: 1501/2992] 199.204.45.238 () {32 vars in 759 bytes} [Sat Aug 22 11:53:22 2026] DELETE /v2.0/ports/0311e877-5ac2-40b9-ad23-ac7100127be7 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2993] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/ports?device_id=a08081c0-7975-4a89-bac6-80f5385e7c9c => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:25.014 8 INFO neutron_taas.services.taas.taas_plugin [req-1d034be5-58a3-4734-a039-306f6e6d8f59 req-a45acc1b-1d4d-4371-a9b8-958cf7c9e417 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] TaaS: Handle Delete Port: c3abc7f7-0507-4801-949c-47bab46d86c3 2026-08-22 11:53:25.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1d034be5-58a3-4734-a039-306f6e6d8f59 req-a45acc1b-1d4d-4371-a9b8-958cf7c9e417 0722181d945949feb528eb878136ae3a 6542d6c0cddc4792a9a40f545f6485e0 - - default default] Tap Mirror: Handle Delete Port: c3abc7f7-0507-4801-949c-47bab46d86c3 [pid: 8|app: 0|req: 1502/2994] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:53:24 2026] DELETE /v2.0/ports/c3abc7f7-0507-4801-949c-47bab46d86c3 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:25.182 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4007714-b669-4238-88d2-c605963e20a8'] response: {'server_uuid': 'a08081c0-7975-4a89-bac6-80f5385e7c9c', 'name': 'network-vif-deleted', 'tag': 'c3abc7f7-0507-4801-949c-47bab46d86c3', 'status': 'completed', 'code': 200} 2026-08-22 11:53:26.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7e8183e-74b9-4de8-a8da-67a6a0f3951b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: df911e85-298a-4e03-9b8e-69c1c29eb6ce 2026-08-22 11:53:26.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7e8183e-74b9-4de8-a8da-67a6a0f3951b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: df911e85-298a-4e03-9b8e-69c1c29eb6ce 2026-08-22 11:53:26.850 7 INFO neutron.db.l3_db [None req-b7e8183e-74b9-4de8-a8da-67a6a0f3951b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Floating IP e10aaf01-e7a5-4cca-bdac-8fd247095a52 disassociated (deleted). External IP: 10.96.250.201, port: c32b72f4-9d87-4562-96b0-c63126afcf9e. [pid: 7|app: 0|req: 1493/2995] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:53:26 2026] DELETE /v2.0/floatingips/e10aaf01-e7a5-4cca-bdac-8fd247095a52 => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:27.123 8 INFO neutron.api.v2.resource [None req-6f7a8230-b64d-433f-96ea-0865025e77ba 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/2996] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/floatingips/e10aaf01-e7a5-4cca-bdac-8fd247095a52 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:27.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74373dee-7946-4eb2-838e-16340b021c95'] response: {'name': 'network-changed', 'server_uuid': 'b92f726b-866f-493e-868c-b69cd101c203', 'tag': 'c32b72f4-9d87-4562-96b0-c63126afcf9e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1494/2997] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1200 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2998] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2999] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3000] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/networks?id=c705b51a-ebed-4f20-8666-c283bf355927 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3001] 199.204.45.238 () {34 vars in 1056 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.60&port_id=c32b72f4-9d87-4562-96b0-c63126afcf9e => 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: 1506/3002] 199.204.45.238 () {34 vars in 1106 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A333&port_id=c32b72f4-9d87-4562-96b0-c63126afcf9e => 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: 1497/3003] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/subnets?id=9e76f9df-256d-45e3-9783-37189ac74c83&id=605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 1414 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3004] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3005] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/ports?network_id=c705b51a-ebed-4f20-8666-c283bf355927&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: 1508/3006] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1499/3007] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927?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: 1509/3008] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:53:29 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:29.860 7 INFO neutron_taas.services.taas.taas_plugin [req-0ab5f7ac-acf1-4f15-a8f8-cfe3c7e4c0a6 req-f5cabc88-71dc-4e83-b43a-d36cd92845b0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: c32b72f4-9d87-4562-96b0-c63126afcf9e 2026-08-22 11:53:29.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0ab5f7ac-acf1-4f15-a8f8-cfe3c7e4c0a6 req-f5cabc88-71dc-4e83-b43a-d36cd92845b0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: c32b72f4-9d87-4562-96b0-c63126afcf9e [pid: 7|app: 0|req: 1500/3009] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:53:29 2026] DELETE /v2.0/ports/c32b72f4-9d87-4562-96b0-c63126afcf9e => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:30.074 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df051d4c-9a64-47da-b0f1-23838967a41c'] response: {'server_uuid': 'b92f726b-866f-493e-868c-b69cd101c203', 'name': 'network-vif-deleted', 'tag': 'c32b72f4-9d87-4562-96b0-c63126afcf9e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/3010] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/ports?device_id=b92f726b-866f-493e-868c-b69cd101c203 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:37.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba2cc9b8-29d2-4d9b-bd15-02664f7a9de7 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: cc997a63-99e0-4d65-8763-480d154e7897 2026-08-22 11:53:37.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba2cc9b8-29d2-4d9b-bd15-02664f7a9de7 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: cc997a63-99e0-4d65-8763-480d154e7897 2026-08-22 11:53:37.878 8 INFO neutron.db.l3_db [None req-ba2cc9b8-29d2-4d9b-bd15-02664f7a9de7 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Floating IP b065832e-e64a-47a0-93da-8bd37057f8d4 disassociated (deleted). External IP: 10.96.250.218, port: c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4. [pid: 8|app: 0|req: 1512/3013] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:53:37 2026] DELETE /v2.0/floatingips/b065832e-e64a-47a0-93da-8bd37057f8d4 => generated 0 bytes in 1062 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:38.669 7 INFO neutron.api.v2.resource [None req-b7972800-f2ce-4e0d-b9d5-9cad07269cde 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3014] 10.0.0.143 () {32 vars in 729 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/floatingips/b065832e-e64a-47a0-93da-8bd37057f8d4 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:38.682 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a26792a0-7313-467e-a644-6c618fdb3eb7'] response: {'name': 'network-changed', 'server_uuid': '857f5e07-3662-4424-a9f4-214fdd86473b', 'tag': 'c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1513/3015] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3016] 10.0.0.230 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/security-groups?id=b7918c59-ec96-473d-85a1-2d060c4696f4&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3017] 199.204.45.238 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/ports?tenant_id=8248cc9794804f169d5de24df5076b96&device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3018] 199.204.45.238 () {34 vars in 986 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/networks?id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3019] 199.204.45.238 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.144&port_id=c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3020] 199.204.45.238 () {34 vars in 1104 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A145&port_id=c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => 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: 1516/3021] 199.204.45.238 () {34 vars in 1064 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/subnets?id=f2cc57b3-890d-404a-86a6-f04100f42d93&id=601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 1409 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3022] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3023] 199.204.45.238 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/ports?network_id=ba7f9569-df45-4dcc-bcdd-89bab934dbe5&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3024] 199.204.45.238 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?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: 1518/3025] 199.204.45.238 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3026] 199.204.45.238 () {34 vars in 994 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => generated 1198 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:41.416 8 INFO neutron_taas.services.taas.taas_plugin [req-70c5f163-d0e6-4450-a4f7-339eb586d7cd req-b89428e6-66c1-44b8-91a6-7da7a4fc9a41 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 2026-08-22 11:53:41.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70c5f163-d0e6-4450-a4f7-339eb586d7cd req-b89428e6-66c1-44b8-91a6-7da7a4fc9a41 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 [pid: 8|app: 0|req: 1519/3027] 199.204.45.238 () {36 vars in 997 bytes} [Sat Aug 22 11:53:41 2026] DELETE /v2.0/ports/c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:41.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db5734f9-040a-4fa4-ace2-d941b0b9348c'] response: {'server_uuid': '857f5e07-3662-4424-a9f4-214fdd86473b', 'name': 'network-vif-deleted', 'tag': 'c1ef4a6a-6fcb-4037-969b-1049a9e6e9b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1509/3028] 10.0.0.230 () {34 vars in 990 bytes} [Sat Aug 22 11:53:44 2026] GET /v2.0/ports?device_id=857f5e07-3662-4424-a9f4-214fdd86473b => 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: 1520/3029] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/68b14b53-9f04-4343-b104-a4cb4c887e3c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.182 7 INFO neutron.api.v2.resource [None req-53a20cb5-7fbd-4c0e-ac2f-af45f9b43cc7 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3030] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/68b14b53-9f04-4343-b104-a4cb4c887e3c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3031] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/6aed1a1f-ed0f-4b11-aa7b-6973b1114617 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.262 7 INFO neutron.api.v2.resource [None req-66eef5b9-2417-4bdc-b34e-879b284e2a08 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/3032] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/6aed1a1f-ed0f-4b11-aa7b-6973b1114617 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3033] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/c82292a6-9188-4cda-b6ce-9839be897e41 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.337 7 INFO neutron.api.v2.resource [None req-934f8fe7-7921-4857-a27a-05da5b3dd9ee 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3034] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/c82292a6-9188-4cda-b6ce-9839be897e41 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3035] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/2ffdcb32-eed4-4510-a216-669ad03a6741 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.416 7 INFO neutron.api.v2.resource [None req-cf22a4f7-2dbe-4b77-a698-b900a56bd1e8 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/3036] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/2ffdcb32-eed4-4510-a216-669ad03a6741 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3037] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/aa0eb0df-c144-4aef-b1b4-d97d3c1c1f57 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.494 7 INFO neutron.api.v2.resource [None req-7c4a918e-9acf-45d5-8caf-64acee730627 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3038] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/aa0eb0df-c144-4aef-b1b4-d97d3c1c1f57 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3039] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/9d92b38e-637f-406f-94c9-b1ba5dc45b55 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.569 7 INFO neutron.api.v2.resource [None req-c9eb1d5a-2a3e-4074-a2c3-50224b65e6d0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3040] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/9d92b38e-637f-406f-94c9-b1ba5dc45b55 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3041] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/e85c2ad5-6e0d-410a-af92-3e12bf2b39cf => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.658 7 INFO neutron.api.v2.resource [None req-3f28246b-6a7b-4e37-b15c-dcaeca4fa9b6 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3042] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/e85c2ad5-6e0d-410a-af92-3e12bf2b39cf => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3043] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/dd3f60c6-3992-4985-aae6-befeb7a01a2f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.749 7 INFO neutron.api.v2.resource [None req-d11e03b7-f03c-4c33-819a-7f314f6a8e1e 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/3044] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/dd3f60c6-3992-4985-aae6-befeb7a01a2f => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3045] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/0bce3b27-b79e-427e-897e-51e51d313df2 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.827 7 INFO neutron.api.v2.resource [None req-f33259f6-c621-4de0-bd57-b0f5a601c16b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3046] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/0bce3b27-b79e-427e-897e-51e51d313df2 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3047] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/7b2bd6a6-8067-425b-a8e0-c9ffee448531 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.905 7 INFO neutron.api.v2.resource [None req-f52399a7-36ef-4aee-b299-16f491786777 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3048] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/7b2bd6a6-8067-425b-a8e0-c9ffee448531 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3049] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-group-rules/a73eb2b0-0fa7-49ec-9b4f-e60c6f6833be => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:49.980 7 INFO neutron.api.v2.resource [None req-cdb812df-4b27-45f2-be63-61b5b1e8cf4a 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3050] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-group-rules/a73eb2b0-0fa7-49ec-9b4f-e60c6f6833be => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3051] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:49 2026] DELETE /v2.0/security-groups/b7918c59-ec96-473d-85a1-2d060c4696f4 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:50.067 7 INFO neutron.api.v2.resource [None req-29921d00-ab5c-4e3a-8d81-9a4c7ea8ea6b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3052] 10.0.0.143 () {32 vars in 737 bytes} [Sat Aug 22 11:53:50 2026] GET /v2.0/security-groups/b7918c59-ec96-473d-85a1-2d060c4696f4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:50.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b20d7ae-cc7c-4658-8e26-e7791d464c29 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: dd426d6d-56ea-479f-ac90-4f36cb33ff3c 2026-08-22 11:53:50.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b20d7ae-cc7c-4658-8e26-e7791d464c29 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: dd426d6d-56ea-479f-ac90-4f36cb33ff3c [pid: 8|app: 0|req: 1532/3053] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:53:50 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:51.151 7 INFO neutron.api.v2.resource [None req-2217faee-f7ce-47aa-b52c-ac2eff65cb94 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3054] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:53:51 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:51.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-5425451c-9261-47bc-92ad-b9671be438dd 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: ab754494-a677-4ec5-9c97-fb1f76eebb65 2026-08-22 11:53:51.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5425451c-9261-47bc-92ad-b9671be438dd 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: ab754494-a677-4ec5-9c97-fb1f76eebb65 [pid: 8|app: 0|req: 1533/3057] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:53:51 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:52.216 7 INFO neutron.api.v2.resource [None req-8c9ce29b-85cb-4278-92c5-c92759451efa 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3058] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:53:52 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:52.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2dbf67c-5804-4490-bbfd-5c0db5748ca0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: 491474b4-8e0d-431d-8c2f-95da863e2be5 2026-08-22 11:53:52.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2dbf67c-5804-4490-bbfd-5c0db5748ca0 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: 491474b4-8e0d-431d-8c2f-95da863e2be5 [pid: 8|app: 0|req: 1534/3059] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:53:52 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/remove_router_interface => generated 309 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:53.212 7 INFO neutron.api.v2.resource [None req-f2f768cc-48d9-45a3-9dc5-ebc64a339a46 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3060] 10.0.0.143 () {34 vars in 789 bytes} [Sat Aug 22 11:53:53 2026] PUT /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b/remove_router_interface => generated 198 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:53.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-358f8458-ec60-4302-9f5f-013e00654498 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: bcc68b27-5a4f-4aee-8e41-948392ac6c2d 2026-08-22 11:53:53.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-358f8458-ec60-4302-9f5f-013e00654498 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: bcc68b27-5a4f-4aee-8e41-948392ac6c2d 2026-08-22 11:53:53.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-358f8458-ec60-4302-9f5f-013e00654498 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: 0099d1cf-6de5-4fae-97ea-e48e76a2d9be 2026-08-22 11:53:53.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-358f8458-ec60-4302-9f5f-013e00654498 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: 0099d1cf-6de5-4fae-97ea-e48e76a2d9be 2026-08-22 11:53:54.079 8 INFO neutron.db.l3_hamode_db [None req-358f8458-ec60-4302-9f5f-013e00654498 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] HA network fd8cb282-64b9-4091-81a9-ebd7e591a7c2 was deleted as no HA routers are present in tenant 8248cc9794804f169d5de24df5076b96. [pid: 8|app: 0|req: 1535/3061] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:53 2026] DELETE /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:54.108 7 INFO neutron.api.v2.resource [None req-0fc8310b-3f19-452c-af06-5534b8af02a1 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3062] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/routers/0ee2d086-535e-488b-9265-02eb7bb1250b => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:54.148 8 INFO neutron.services.segments.plugin [-] Segment c295130e-07c7-4af0-83b4-92a9ad2bd3bb resource provider aggregate not found 2026-08-22 11:53:54.154 8 INFO neutron.services.segments.plugin [-] Segment c295130e-07c7-4af0-83b4-92a9ad2bd3bb resource provider aggregate not found 2026-08-22 11:53:54.165 8 INFO neutron.services.segments.plugin [-] Segment c295130e-07c7-4af0-83b4-92a9ad2bd3bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c295130e-07c7-4af0-83b4-92a9ad2bd3bb found for delete ", "request_id": "req-94e72195-5b30-440c-9891-4cc10eb4ab21"}]} 2026-08-22 11:53:54.171 8 INFO neutron.services.segments.plugin [-] Segment c295130e-07c7-4af0-83b4-92a9ad2bd3bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c295130e-07c7-4af0-83b4-92a9ad2bd3bb found for delete ", "request_id": "req-d691ebad-a1dc-4c5a-bbbc-60d1afd04d93"}]} [pid: 8|app: 0|req: 1536/3063] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/subnets/9e76f9df-256d-45e3-9783-37189ac74c83 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:54.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75231111-5163-4332-be64-93ea85b50c81 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3064] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/subnets/9e76f9df-256d-45e3-9783-37189ac74c83 => 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: 1537/3065] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/subnets/605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:54.442 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8c09b06-ad70-480b-b440-a1c5d48b45b2 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/3066] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/subnets/605e85ec-afad-407b-8c93-fd3e842bb2d0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:54.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a4a967c-91d6-49c4-b557-34d0a47b621d 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: 9b29c5f4-6347-4c5e-852b-901d485ee5f6 2026-08-22 11:53:54.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a4a967c-91d6-49c4-b557-34d0a47b621d 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: 9b29c5f4-6347-4c5e-852b-901d485ee5f6 [pid: 8|app: 0|req: 1538/3067] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:54.774 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8f807ee-3c2c-4fc5-8a02-86dcd0dc73d1 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/3068] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/networks/c705b51a-ebed-4f20-8666-c283bf355927 => 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: 1539/3069] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/subnets/f2cc57b3-890d-404a-86a6-f04100f42d93 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:54.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b9e874b-3061-4cee-9ae4-a167e7509568 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3070] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/subnets/f2cc57b3-890d-404a-86a6-f04100f42d93 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3071] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:55.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84cecade-9831-4490-adb5-28887d212388 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3072] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/subnets/601bfc7f-7d1b-47f4-a2ed-313030f03550 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:55.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f62466b-759d-4f9a-9756-98a2230d2b88 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: 48d00f25-e224-4f23-b3f6-21763d40a82e 2026-08-22 11:53:55.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f62466b-759d-4f9a-9756-98a2230d2b88 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: 48d00f25-e224-4f23-b3f6-21763d40a82e [pid: 8|app: 0|req: 1541/3073] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:55.411 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7f52248-9681-4bcc-98fa-b0037f49704b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3074] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/networks/ba7f9569-df45-4dcc-bcdd-89bab934dbe5 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3075] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/subnets/c3b74d21-b539-4bec-b9d5-fe34b480c858 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:55.592 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b09a0570-4c37-4301-a14f-458e3b9169b6 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/3076] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/subnets/c3b74d21-b539-4bec-b9d5-fe34b480c858 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3077] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:55.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-825fa52a-82e6-489f-98c0-7e752bd8e58b 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3078] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/subnets/f77b50cb-9c24-44a4-98ec-8aadbe590467 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:55.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-aabc52dc-8982-48e0-b3c4-a3c62b3df7d8 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] TaaS: Handle Delete Port: dfca77cb-b1f1-4754-8325-17d23e95a29b 2026-08-22 11:53:55.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aabc52dc-8982-48e0-b3c4-a3c62b3df7d8 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] Tap Mirror: Handle Delete Port: dfca77cb-b1f1-4754-8325-17d23e95a29b [pid: 8|app: 0|req: 1544/3079] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:56.127 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48e8f7c0-8cb4-48a7-94cd-3be796e2b4a6 68908a394a2f41d8b82694bea1669d71 8248cc9794804f169d5de24df5076b96 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3080] 10.0.0.143 () {32 vars in 723 bytes} [Sat Aug 22 11:53:56 2026] GET /v2.0/networks/7f0437cf-52b1-4692-8da8-dd0d0bf215c7 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:56.180 8 INFO neutron.services.segments.plugin [-] Segment 2a65f60e-f159-4758-9586-27307454b961 resource provider aggregate not found 2026-08-22 11:53:56.191 8 INFO neutron.services.segments.plugin [-] Segment 2a65f60e-f159-4758-9586-27307454b961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a65f60e-f159-4758-9586-27307454b961 found for delete ", "request_id": "req-e594b1f3-e498-4e73-8e56-4c5ae6d92e8d"}]} 2026-08-22 11:53:56.196 8 INFO neutron.services.segments.plugin [-] Segment 2a65f60e-f159-4758-9586-27307454b961 resource provider aggregate not found 2026-08-22 11:53:56.209 8 INFO neutron.services.segments.plugin [-] Segment fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 resource provider aggregate not found 2026-08-22 11:53:56.214 8 INFO neutron.services.segments.plugin [-] Segment 2a65f60e-f159-4758-9586-27307454b961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a65f60e-f159-4758-9586-27307454b961 found for delete ", "request_id": "req-f9166188-ade0-4382-99a7-46708b5c8e08"}]} 2026-08-22 11:53:56.223 8 INFO neutron.services.segments.plugin [-] Segment fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 found for delete ", "request_id": "req-04b58128-1f96-45cf-b397-c60902c43216"}]} 2026-08-22 11:53:56.229 8 INFO neutron.services.segments.plugin [-] Segment fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 resource provider aggregate not found 2026-08-22 11:53:56.241 8 INFO neutron.services.segments.plugin [-] Segment c961aa64-d55b-414c-8862-922038736c4a resource provider aggregate not found 2026-08-22 11:53:56.248 8 INFO neutron.services.segments.plugin [-] Segment fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb649c4d-c77d-4c2d-b4d6-9c0f3c3f7ff5 found for delete ", "request_id": "req-1df78a5d-7841-4d3e-a1ec-a7f14c7610ef"}]} 2026-08-22 11:53:56.261 8 INFO neutron.services.segments.plugin [-] Segment c961aa64-d55b-414c-8862-922038736c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c961aa64-d55b-414c-8862-922038736c4a found for delete ", "request_id": "req-6eed58cb-0d79-41c0-b747-00b3e209ae5e"}]} 2026-08-22 11:53:56.269 8 INFO neutron.services.segments.plugin [-] Segment c961aa64-d55b-414c-8862-922038736c4a resource provider aggregate not found 2026-08-22 11:53:56.285 8 INFO neutron.services.segments.plugin [-] Segment c961aa64-d55b-414c-8862-922038736c4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c961aa64-d55b-414c-8862-922038736c4a found for delete ", "request_id": "req-999f1043-609b-4946-9c23-d9c0b0104c50"}]} [pid: 8|app: 0|req: 1545/3081] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:53:58 2026] GET /v2.0/security-groups?tenant_id=ed65545cee264545bd2e64ea901fe20b&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3082] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:58 2026] DELETE /v2.0/security-groups/5eeb9654-c772-4e60-82fa-4b427cf54a5d => 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: 1546/3083] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:53:58 2026] GET /v2.0/security-groups?tenant_id=8c1fdc9f952145a88c9cd32c7920445a&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3084] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:58 2026] DELETE /v2.0/security-groups/bf99fb54-9a71-4261-a6b7-09d5e4ee2d1f => 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: 1547/3085] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:53:58 2026] GET /v2.0/security-groups?tenant_id=999fa1613ecf402d8f0870abfd26fd9e&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3086] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:58 2026] DELETE /v2.0/security-groups/5143cc04-227c-44d2-8985-8e8a155d2714 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3087] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:53:59 2026] GET /v2.0/security-groups?tenant_id=8248cc9794804f169d5de24df5076b96&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3088] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:59 2026] DELETE /v2.0/security-groups/da7efd55-1ca0-4bf7-97a7-141a43c79657 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3089] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:53:59 2026] GET /v2.0/security-groups?tenant_id=38db673cca89489996cf63afb6178736&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3090] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:59 2026] DELETE /v2.0/security-groups/389ed63c-4a11-42c8-af47-f18c75d8ab4c => 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: 1550/3091] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:53:59 2026] GET /v2.0/security-groups?tenant_id=9af61be987f945cc9b16751f25c6a3f8&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3092] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:53:59 2026] DELETE /v2.0/security-groups/53d82af0-f49d-4628-854d-aef7f173896b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3093] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:00 2026] GET /v2.0/security-groups?tenant_id=afed194c8faf43348de0a18ead0a095d&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3094] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:00 2026] DELETE /v2.0/security-groups/484b847e-db48-4271-a44d-6df764170e8e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3095] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:54:04 2026] POST /v2.0/floatingips => generated 552 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3096] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:54:04 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3097] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:54:05 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3098] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:54:05 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3101] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:54:06 2026] POST /v2.0/floatingips => generated 552 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3102] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:54:06 2026] PUT /v2.0/floatingips/2948b413-a061-4a71-954c-af29061fc8cd/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3103] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:54:07 2026] PUT /v2.0/floatingips/96aaf6d6-6308-4a28-ae1d-139c0bfefc25/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3104] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:54:07 2026] PUT /v2.0/floatingips/4dfe261b-b7a9-4be4-8bee-2cf92b556ba8/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3105] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:54:07 2026] PUT /v2.0/floatingips/7243679a-1165-4cf8-bac2-abc96d5e7beb/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3106] 10.0.0.143 () {32 vars in 672 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3107] 10.0.0.143 () {32 vars in 686 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3108] 10.0.0.143 () {32 vars in 682 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3109] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3110] 10.0.0.143 () {32 vars in 680 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3111] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3112] 10.0.0.143 () {32 vars in 690 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3113] 10.0.0.143 () {32 vars in 702 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:07.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-35abe0fd-4028-4b67-abc7-e3e5d17d6464 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] TaaS: Handle Delete Port: a1d2ce5e-a808-476d-84e3-ca11f161e4b1 2026-08-22 11:54:07.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35abe0fd-4028-4b67-abc7-e3e5d17d6464 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] Tap Mirror: Handle Delete Port: a1d2ce5e-a808-476d-84e3-ca11f161e4b1 [pid: 7|app: 0|req: 1554/3114] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:54:07 2026] DELETE /v2.0/floatingips/2948b413-a061-4a71-954c-af29061fc8cd => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:08.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-127fc5a0-dfd3-4d4b-b636-0fcdc6c19c39 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] TaaS: Handle Delete Port: c7d3e671-62c9-4036-b919-5029a71f85ac 2026-08-22 11:54:08.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-127fc5a0-dfd3-4d4b-b636-0fcdc6c19c39 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] Tap Mirror: Handle Delete Port: c7d3e671-62c9-4036-b919-5029a71f85ac [pid: 8|app: 0|req: 1561/3115] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:54:07 2026] DELETE /v2.0/floatingips/96aaf6d6-6308-4a28-ae1d-139c0bfefc25 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:08.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8614ef2-26d1-458e-a953-0d1e424d2ad6 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] TaaS: Handle Delete Port: b023d56d-a130-4f4f-bec4-2db8d1798997 2026-08-22 11:54:08.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8614ef2-26d1-458e-a953-0d1e424d2ad6 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] Tap Mirror: Handle Delete Port: b023d56d-a130-4f4f-bec4-2db8d1798997 [pid: 7|app: 0|req: 1555/3116] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:54:08 2026] DELETE /v2.0/floatingips/4dfe261b-b7a9-4be4-8bee-2cf92b556ba8 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:08.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfa3d627-8685-46a5-8c4b-b53d075c26a2 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] TaaS: Handle Delete Port: db53cf8b-ee93-40f6-b411-4a4177e66e55 2026-08-22 11:54:08.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa3d627-8685-46a5-8c4b-b53d075c26a2 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] Tap Mirror: Handle Delete Port: db53cf8b-ee93-40f6-b411-4a4177e66e55 [pid: 8|app: 0|req: 1562/3117] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:54:08 2026] DELETE /v2.0/floatingips/7243679a-1165-4cf8-bac2-abc96d5e7beb => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:08.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b4cca0d-8d1c-44c6-b5ac-3f6015211278 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] TaaS: Handle Delete Port: d6580b1e-d826-4bf8-a192-5c19941d22c9 2026-08-22 11:54:08.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b4cca0d-8d1c-44c6-b5ac-3f6015211278 0e8d523087a54199ae8bfe4576246f12 95ec92ade7a74a1a9da66f59e01cef8a - - default default] Tap Mirror: Handle Delete Port: d6580b1e-d826-4bf8-a192-5c19941d22c9 [pid: 7|app: 0|req: 1556/3118] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:54:08 2026] DELETE /v2.0/floatingips/98eb1d84-895f-4a78-87bc-804bec775a4b => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3119] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:09 2026] GET /v2.0/security-groups?tenant_id=95ec92ade7a74a1a9da66f59e01cef8a&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3120] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:09 2026] DELETE /v2.0/security-groups/d2f7667e-c706-4895-932c-32e5145ac2de => 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: 1564/3121] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:10 2026] GET /v2.0/security-groups?tenant_id=af5b3bfb1c96404fad9b886d0536b3aa&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3122] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:10 2026] DELETE /v2.0/security-groups/68b22a75-16c3-4a40-bba1-3c71b287f4bd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3123] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:10 2026] GET /v2.0/security-groups?tenant_id=3ed2d8ea47b246638e7b50827a266904&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3124] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:10 2026] DELETE /v2.0/security-groups/adc914bd-dadf-465a-b461-4f227d8832d2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3125] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:54:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3126] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:54:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3127] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:54:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3128] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:54:15 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: 8|app: 0|req: 1568/3129] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:54:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3130] 10.0.0.143 () {34 vars in 767 bytes} [Sat Aug 22 11:54:15 2026] PUT /v2.0/security-groups/5f6c8863-6ea8-4eb9-87f6-aaec9391ac61/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3131] 10.0.0.143 () {34 vars in 767 bytes} [Sat Aug 22 11:54:15 2026] PUT /v2.0/security-groups/bf6d393c-15ca-4978-a735-25aa44bddfdd/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3132] 10.0.0.143 () {34 vars in 767 bytes} [Sat Aug 22 11:54:15 2026] PUT /v2.0/security-groups/205c7056-709c-4a49-bb83-2323c436e8af/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3133] 10.0.0.143 () {34 vars in 767 bytes} [Sat Aug 22 11:54:15 2026] PUT /v2.0/security-groups/f452608b-3c9e-429e-a54e-b1b09efc0e21/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: 1564/3134] 10.0.0.143 () {32 vars in 680 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3135] 10.0.0.143 () {32 vars in 694 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3136] 10.0.0.143 () {32 vars in 690 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3137] 10.0.0.143 () {32 vars in 702 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3138] 10.0.0.143 () {32 vars in 688 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3139] 10.0.0.143 () {32 vars in 702 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3140] 10.0.0.143 () {32 vars in 698 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3141] 10.0.0.143 () {32 vars in 710 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3142] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:16 2026] DELETE /v2.0/security-groups/5f6c8863-6ea8-4eb9-87f6-aaec9391ac61 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3143] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:16 2026] DELETE /v2.0/security-groups/bf6d393c-15ca-4978-a735-25aa44bddfdd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3144] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:16 2026] DELETE /v2.0/security-groups/205c7056-709c-4a49-bb83-2323c436e8af => 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: 1576/3145] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:16 2026] DELETE /v2.0/security-groups/f452608b-3c9e-429e-a54e-b1b09efc0e21 => 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: 1570/3146] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:16 2026] DELETE /v2.0/security-groups/cd426eed-ac0e-4088-b0b5-36021c20eb4c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3147] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/security-groups?tenant_id=fcfdaf80a8134138b5389aa79ab84e8b&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3148] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:17 2026] DELETE /v2.0/security-groups/4774e708-8600-41f3-ab9a-ef708eca276b => 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: 1578/3149] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/security-groups?tenant_id=c46fef5ebc9d42d7b208698beea4f94e&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3150] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:17 2026] DELETE /v2.0/security-groups/dc7737e5-c7d2-421e-9142-c269d00d9d17 => 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: 1579/3151] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/security-groups?tenant_id=6cd137656add47c592a507b683cdd146&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3152] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:18 2026] DELETE /v2.0/security-groups/b810a217-2e3b-4208-9ffe-65432b40c9c5 => 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: 1580/3155] 10.0.0.143 () {34 vars in 676 bytes} [Sat Aug 22 11:54:21 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3156] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:54:21 2026] PUT /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3157] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3158] 10.0.0.143 () {34 vars in 770 bytes} [Sat Aug 22 11:54:21 2026] PUT /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/green => 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: 1582/3159] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3160] 10.0.0.143 () {34 vars in 766 bytes} [Sat Aug 22 11:54:21 2026] PUT /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3161] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3162] 10.0.0.143 () {34 vars in 788 bytes} [Sat Aug 22 11:54:22 2026] PUT /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3163] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3164] 10.0.0.143 () {34 vars in 759 bytes} [Sat Aug 22 11:54:22 2026] PUT /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3165] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3166] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:22.316 8 INFO neutron.api.v2.resource [None req-184e14dd-9577-458f-95d5-8429a8c1d386 4908eaef0dfb4bc4b00bc7c1efb7aff9 34684ab20b694483b728199a6a601678 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3167] 10.0.0.143 () {32 vars in 751 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3168] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:54:22 2026] DELETE /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3169] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:22.929 7 INFO neutron.api.v2.resource [None req-3c94f01a-bfc4-4fc6-8641-a796baabe1f8 4908eaef0dfb4bc4b00bc7c1efb7aff9 34684ab20b694483b728199a6a601678 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3170] 10.0.0.143 () {32 vars in 754 bytes} [Sat Aug 22 11:54:22 2026] DELETE /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags/green => generated 99 bytes in 520 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3171] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:54:22 2026] DELETE /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3172] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:23.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-daa80934-70eb-44a3-ade6-7f30e6b6bf22 4908eaef0dfb4bc4b00bc7c1efb7aff9 34684ab20b694483b728199a6a601678 - - default default] TaaS: Handle Delete Port: cece1252-5291-4e3a-9c46-e91cad834517 2026-08-22 11:54:23.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daa80934-70eb-44a3-ade6-7f30e6b6bf22 4908eaef0dfb4bc4b00bc7c1efb7aff9 34684ab20b694483b728199a6a601678 - - default default] Tap Mirror: Handle Delete Port: cece1252-5291-4e3a-9c46-e91cad834517 [pid: 8|app: 0|req: 1589/3173] 10.0.0.143 () {32 vars in 732 bytes} [Sat Aug 22 11:54:23 2026] DELETE /v2.0/floatingips/257916f7-8148-402a-92fc-cd6e4d3de201 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3174] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/security-groups?tenant_id=10871d525b3e437493dca714b287a52f&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3175] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/security-groups/a13c8da5-4157-42d4-85f7-6bf7726c29e5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3176] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/security-groups?tenant_id=34684ab20b694483b728199a6a601678&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: 1591/3177] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/security-groups/33bdd002-86d1-46f9-ac20-ee10fef27397 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:27.816 7 INFO neutron.db.segments_db [None req-2eb53819-5503-40c7-9cd2-423f257f1e53 1c85caaadc2040af98781022895219c9 448ec0887b044aa2b25bd5a844acaa0f - - default default] Added segment dad75d5d-466b-4124-86ce-b0b367d5ba5f of type vxlan for network 212bb443-ef47-4a51-92b8-3e5e0345ad35 [pid: 7|app: 0|req: 1587/3178] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:54:27 2026] POST /v2.0/networks => generated 613 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3179] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:54:27 2026] PUT /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/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: 1588/3180] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:27 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3181] 10.0.0.143 () {34 vars in 764 bytes} [Sat Aug 22 11:54:27 2026] PUT /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3182] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3183] 10.0.0.143 () {34 vars in 760 bytes} [Sat Aug 22 11:54:28 2026] PUT /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3184] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3185] 10.0.0.143 () {34 vars in 782 bytes} [Sat Aug 22 11:54:28 2026] PUT /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3186] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3187] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:54:28 2026] PUT /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3188] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3189] 10.0.0.143 () {32 vars in 741 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:28.509 7 INFO neutron.api.v2.resource [None req-789d57a2-61aa-472f-91f5-7b6b695ef202 1c85caaadc2040af98781022895219c9 448ec0887b044aa2b25bd5a844acaa0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3190] 10.0.0.143 () {32 vars in 745 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3191] 10.0.0.143 () {32 vars in 744 bytes} [Sat Aug 22 11:54:28 2026] DELETE /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3192] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:28.704 8 INFO neutron.api.v2.resource [None req-9f70f861-af2a-495c-b93d-61c1350e28f0 1c85caaadc2040af98781022895219c9 448ec0887b044aa2b25bd5a844acaa0f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3193] 10.0.0.143 () {32 vars in 748 bytes} [Sat Aug 22 11:54:28 2026] DELETE /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/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: 1595/3194] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:54:28 2026] DELETE /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3195] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:28 2026] GET /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:28.935 7 INFO neutron.services.segments.plugin [-] Segment dad75d5d-466b-4124-86ce-b0b367d5ba5f resource provider aggregate not found 2026-08-22 11:54:28.938 7 INFO neutron.services.segments.plugin [-] Segment dad75d5d-466b-4124-86ce-b0b367d5ba5f resource provider aggregate not found 2026-08-22 11:54:28.954 7 INFO neutron.services.segments.plugin [-] Segment dad75d5d-466b-4124-86ce-b0b367d5ba5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dad75d5d-466b-4124-86ce-b0b367d5ba5f found for delete ", "request_id": "req-0a279b9d-3329-478a-8dc1-fc221ac8402a"}]} 2026-08-22 11:54:28.957 7 INFO neutron.services.segments.plugin [-] Segment dad75d5d-466b-4124-86ce-b0b367d5ba5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dad75d5d-466b-4124-86ce-b0b367d5ba5f found for delete ", "request_id": "req-099201b8-2653-46a1-9945-20e59002b6f9"}]} [pid: 7|app: 0|req: 1596/3196] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:54:28 2026] DELETE /v2.0/networks/212bb443-ef47-4a51-92b8-3e5e0345ad35 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3197] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/security-groups?tenant_id=448ec0887b044aa2b25bd5a844acaa0f&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3198] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:29 2026] DELETE /v2.0/security-groups/7e0bedf4-a230-434b-87b9-bc5946fd507f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3199] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/security-groups?tenant_id=989c6d64508d46b99cf7e32e977cee17&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3200] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:30 2026] DELETE /v2.0/security-groups/e6922bb3-816b-43ae-81ff-19f422e15fc2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:33.439 8 INFO neutron.db.segments_db [None req-4c7ffc5b-9679-4666-a685-0a991e0ac218 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] Added segment dc3f25dc-740a-4d87-8a1e-17e6de8b5676 of type vxlan for network f1556bcb-e791-4cad-8566-c51adc0966dd 2026-08-22 11:54:33.678 8 INFO neutron.db.l3_hamode_db [None req-4c7ffc5b-9679-4666-a685-0a991e0ac218 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:33.794 8 INFO neutron.db.l3_hamode_db [None req-4c7ffc5b-9679-4666-a685-0a991e0ac218 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1603/3201] 10.0.0.143 () {34 vars in 668 bytes} [Sat Aug 22 11:54:33 2026] POST /v2.0/routers => generated 474 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3202] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:54:34 2026] PUT /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3203] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:34 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3204] 10.0.0.143 () {34 vars in 762 bytes} [Sat Aug 22 11:54:34 2026] PUT /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/green => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3205] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:34 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3206] 10.0.0.143 () {34 vars in 758 bytes} [Sat Aug 22 11:54:34 2026] PUT /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/red => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3207] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:34 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3208] 10.0.0.143 () {34 vars in 780 bytes} [Sat Aug 22 11:54:35 2026] PUT /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/black.or.white => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3209] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3210] 10.0.0.143 () {34 vars in 751 bytes} [Sat Aug 22 11:54:35 2026] PUT /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 37 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3211] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3212] 10.0.0.143 () {32 vars in 739 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:35.645 8 INFO neutron.api.v2.resource [None req-e5e318ae-ed79-4efe-9b35-e653152677db 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3213] 10.0.0.143 () {32 vars in 743 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3214] 10.0.0.143 () {32 vars in 742 bytes} [Sat Aug 22 11:54:35 2026] DELETE /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/red => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3215] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 30 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:35.988 7 INFO neutron.api.v2.resource [None req-423e8083-ac38-4fa5-bae0-b5f6d4d475ef 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3216] 10.0.0.143 () {32 vars in 746 bytes} [Sat Aug 22 11:54:35 2026] DELETE /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3217] 10.0.0.143 () {32 vars in 734 bytes} [Sat Aug 22 11:54:35 2026] DELETE /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => 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: 1607/3218] 10.0.0.143 () {32 vars in 731 bytes} [Sat Aug 22 11:54:36 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845/tags => generated 12 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3219] 10.0.0.143 () {32 vars in 721 bytes} [Sat Aug 22 11:54:36 2026] GET /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3222] 10.0.0.143 () {34 vars in 742 bytes} [Sat Aug 22 11:54:36 2026] PUT /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845 => generated 480 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3223] 10.0.0.143 () {32 vars in 736 bytes} [Sat Aug 22 11:54:36 2026] GET /v2.0/ports?device_id=028dd685-5c60-4dc9-8887-bfdc562c2845 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:36.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2fb406a-015d-4f29-ab38-8b7fb22e71d1 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] TaaS: Handle Delete Port: 13ba594a-5b5d-4412-85c7-8a37fe85ad5b 2026-08-22 11:54:36.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2fb406a-015d-4f29-ab38-8b7fb22e71d1 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] Tap Mirror: Handle Delete Port: 13ba594a-5b5d-4412-85c7-8a37fe85ad5b 2026-08-22 11:54:37.257 7 INFO neutron.services.segments.plugin [-] Segment dc3f25dc-740a-4d87-8a1e-17e6de8b5676 resource provider aggregate not found 2026-08-22 11:54:37.263 7 INFO neutron.services.segments.plugin [-] Segment dc3f25dc-740a-4d87-8a1e-17e6de8b5676 resource provider aggregate not found 2026-08-22 11:54:37.280 7 INFO neutron.services.segments.plugin [-] Segment dc3f25dc-740a-4d87-8a1e-17e6de8b5676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc3f25dc-740a-4d87-8a1e-17e6de8b5676 found for delete ", "request_id": "req-6d4ad368-623e-4b47-90fe-cf906975f009"}]} 2026-08-22 11:54:37.280 7 INFO neutron.services.segments.plugin [-] Segment dc3f25dc-740a-4d87-8a1e-17e6de8b5676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc3f25dc-740a-4d87-8a1e-17e6de8b5676 found for delete ", "request_id": "req-bba74932-a549-4a84-8c6b-29cd11e618ef"}]} 2026-08-22 11:54:37.286 7 INFO neutron.db.l3_hamode_db [None req-f2fb406a-015d-4f29-ab38-8b7fb22e71d1 1f2df496f66e4bb8bb386955a0977c9d 6e6b4163fcab4747843d95a6fdc54462 - - default default] HA network f1556bcb-e791-4cad-8566-c51adc0966dd was deleted as no HA routers are present in tenant 6e6b4163fcab4747843d95a6fdc54462. [pid: 7|app: 0|req: 1609/3224] 10.0.0.143 () {32 vars in 724 bytes} [Sat Aug 22 11:54:36 2026] DELETE /v2.0/routers/028dd685-5c60-4dc9-8887-bfdc562c2845 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3225] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:37 2026] GET /v2.0/security-groups?tenant_id=6e6b4163fcab4747843d95a6fdc54462&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3226] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:38 2026] DELETE /v2.0/security-groups/c9ec43c0-06a8-4e3a-bc5d-b10394aab9f7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3227] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:38 2026] GET /v2.0/security-groups?tenant_id=3d39cbec03134ebfb38f1d7973c0f1f2&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3228] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:38 2026] DELETE /v2.0/security-groups/b8e611df-3339-4a44-8d5f-edde209f6763 => 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: 1618/3229] 10.0.0.143 () {34 vars in 684 bytes} [Sat Aug 22 11:54:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3230] 10.0.0.143 () {34 vars in 767 bytes} [Sat Aug 22 11:54:42 2026] PUT /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3231] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3232] 10.0.0.143 () {34 vars in 778 bytes} [Sat Aug 22 11:54:42 2026] PUT /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3233] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3234] 10.0.0.143 () {34 vars in 774 bytes} [Sat Aug 22 11:54:42 2026] PUT /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3235] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3236] 10.0.0.143 () {34 vars in 796 bytes} [Sat Aug 22 11:54:42 2026] PUT /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3237] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3238] 10.0.0.143 () {34 vars in 767 bytes} [Sat Aug 22 11:54:42 2026] PUT /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3239] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3240] 10.0.0.143 () {32 vars in 755 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:42.535 8 INFO neutron.api.v2.resource [None req-6875e180-2921-4c4b-9f5b-2605b8bb72a0 fcfa912bfc9642e99c256aae046c62eb d1d29cb73f464033b0ebab97cc0942c5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3241] 10.0.0.143 () {32 vars in 759 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3242] 10.0.0.143 () {32 vars in 758 bytes} [Sat Aug 22 11:54:42 2026] DELETE /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3243] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:42.673 7 INFO neutron.api.v2.resource [None req-dc5eafda-c112-4d0c-bac4-6d86040e986b fcfa912bfc9642e99c256aae046c62eb d1d29cb73f464033b0ebab97cc0942c5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3244] 10.0.0.143 () {32 vars in 762 bytes} [Sat Aug 22 11:54:42 2026] DELETE /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/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: 1626/3245] 10.0.0.143 () {32 vars in 750 bytes} [Sat Aug 22 11:54:42 2026] DELETE /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3246] 10.0.0.143 () {32 vars in 747 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8/tags => 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: 1627/3247] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:42 2026] DELETE /v2.0/security-groups/bb7b2f29-e2dc-48bd-b89e-704e6b40abc8 => 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: 1621/3248] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:43 2026] GET /v2.0/security-groups?tenant_id=d1d29cb73f464033b0ebab97cc0942c5&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3249] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:43 2026] DELETE /v2.0/security-groups/2815d8fb-70f7-4bba-b3ac-4575a61b8c58 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3250] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:43 2026] GET /v2.0/security-groups?tenant_id=ac04d4dbb51f4b278864a33c364a1122&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3251] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:43 2026] DELETE /v2.0/security-groups/833a34db-b4b0-40ae-87c3-d73f93d19a7d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:47.324 7 INFO neutron.db.segments_db [None req-ef772d21-61a5-4751-aee4-6c6ef85f98b4 7c79b447c6f24d698da1a0398db2e78b 0c97441ca5f54974bd8bdfabb359833e - - default default] Added segment 58bbd5b9-6952-4025-8e42-12bf09ec2df2 of type vxlan for network 29b47ed1-8deb-48a3-b511-164450baf205 [pid: 7|app: 0|req: 1623/3252] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:54:47 2026] POST /v2.0/networks => generated 613 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:47.472 8 INFO neutron.db.segments_db [None req-6af77517-8cbe-4969-8a37-670c7c30e3a9 7c79b447c6f24d698da1a0398db2e78b 0c97441ca5f54974bd8bdfabb359833e - - default default] Added segment a560485f-db3f-4e88-a1f4-3bbec6218416 of type vxlan for network 2a1643ac-2c8d-4262-b182-d53f752b5aaa [pid: 8|app: 0|req: 1630/3253] 10.0.0.143 () {34 vars in 670 bytes} [Sat Aug 22 11:54:47 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3254] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:54:47 2026] PUT /v2.0/networks/29b47ed1-8deb-48a3-b511-164450baf205/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3255] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks/29b47ed1-8deb-48a3-b511-164450baf205/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3256] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:54:47 2026] PUT /v2.0/networks/2a1643ac-2c8d-4262-b182-d53f752b5aaa/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3257] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks/2a1643ac-2c8d-4262-b182-d53f752b5aaa/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3258] 10.0.0.143 () {34 vars in 753 bytes} [Sat Aug 22 11:54:47 2026] PUT /v2.0/networks/2a1643ac-2c8d-4262-b182-d53f752b5aaa/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3259] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks/2a1643ac-2c8d-4262-b182-d53f752b5aaa/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: 1627/3260] 10.0.0.143 () {32 vars in 733 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks/29b47ed1-8deb-48a3-b511-164450baf205/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:48.055 8 INFO neutron.services.segments.plugin [-] Segment 58bbd5b9-6952-4025-8e42-12bf09ec2df2 resource provider aggregate not found 2026-08-22 11:54:48.059 8 INFO neutron.services.segments.plugin [-] Segment 58bbd5b9-6952-4025-8e42-12bf09ec2df2 resource provider aggregate not found 2026-08-22 11:54:48.084 8 INFO neutron.services.segments.plugin [-] Segment 58bbd5b9-6952-4025-8e42-12bf09ec2df2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58bbd5b9-6952-4025-8e42-12bf09ec2df2 found for delete ", "request_id": "req-1a922cea-0097-4448-9c6f-6e119b6fda85"}]} 2026-08-22 11:54:48.089 8 INFO neutron.services.segments.plugin [-] Segment 58bbd5b9-6952-4025-8e42-12bf09ec2df2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58bbd5b9-6952-4025-8e42-12bf09ec2df2 found for delete ", "request_id": "req-ee0410a5-c732-4ced-96ac-85e558962584"}]} [pid: 8|app: 0|req: 1634/3261] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:54:47 2026] DELETE /v2.0/networks/29b47ed1-8deb-48a3-b511-164450baf205 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:48.191 7 INFO neutron.services.segments.plugin [-] Segment a560485f-db3f-4e88-a1f4-3bbec6218416 resource provider aggregate not found 2026-08-22 11:54:48.199 7 INFO neutron.services.segments.plugin [-] Segment a560485f-db3f-4e88-a1f4-3bbec6218416 resource provider aggregate not found 2026-08-22 11:54:48.206 7 INFO neutron.services.segments.plugin [-] Segment a560485f-db3f-4e88-a1f4-3bbec6218416 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a560485f-db3f-4e88-a1f4-3bbec6218416 found for delete ", "request_id": "req-0f8cdb99-abd6-4cde-9d46-68c2ef25bf8e"}]} 2026-08-22 11:54:48.217 7 INFO neutron.services.segments.plugin [-] Segment a560485f-db3f-4e88-a1f4-3bbec6218416 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a560485f-db3f-4e88-a1f4-3bbec6218416 found for delete ", "request_id": "req-9f7a298a-b5d3-41e5-927d-6eba0460f6a9"}]} [pid: 7|app: 0|req: 1628/3262] 10.0.0.143 () {32 vars in 726 bytes} [Sat Aug 22 11:54:48 2026] DELETE /v2.0/networks/2a1643ac-2c8d-4262-b182-d53f752b5aaa => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3263] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:48 2026] GET /v2.0/security-groups?tenant_id=0c97441ca5f54974bd8bdfabb359833e&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3264] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:48 2026] DELETE /v2.0/security-groups/e21247f1-0c3c-4bb3-8f38-59a221b2f121 => 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: 1636/3265] 10.0.0.143 () {32 vars in 774 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/security-groups?tenant_id=cc57da621e034dd3b402311148d1e852&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3266] 10.0.0.143 () {32 vars in 740 bytes} [Sat Aug 22 11:54:49 2026] DELETE /v2.0/security-groups/0d0ee903-34db-412a-924e-298dcb71bfbb => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3269] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/networks => generated 2168 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3270] 10.0.0.143 () {32 vars in 655 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/floatingips => 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: 1639/3271] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3272] 10.0.0.143 () {32 vars in 643 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3273] 10.0.0.143 () {32 vars in 647 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3274] 10.0.0.143 () {32 vars in 649 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/networks => generated 2168 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3275] 10.0.0.143 () {32 vars in 663 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3276] 10.0.0.143 () {32 vars in 655 bytes} [Sat Aug 22 11:54:53 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)